aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Add WITHOUT_UTMPX switch to the build system.Ed Schouten2011-06-171-4/+7
* Don't omit ac(8) as part of WITHOUT_ACCT.Ed Schouten2011-06-171-2/+2
* Open the floppy disk device with O_RDONLY rather than O_RDWR. AfterJoerg Wunsch2011-06-171-1/+1
* Drop the include of <ufs/ffs/ffs_extern.h> from usr.sbin/makefs/ffs/ffs_bswap.cKirk McKusick2011-06-162-16/+1
* Don't attempt to create the base directory when -d is specified.Xin LI2011-06-151-1/+1
* Plumb device physical path reporting from CAM devices, through GEOM andJustin T. Gibbs2011-06-141-1/+4
* Use alternative, less messy solution to avoid breakage after r223020:Dimitry Andric2011-06-132-6/+0
* Apparently makefs needs a few more system headers to compile duringDimitry Andric2011-06-132-0/+5
* Unbreak usr.sbin/makefs after r223020.Dimitry Andric2011-06-121-0/+1
* I forgot what year it is, apparently.Nathan Whitehorn2011-06-121-1/+1
* Long-overdue man page for bsdinstall.Nathan Whitehorn2011-06-112-0/+188
* Support SIGHUP for reloading /etc/rtadvd.conf.Hiroki Sato2011-06-115-51/+142
* Contrary to when returning in all-good cases at the end of functions weBjoern A. Zeeb2011-06-097-62/+216
* - Accumulate RA options instead of replacing old ones when a new RA arrived.Hiroki Sato2011-06-084-142/+285
* - Disable "resolvconf -d" temporarily to avoid extra invocations of the scriptHiroki Sato2011-06-082-2/+7
* Fix a bug that prevents tc=xxx from working.Hiroki Sato2011-06-071-2/+1
* - Use ELM_MALLOC() for struct rainfo.Hiroki Sato2011-06-071-11/+5
* MFCAttilio Rao2011-06-071-0/+1
|\
| * Lower WARNS level to 3 to eliminate alignment warnings related toMarcel Moolenaar2011-06-071-0/+1
* | MFCAttilio Rao2011-06-0632-1738/+2906
|\|
| * Remove redundant assignments to WARNS.Ed Schouten2011-06-063-4/+0
| * Set WARNS=1 temporarily to unbreak universe.Hiroki Sato2011-06-061-1/+1
| * Allow custom files to be opened and allow sorting by timestamp.Ed Schouten2011-06-062-18/+60
| * Include param.h for CACHE_LINE_SIZE to unbreak the build.Bjoern A. Zeeb2011-06-061-1/+2
| * Remove TODO which is not longer needed and the default.Bjoern A. Zeeb2011-06-061-1/+0
| * Fix build on 64-bit arch.Hiroki Sato2011-06-063-5/+5
| * - Implement RDNSS and DNSSL options (RFC 6106, IPv6 Router AdvertisementHiroki Sato2011-06-0627-1714/+2844
* | MFCAttilio Rao2011-06-041-3/+7
|\|
| * Fix resolv.conf search list creation:Bjoern A. Zeeb2011-06-041-3/+7
* | MFCAttilio Rao2011-06-036-96/+657
|\|
| * Fix the nfs related daemons so that they don't intermittentlyRick Macklem2011-06-021-28/+212
| * Fix the nfs related daemons so that they don't intermittentlyRick Macklem2011-06-021-28/+221
| * Fix the nfs related daemons so that they don't intermittentlyRick Macklem2011-06-021-30/+213
| * Write the multi step netconfig to a temporary file and only move thatBjoern A. Zeeb2011-06-023-9/+10
| * Empty the network configuration only after the user decided to pick anBjoern A. Zeeb2011-06-021-2/+2
* | MFCAttilio Rao2011-06-022-5/+5
|\|
| * Fix opening a shell on the new system (prevent the shell's stderr fromNathan Whitehorn2011-06-021-1/+1
| * There are a couple of structs in mfireg.h with members named 'class'.Ed Maste2011-06-021-4/+4
* | MFCAttilio Rao2011-06-011-1/+1
|\|
| * Don't try to close the stream if fopen(3) fails.Jaakko Heinonen2011-06-011-1/+1
* | MFCAttilio Rao2011-05-313-28/+249
|\|
| * Start teaching pc-sysinstall about IPv6.Bjoern A. Zeeb2011-05-313-28/+249
* | Revert r222363, as bde@ pointed out the initial solution was far moreAttilio Rao2011-05-311-1/+1
* | MFCAttilio Rao2011-05-319-100/+466
|\|
| * Minor wording adjustments to usbdump(8).Benedict Reuschling2011-05-311-4/+4
| * Contrary to the rc.conf framework, when manualy enabling IPv6 we haveBjoern A. Zeeb2011-05-301-1/+1
| * While doing it right for current configuration, fix the entry for rc.confBjoern A. Zeeb2011-05-301-1/+1
| * Split netconfig into three parts:Bjoern A. Zeeb2011-05-294-43/+351
| * Check for IPv4 or IPv6 to be available by the kernel to notBjoern A. Zeeb2011-05-294-53/+111
* | MFCAttilio Rao2011-05-292-3/+3
|\|