summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1997-03-05Add some good notes from Mike Hibler (via NetBSD)Niklas Hallqvist
1997-03-05Some minor KNFNiklas Hallqvist
1997-03-03add m88k to MID list for a.out.Dale S. Rahn
1997-03-03When importing a tree, make certain that a bunch of garbage isn't left around.Dale S. Rahn
1997-03-03Cleanup after import. This also seems to bring up the current version.Dale S. Rahn
1997-03-03Third try at importing the mvme88k port. This is a working kernelDale S. Rahn
from nivas. Userland and compiler still need to be worked on. Make certain what directory the import is done from.
1997-03-03Second try at importing the mvme88k port. This is a working kernelDale S. Rahn
from nivas. Userland and compiler still need to be worked on.
1997-03-03This is a remove to get rid of the old mvme88k port which was incompleteDale 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-03Add a little ioctl at 4am to set the screen blanking.Jason Downs
1997-03-03sync with realityJason Downs
1997-03-03Sync with NetBSD which is syncing with FreeBSD, whee!Todd C. Miller
OpenBSD-specific changes are surrounded by #ifdef __OpenBSD__ or #ifndef __OpenBSD__
1997-03-02add -fno-defer-pop to CFLAGSkstailey
1997-03-02Sync 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-02Change MNT_NOATIME to unused value. This backs out the MNT_* renumberingTodd C. Miller
that will surely hose people who try to run a new kernel on an old userland.
1997-03-02Add noatime option to not update atime on files in a filesystem (unlessTodd C. Miller
ctime or mtime has changed). Useful for laptops and news servers.
1997-03-02Enable IPSECThorsten Lockert
1997-03-02This is a P5 with PCI and not a 486 with EISA now. Also enable IPSEC.Thorsten Lockert
1997-03-02Need to get a new pointer for the IP header after doing a pullup on the mbufThorsten Lockert
1997-03-02Cosmetic changes.Angelos D. Keromytis
1997-03-01Don't dereference a vnode pointer that is NULLThorsten Lockert
1997-03-01Corrected ISA memory mapping errors that caused PCMCIA to be broken.Niklas Hallqvist
Thanks to Angelos who helped my debug this.
1997-03-01prevent warning about unused variable when NO_KMEMSTATS is in effectkstailey
1997-03-01Allow building of kernels that do not keep malloc statistics viakstailey
"options NO_KMEMSTATS" in the config file. Does not change default behavior.
1997-02-28Add missing _MACHINE & _MACHINE_ARCH defines + some RCS IdsNiklas Hallqvist
1997-02-28remove the unused scsi controller entries for each type (from dieter mayer)Thomas Graichen
1997-02-28Back out multiple inclusion check. There are things that dependTodd C. Miller
on being able to re-include sys/errno.h with _KERNEL defined. Ick.
1997-02-28Moved things to netinet/in_pcb.hAngelos D. Keromytis
1997-02-28Moved IPsec socket state to the PCB.Angelos D. Keromytis
1997-02-28IPsec socket API hooks are in.Angelos D. Keromytis
1997-02-28New variables for system-wide security default levels.Angelos D. Keromytis
1997-02-28Moved everything to netinet/in.h, where they should have been in theAngelos D. Keromytis
first place.
1997-02-28IPsec socket API additions.Angelos D. Keromytis
1997-02-28Added flags field in the TDB structure.Angelos D. Keromytis
1997-02-28More changes.Angelos D. Keromytis
1997-02-28Per security-level defaults.Angelos D. Keromytis
1997-02-28Can't make up my mind; i think this is final.Angelos D. Keromytis
1997-02-28IPsec socket API.Angelos D. Keromytis
1997-02-27Fix MAXBUFCACHE changes.Dale S. Rahn
1997-02-27Add M.I. ncr53c9x SCSI driver file.briggs
1997-02-27Add ncr53c9x flag to esp.briggs
1997-02-27mac68k-specific portion of m.i. ncr53c9x driver.briggs
1997-02-27M.I. NCR53c9x/ESP driver, derived from sparc/alpha esp.c. From Jason Thorpebriggs
and NetBSD.
1997-02-27Add scanner and (commented out) IPsecThorsten Lockert
1997-02-27When we don't output any extra scanner info, output the newline at the endThorsten Lockert
of the configuration line that we do output
1997-02-27Add quirk for a scannerThorsten Lockert
1997-02-27BPF support ifdefed.Angelos D. Keromytis
1997-02-27Protect against multiple inclusion.Todd C. Miller
1997-02-26count input/output packets for espTheo de Raadt
1997-02-26From 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-26Add IP-SECNiklas Hallqvist