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