summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
1996-12-12i studdderr wheenn i tyttypeTheo de Raadt
1996-12-12cannot use err() hereTheo de Raadt
1996-12-12fix afterinstallTheo de Raadt
1996-12-11from netbsd; repair byte swapping of fieldsTheo de Raadt
1996-12-10"the the" purgeTheo de Raadt
1996-12-10crank SO_SNDBUF if needed, kml@nas.nasa.govTheo de Raadt
1996-12-1064 bit & -Wall cleanupTheo de Raadt
1996-12-09better error messagesTheo de Raadt
1996-12-09better error messagesTheo de Raadt
1996-12-09for -a option, refuse if disklabel type != fstab typeTheo de Raadt
1996-12-08Install sample portal configuration file if none are installedThorsten Lockert
1996-12-08-c -> ${COPY}Jason Downs
1996-12-08install -> ${INSTALL}Jason Downs
1996-12-07correct a sigsegv during parsing of garbled input; netbsd pr#2659, ↵Theo de Raadt
dgilbert@jaywon.pci.on.ca
1996-12-05Stop info gathering attack pointed out by Alan Cox <alan@cymru.net>Todd C. Miller
Only return ENOENT if the dir trying to be mounted is really exported to the client. Return EACCESS if not exported.
1996-12-04fixJason Downs
1996-12-04rearrange argv[0] codeTheo de Raadt
1996-12-04vfork bye byeTheo de Raadt
1996-12-04nice argv[0], please do not bite meTheo de Raadt
1996-12-04nice argv[0], please do not bite meTheo de Raadt
1996-12-04fix usageTheo de Raadt
1996-12-04fix a typoTheo de Raadt
1996-12-04cooperate with -t from newfs, and rename to /sbin/newfs_lfs as the naming ↵Theo de Raadt
scheme requires
1996-12-04first cut at "newfs -t fstype device". this is very neatTheo de Raadt
1996-12-04do not freak out if we see a -t argumentTheo de Raadt
1996-12-0464 bit patches, tih@nhh.noTheo de Raadt
1996-12-04use readlabelfs() if possibleTheo de Raadt
1996-12-03readlabelfs() moves to libutil, and return value changes.Jason Downs
1996-11-25ipx sysctl.Michael Shalayeff
cleanup (protyping, printf formats and so) 1 (one) bug fix in printf's arg (struct instead of field)
1996-11-25revoke privs; do not call getnetbyname if not needed, bmah@cs.berkeley.eduTheo de Raadt
1996-11-24Add MOPT_UPDATE to mount options since there is filesystemTodd C. Miller
support for it. From NetBSD (cgd).
1996-11-13Write out pid file, from Monroe Williams <monroe@teleport.com>.Jason Downs
1996-11-12fixJason Downs
1996-11-12Prelimary label-groking code for mount; makes -t close to obsolete.Jason Downs
1996-11-12Match fs type case-insensetively.Jason Downs
1996-11-08correct exampleMichael Shalayeff
1996-11-02Clarify -c option. NetBSD PR#2884Todd C. Miller
1996-10-30Really set flags...Thorsten Lockert
1996-10-27newfs for disks other than 512bytes/sector, NetBSD pr#2404,Jason Downs
<yasufu-i@is.aist-nara.ac.jp>.
1996-10-27buf oflowTheo de Raadt
1996-10-27buf oflow; thanks tqbf@rdist.orgTheo de Raadt
1996-10-20Deal with recent fsck changes.Todd C. Miller
1996-10-20Sync with NetBSD 961019Thorsten Lockert
1996-10-15umask for writes; from joerg@freebsd.orgTheo de Raadt
1996-10-12From Kirk McKusick:Thorsten Lockert
If a directory somehow develops a hole (that is a block pointer that has a value of zero), fsck would give the filesystem a clean bill of health, but the kernel would panic when accessing the directory with the hole. Fsck now checks for holes in directories. If found in preen mode, fsck fails. In manual mode, it can be directed to shorten the directory to the beginning of the hole. A more complete solution would be to allocate a block to fill the hole. However, this is a lot more work for a `cannot happen' error, so the extra effort seems unwarranted.
1996-10-12permit ufs filesystem type tooTheo de Raadt
1996-10-08Prototype & Stylistic fixes for high -W gcc levelsNiklas Hallqvist
1996-10-08Attempt at cleanup.michaels
1996-10-04-n fix, one more DOSPTYP_OPENBSD changeTheo de Raadt
1996-10-02update to the latest version from Sep 12.Michael Shalayeff