Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-06-20 | Now that mount(2) sets errno to EFTYPE, not EINVAL for "invalid file system" | kstailey | |
we can use NLS for the text, not a hardcode English message. | |||
1997-06-20 | Now that mount(2) sets errno to EFTYPE, not EINVAL for "invalid file system" | kstailey | |
we can use NLS for the text, not a hardcode English message. | |||
1997-06-20 | Now that mount(2) sets errno to EFTYPE, not EINVAL for "invalid file system" | kstailey | |
we can use NLS for the text, not a hardcode English message. | |||
1997-06-20 | ah-sha1 + esp-3des | Niels Provos | |
1997-06-18 | dynamically allocate fd_set; deraadt | kstailey | |
1997-06-18 | document the tiny race | Theo de Raadt | |
1997-06-18 | buf oflow | Theo de Raadt | |
1997-06-18 | fix non-numeric minor number checking; bde | Theo de Raadt | |
1997-06-18 | Wall | Theo de Raadt | |
1997-06-18 | Remove all links for an inode when "changing from leaf to node". | Todd C. Miller | |
From Guy Harris <guy@netapp.com> via Kirk McKusick <mckusick@McKusick.COM>. | |||
1997-06-17 | count slow queue low entropy drops | Michael Shalayeff | |
bigger queue use queue overflows for arc4_stir() | |||
1997-06-17 | make 'ifconfig -a' and 'ifconfig de0' print full ifaliases output. this | Theo de Raadt | |
was not fun, but the result sure is pretty. what is my reward? | |||
1997-06-17 | dont coredump if the specified rule file does not exist | Niels Provos | |
1997-06-16 | if -o is used to explicitly specify time or space optimization preference, | Theo de Raadt | |
do not override based on minfree calculation; problem from jgarzik@pobox.com, my fix; PR#226 | |||
1997-06-16 | flags cannot be optional; what a bad argument layout design...; ↵ | Theo de Raadt | |
jgarzik@pobox.com, PR#228 | |||
1997-06-14 | split the treatment of the random events | Michael Shalayeff | |
event_q by flipk@ spl fix by deraadt@ gother statistics about whole processing use 'sysctl kern.random' to view what had happened also fix wrong vm.psstrings description | |||
1997-06-14 | typo; k-horik@yk.rim.or.jp | Theo de Raadt | |
1997-06-14 | Add link to Linux name, so Linux users can at least find the manpage and figure | Jason Downs | |
out what's different. | |||
1997-06-14 | fsck_ext2fs works now. | Jason Downs | |
1997-06-14 | s/malloc.h/stdlib.h in pass5.c, and actually malloc() enough memory in | Jason Downs | |
setup() for the superblock! | |||
1997-06-14 | Add tags, fix man page. Purely cosmetic. | Jason Downs | |
1997-06-14 | Sync with NetBSD. Purely cosmetic. | Jason Downs | |
1997-06-13 | theo's recent patch | Michael Shalayeff | |
1997-06-11 | dynamic fd_set | Theo de Raadt | |
1997-06-10 | deal with random pids from fork(2) | kstailey | |
1997-06-05 | getpid() is going to be OK in a few minutes | Theo de Raadt | |
1997-06-04 | make usage show minimal keywords | Theo de Raadt | |
1997-06-04 | oops_strings | Michael Shalayeff | |
1997-06-04 | YAVA | Michael Shalayeff | |
move machdep in the place mention ipx headers | |||
1997-06-03 | Make mkfs.c malloc its large buffers, which saves about 200K of bss size | grr | |
when newfs is used in instbin and is otherwise harmless. Also add a little pro-forma malloc fail parnoia, though it's not really needed when the local malloc routine is used. | |||
1997-06-03 | number of unallocated sectors message was based on modified fssize, make it ↵ | grr | |
deal with reality | |||
1997-06-02 | fix Xr fstab | Theo de Raadt | |
1997-06-02 | dump(5) does not exist, markd@Grizzly.COM | Theo de Raadt | |
1997-06-02 | network byte order for icmp_seq; obfuscate ident (pid) more | Theo de Raadt | |
1997-06-01 | i think this solves a number of byte order problems in the icmp code. | Theo de Raadt | |
If these are right, I also want to note that if a host pings me I can tell what it's byte order is (because if the seq numbers) | |||
1997-06-01 | kill fp, fix unterminated buf, add lots of icmp code; denny1@home.com, PR#205 | Theo de Raadt | |
1997-05-31 | lukem: Determine filesystem level (ref: fsck_ffs(8) -c ...) and display it. | Theo de Raadt | |
Code was derivied from observing how fsck_ffs `upgrades' to a given level, and has been tested on recent NetBSD filesystems (reports as "3"), SunOS ("1"), and ULTRIX ("0"). I haven't found a filesystem of level "2" to test, but the code should detect it. Fixes [bin/1353] | |||
1997-05-31 | fix typos; msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |
1997-05-30 | No longer enforce read-only mounts. | Jason Downs | |
1997-05-30 | for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \ | Theo de Raadt | |
grep '"' | cut -d':' -f1`; do sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x cat x > $i done | |||
1997-05-30 | Initial import of Manuel's fsck_ext2fs, unmodified. | Jason Downs | |
1997-05-29 | mkfs() should not play with fssize; grr, PR#189 | Theo de Raadt | |
1997-05-29 | print stats on SIGINFO | kstailey | |
1997-05-28 | doc broadcast addr better; frueauf@ira.uka.de | Theo de Raadt | |
1997-05-28 | be more paranoid about gid revoking | Theo de Raadt | |
1997-05-28 | complain if ufs is spotted in /etc/fstab | Theo de Raadt | |
1997-05-21 | better disklabel -e messaging | Theo de Raadt | |
1997-05-19 | s/NetBSD// | Jason Downs | |
1997-05-15 | mention that addition code was written in Germany | Theo de Raadt | |
1997-05-05 | hopefully the last tahoe relict in the tree goes now ... | Thomas Graichen | |