Age | Commit message (Expand) | Author |
2001-01-04 | Y2K fix for TODC - Submitted by Bob Harbour. Thanks Bob! | Steve Murphree |
2001-01-04 | Y2K fix for TODC - Submitted by Bob Harbour. Thanks Bob! | Steve Murphree |
2001-01-03 | Sync with GENERIC + cleanup | Miod Vallat |
2001-01-03 | Add sysctl_quad/sysctl_rdquad routines. | Angelos D. Keromytis |
2001-01-03 | Convert the kb_* counters to u_int64_t after all; easier to | Angelos D. Keromytis |
2001-01-03 | Sync with GENERIC, minor cleanups. | Miod Vallat |
2001-01-03 | Remove hardcoded SunOS-compatible drive name assignments. No other arch | Miod Vallat |
2001-01-03 | Remove bogus comment. Also fix ramdisk kernel detection. | Miod Vallat |
2001-01-03 | netintr() doesn't exist anymore | Miod Vallat |
2001-01-03 | Use netisr_dispatch. | Miod Vallat |
2001-01-02 | Make kb_calls u_long (art@ ok) | Angelos D. Keromytis |
2001-01-02 | handle no-event as the end of event fetch loop; my fix for pr-1588 by Sam Isa... | Michael Shalayeff |
2001-01-02 | Fix PR/1489 - apply patch supplied - thanks Michael Joosten <joost@c-lab.de> | Peter Galbavy |
2001-01-01 | 2001 | Aaron Campbell |
2000-12-31 | ifdef -> if | Angelos D. Keromytis |
2000-12-31 | Fix non-NGIF case. | Angelos D. Keromytis |
2000-12-31 | Fix non-NBRIDGE case | Angelos D. Keromytis |
2000-12-31 | Fix non-INET6 case | Angelos D. Keromytis |
2000-12-31 | Remove debugging printf. | Angelos D. Keromytis |
2000-12-31 | Up the number of gif interfaces, we just need one enc interface. | Angelos D. Keromytis |
2000-12-31 | ioctl's no longer needed. | Angelos D. Keromytis |
2000-12-30 | For bridged IPsec, use the gif* interfaces. | Angelos D. Keromytis |
2000-12-30 | Use gif* instead of enc* for the bridge. | Angelos D. Keromytis |
2000-12-30 | Define gif_start(), which uses gif_output() with an AF_LINK sockaddr | Angelos D. Keromytis |
2000-12-30 | gif_start() prototype | Angelos D. Keromytis |
2000-12-30 | AF_LINK case | Angelos D. Keromytis |
2000-12-30 | AF_LINK case. | Angelos D. Keromytis |
2000-12-30 | Send AF_LINK to etherip_output() | Angelos D. Keromytis |
2000-12-30 | Fix PR 342: the problem was that the code was assuming that when the | Angelos D. Keromytis |
2000-12-29 | a few more ra_dprintf vs pktlen fmt fixes | Michael Shalayeff |
2000-12-29 | OpenBSD/machine banner, not machine_arch | Michael Shalayeff |
2000-12-29 | import strlcpy from libc | Michael Shalayeff |
2000-12-29 | kiss in the rng; all those evil voices kept me pushing for it... | Michael Shalayeff |
2000-12-29 | Revision 5 is 82559B. | Artur Grabowski |
2000-12-29 | Suppress PCI bus error messages on i386. They are not fatal and are usually | Steve Murphree |
2000-12-29 | add missing null pointer check. from IIJ SEIL team. sync with kame | Jun-ichiro itojun Hagino |
2000-12-28 | export arprequest() and make it use ifnet* as the 1st arg; tested; angelos@ ok | Michael Shalayeff |
2000-12-28 | Typo | Miod Vallat |
2000-12-28 | Define UADDR not as fixed address, but rather as what it really is: | Miod Vallat |
2000-12-28 | Alter compilation flags, since binutils have changed some of their default | Miod Vallat |
2000-12-28 | Remove unused and confusing reporting line. | Angelos D. Keromytis |
2000-12-28 | mvme88k updates to -current. finally! | Steve Murphree |
2000-12-28 | sync | Aaron Campbell |
2000-12-28 | Add Xircom MiniPCI modem as found in, i.e., IBM ThinkPad X20. I could not find | Aaron Campbell |
2000-12-27 | better english and fix some spelling mistakes, Ok'd by aaron@ | Brad Smith |
2000-12-27 | behave nicely w/ fixed rate codecs; from netbsd; testing by Igor Lulic <il11@... | Michael Shalayeff |
2000-12-25 | always read new byte from rng, then decide wheather to start a new cycle | Michael Shalayeff |
2000-12-24 | Set sequence number to zero for last message in SADB_DUMP, close pr 1583. | Angelos D. Keromytis |
2000-12-24 | Extra argument in the function to tdb_walk(), indicating last TDB. | Angelos D. Keromytis |
2000-12-22 | sync | jasoni |