summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Change axiom for initialization. Including script can disable (default)dteske2012-12-211-1/+4
* Add libnetbsd, a thin compatibility layer intended to allow a limitedbrooks2012-12-2111-0/+589
* Remove erroneous use of "local" (not in a function).dteske2012-12-211-1/+0
* New f_show_info() function for dialog(1) --infobox using printf(1) syntax.dteske2012-12-212-4/+23
* Use f_show_help() where printf(1) syntax is desired.dteske2012-12-217-64/+28
* In preparation for making 'pkg -n' the one true method of determiningmatthew2012-12-211-0/+10
* cxgbe(4): must hold a write-lock on the table while allocating an L2np2012-12-211-2/+2
* Improve the debugging abilities and clean up debug messages. In most cases,dteske2012-12-2115-72/+106
* Put kthreads under curproc so they are attached to nvmecontrol ratherjimharris2012-12-211-2/+2
* Add much-needed dialog(1) --inputbox function for simplifying the process ofdteske2012-12-2113-602/+134
* Fix socket calls on error post-r243965.kevlo2012-12-219-12/+12
* Move the 64-bit _setjmp to lib/libstand.rpaulo2012-12-212-1/+1
* Regression issue:hselasky2012-12-211-5/+13
* Fixup r218424: uio_yield() was scaling directly to userland priority.attilio2012-12-214-7/+7
* Comment fix: there is no ub_ptr, instead explain meaning of uz_countglebius2012-12-211-1/+1
* Build a 64 bit version of the FICL library. This is need for a 64 bitrpaulo2012-12-212-6/+23
* Divine the array size by using 'nitems(array)' instead of using magic numbers.neel2012-12-211-5/+7
* Note why fast frames is disabled for 802.11n NICs now.adrian2012-12-211-1/+7
* Sort default option listsemaste2012-12-211-6/+6
* The MPtable specification allows for an 8-bit "BUS ID" and "I/O APIC ID".neel2012-12-211-3/+3
* Teach acpidump to dump the DMA Remapping Reporting table (aka DMAR).neel2012-12-212-13/+263
* - Make sure that errno isn't modified before calling logerror() in errormarkj2012-12-201-1/+5
* Don't reload syslogd after rotating sendmail.st, as this file isn'tmarkj2012-12-201-1/+1
* - Change the memory heuristics to an actually working onegabor2012-12-201-19/+15
* rename the 'tag' and 'map' fields used the rx ring to theirluigi2012-12-203-27/+27
* Add etc/periodic/daily/220.backup-pkgdb to OptionalObsoleteFiles.incbapt2012-12-201-0/+1
* Rewrite fdgrowtable() so common mortals can actually understand whatdes2012-12-201-55/+74
* Make SES driver to not fall out on some errors in Additional Status page.mav2012-12-201-3/+2
* Make sure all USB drivers allocate buffer memoryhselasky2012-12-208-236/+203
* Allocate separate USB buffers for DMA'ed data, so thathselasky2012-12-202-13/+66
* Make bsdgrep behave as gnugrep and as documented: -m should only stopeadler2012-12-203-3/+4
* Add support for throttling UMASS.hselasky2012-12-201-2/+24
* Make sure we block recursion on TTY's inwakeup callbackhselasky2012-12-202-1/+8
* make installation of the 220.backup-pkgdb periodic script depend on PKGTOOLSbapt2012-12-201-2/+2
* Recognize 5720S PHY and treat it as 5708S PHY.yongari2012-12-202-11/+17
* For fiber PHYs, BRGPHY_MII_1000CTL register is not defined at allyongari2012-12-201-6/+5
* Replace generic ARM11 option with more specificgonzo2012-12-2015-60/+456
* Fix misleading commentgonzo2012-12-201-1/+1
* More constant renaming in preparation for newer features.pfg2012-12-204-24/+25
* We want to build subr_busdma_bufalloc.c on arm.cognet2012-12-201-0/+1
* Use C comments instead of C++ comments.cognet2012-12-201-4/+8
* Busdma enhancements, especially for managing small uncacheable buffers.cognet2012-12-201-198/+296
* Use the new allocator in bus_dmamem_alloc().cognet2012-12-201-40/+127
* Create an architecture-agnostic buffer pool manager that uses uma(9) tocognet2012-12-202-0/+292
* Get the old NFSCLIENT to compile by adding now needed files.cognet2012-12-201-4/+4
* Replace expand_name() function with corefile_open() function, which notpjd2012-12-191-54/+35
* Use correct file permissions when looking for available core file ifpjd2012-12-191-1/+1
* Post r243965 the nfsd daemon will not start up for kernelsrmacklem2012-12-191-1/+1
* Use NFSCL since NFSCLIENT build is broken at the momentgonzo2012-12-191-3/+1
* - Add new machine parsable KTR macros for timing events.jeff2012-12-193-30/+59
OpenPOWER on IntegriCloud