summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add nvme_ctrlr_submit_[admin|io]_request functions which consolidatesjimharris2012-10-186-129/+74
* Add struct nvme_request object which contains all of the parameters passedjimharris2012-10-186-80/+173
* Merge struct nvme_prp_list into struct nvme_tracker.jimharris2012-10-187-98/+36
* Add return codes to all functions used for submitting commands to I/Ojimharris2012-10-187-30/+100
* put another bandaid on the build until i figure out bsnmp headersemax2012-10-181-1/+1
* Add missing initialization for do_prefix.mm2012-10-171-1/+1
* fix buildemax2012-10-171-0/+1
* Ask to become root via sudo(8) and give user ability to save this preference.dteske2012-10-172-0/+65
* Don't redefine macros defined in if.h and ethernet.h.glebius2012-10-171-4/+0
* Remove harmless, but superfluous local change that creeped in alongsobomax2012-10-171-1/+0
* Fix VIMAGE build.glebius2012-10-171-1/+1
* Revert latest changes to cron, until better version is worked out (I hope).sobomax2012-10-174-45/+10
* Avoid potential bad pointer dereference.emaste2012-10-171-1/+1
* provide helper if_initbaudrate() to set if_baudrate_pf and if_baudrate_pf.emax2012-10-173-3/+14
* Remove the netncp and nwfs files from here. They will be moved to theandreast2012-10-171-41/+0
* Avoid panic when a netmap instance cannot obtain memory.emaste2012-10-171-1/+2
OpenPOWER on IntegriCloud