Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-12-08 | -c -> ${COPY} | Jason Downs | |
1996-12-08 | install -> ${INSTALL} | Jason Downs | |
1996-12-07 | correct a sigsegv during parsing of garbled input; netbsd pr#2659, ↵ | Theo de Raadt | |
dgilbert@jaywon.pci.on.ca | |||
1996-12-05 | Stop 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-04 | fix | Jason Downs | |
1996-12-04 | rearrange argv[0] code | Theo de Raadt | |
1996-12-04 | vfork bye bye | Theo de Raadt | |
1996-12-04 | nice argv[0], please do not bite me | Theo de Raadt | |
1996-12-04 | nice argv[0], please do not bite me | Theo de Raadt | |
1996-12-04 | fix usage | Theo de Raadt | |
1996-12-04 | fix a typo | Theo de Raadt | |
1996-12-04 | cooperate with -t from newfs, and rename to /sbin/newfs_lfs as the naming ↵ | Theo de Raadt | |
scheme requires | |||
1996-12-04 | first cut at "newfs -t fstype device". this is very neat | Theo de Raadt | |
1996-12-04 | do not freak out if we see a -t argument | Theo de Raadt | |
1996-12-04 | 64 bit patches, tih@nhh.no | Theo de Raadt | |
1996-12-04 | use readlabelfs() if possible | Theo de Raadt | |
1996-12-03 | readlabelfs() moves to libutil, and return value changes. | Jason Downs | |
1996-11-25 | ipx sysctl. | Michael Shalayeff | |
cleanup (protyping, printf formats and so) 1 (one) bug fix in printf's arg (struct instead of field) | |||
1996-11-25 | revoke privs; do not call getnetbyname if not needed, bmah@cs.berkeley.edu | Theo de Raadt | |
1996-11-24 | Add MOPT_UPDATE to mount options since there is filesystem | Todd C. Miller | |
support for it. From NetBSD (cgd). | |||
1996-11-13 | Write out pid file, from Monroe Williams <monroe@teleport.com>. | Jason Downs | |
1996-11-12 | fix | Jason Downs | |
1996-11-12 | Prelimary label-groking code for mount; makes -t close to obsolete. | Jason Downs | |
1996-11-12 | Match fs type case-insensetively. | Jason Downs | |
1996-11-08 | correct example | Michael Shalayeff | |
1996-11-02 | Clarify -c option. NetBSD PR#2884 | Todd C. Miller | |
1996-10-30 | Really set flags... | Thorsten Lockert | |
1996-10-27 | newfs for disks other than 512bytes/sector, NetBSD pr#2404, | Jason Downs | |
<yasufu-i@is.aist-nara.ac.jp>. | |||
1996-10-27 | buf oflow | Theo de Raadt | |
1996-10-27 | buf oflow; thanks tqbf@rdist.org | Theo de Raadt | |
1996-10-20 | Deal with recent fsck changes. | Todd C. Miller | |
1996-10-20 | Sync with NetBSD 961019 | Thorsten Lockert | |
1996-10-15 | umask for writes; from joerg@freebsd.org | Theo de Raadt | |
1996-10-12 | From 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-12 | permit ufs filesystem type too | Theo de Raadt | |
1996-10-08 | Prototype & Stylistic fixes for high -W gcc levels | Niklas Hallqvist | |
1996-10-08 | Attempt at cleanup. | michaels | |
1996-10-04 | -n fix, one more DOSPTYP_OPENBSD change | Theo de Raadt | |
1996-10-02 | update to the latest version from Sep 12. | Michael Shalayeff | |
1996-10-01 | Make it compilable even if NUMBOOT=1 (vax). -moj | Mats O Jansson | |
1996-09-30 | signature is 16 bits | Theo de Raadt | |
1996-09-30 | # using message; more donothing stuff | Theo de Raadt | |
1996-09-28 | ARC machines use kbd mapping too. Small bug in kbd_void.c fixed. (crashed on ↵ | Per Fogelstrom | |
other arch's). | |||
1996-09-28 | Correct spelling, from NetBSD PR#2783, seebs@taniemarie.solon.com. | Jason Downs | |
1996-09-27 | even better | Theo de Raadt | |
1996-09-27 | installing people do not have man pages; better usage | Theo de Raadt | |
1996-09-27 | first pass at explaining the changes | Theo de Raadt | |
1996-09-27 | make -m also act like -i/-u | Theo de Raadt | |
1996-09-27 | nicer errors | Theo de Raadt | |
1996-09-25 | permit loading of a special MBR bootblock -- do not encode a fake MBR | Theo 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!) |