Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-05-31 | usleep won't work on some weird laptops | Michael Shalayeff | |
1997-05-31 | clean/optimize | Michael Shalayeff | |
1997-05-31 | add sleep(3) | Michael Shalayeff | |
1997-05-31 | <string.h> bye-bye | Michael Shalayeff | |
1997-05-31 | Make it possible to not output warnings (errors causing aborts are always | Thorsten Lockert | |
output). | |||
1997-05-31 | various | Theo de Raadt | |
1997-05-31 | Add x/X option to behave like X11 xmalloc; from FreeBSD | Thorsten Lockert | |
Reduce diffs wrt. FreeBSD some | |||
1997-05-31 | Set errno to EBADF when trying to write to a stream not open for writing; | Thorsten Lockert | |
required by POSIX | |||
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 | warn instead of warnx; kleink | Theo de Raadt | |
1997-05-31 | futimes avoids race; mycroft | Theo de Raadt | |
1997-05-31 | trunc uid/gid to USHRT_MAX; mycroft; PR#75 | Theo de Raadt | |
1997-05-31 | Support for ext2fs vnodes. | Jason Downs | |
1997-05-31 | kill spaces in fstypenames[] entries; abs@mono.org | Theo de Raadt | |
1997-05-31 | s/illegal/invalid/; jtc | Theo de Raadt | |
1997-05-31 | fix typos; msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |
1997-05-31 | fix typos; khym@bga.com | Theo de Raadt | |
1997-05-31 | typo; msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |
1997-05-31 | usleep is void now | Michael Shalayeff | |
1997-05-31 | sync to syscalls.master | Theo de Raadt | |
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 | |