Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-03-03 | cleanup | Todd C. Miller | |
1997-03-03 | Give usage message when atq used incorrectly. | Todd C. Miller | |
1997-03-03 | don't try to fseek to before the beginning of the file; | flipk | |
showed up after the fix to sys_lseek concerning negative offsets. avoids '/var/account/acct: Invalid argument' messages. | |||
1997-03-03 | fix typo | Jason Downs | |
1997-03-03 | Complain if invoked in a form that requires an argument and we didn't | Todd C. Miller | |
get one. | |||
1997-03-03 | Sync with NetBSD which is syncing with FreeBSD, whee! | Todd C. Miller | |
OpenBSD-specific changes are surrounded by #ifdef __OpenBSD__ or #ifndef __OpenBSD__ | |||
1997-03-02 | Say how many blocks were read/written in cpio mode | Thorsten Lockert | |
1997-03-02 | Fix up the XXX's I left (oops). | Todd C. Miller | |
1997-03-02 | add -fno-defer-pop to CFLAGS | kstailey | |
1997-03-02 | Sync msdosfs with NetBSD sans const-ness. NetSBD log messages: | Todd C. Miller | |
Fix panic on mkdir. Thanks to Dave Huang for finding the bug. Fixes a bug with allowed/forbidden characters in non-W95 filenames. Don't extend directory when nothing is written to it. | |||
1997-03-02 | Change MNT_NOATIME to unused value. This backs out the MNT_* renumbering | Todd C. Miller | |
that will surely hose people who try to run a new kernel on an old userland. | |||
1997-03-02 | More complete cpio(1) emulation | Thorsten Lockert | |
1997-03-02 | Add noatime option to not update atime on files in a filesystem (unless | Todd C. Miller | |
ctime or mtime has changed). Useful for laptops and news servers. | |||
1997-03-02 | Enable IPSEC | Thorsten Lockert | |
1997-03-02 | This is a P5 with PCI and not a 486 with EISA now. Also enable IPSEC. | Thorsten Lockert | |
1997-03-02 | Need to get a new pointer for the IP header after doing a pullup on the mbuf | Thorsten Lockert | |
1997-03-02 | Cosmetic changes. | Angelos D. Keromytis | |
1997-03-02 | more was causing the console to go 7e1 during installation (should be 8n1) | Dale S. Rahn | |
solution was to remove more because it was not necessary, messsage was < 24 lines. This is what has been holding up mvme68k snapshot. | |||
1997-03-02 | Update based on latest NetBSD version. | Todd C. Miller | |
Now uses functions from util.[ch] instead of local ones. Also some anal KNF from me... | |||
1997-03-02 | set PASSWORD_TIMEOUT to 0 again--fdesc's treatment of /dev/tty is still buggy. | Todd C. Miller | |
1997-03-02 | Install zero-length /var/at/at.deny to allow users to use at(1). | Todd C. Miller | |
1997-03-01 | Merge in changes from at 2.9 | Todd C. Miller | |
1997-03-01 | sync with FreeBSD 22-Feb-1997 | kstailey | |
1997-03-01 | Don't dereference a vnode pointer that is NULL | Thorsten Lockert | |
1997-03-01 | Corrected ISA memory mapping errors that caused PCMCIA to be broken. | Niklas Hallqvist | |
Thanks to Angelos who helped my debug this. | |||
1997-03-01 | prevent warning about unused variable when NO_KMEMSTATS is in effect | kstailey | |
1997-03-01 | Allow building of kernels that do not keep malloc statistics via | kstailey | |
"options NO_KMEMSTATS" in the config file. Does not change default behavior. | |||
1997-03-01 | FreeBSD changes + my changes | kstailey | |
1997-03-01 | Error out if someone tries to mv a mount point. Old behavior was to | Todd C. Miller | |
move all files contained in the mounted filesystem to the dest. dir which could be quite nasty. Personally, I think rename(2) should return EPERM or EINVAL instead of EXDEV. | |||
1997-03-01 | Unified ipsec prgs in ipsecadm | Niels Provos | |
1997-02-28 | First stab at a target for making cross-development tools: | Niklas Hallqvist | |
try "make TARGET=machine cross-tools" and you should get a little hierarchy in /usr/cross/<machine>. This is probably not in its final shape yet ;-) | |||
1997-02-28 | Add missing _MACHINE & _MACHINE_ARCH defines + some RCS Ids | Niklas Hallqvist | |
1997-02-28 | v 1.2 a different way | kstailey | |
1997-02-28 | back out change | kstailey | |
1997-02-28 | cannot lseek(2) on a (FILE *) | kstailey | |
1997-02-28 | update /usr/share/man/{man,cat}8/ subdirs to reflect reality | Niklas Hallqvist | |
1997-02-28 | phantasia.6 -> phantasia.6tbl | Jason Downs | |
1997-02-28 | plip.4 -> plip.4tbl | Jason Downs | |
1997-02-28 | Add -f to getopt() -- that'll teach me to test first. | Todd C. Miller | |
1997-02-28 | From NetBSD (ws) | Todd C. Miller | |
Fix handling of clusters marked bad; Noted by Rafal Boni | |||
1997-02-28 | remove the unused scsi controller entries for each type (from dieter mayer) | Thomas Graichen | |
1997-02-28 | fsck now raises datasize limit itself. | Todd C. Miller | |
1997-02-28 | Silently ignore -f so that "fsck -f" works if you have an msdos | Todd C. Miller | |
partition listed in fstab. | |||
1997-02-28 | Back out multiple inclusion check. There are things that depend | Todd C. Miller | |
on being able to re-include sys/errno.h with _KERNEL defined. Ick. | |||
1997-02-28 | Only include sys/errno.h once. | Todd C. Miller | |
1997-02-28 | clarify | Jason Downs | |
1997-02-28 | sendmail 8.9.1 | Jason Downs | |
1997-02-28 | Kill netbsd.org cruft. | Jason Downs | |
1997-02-28 | Moved things to netinet/in_pcb.h | Angelos D. Keromytis | |
1997-02-28 | Moved IPsec socket state to the PCB. | Angelos D. Keromytis | |