summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
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
1996-10-01Make it compilable even if NUMBOOT=1 (vax). -mojMats O Jansson
1996-09-30signature is 16 bitsTheo de Raadt
1996-09-30# using message; more donothing stuffTheo de Raadt
1996-09-28ARC machines use kbd mapping too. Small bug in kbd_void.c fixed. (crashed on ↵Per Fogelstrom
other arch's).
1996-09-28Correct spelling, from NetBSD PR#2783, seebs@taniemarie.solon.com.Jason Downs
1996-09-27even betterTheo de Raadt
1996-09-27installing people do not have man pages; better usageTheo de Raadt
1996-09-27first pass at explaining the changesTheo de Raadt
1996-09-27make -m also act like -i/-uTheo de Raadt
1996-09-27nicer errorsTheo de Raadt
1996-09-25permit loading of a special MBR bootblock -- do not encode a fake MBRTheo de Raadt
bootblock inside the program. cleanup printed output. do not assume 'd' partition. Solves a whole bunch of other interaction problems with disklabel. Has been tested a fair bit, but will endure more testing (at the hands of the users! Hahahaha!)