summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2000-06-18for setsockopt/getsockopt, don't assume non-PF_INET6 address family asJun-ichiro itojun Hagino
2000-06-18correct indentation for IPV6_PORTRANGEJun-ichiro itojun Hagino
2000-06-18Remove outdated comment.Angelos D. Keromytis
2000-06-18increase my commit count by 1, because after telling niels three times that h...Theo de Raadt
2000-06-17Change processing sequence:Angelos D. Keromytis
2000-06-17cbc modeNiels Provos
2000-06-17fix commentsNiels Provos
2000-06-17knfJason Wright
2000-06-17on ifconfig down ignore all routes pointing to the downed interface.Niels Provos
2000-06-17some KNFNiels Provos
2000-06-17Add support for AMD 53c974.Federico G. Schwindt
2000-06-17Do not disable the com port as sson as it is attached. Make compile again.Niklas Hallqvist
2000-06-17BSD copyright + tagsNiels Provos
2000-06-17initial import of tcfs.Niels Provos
2000-06-16take MIN/MAX from param.h, okay theo@Niels Provos
2000-06-16use memcmp() instead of bcmp(), memcmp is <,=,> but bcmp is =,!=Theo de Raadt
2000-06-16Pull memcmp() into libkern.Todd C. Miller
2000-06-16Pull memcmp() into libkern. Also, use asm version of memset() on m68k.Todd C. Miller
2000-06-16undo latest problem. breaks the sparc. diff is too large, we are not debuggi...Theo de Raadt
2000-06-16Cannot emulate memcmp() with bcmp() due to different return values;Todd C. Miller
2000-06-15i840 chipset also has the true RNG (i82802 FWH). mickey@ ok.Hakan Olsson
2000-06-15syncHakan Olsson
2000-06-15Nvidia GeForce256 DDRHakan Olsson
2000-06-15add MD_CACHE* definesMichael Shalayeff
2000-06-15add BUS_DMA_COHERENT, fix BUS_DMAMEM_NOSYNCMichael Shalayeff
2000-06-15more dr0 definitions for pcxs/pcxtMichael Shalayeff
2000-06-15i386 -> __i386__Brad Smith
2000-06-15regenBrad Smith
2000-06-15add more unimplemented syscall name placeholders, from NetBSD.Brad Smith
2000-06-15Clean up one of the screwy things about the powerpc pmap, it couldDale S. Rahn
2000-06-15Add types to all of the global symbols in this asm code, partially necessaryDale S. Rahn
2000-06-15Recognize PowerPC G4 processor (called it's Motorola name "7400").Dale S. Rahn
2000-06-15#if 0 support for WSCONS, not currently used and wscons has changed sinceDale S. Rahn
2000-06-15UVM compatibility changes, UVM still not working, but can build.Dale S. Rahn
2000-06-15be more carefull about pg0, i think switch on sv next timeMichael Shalayeff
2000-06-15What was the offending payload length?Angelos D. Keromytis
2000-06-14put in own ctl level for swapencrypt.Niels Provos
2000-06-14readd queue limiting code that was backed out yesterday. (ip_esp.c changeJason Wright
2000-06-14Initialize tc_ptr to zero if authentication is not used.Angelos D. Keromytis
2000-06-13ptr alignment is not a hack, it's a feature fix for byte-wide promMichael Shalayeff
2000-06-13regenMichael Shalayeff
2000-06-13a few corrections gathered from comp.sys.hp.hpuxMichael Shalayeff
2000-06-13the last commit was not enough. s/(int)/(signed char)/.Jun-ichiro itojun Hagino
2000-06-13syncTheo de Raadt
2000-06-13simplifyTheo de Raadt
2000-06-13syncChris Cappuccio
2000-06-13IBM Olympic Token RingChris Cappuccio
2000-06-13workaround for arch with char == unsigned char (suppress warning).Jun-ichiro itojun Hagino
2000-06-13updateMichael Shalayeff
2000-06-13do not use cached route if it goes !RTF_UP.Jun-ichiro itojun Hagino