aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* MFHGlen Barber2016-01-145-13/+106
|\
| * bsdinstall: Suggest the GPT+Active workaround on Dell T5810Eric van Gyzen2016-01-141-1/+1
| * Add support for relocating AArch64 modules to kldxref. This fixes an errorAndrew Turner2016-01-131-0/+77
| * Remove some unneeded headersBaptiste Daroussin2016-01-131-7/+0
| * Fix Coverity warnings regarding r293229Alan Somers2016-01-132-5/+28
* | MFHGlen Barber2016-01-132-3/+6
|\|
| * ypldap(8) is a feature ready to be used to translate nis(8) database to ldap(3).Marcelo Araujo2016-01-132-3/+6
* | MFHGlen Barber2016-01-122-1/+98
|\|
| * Add a basic bhyvectl manpage.Christian Brueffer2016-01-122-1/+98
* | MFHGlen Barber2016-01-1213-55/+318
|\|
| * Fix bhyve(1) operation on vmnet devices, broken in r293459.Gleb Smirnoff2016-01-101-1/+2
| * Fix improper duration for f_dialog_pause() APIDevin Teske2016-01-091-1/+0
| * Fix version number.Xin LI2016-01-091-1/+1
| * Add netmap support for bhyveGeorge V. Neville-Neil2016-01-091-32/+273
| * MFV r293415:Xin LI2016-01-088-21/+40
| * DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-01-072-0/+3
* | MFHGlen Barber2016-01-079-52/+1069
|\|
| * Make cap_mkdb and services_mkdb file operations syncRenato Botelho2016-01-071-2/+18
| * Allow /etc/exports to contain usernames/groups with spaces in them.Josh Paetzel2016-01-072-1/+72
| * "source routing" in rpcbindAlan Somers2016-01-066-49/+979
* | MFHGlen Barber2016-01-052-6/+62
|\|
| * Merge ^/projects/release-install-debug:Glen Barber2016-01-051-4/+60
| * Add sbin and /usr/local directories to _PATH_DEFPATH.Jilles Tjoelker2016-01-051-2/+2
* | MFH r289384-r293170Glen Barber2016-01-04323-1041/+18095
|\|
| * kbdmap.5: Use current names for ASCII control codes lf, ff, usEd Maste2016-01-021-4/+10
| * Unset the gss kernel state when gssd exitsJosh Paetzel2016-01-011-0/+2
| * Remove unused variable after r292981 to unbreak the build.Bjoern A. Zeeb2015-12-311-1/+1
| * Clean up unused-but-set-variable spotted by gcc-4.9.Marcelo Araujo2015-12-311-5/+2
| * Clean up unused-but-set-variable spotted by gcc-4.9.Marcelo Araujo2015-12-311-5/+0
| * Clean up unused-but-set-variable spotted by gcc-4.9.Marcelo Araujo2015-12-311-2/+1
| * Fix getopt(3) argument after r290180; I forgot to change -r to -REnji Cooper2015-12-291-1/+1
| * Fix type mismatches for malloc(3) and Co.Ulrich Spörlein2015-12-295-6/+6
| * Simplify code for parsing extra groupsBaptiste Daroussin2015-12-291-1/+1
| * Remove useless assignement of linelenBaptiste Daroussin2015-12-291-2/+0
| * Restore dryrun support for pw groupmodBaptiste Daroussin2015-12-281-0/+5
| * Explicitly set permissions on entropy filesDevin Teske2015-12-281-1/+6
| * Eliminate unneeded includes.Xin LI2015-12-282-3/+0
| * The sdp opens the database with PERM_SECURE mode and it is different thanMarcelo Araujo2015-12-281-1/+1
| * Fix includes in usr.sbin/fstyp/zfs.cAllan Jude2015-12-262-2/+5
| * camadd does not require linking to libsbuf or libbsdxml directlyBaptiste Daroussin2015-12-241-1/+1
| * Undo change from r292607 that was not meant to be therePedro F. Giffuni2015-12-221-1/+1
| * cron: Check the return value of pipe(2)Pedro F. Giffuni2015-12-221-3/+5
| * crontab: properly free an entryPedro F. Giffuni2015-12-221-1/+1
| * crontab: replace malloc + bzero with callocPedro F. Giffuni2015-12-221-2/+1
| * Prevent use-after-free with ctx->ns in set_nameservers(..), which could occurEnji Cooper2015-12-221-0/+1
| * Add libxo support to jlsCraig Rodrigues2015-12-223-71/+120
| * Make the building of libsmb and mount_smbfs unconditional, now that r292552Ian Lepore2015-12-216-5/+1
| * makefs: use ENTRY macro for diff reduction with NetBSDEd Maste2015-12-211-3/+6
| * Fix indent after r292333.Hajimu UMEMOTO2015-12-191-16/+16
| * Fix the precious change to check the pointer returned by malloc().John Baldwin2015-12-181-1/+1