aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Add -p to the example (why isn't this the default?)Dag-Erling Smørgrav2014-02-061-1/+1
* Add an example of the most common use case.Dag-Erling Smørgrav2014-02-051-1/+7
* Add support for FreeBSD/i386 guests under bhyve.John Baldwin2014-02-051-1/+6
* Fix ! by not clearing not at the bottom of the loop.Warner Losh2014-02-051-2/+2
* Implement the '!' operator for files* files. It means 'include thisWarner Losh2014-02-042-5/+18
* Convert the loop by gotos into a for loop to improve readability. IWarner Losh2014-02-031-124/+122
* Fix a bug introduced in r261437 that failed to honor "optionalWarner Losh2014-02-031-5/+6
* Slight cleanup to the error messaging to compress code vertically...Warner Losh2014-02-031-57/+38
* Better error messages when EOF is hit in the middle of a phrase.Warner Losh2014-02-031-18/+6
* Move the check for standard keyword + optional inclusion specifier toWarner Losh2014-02-031-6/+6
* Don't believe we have a requirement until after we've checked all theWarner Losh2014-02-031-1/+1
* In the 17 years since r30796, the mandatory keyword has never been usedWarner Losh2014-02-031-16/+4
* Slightly deobfuscate read_file() and likely pessimize the runtimeWarner Losh2014-02-031-57/+49
* Fix newsyslog(8) to use the size of the file instead of the blocks itBryan Drewery2014-02-021-1/+1
* Back out r261266 pending security buy-in.Jamie Gritton2014-01-311-11/+0
* Merge from CheriBSD:Brooks Davis2014-01-301-1/+5
* Merge from CheriBSD:Brooks Davis2014-01-303-9/+2
* Merge from CheriBSD:Brooks Davis2014-01-302-16/+4
* Merge from CheriBSD:Brooks Davis2014-01-304-8/+48
* Enhance the support for PCI legacy INTx interrupts and enable them inJohn Baldwin2014-01-2912-120/+323
* Add a jail parameter, allow.kmem, which lets jailed processes accessJamie Gritton2014-01-291-0/+11
* o Fix typo, sort .Xrs.Maxim Konovalov2014-01-281-3/+3
* Remove support for legacy PCI devices. These haven't been needed sinceJohn Baldwin2014-01-275-55/+10
* Bad timespec_subtract() calculations produce negative tv_nsec on i386Andrey A. Chernov2014-01-251-20/+7
* Generate /var/db/services.db during 'make distribution' so that it isJohn Baldwin2014-01-222-2/+4
* Similar to cap_mkdb(1), add endianness support to services_mkdb(1)John Baldwin2014-01-223-4/+27
* Fix issue with stale fields from a recycled request pulled off the freelist.Tycho Nightingale2014-01-221-0/+2
* Increase the block-layer backend maximum number of requests to matchTycho Nightingale2014-01-221-1/+1
* Add check for "hw.usb.no_pf" sysctl value.Hans Petter Selasky2014-01-211-0/+20
* Implicit include of sys/queue.h instead of relying on gelf.h/libelf.h to brin...Baptiste Daroussin2014-01-201-0/+1
* Add support for displaying VPD for PCI devices via pciconf.John Baldwin2014-01-202-8/+95
* - Allow PCI devices that are attached to a driver to be identified by theirJohn Baldwin2014-01-202-29/+130
* Dummy commit (whitespace changes and style nits) to show previous commitDevin Teske2014-01-201-4/+6
* Dummy commit (s/__num/__number/) in f_expand_number() to describe that theDevin Teske2014-01-201-13/+11
* Optimize f_expand_number(), improving performance.Devin Teske2014-01-191-24/+6
* Fix a bad comparison operator (s/==/=/), and address a use-case issue where-Devin Teske2014-01-181-8/+6
* Fix amd64 build breakage caused by r260532.Neel Natu2014-01-111-4/+3
* Fix issue with the virtio descriptor region being truncatedPeter Grehan2014-01-091-1/+1
* virtio-block does not exist, the correct name is virtio-blk.Remko Lodder2014-01-081-1/+1
* Split the last gcc-specific flags off into CFLAGS.gcc. This alsoDimitry Andric2014-01-051-1/+1
* Allow bsdinstall to use WPA-Enterprise networks when installing. ThisGavin Atkinson2014-01-041-0/+23
* Lower the priority of the "connect to any open wireless network" networkGavin Atkinson2014-01-041-1/+1
* Remove what appears to be a stray debugging printf.Gavin Atkinson2014-01-041-1/+0
* Make a copy instead using constant string directly when assigning to char *.Xin LI2014-01-041-7/+3
* Use prototype.Xin LI2014-01-042-145/+48
* Cosmetic change - switch over to vertical SRCS to make itPeter Grehan2014-01-031-5/+31
* Rework the DSDT generation code a bit to generate more accurate info aboutJohn Baldwin2014-01-0212-115/+417
* Restructure the VMX code to enter and exit the guest. In large part this changeNeel Natu2014-01-012-2/+6
* Add mibs for hastd(1) queue stats.Mikolaj Golub2013-12-293-1/+88
* Record the IEEE P1282 Rock Ridge version 1.12 POSIX File Serial Number,Marius Strobl2013-12-292-3/+4