Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-12-12 | i studdderr wheenn i tyttype | Theo de Raadt | |
1996-12-12 | cannot use err() here | Theo de Raadt | |
1996-12-12 | fix afterinstall | Theo de Raadt | |
1996-12-11 | from netbsd; repair byte swapping of fields | Theo de Raadt | |
1996-12-10 | "the the" purge | Theo de Raadt | |
1996-12-10 | crank SO_SNDBUF if needed, kml@nas.nasa.gov | Theo de Raadt | |
1996-12-10 | 64 bit & -Wall cleanup | Theo de Raadt | |
1996-12-09 | better error messages | Theo de Raadt | |
1996-12-09 | better error messages | Theo de Raadt | |
1996-12-09 | for -a option, refuse if disklabel type != fstab type | Theo de Raadt | |
1996-12-08 | Install sample portal configuration file if none are installed | Thorsten Lockert | |
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 | |