aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix a really stupid bug where I assumed sizeof(int) == 2. This resulted inJohn Baldwin2000-07-212-2/+2
* | Need /usr/sbin for arp(8).David E. O'Brien2000-07-201-1/+1
* | Patchlevel 3 of the ISC 2.0 dhcp client now requires us to give it theDavid E. O'Brien2000-07-201-0/+1
* | Show the actual command line usage in the man page and usage error string.Archie Cobbs2000-07-192-5/+17
* | Make "ifconfig" with no arguments equivalent to "ifconfig -a".Archie Cobbs2000-07-181-0/+4
* | Cross-reference mount_nfs(8) and showmount(8).Sheldon Hearn2000-07-181-1/+2
* | Order the cross-references in the SEE ALSO section, in preparationSheldon Hearn2000-07-181-2/+2
* | - Don't try to free mboot.bootinst before it has been allocated. If, forJohn Baldwin2000-07-172-4/+4
* | Suggest looking at rc.conf(5) on how to start natd(8) during boot.Ruslan Ermilov2000-07-171-0/+3
* | Fix a paste-o in the tcpoptions check (not a security problem, just aBill Fumerola2000-07-171-1/+1
* | Don't try to make files immutable (ie. chflags) before setting access times.David Malone2000-07-162-4/+4
* | Make a tighter test for valid inode numbers in getnextinode().Kirk McKusick2000-07-153-6/+9
* | Fix memory leak/double free found by phkmallocAndrey A. Chernov2000-07-152-16/+20
* | * Clarify text on choosing a dump deviceBen Smithurst2000-07-141-7/+17
* | Clarify "mount -a -t" example - it only unmounts stuff in /etc/fstab.David Malone2000-07-131-2/+5
* | Note that "ether" is a supported address family for setting addresses.John Baldwin2000-07-121-0/+1
* | - Always respect cylinder boundaries when creating slices unless the userJohn Baldwin2000-07-122-34/+140
* | Add support to the 'ether' address family to support setting of addresses.John Baldwin2000-07-121-23/+28
* | Ensure that block and character devices as well as fifo's and socketsKirk McKusick2000-07-123-0/+18
* | Array of long support.Poul-Henning Kamp2000-07-111-4/+10
* | Don't call sprintf() with no format string.Kris Kennaway2000-07-101-1/+1
* | Don't call warn() with no format string.Kris Kennaway2000-07-101-1/+1
* | Don't call err with no format string.Kris Kennaway2000-07-102-2/+2
* | Make "ldconfig" with no arguments behave the same as "ldconfig -R".John Polstra2000-07-092-1/+4
* | Teach fsck about snapshot files. These changes should have noKirk McKusick2000-07-0618-45/+363
* | Correct style bugs in previous commitKris Kennaway2000-07-062-4/+4
* | Add the snapshot option to mount_ufs.Kirk McKusick2000-07-064-0/+4
* | Sync with KAMEKris Kennaway2000-07-051-1/+1
* | Sync with KAMEKris Kennaway2000-07-051-54/+135
* | Sync with latest KAME code.Kris Kennaway2000-07-052-234/+635
* | Support for unsigned integer and long sysctl variables. Update theJohn Baldwin2000-07-051-2/+10
* | synchronize with latest kame tree.Jun-ichiro itojun Hagino2000-07-049-353/+543
* | Remove the use of a dash in the usage, since this isn't in keepingSheldon Hearn2000-07-032-2/+2
* | What the commit log for rev 1.16 neglected to mention was that theSheldon Hearn2000-07-031-1/+1
* | Explicitly state that mountd can be made to re-read the exports file,Sheldon Hearn2000-07-031-0/+19
* | Print the correct speed when speed is less than 1MB/s.Nick Hibma2000-07-011-1/+1
* | Backout rev 1.8. This really does not give us the version numberPaul Saab2000-07-012-5/+5
* | "Ease understanding" of how -punch_fw works.Ruslan Ermilov2000-06-291-9/+11
* | When printing out the transfer rate display for 'camcontrol inquiry',Kenneth D. Merry2000-06-281-1/+2
* | Catch the usage() function up to the command line changes. Add -I andJohn Baldwin2000-06-272-2/+2
* | Added new option (-punch_fw) which allows to `punch holes'Ruslan Ermilov2000-06-272-2/+47
* | - mdoc(7) style cleanupRuslan Ermilov2000-06-271-276/+300
* | Back out both previous commits.Alexander Langer2000-06-261-200/+168
* | Add note about security concerns w/o a firewall but other machinesAlexander Langer2000-06-261-0/+8
* | mdoc style cleanup.Alexander Langer2000-06-261-168/+192
* | display version number of each kld module when usingJonathan M. Bresler2000-06-202-5/+5
* | Remove ``pptpalias'' since this is now done transparently by libalias(3).Ruslan Ermilov2000-06-202-51/+1
* | Reorder the "prob" section in the output of list/show so it can be copy/pastedBill Fumerola2000-06-181-5/+6
* | Implement SIOCSIFLLADDR, which allows you to change the link-levelBill Paul2000-06-162-1/+36
* | Remove unused parameter.Ruslan Ermilov2000-06-161-6/+6