summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Fix a long-standing bug with dump not treating errors correctly. Theyjoerg1997-05-061-2/+4
* Fix typo.eivind1997-05-041-1/+1
* Commit hooks for ifmedia support. It's optional in the Makefile, andpeter1997-05-043-3/+77
* Bring in the ifmedia components of NetBSD's ifconfig as a seperate file.peter1997-05-041-0/+526
* Second try at cleanups and fixes (without if_media stuff for the moment)peter1997-05-041-106/+174
* force null commit to skip over rev 1.25 so there's less cvs troublepeter1997-05-041-1/+1
* Grab some of the NetBSD text for describing the new options and thepeter1997-05-031-32/+66
* OpenBSD uses ID 0xa6 for its partitions on i386, arc and others that needimp1997-05-022-0/+2
* Test both the NFS and MOUNT protocols for v3 support before allowing a v3dfr1997-05-011-1/+61
* Back out msmith's recent commit which breaks using symbolic names for netmasks.pst1997-04-301-6/+5
* Fix parsing of mount options with '=' in their name.msmith1997-04-302-2/+2
* Document -k flag here, too.wollman1997-04-291-6/+12
* Implement Kerberized rcmd for rdump/rrestore. This is lacking thewollman1997-04-296-17/+74
* Userland part of ISO9660 multi-session support. mount_cd9660(8) willjoerg1997-04-292-11/+103
* Don't try to look up unionfs' <above>, <below> keywords as hostnames.dfr1997-04-291-2/+2
* Use realpath() on the source as well as the target otherwise it can bedfr1997-04-292-8/+16
* Change vfork to fork, too many memory-clobbering actions present in childache1997-04-232-4/+4
* Don't call getnetbyname() on a netmask. On a system with a slow netmsmith1997-04-231-2/+2
* Spelling police.danny1997-04-232-4/+4
* Add a -2 flag to mountd to allow an admin to disable NFSv3 services.dfr1997-04-222-7/+20
* Use v3 protocol by default if it is supported by the server. Allow thedfr1997-04-182-11/+49
* Fix typo: "oder" -> "order".danny1997-04-161-2/+2
* Implement a -r option to fsdb(8), ``read/only''.joerg1997-04-153-45/+63
* Oops...now really commit the doc change.guido1997-04-091-1/+3
* Make a sysconfig variable controlling if teh kernel should acceptguido1997-04-091-8/+10
* Allow "modern" syntax:phk1997-04-021-5/+21
* unifdef CCITT, ISO & CRUFT.phk1997-04-023-303/+2
* Make "-o noxxx" work properly, allowing the user to clean e.g. the resvportdfr1997-04-021-22/+47
* Be more specific as to which flags may not be turned off when thempp1997-04-011-2/+3
* Make mount_nfs use reserved ports by default.. Mounts already useguido1997-04-011-2/+2
* Don't fail when the vfs.nfs.nfs_privport sysctl doesn't existbde1997-04-011-4/+4
* Fixed missing DPADD. Removed now-redundant SRCS.bde1997-04-011-1/+1
* Remove the syslog stuff, and allow various return valuesbrian1997-03-312-5/+16
* Fix the mount_mfs case from the last cleanup. The code was (ab)usingpeter1997-03-311-1/+17
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-312-3/+3
* Move uucplock into libutil and create a manual page.brian1997-03-303-166/+4
* Fix mount call for devfs.phk1997-03-301-2/+1
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-2946-69/+69
* Make this compile after the fsirand changes that deleted two fields.peter1997-03-281-2/+2
* Add code that will reject nfs requests in teh kernel from nonprivilegedguido1997-03-271-1/+14
* Update HISTORY to reflect that this will first appear in 2.2.5.mpp1997-03-271-1/+1
* Typo fix (now how did that one get by me :-).mpp1997-03-271-1/+1
* Get rid of __progname. I thought I already did that...guido1997-03-261-4/+2
* Typo police. Also update HISTORY to reflect when this first appearedmpp1997-03-241-3/+6
* Include missing <time.h>ache1997-03-241-0/+4
* Cleanup STANDALONE stuffache1997-03-241-28/+43
* Fix small race window when creating portal socket.imp1997-03-242-2/+8
* Use mkstemp rather than mktemp to prevent a small race.imp1997-03-242-22/+22
* Reactivated dumplfs and newlfs.bde1997-03-241-4/+2
* Changed MAN to MAN8 so that this builds.bde1997-03-241-1/+1
OpenPOWER on IntegriCloud