Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-05-31 | ufs changes | Michael Shalayeff | |
1997-05-30 | Integrate changed from NetBSD being careful not to step on our important | kstailey | |
stuff (like the -M flag and things.) | |||
1997-05-30 | sleep returns u_int | Michael Shalayeff | |
1997-05-30 | sleep/usleep prototypes (others may need 'em too, btw | Michael Shalayeff | |
strncmp prototype in stand.h | |||
1997-05-30 | add getpgrp(2) from NetBSD | kstailey | |
1997-05-30 | add getpgid(2) from NetBSD | kstailey | |
1997-05-30 | sigh | Theo de Raadt | |
1997-05-30 | In -f mode notice when the file has been replace or truncated and | Todd C. Miller | |
deal. Useful for tail'ing log files that get rotated. | |||
1997-05-30 | argh | Theo de Raadt | |
1997-05-30 | add EXT2FS | kstailey | |
1997-05-30 | shorter | Theo de Raadt | |
1997-05-30 | if less than 60 secs of uptime, say so | Theo de Raadt | |
1997-05-30 | minor tweaks to not bother making the ramdisk.fs image bootable, since there's | grr | |
no /bsd there to boot and fix a little problem with ${BOOT} != .../boot | |||
1997-05-30 | s/NetBSD/OpenBSD/g | Michael Shalayeff | |
1997-05-30 | Put in compatibility defines for FFS member names, #ifndef _KERNEL. | Jason Downs | |
1997-05-30 | FFS changes. | Jason Downs | |
1997-05-30 | Fix FFS and add ext2fs support. | Jason Downs | |
1997-05-30 | Build nicely when $S is absolute | Niklas Hallqvist | |
1997-05-30 | Add multicast network number. | Jason Downs | |
1997-05-30 | having make clean remove *netbsd is good policy, but probably not what was ↵ | grr | |
intended | |||
1997-05-30 | xref corrections | Theo de Raadt | |
1997-05-30 | overflows abound | Theo de Raadt | |
1997-05-30 | No longer enforce read-only mounts. | Jason Downs | |
1997-05-30 | Integrate new ext2fs, reverting ufs support for the old one. | Jason Downs | |
1997-05-30 | Support the new ext2fs. | Jason Downs | |
1997-05-30 | Inhbit the silly "Insert fileystem floppy" message when booting from floppy | grr | |
and root isn't really going to be mounted on the floppy, i.e. ramdisk... | |||
1997-05-30 | Don't ref gnu/ext2fs. | Jason Downs | |
1997-05-30 | Fix APM building with absolute $S path | Niklas Hallqvist | |
1997-05-30 | put pctr in all GENERIC | Theo de Raadt | |
1997-05-30 | wait wrks on tcp; rickb@iaw.on.ca | Theo de Raadt | |
1997-05-30 | Add some protos so it compiles. | 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 | the rainy day will not come | Theo de Raadt | |
1997-05-30 | glidepoint & hot-swap support; koji@math.human.nagoya-u.ac.jp | Theo de Raadt | |
1997-05-30 | umask safety (should we mktemp(1) this?) | Theo de Raadt | |
1997-05-30 | 1 fix from enami@ba2.so-net.or.jp | Theo de Raadt | |
1997-05-30 | Non-GPLd ext2fs code from Manuel, unmodified. | Jason Downs | |
1997-05-30 | Initial import of Manuel's fsck_ext2fs, unmodified. | Jason Downs | |
1997-05-30 | 1) RCS id police | gene | |
2) Make filenames relevent to OpenBSD (i.e, /kerberos -> /etc/kerberosIv and /usr/include/*.h -> /usr/include/kerberosIV/*.h). To be specific: s/\/kerberos\//\/etc\/kerberosIV\//g s/\/usr\/include\//\/usr\/include\/kerberosIV\//g s/\/\.k/\/etc\/kerberosIV\/master_key/g s/\#include\s*\<(.*)\>/\#include \<kerberosIV\/$1\>/g | |||
1997-05-30 | EDD support functions, EDD detection code. | Michael Shalayeff | |
com prototypes changes some indentation | |||
1997-05-30 | add koi8 support | Michael Shalayeff | |
from Roman Palagin <romanp@mutant.mybody.ryazan.ru> | |||
1997-05-30 | xref accton | Theo de Raadt | |
1997-05-30 | typo; enami@ba2.so-net.or.jp | Theo de Raadt | |
1997-05-30 | format error; enami@ba2.so-net.or.jp | Theo de Raadt | |
1997-05-29 | errors fixed; msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |
1997-05-29 | save symtab id after addition to ddb for future use | Michael Shalayeff | |
1997-05-29 | add sym_id lkm_table member | Michael Shalayeff | |
1997-05-29 | Current as of May 19th from internic. | gene | |
1997-05-29 | mkfs() should not play with fssize; grr, PR#189 | Theo de Raadt | |
1997-05-29 | we use pax as cpio now | kstailey | |