summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
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
1997-02-26Workaround for some weird cpp bug that made cpuconf.o builds failNiklas Hallqvist
1997-02-26Add actual functions to do bus space manipulation. Modify thegene
copyright as necessarry, too. Also, while we're here, do s/NetBSD/Openbsd/ or s/NetBSD/BSD/ ass appropriate.
1997-02-26Adds support for bus_space functions borrowed in concept from thegene
i386 and in execution from scott reynolds.
1997-02-26I/O packet counters for IP-in-IP and AH.Angelos D. Keromytis
1997-02-26I/O packet counters added.Angelos D. Keromytis
1997-02-25This file was never used so... ZAP!Per Fogelstrom
1997-02-24This changes the timeout on the st device so that the new tape drives thatjkatz
are recognized are usable :-) If this break things for other people, please feel free to change it back. from port-vax@netbsd.org
1997-02-24Adds support for DEC SCSI tape drives used in Vaxen that can also be usedjkatz
in PC's. from port-vax@netbsd.org
1997-02-24Beautification.Angelos D. Keromytis