Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1997-02-28 | IPsec socket API hooks are in. | Angelos D. Keromytis | |
1997-02-28 | New variables for system-wide security default levels. | Angelos D. Keromytis | |
1997-02-28 | Moved everything to netinet/in.h, where they should have been in the | Angelos D. Keromytis | |
first place. | |||
1997-02-28 | IPsec socket API additions. | Angelos D. Keromytis | |
1997-02-28 | Added flags field in the TDB structure. | Angelos D. Keromytis | |
1997-02-28 | More changes. | Angelos D. Keromytis | |
1997-02-28 | Per security-level defaults. | Angelos D. Keromytis | |
1997-02-28 | Can't make up my mind; i think this is final. | Angelos D. Keromytis | |
1997-02-28 | IPsec socket API. | Angelos D. Keromytis | |
1997-02-28 | Corrected the length field. | Angelos D. Keromytis | |
1997-02-28 | Set data size resource limit to its max value so fsck will work | Todd C. Miller | |
on large disks (and ccd's). | |||
1997-02-28 | Slightly more sane rlimit usage. | Todd C. Miller | |
1997-02-27 | Fix MAXBUFCACHE changes. | Dale S. Rahn | |
1997-02-27 | fix pr system/124, reported by Janjaap van Velthooven (janjaap@stack.nl). | michaels | |
1997-02-27 | Undo last change. nawk == awk in our tree, and no different behaviour is | Thorsten Lockert | |
seen by invoking it as nawk. The problem this change claimed to correct must have had another source. | |||
1997-02-27 | We don't need this in /usr/src/Makefile. Call me a prude, if you like. | briggs | |