aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Mark bsdar_errc as __dead2 to help code analysis tools.Eitan Adler2012-10-221-1/+1
* Covert to python 3Eitan Adler2012-10-221-4/+4
* Print flags as hex instead of an integer.Eitan Adler2012-10-221-3/+3
* Update after adding WITHOUT_ATF.Marcel Moolenaar2012-10-221-5/+4
* Add ATF to the build. This is may be a bit rought around the egdes,Marcel Moolenaar2012-10-2248-3/+1540
* Make the Wii GPIO driver a separate device.Rui Paulo2012-10-211-1/+1
* Fix the top comment.Rui Paulo2012-10-211-1/+1
* Add a config file for the Wii.Rui Paulo2012-10-211-0/+115
* Update dialog to 20120706: includes minor useability enhancements andNathan Whitehorn2012-10-2195-2989/+4239
|\
| * Import dialog-1.1-20120706vendor/dialog/1.1-20120706Nathan Whitehorn2012-10-2194-2984/+4223
* | Add the flags parameter to the disk_open() function and DISK_F_NOCACHEAndrey V. Elsukov2012-10-215-16/+30
* | Make fsck and fsck_msdosfs WARNS=6 cleanUlrich Spörlein2012-10-218-17/+16
* | sbin/fsck: s/perror/perr/ to avoid shadowingUlrich Spörlein2012-10-218-79/+74
* | Fix build.Andreas Tobler2012-10-211-1/+1
* | Add "options WII".Rui Paulo2012-10-211-0/+1
* | Add support for iPhone 5 tethering.Eitan Adler2012-10-212-0/+4
* | Update ktr(4) to reflect changes from r239923.Glen Barber2012-10-201-2/+10
* | Revert r241752. The claim that it's more correct while at the same timeMarcel Moolenaar2012-10-201-5/+4
* | Grammar fixes to r241781.Andre Oppermann2012-10-202-2/+2
* | Set default for ${pkg_info} like ${pkg_version}.Hajimu UMEMOTO2012-10-201-0/+1
* | Use correct INDEX on 10-CURRENT.Hajimu UMEMOTO2012-10-201-1/+1
* | boot: use -march=i386 for both i386 and amd64 buildsAndriy Gapon2012-10-205-6/+13
* | Adds 4K quirks for the some SSD's which all perform better when 4KEitan Adler2012-10-201-0/+110
* | pkg_add is no more the default tool, make motd recommand using pkg install in...Baptiste Daroussin2012-10-201-1/+1
* | Hide the unfortunate named sysctl kern.ipc.somaxconn from sysctl -aAndre Oppermann2012-10-202-5/+25
* | - Give PIL_PREEMPT the lowest priority just above low/stray interrupts.Marius Strobl2012-10-202-10/+10
* | Tidy up somaxconn (accept queue limit) and related functionsAndre Oppermann2012-10-201-22/+26
* | Move uniq() prototype into extern.h.Ed Schouten2012-10-203-3/+2
* | More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-2022-46/+133
* | Remove redundant code.Ed Schouten2012-10-204-60/+35
* | strcmp(3) will suffice here, also follow the style of the remaining file more...Ulrich Spörlein2012-10-201-1/+1
* | Apply local patches to mandoc and connect it to the build.Ulrich Spörlein2012-10-206-13/+25
* | zfs: wait in arc_lowmem only if curproc == pageprocAndriy Gapon2012-10-201-2/+10
* | document acpi_cpu devd notification about _CST changeAndriy Gapon2012-10-201-0/+2
* | - KTR_ENTRIES may be an arbitrary number, remove the sentence aboutKevin Lo2012-10-201-5/+2
* | Don't lose the 255'th disk behind the initiator.John W. De Boskey2012-10-191-1/+1
* | Add missing Extended Capability ID Numbers from PCIe 3.0.Warner Losh2012-10-191-2/+12
* | Indent ecaps the same way we indent caps.Warner Losh2012-10-191-1/+1
* | Document the method used to compute expf. Taken from exp, withWarner Losh2012-10-191-0/+62
* | Document the methods used to compute logf. Taken and edited from theWarner Losh2012-10-191-0/+51
* | Merge mandoc from vendor into contrib and provide the necessary Makefile glue.Ulrich Spörlein2012-10-1978-0/+36430
|\ \
| * | Vendor import of mdocml 1.12.1vendor/mandoc/1.12.1Ulrich Spörlein2012-10-18105-0/+45115
| /
* | Integrate changes from LSI vendor driver 10.80.00.005 to FreeBSD.Xin LI2012-10-195-39/+68
* | Improve upon the previous commit to fix the yacc rule.Marcel Moolenaar2012-10-191-4/+5
* | Fix a bootstrapping problem where the first bmake (built by FreeBSD'sMarcel Moolenaar2012-10-191-4/+3
* | Use M_NOWAIT when calling malloc with a lock held.Ed Maste2012-10-191-2/+2
* | When checking to see if a video output's _ADR matches an entry in theJohn Baldwin2012-10-191-1/+2
* | Remove trailing whitespace.Joel Dahl2012-10-191-159/+159
* | Update man page crossreferences to sandybridge xeon classSean Bruno2012-10-193-3/+6
* | - Remove an unused header.Marius Strobl2012-10-191-6/+4