summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Cast to gid_t for groups not uid_tbapt2015-05-311-1/+1
* Remove useless cast in printf and printf-like functions:bapt2015-05-313-23/+23
* Cast -1 to uid_t and bump WARNING level to 3bapt2015-05-313-4/+4
* Fix some gcc compiler warnings.rodrigc2015-05-311-5/+5
* yppoll(8): Comment out -h option.rodrigc2015-05-312-11/+21
* Move cleanup functions to the right placebapt2015-05-311-2/+3
* Remove useless test before free()bapt2015-05-311-2/+1
* Return early in case we cannot read the configuration filebapt2015-05-311-110/+111
* Make pw_user()/pw_group() more consitent about errorsbapt2015-05-312-37/+24
* Remove uneeded intermediate variablebapt2015-05-311-4/+1
* Remove uneeded intermediate variablebapt2015-05-311-4/+1
* Use asprintf instead of malloc + snprintf and test the memory allocationbapt2015-05-311-2/+3
* Remove dead declarationbapt2015-05-291-1/+0
* Fix non-deterministic delays when accessing a vcpu that was in "running" orneel2015-05-281-1/+13
* Use the cpuset API more consistently:jhb2015-05-272-30/+21
* Fix overlinking again after recent ntp updatesbapt2015-05-258-12/+22
* Fix a syntax error in bsdinstall/zfsbootallanjude2015-05-221-1/+1
* Advertise ctlstat(8) a little better.trasz2015-05-223-5/+8
* The 'hostbridge' device exists to allow guests to infer msi/msixtychon2015-05-211-1/+1
* Add an option "--get-vmcs-exit-inst-length" to display the instruction lengthneel2015-05-211-1/+12
* Remove stray DEBUG_FLAGS=-g that snuck in with r137868imp2015-05-211-1/+0
* Temporarily revert r282922 which bumped the max descriptors.grehan2015-05-211-1/+1
* Remove the warning about invalid PE checksum; apparently nothingtrasz2015-05-201-2/+6
* Merge ACPICA 20150515.jkim2015-05-182-3/+3
* Fix off-by-one in array index bounds checkallanjude2015-05-181-1/+1
* bsdinstall/zfsboot: Skip adding swap lines to /etc/fstab if swap is 0 sizedallanjude2015-05-171-0/+4
* Add a warning message to mountd for exported filermacklem2015-05-161-0/+3
* path.h is not needed here.delphij2015-05-161-2/+0
* Bump the size of the blockif scatter-gather list to 67.grehan2015-05-141-1/+1
* kbdmap(1): increase description size to 256 bytesemaste2015-05-141-2/+2
* Fix pmcstat symbol resolution for userland processes.stas2015-05-131-1/+2
* Set the subvendor field in config space to the vendor ID.grehan2015-05-133-0/+3
* crunchide: remove EOL whitespaceemaste2015-05-121-3/+3
* Allow configuration of the sector size advertised to the guest.neel2015-05-122-26/+69
* Handling indirect descriptors is a capability of the host andgrehan2015-05-111-1/+1
* Remove extendline definitionbapt2015-05-101-3/+0
* Use calloc(3) instead of malloc(3) + memset(3)bapt2015-05-101-2/+4
* The initial logic for allocating the new string was wrong, the conversionbapt2015-05-101-5/+2
* Use strndup(3) instead of malloc(3) + memcpy(3)bapt2015-05-101-7/+11
* Remove useless call to extendarraybapt2015-05-101-1/+0
* The pwdb function is only used once to check the database rename itbapt2015-05-101-10/+4
* if the check of the pw db fails return the failed valuebapt2015-05-101-37/+35
* Some style(9) fixesbapt2015-05-101-9/+16
* Replace sprintf(3) with snprintf(3)bapt2015-05-091-7/+7
* Use snprintf(3) instead of sprintf(3)bapt2015-05-091-8/+7
* Remove now unused LNBUFSZ buffer sizebapt2015-05-091-3/+0
* Return from the function as early as possiblebapt2015-05-091-117/+116
* Remove some uneeded headersbapt2015-05-093-8/+0
* Remove unneeded headersbapt2015-05-091-8/+0
* Replace malloc(3) + strcpy(3) + strcat(3) by asprintf(3)bapt2015-05-091-3/+1
OpenPOWER on IntegriCloud