summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-01-06prohibited binding to an anycast, notready, or detached IPv6 address.Jun-ichiro itojun Hagino
2001-01-05Add commented-out MROUTING option (for completeness) -- (james@oaktree.co.uk)Angelos D. Keromytis
2001-01-05Add i386 specific sysctl to modify halt -p processing, required to makeMarco S Hyman
2001-01-04Sync with genassym.cf symbol name changes.Miod Vallat
2001-01-04Convert the old genassym.c to .cf style. Remove unneeded definitions,Miod Vallat
2001-01-04Harmonization with other m68k arch Makefiles. Stricter compilationMiod Vallat
2001-01-04KNF, add prototypes to compile with -Wmissing-prototypes.Miod Vallat
2001-01-04Remove netintr().Miod Vallat
2001-01-04Return a kmembuckets structure, rather than individual items, since they may beAngelos D. Keromytis
2001-01-04Remove unneeded name definitions.Angelos D. Keromytis
2001-01-04sysctl_quad/sysctl_rdquad, and "malloc" node in kern sysctlAngelos D. Keromytis
2001-01-04sysctl_malloc()Angelos D. Keromytis
2001-01-04kmembuckets sysctlAngelos D. Keromytis
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