Age | Commit message (Expand) | Author |
1997-06-29 | another nasty long | Theo de Raadt |
1997-06-28 | fix the types | Theo de Raadt |
1997-06-27 | Add a missing space in usage message. | Todd C. Miller |
1997-06-27 | udp icmp errors had ip_len 20 bytes too large; stevens p774; koji@math.human.... | Theo de Raadt |
1997-06-26 | Hard-code definition of HZ if undefined (not spec'ed in an 'option' | gene |
1997-06-26 | fixup crazy indentation in Bread() | kstailey |
1997-06-26 | Compile sun4m-only kernels with -mv8. | Jason Downs |
1997-06-26 | Obviously, those assignments weren't wanted at all... | Jason Downs |
1997-06-25 | Switch to genassym.cf and sync Makefile with other ports. | Jason Downs |
1997-06-25 | Add proto. | Jason Downs |
1997-06-25 | == is not an assignment. | Jason Downs |
1997-06-25 | Add power.h for powerdown() proto. | Jason Downs |
1997-06-25 | Add netinet/in.h for in_cksum() proto. | Jason Downs |
1997-06-25 | Kill unused variables. | Jason Downs |
1997-06-25 | remove unused variable | Jason Downs |
1997-06-25 | Include usage notes in the rest of the endian.h files for consistancy. | grr |
1997-06-25 | Sigh, Revert changes to endian.h - it was all confusion due to incorrect | grr |
1997-06-25 | Big endian HTON?() macros should be (void)(x). | Jason Downs |
1997-06-25 | ..and EXT2FS for all. | Jason Downs |
1997-06-25 | hard and soft limits for SPI's per absolute timer, relative since establish, | Niels Provos |
1997-06-25 | remove _STANDALONE | Michael Shalayeff |
1997-06-24 | move master definition for the interrupt register to vaddrs.h with all | grr |
1997-06-24 | use ntohs instead of NTOHS for counters | Niels Provos |
1997-06-24 | change like sparc/include/endian.h | grr |
1997-06-24 | correct AH options hashing. | Niels Provos |
1997-06-24 | The HTONS class of macros are defined as HTONS(x) <- (void) (x), which | grr |
1997-06-24 | Force driver into store-forward mode on cards that support it. This increases | Constantine Sapuntzakis |
1997-06-24 | happy birthday | kstailey |
1997-06-24 | add ppp compression | kstailey |
1997-06-24 | handle IP options in AH + allow IP options in outgoing encapsulated packets | Niels Provos |
1997-06-24 | New floppy and auxreg drivers, from NetBSD. fd.c has many changes preserved, | Jason Downs |
1997-06-24 | Add AQUIRK_TUR, from manuel. | Jason Downs |
1997-06-24 | more accounting! | Michael Shalayeff |
1997-06-24 | Comment reordering. | Angelos D. Keromytis |
1997-06-23 | remove @obj dependency | kstailey |
1997-06-23 | add "option IPFILTER_LOG" to conf files that already had IPFILTER | kstailey |
1997-06-23 | activate IPFILTER_LOG | kstailey |
1997-06-23 | merge in 3.1.11 | kstailey |
1997-06-23 | add "option IPFILTER_LOG" | kstailey |
1997-06-23 | IPFILTER_LOG should be a kernel option | kstailey |
1997-06-23 | In zs_abort, wrap a #ifdef DDB around a Debugger() invocation. | kstailey |
1997-06-23 | Upon discussion w/ Theo, the only options in std.mac68k that would be of use | gene |
1997-06-23 | Add option PPP_BSDCOMP and PPP_DEFLATE | gene |
1997-06-23 | regen: Depend GENERIC* kernels on /sys/conf/GENERIC and move busification | gene |
1997-06-23 | oops | Theo de Raadt |
1997-06-23 | for SO_SND*/SO_RCV*, clip low-end of parameter to 1 | Theo de Raadt |
1997-06-22 | Only call powerdown() if SUN4M is defined. | Jason Downs |
1997-06-22 | Fix comment. | Jason Downs |
1997-06-22 | Support RB_POWERDOWN (calls powerdown(), then romhalt(). If powerdown() is | Jason Downs |
1997-06-22 | Allow powerdown() to be blindly called on machines with no power device. | Jason Downs |