Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1997-05-04 | Fix writing of pid file. From Matthieu Herrb <Mathieu.Herrb@mipnet.fr> | Todd C. Miller | |
Closes OpenBSD PR#178 | |||
1997-04-30 | clone boot sector that existed there? bad idea. No idea why though | Theo de Raadt | |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller | |
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. | |||
1997-04-27 | Correct assumed editing mistakes. | Jason Downs | |
1997-04-24 | Enforce read only mounts. No exceptions. | Jason Downs | |
1997-04-24 | Don't build LFS, it doesn't work. | Jason Downs | |
1997-04-20 | support for -o port=N; provos | Theo de Raadt | |
1997-04-20 | sparc/sun3 labels want cyl-alignment; grr | Theo de Raadt | |
1997-04-19 | Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")'' | Todd C. Miller | |
Same change doen for SKEY, YP, and KERBEROS5. This allows people to override those setting in /etc/mk.conf. | |||
1997-04-19 | force readonly, heh | Theo de Raadt | |
1997-04-19 | replace -r (disable Rockridge extensions) with -R .. | flipk | |
"-r" for all "mount*" is reserved for read-only flag. | |||
1997-04-19 | thorpej: | kstailey | |
icmpcode() returns an int, and, more importantly, -1 on failure. So, make this work on systems with unsigned chars by placing the return value of icmpcode() in a temporary variable, checking for failure, and then only setting fil.fr_icode (a char) upon success. | |||
1997-04-17 | fix start address for first extended filesystem | Niels Provos | |