summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1997-06-25Big endian HTON?() macros should be (void)(x).Jason Downs
1997-06-25..and EXT2FS for all.Jason Downs
1997-06-25hard and soft limits for SPI's per absolute timer, relative since establish,Niels Provos
relative since first use timers, packet and byte counters. notify key mgmt on soft limits. key mgmt can now specify limits. new encap messages: EMT_RESERVESPI, EMT_ENABLESPI, EMT_DISABLESPI
1997-06-25remove _STANDALONEMichael Shalayeff
be carefull about leap years (;
1997-06-24move master definition for the interrupt register to vaddrs.h with allgrr
of the other special virtual addresses and also provide visibility needed for bsd_fd.s to reference it...
1997-06-24use ntohs instead of NTOHS for countersNiels Provos
1997-06-24change like sparc/include/endian.hgrr
1997-06-24correct AH options hashing.Niels Provos
1997-06-24The HTONS class of macros are defined as HTONS(x) <- (void) (x), whichgrr
really doesn't make a lot of sense if you're actually going to use these as some recent changes to netinet/* want to do. (x) or (u_int*_t) (x) would be the ticket, and since the rest of the ports settle for (x)... Note that powerpc has this same problem and needs to be fixed!
1997-06-24Force driver into store-forward mode on cards that support it. This increasesConstantine Sapuntzakis
reliability (less underflows) at the expense of speed.
1997-06-24happy birthdaykstailey
1997-06-24add ppp compressionkstailey
1997-06-24handle IP options in AH + allow IP options in outgoing encapsulated packetsNiels Provos
+ usage counters for later use with keymanagement processes
1997-06-24New floppy and auxreg drivers, from NetBSD. fd.c has many changes preserved,Jason Downs
and uses our fdformat interface (same code base as NetBSD, with differently named ioctls, but we have always preserved the names of the original code's authors, unlike NetBSD...)
1997-06-24Add AQUIRK_TUR, from manuel.Jason Downs
1997-06-24more accounting!Michael Shalayeff
1997-06-24Comment reordering.Angelos D. Keromytis
1997-06-23remove @obj dependencykstailey
1997-06-23add "option IPFILTER_LOG" to conf files that already had IPFILTERkstailey
1997-06-23activate IPFILTER_LOGkstailey
1997-06-23merge in 3.1.11kstailey
1997-06-23add "option IPFILTER_LOG"kstailey
1997-06-23IPFILTER_LOG should be a kernel optionkstailey
1997-06-23In zs_abort, wrap a #ifdef DDB around a Debugger() invocation.kstailey
Chris Jones via Gene Skonicki.
1997-06-23Upon discussion w/ Theo, the only options in std.mac68k that would be of usegene
would be {DEV,SWAP}PAGER, so std.mac68k is out of here. Update the machine-specific files to reflect this.
1997-06-23Add option PPP_BSDCOMP and PPP_DEFLATEgene
1997-06-23regen: Depend GENERIC* kernels on /sys/conf/GENERIC and move busificationgene
options out of std.mac68k. This means that people will have to add them to their local kernel config files. Please test.
1997-06-23oopsTheo de Raadt
1997-06-23for SO_SND*/SO_RCV*, clip low-end of parameter to 1Theo de Raadt
1997-06-22Only call powerdown() if SUN4M is defined.Jason Downs
1997-06-22Fix comment.Jason Downs
1997-06-22Support RB_POWERDOWN (calls powerdown(), then romhalt(). If powerdown() isJason Downs
supported on that machine, it just turns off...)
1997-06-22Allow powerdown() to be blindly called on machines with no power device.Jason Downs
1997-06-22Add RB_POWERDOWN.Jason Downs
1997-06-22Add appropiate `maxusers' everywhere it was lacking.Jason Downs
1997-06-22now where did that patch go?flipk
1997-06-22wasn't a race after all. properly initialize event_q pointers so theflipk
last one doesn't point off the end.
1997-06-21notes about sysctl additionsMichael Shalayeff
1997-06-21block all write ops to init in securelevel modes; nash@mcs.comTheo de Raadt
1997-06-21revert, there's a nasty race condition here.flipk
1997-06-214 strips? there is no need for thatTheo de Raadt
1997-06-21u_int32_t changes, need testingTheo de Raadt
1997-06-20In zs_abort, wrap a #ifdef DDB around a Debugger() invocation. Point out bygene
Chris Jones In NetBSD PR#port-mac68k/3739 (I believe). Also, remove a comment that this change obsoletes.
1997-06-20oops, pointed out by Theogrr
1997-06-20count properly (;Michael Shalayeff
1997-06-20typoMichael Shalayeff
1997-06-20make SHA1Final(NULL, &ctx) behave as MD5Final, only update contextNiels Provos
1997-06-203des edeNiels Provos
1997-06-20comply with draft 3des mode is ede not eee + performance.Niels Provos
1997-06-20Change errno cause by mounting invalid filesystems from EINVAL to EFTYPE.kstailey