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