Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-03-05 | Add some good notes from Mike Hibler (via NetBSD) | Niklas Hallqvist | |
1997-03-05 | Some minor KNF | Niklas Hallqvist | |
1997-03-03 | add m88k to MID list for a.out. | Dale S. Rahn | |
1997-03-03 | When importing a tree, make certain that a bunch of garbage isn't left around. | Dale S. Rahn | |
1997-03-03 | Cleanup after import. This also seems to bring up the current version. | Dale S. Rahn | |
1997-03-03 | Third try at importing the mvme88k port. This is a working kernel | Dale S. Rahn | |
from nivas. Userland and compiler still need to be worked on. Make certain what directory the import is done from. | |||
1997-03-03 | Second try at importing the mvme88k port. This is a working kernel | Dale S. Rahn | |
from nivas. Userland and compiler still need to be worked on. | |||
1997-03-03 | This is a remove to get rid of the old mvme88k port which was incomplete | Dale S. Rahn | |
to replace it with a working version. The kernel compiles and works at least. The new version will be imported shortly. | |||
1997-03-03 | Add a little ioctl at 4am to set the screen blanking. | Jason Downs | |
1997-03-03 | sync with reality | Jason Downs | |
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 | 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 | 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-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-02-28 | Add missing _MACHINE & _MACHINE_ARCH defines + some RCS Ids | Niklas Hallqvist | |
1997-02-28 | remove the unused scsi controller entries for each type (from dieter mayer) | Thomas Graichen | |
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 | 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-27 | Fix MAXBUFCACHE changes. | Dale S. Rahn | |
1997-02-27 | Add M.I. ncr53c9x SCSI driver file. | briggs | |
1997-02-27 | Add ncr53c9x flag to esp. | briggs | |
1997-02-27 | mac68k-specific portion of m.i. ncr53c9x driver. | briggs | |
1997-02-27 | M.I. NCR53c9x/ESP driver, derived from sparc/alpha esp.c. From Jason Thorpe | briggs | |
and NetBSD. | |||
1997-02-27 | Add scanner and (commented out) IPsec | Thorsten Lockert | |
1997-02-27 | When we don't output any extra scanner info, output the newline at the end | Thorsten Lockert | |
of the configuration line that we do output | |||
1997-02-27 | Add quirk for a scanner | Thorsten Lockert | |
1997-02-27 | BPF support ifdefed. | Angelos D. Keromytis | |
1997-02-27 | Protect against multiple inclusion. | Todd C. Miller | |
1997-02-26 | count input/output packets for esp | Theo de Raadt | |
1997-02-26 | From tholo: Do not do strict POSIX offset checking on character devices. | Niklas Hallqvist | |
This fixes the problem of not being able to read kernel virtual memory on the alpha, thus breaking things like ps etc. | |||
1997-02-26 | Add IP-SEC | Niklas Hallqvist | |