summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
...
* Yacc cleanup; no functional changes.trasz2014-02-111-49/+49
* Make function ordering slightly more logical; no functional changes.trasz2014-02-111-120/+120
* Implement initiator-name and initiator-portal restrictions.trasz2014-02-116-6/+278
* Daemonize after applying configuration, not before, so thattrasz2014-02-111-8/+9
* Empty data segment during Login Phase is rather unlikely, but it'strasz2014-02-113-8/+1
* The log_whatever() routines don't accept NULL for format strings,trasz2014-02-111-4/+4
* Improve check for duplicated paths. It shows the warning twice fortrasz2014-02-111-10/+15
* Refactor.trasz2014-02-111-58/+64
* So, it turns out SIGCHLD is discarded by default, so we have to set uptrasz2014-02-111-0/+28
* Empty data segment during Login Phase is rather unlikely, but it's nottrasz2014-02-113-7/+1
* The log_whatever() routines don't accept NULL for format strings,trasz2014-02-101-4/+4
* mdoc: minor paragraph fixes.joel2014-02-084-26/+1
* Mark the I/O ports used by the bhyve console and debug devices as systemjhb2014-02-072-0/+6
* Add -p to the example (why isn't this the default?)des2014-02-061-1/+1
* Add an example of the most common use case.des2014-02-051-1/+7
* Add support for FreeBSD/i386 guests under bhyve.jhb2014-02-051-1/+6
* Fix ! by not clearing not at the bottom of the loop.imp2014-02-051-2/+2
* Implement the '!' operator for files* files. It means 'include thisimp2014-02-042-5/+18
* Convert the loop by gotos into a for loop to improve readability. Iimp2014-02-031-124/+122
* Fix a bug introduced in r261437 that failed to honor "optionalimp2014-02-031-5/+6
* Slight cleanup to the error messaging to compress code vertically...imp2014-02-031-57/+38
* Better error messages when EOF is hit in the middle of a phrase.imp2014-02-031-18/+6
* Move the check for standard keyword + optional inclusion specifier toimp2014-02-031-6/+6
* Don't believe we have a requirement until after we've checked all theimp2014-02-031-1/+1
* In the 17 years since r30796, the mandatory keyword has never been usedimp2014-02-031-16/+4
* Slightly deobfuscate read_file() and likely pessimize the runtimeimp2014-02-031-57/+49
* Fix newsyslog(8) to use the size of the file instead of the blocks itbdrewery2014-02-021-1/+1
* Back out r261266 pending security buy-in.jamie2014-01-311-11/+0
* Merge from CheriBSD:brooks2014-01-301-1/+5
* Merge from CheriBSD:brooks2014-01-303-9/+2
* Merge from CheriBSD:brooks2014-01-302-16/+4
* Merge from CheriBSD:brooks2014-01-304-8/+48
* Enhance the support for PCI legacy INTx interrupts and enable them injhb2014-01-2912-120/+323
* Add a jail parameter, allow.kmem, which lets jailed processes accessjamie2014-01-291-0/+11
* o Fix typo, sort .Xrs.maxim2014-01-281-3/+3
* Remove support for legacy PCI devices. These haven't been needed sincejhb2014-01-275-55/+10
* Bad timespec_subtract() calculations produce negative tv_nsec on i386ache2014-01-251-20/+7
* Generate /var/db/services.db during 'make distribution' so that it isjhb2014-01-222-2/+4
* Similar to cap_mkdb(1), add endianness support to services_mkdb(1)jhb2014-01-223-4/+27
* Fix issue with stale fields from a recycled request pulled off the freelist.tychon2014-01-221-0/+2
* Increase the block-layer backend maximum number of requests to matchtychon2014-01-221-1/+1
* Add check for "hw.usb.no_pf" sysctl value.hselasky2014-01-211-0/+20
* Implicit include of sys/queue.h instead of relying on gelf.h/libelf.h to brin...bapt2014-01-201-0/+1
* Add support for displaying VPD for PCI devices via pciconf.jhb2014-01-202-8/+95
* - Allow PCI devices that are attached to a driver to be identified by theirjhb2014-01-202-29/+130
* Dummy commit (whitespace changes and style nits) to show previous commitdteske2014-01-201-4/+6
* Dummy commit (s/__num/__number/) in f_expand_number() to describe that thedteske2014-01-201-13/+11
* Optimize f_expand_number(), improving performance.dteske2014-01-191-24/+6
* Fix a bad comparison operator (s/==/=/), and address a use-case issue where-dteske2014-01-181-8/+6
* Fix amd64 build breakage caused by r260532.neel2014-01-111-4/+3
OpenPOWER on IntegriCloud