summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1999-12-08Removed about 24KB of ifdef'ed code. It's nice to be able to see whatAngelos D. Keromytis
1999-12-08Dumb implementation of PMAP_NEW, it works but without any gains yet.Artur Grabowski
1999-12-08Type in sizeofsAngelos D. Keromytis
1999-12-08bring in KAME IPv6 code, dated 19991208.Jun-ichiro itojun Hagino
1999-12-08add GENERIC.v6 (IPv6 test configuration). to be integrated into GENREIC.Jun-ichiro itojun Hagino
1999-12-08Move the FIBMAP ioctl.Angelos D. Keromytis
1999-12-08KAME IPv6 merger TODOs. you may want to see them earlier...Jun-ichiro itojun Hagino
1999-12-08IPv6 header handling, improve IPv4 option handling support.Angelos D. Keromytis
1999-12-08fix mbuf chain allocation to comply with m_devget() way.Jun-ichiro itojun Hagino
1999-12-08comment out call to inet_ntoa6() as we don't have the code yet.Jun-ichiro itojun Hagino
1999-12-08fix field name (ip6_hdr->ip6_src). use IN6_ARE_ADDR_EQUAL for comparison.Jun-ichiro itojun Hagino
1999-12-08AH finished, a couple of cosmetic changes in ESP.Angelos D. Keromytis
1999-12-08make sure video timing is enabled (not always done by prom); NetBSD.Jason Wright
1999-12-08Remove unused #define cruft.Aaron Campbell
1999-12-08Whoops; forgot to bump FreeBSD version numbers.Aaron Campbell
1999-12-08Sync with FreeBSD:Aaron Campbell
1999-12-08Sync with FreeBSD:Aaron Campbell
1999-12-07driver for National Semiconductor 83843; from NetBSD.Jason Wright
1999-12-07syncJason Wright
1999-12-07Merge with NetBSD:Jason Wright
1999-12-07remove freebsd bridging stuff, and let ALL packets go to ether_input()Jason Wright
1999-12-07quietJason Wright
1999-12-07merge with freebsd:Jason Wright
1999-12-07Use pool to allocate page tables. This has the nice effect that we can uncacheArtur Grabowski
1999-12-07Forgot a printf...Angelos D. Keromytis
1999-12-07New ah_new_input(), protocol-independent processing (still lackingAngelos D. Keromytis
1999-12-07Missing "else"...Angelos D. Keromytis
1999-12-07Driver for Sundance ST201 Ethernet; from FreeBSD.Aaron Campbell
1999-12-07move .mul and .umul into the kernel. if v8 sparc is detected, replace withTheo de Raadt
1999-12-06Regen.Aaron Campbell
1999-12-06More.Aaron Campbell
1999-12-06Keep statistics in default case as well.Angelos D. Keromytis
1999-12-06Oops, typo.Angelos D. Keromytis
1999-12-06Some preliminiries to AH revamping (similar to ESP)...Angelos D. Keromytis
1999-12-06Don't do m_adj() if it's not really needed (minor optimization,Angelos D. Keromytis
1999-12-06Regen.Aaron Campbell
1999-12-06Implement compatibility for Linux stime() syscall.Aaron Campbell
1999-12-06Simplify include files.Angelos D. Keromytis
1999-12-06Put the "size check fired" behind ifdef DEBUG, it can happen in someArtur Grabowski
1999-12-06Make this work for uvm.Artur Grabowski
1999-12-06Yet another solution to the mfs unmount/kill race (not ugly this time).Artur Grabowski
1999-12-06When truncating directories by less than a block we shouldn't zero theArtur Grabowski
1999-12-06New ESP code that's v4 and v6 friendly.Angelos D. Keromytis
1999-12-06ffs_init is a vfsop. Move it to ffs_vfsops.Artur Grabowski
1999-12-06Always make sure that softdep mounts are not async.Artur Grabowski
1999-12-06Don't compute values that we don't use later.Artur Grabowski
1999-12-06#if 0 some broken unreached code.Artur Grabowski
1999-12-06Add another statisticAngelos D. Keromytis
1999-12-05sure, nix the PROT_EXEC; zzlevo@dd.chalmers.seTheo de Raadt
1999-12-05Fix an INET6 dependency (niklas@)Angelos D. Keromytis