summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* More -Wmissing-variable-declarations fixes.ed2012-10-1961-466/+445
* Add missing const keywords.ed2012-10-193-8/+8
* - Update cachelimit after hashsize and bucketlimit were set.zont2012-10-191-6/+11
* Let SCHED_ULE give affinity to the CPU the tick interrupt triggered onmarius2012-10-191-1/+3
* Prefer __containerof() over __member2struct().ed2012-10-195-7/+8
* Replace our version of the pwcache(3) API with NetBSD's implementation.brooks2012-10-199-207/+958
|\
| * Tag import of NetBSD's pwcache(3) as of 2012-10-05brooks2012-10-053-0/+935
| * Vendor import of NetBSD's pwcache(3) as of 2012-10-05brooks2012-10-053-0/+935
* Correct the order of the MFU and MRU labels. I had reversed them.jhb2012-10-191-1/+1
* Move socket UMA zone initialization functionality together intoandre2012-10-191-17/+16
* Fix minor whitespace issues.joel2012-10-191-3/+3
* Move UMA socket zone initialization from uipc_domain.c to uipc_socket.candre2012-10-192-17/+23
* Update to previous r241688 to use __func__ instead of spelled out functionandre2012-10-191-2/+2
* Remove splimp() comment from sysinit table and attribute SI_SUB_PROTO_BEGINandre2012-10-191-8/+2
* Fix build.glebius2012-10-191-2/+2
* Replace deprecated M_DONTWAIT with M_NOWAIT.kientzle2012-10-191-2/+2
* Fix warnings found by -Wmising-variable-declarations.ed2012-10-1930-116/+114
* This is an import of code, mostly from Giuseppe Lettieri,luigi2012-10-193-294/+784
* est(4) man page update to document the exposed sysctl r/o variablessbruno2012-10-181-2/+25
* Explicitly specify 'np' so that getty(8) does not simulate even parity onpeterj2012-10-181-1/+1
* It seems that it is preferable to keep support for glabel also forattilio2012-10-184-0/+4
* Remove unnecessary includes from sosend_copyin() and fixandre2012-10-181-10/+4
* Remove double-wrapping of #ifdef ZERO_COPY_SOCKETS withinandre2012-10-181-17/+1
* Remove unneeded D_NEEDMINOR.ed2012-10-181-1/+0
* More-accurately replicate the help system from sysinstall(8). However, alsodteske2012-10-185-5/+61
* Fix a bug where blank lines were not being counted (because awk's split()dteske2012-10-181-1/+1
* make sure that socket's send and receive buffers are properly sizedemax2012-10-182-1/+45
* Document NetBSD 6.0pluknet2012-10-181-0/+3
* Take advantage of if_baudrate_pf and calculate an effective baud rate onjhb2012-10-181-6/+10
* Use if_initbaudrate().jhb2012-10-181-1/+1
* Remove WARNS=6 lines.ed2012-10-182-4/+0
* Use if_initbaudrate().jhb2012-10-181-1/+1
* Fix build after r241659.glebius2012-10-181-1/+1
* Use LOG_WARNING level in in_attachdomain1() instead of printf().andre2012-10-181-2/+2
* Utilize new macro to initialize if_baudrate.glebius2012-10-181-2/+2
* Mechanically remove the last stray remains of spl* calls from net*/*.andre2012-10-1824-236/+29
* Looks like support.h is really not needed here.glebius2012-10-181-1/+0
* Allow LOCAL_(DIRS,LIBS) to install files in directories not found in thebrooks2012-10-181-1/+11
* Record the full non-MPSAFE pack filesystem disconnect.attilio2012-10-181-0/+5
* Disconnect non-MPSAFE SMBFS from the build in preparation for droppingattilio2012-10-1840-146/+14
* It turns out that as documented, PCF8563_R_SECOND_VL (i.e. battery low)marius2012-10-181-3/+11
* Utilize new macro to initialize if_baudrate.glebius2012-10-181-1/+1
* Utilize new macro to initialize if_baudrate().glebius2012-10-181-2/+2
* Fix typo.dteske2012-10-181-1/+1
* Fully backout latest changes.sobomax2012-10-182-49/+6
* Add ability to queue nvme_request objects if no nvme_trackers are available.jimharris2012-10-184-32/+34
* Preallocate a limited number of nvme_tracker objects per qpair, ratherjimharris2012-10-184-63/+80
* Create nvme_qpair_submit_request() which eliminates all of the codejimharris2012-10-183-48/+36
* Simplify how the qpair lock is acquired and released.jimharris2012-10-182-9/+10
* Cleanup uio-related code to use struct nvme_request andjimharris2012-10-185-86/+118
OpenPOWER on IntegriCloud