Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-02-12 | Remove commons; inspired by netbsd. | Jason Wright | |
2002-09-11 | KNF - return is not a function. | Jun-ichiro itojun Hagino | |
2002-07-11 | KNF. | Artur Grabowski | |
From Lurene Angela Grenier <lurene@daemonkitty.net> | |||
2002-06-11 | sprinkle splasserts where function comments tell us to. | Artur Grabowski | |
2002-06-07 | There is absolutely no need to protect a reference to mono_time.tv_sec with ↵ | Artur Grabowski | |
splclock. | |||
2002-05-31 | revert incorrect rmx_mtu handling in 1.16 and 1.24. | Jun-ichiro itojun Hagino | |
do not try to copy if_mtu to rmx_mtu, as if_mtu can change via SIOCSIFMTU. (as a result, rmx_mtu will be 0 most of the time) | |||
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski | |
well (not at all) with shortages of the vm_map where the pages are mapped (usually kmem_map). Try to deal with it: - group all information the backend allocator for a pool in a separate struct. The pool will only have a pointer to that struct. - change the pool_init API to reflect that. - link all pools allocating from the same allocator on a linked list. - Since an allocator is responsible to wait for physical memory it will only fail (waitok) when it runs out of its backing vm_map, carefully drain pools using the same allocator so that va space is freed. (see comments in code for caveats and details). - change pool_reclaim to return if it actually succeeded to free some memory, use that information to make draining easier and more efficient. - get rid of PR_URGENT, noone uses it. | |||
2001-12-18 | NRL license cleaning | Theo de Raadt | |
2001-12-10 | use queue.h macros for TAILQ operations | Jason Wright | |
2001-07-20 | make equal() macro to check sa_len match, otherwise we will touch | Jun-ichiro itojun Hagino | |
the content of a2 beyond a2->sa_len mistakenly. sync with kame | |||
2001-01-29 | cleanup rmx_mtu handling (no #ifdef INET6). from netbsd. | Jun-ichiro itojun Hagino | |
(same change is in kame) | |||
2001-01-19 | pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted). | Jun-ichiro itojun Hagino | |
have sys/net/route.c:rtrequest1(), which takes rt_addrinfo * as the argument. pass rt_addrinfo all the way down to rtrequest, and ifa->ifa_rtrequest. 3rd arg of ifa->ifa_rtrequest is now rt_addrinfo * instead of sockaddr * (almost noone is using it anyways). benefit: the follwoing command now works. previously we need two route(8) invocations, "add" then "change". # route add -inet6 default ::1 -ifp gif0 remove unsafe typecast in rtrequest(), from rtentry * to sockaddr *. it was introduced by 4.3BSD-reno and never corrected. XXX is eon_rtrequest() change correct regarding to 3rd arg? eon_rtrequest() and rtrequest() were incorrect since 4.3BSD-reno, so i do not have correct answer in the source code. someone with more clue about netiso-over-ip, please help. | |||
2000-12-11 | do not touch region after free | Jun-ichiro itojun Hagino | |
2000-12-09 | drop support for RTF_TUNNEL, which has no effect (NRL IPv6) | Jun-ichiro itojun Hagino | |
2000-12-09 | supply counter for # of routing table timer entries. | Jun-ichiro itojun Hagino | |
(preparation for ICMPv6 too big dos prevention) sync with kame | |||
2000-05-21 | deleting some routes created by imcp redirects could result in panic | Niels Provos | |
fix from NetBSD: Delay clearing of RTF_UP until after deleting rt_gwroute. | |||
2000-03-23 | New timeout code. | Artur Grabowski | |
2000-03-22 | remove bogus comment | Jun-ichiro itojun Hagino | |
1999-12-08 | bring in KAME IPv6 code, dated 19991208. | Jun-ichiro itojun Hagino | |
replaces NRL IPv6 layer. reuses NRL pcb layer. no IPsec-on-v6 support. see sys/netinet6/{TODO,IMPLEMENTATION} for more details. GENERIC configuration should work fine as before. GENERIC.v6 works fine as well, but you'll need KAME userland tools to play with IPv6 (will be bringed into soon). | |||
1999-09-13 | enc0 not encap0 | Niklas Hallqvist | |
1999-07-05 | remove bogus entry from if_enc address list; and rename enc_softc to encif | Theo de Raadt | |
1999-02-25 | missing ifdef IPSEC | Angelos D. Keromytis | |
1999-02-24 | Work with pfkey instead of pfencap | Angelos D. Keromytis | |
1999-02-05 | Don't count IPsec-related "route misses", as we're not really finding | Angelos D. Keromytis | |
unreachable hosts/networks. | |||
1999-02-04 | deal with rts_* members being u_int32_ now; cmetz | Theo de Raadt | |
1999-01-08 | INET6 support; NRL/cmetz | Theo de Raadt | |
1999-01-07 | in ifa_ifwithroute(), ensure we have a route to our gateway, for tunnels; cmetz | Theo de Raadt | |
1997-12-31 | use NULL for pointers, not (cast)(0); clandestine ones | Michael Shalayeff | |
1997-12-31 | NULL is not 0 | Michael Shalayeff | |
1997-09-21 | Do not report RTM_MISS up on IP encapsulation implicit lookups. This should | Niklas Hallqvist | |
fix RARP as well as improving performance. Chances are that it will fix an error having to do with renumbering net interfaces too. Thanks to Angelos and Theo for help with the fix, and Martin and Phil for reassuring it was a general bug. | |||
1997-07-27 | expiration messages, fixes, updates, all sorts of things | Niklas Hallqvist | |
1997-02-20 | IPSEC package by John Ioannidis and Angelos D. Keromytis. Written in | Theo de Raadt | |
Greece. From ftp.funet.fi:/pub/unix/security/net/ip/BSDipsec.tar.gz | |||
1996-03-03 | From NetBSD: 960217 merge | Niklas Hallqvist | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |