Age | Commit message (Expand) | Author |
2001-12-10 | follow post-2.1 ip_off & ip_len byte orders | Theo de Raadt |
2001-12-10 | Since VOP_READ is never called on VDIR vnodes and ext2fs_read | Artur Grabowski |
2001-12-10 | No need to initialize the uobj on every getnewvnode. Just do | Artur Grabowski |
2001-12-10 | Don't sleep on VXLOCK if LK_NOWAIT. | Artur Grabowski |
2001-12-10 | Add an ioctl to add state entries (DIOCADDSTATE) for proxies. | Daniel Hartmeier |
2001-12-10 | Convert usage of 'you' to third person. Reword some sentences. | Daniel Hartmeier |
2001-12-10 | Add stateful filtering for other (non-TCP/UDP/ICMP) protocol, based on | Daniel Hartmeier |
2001-12-10 | No need for uvm_useracc here now. vslock catches those problems. | Artur Grabowski |
2001-12-10 | minor cleanups. | Artur Grabowski |
2001-12-10 | possible fd leak on error; ok markus@ | Kevin Steves |
2001-12-10 | No need to m_freem(m) if m is already NULL. dhartmei@ ok. | Hakan Olsson |
2001-12-10 | use queue.h macros for TAILQ operations | Jason Wright |
2001-12-10 | update ip stats when dropping an ip packet | jasoni |
2001-12-10 | regen | Artur Grabowski |
2001-12-10 | Big cleanup inspired by NetBSD with some parts of the code from NetBSD. | Artur Grabowski |
2001-12-10 | Add example on how to create FQDN certificates suitable for use with isakmpd.... | Hakan Olsson |
2001-12-10 | Mention that SIGHUP will cause isakmpd to reread isakmpd.conf | Hakan Olsson |
2001-12-10 | Add UI option 'R' to trigger isakmpd reinit (same as SIGHUP). | Hakan Olsson |
2001-12-10 | ESP and AH are now enabled. -permit == -bypass. Regroup 'flow' modifiers a bit. | Hakan Olsson |
2001-12-10 | ESP and AH now enabled by default. Mention IPv6 forwarding. Various typo fixes. | Hakan Olsson |
2001-12-10 | Remove LFS crud. | Artur Grabowski |
2001-12-10 | Update comment | Artur Grabowski |
2001-12-10 | Merge in struct uvm_vnode into struct vnode. | Artur Grabowski |
2001-12-10 | Define MCLBYTES from MCLSHIFT, rather than providing the final value. | Miod Vallat |
2001-12-10 | Not needed/used anymore. | Miod Vallat |
2001-12-10 | No need to include <sys/dmap.h> and define related variables. | Miod Vallat |
2001-12-10 | bogus __dead | Theo de Raadt |
2001-12-09 | i like it this way better | Michael Shalayeff |
2001-12-09 | add auth2_challenge_stop(), simplifies cleanup of kbd-int sessions, | Markus Friedl |
2001-12-09 | Fix an incorrect example, reported by Gaƫl Queri <gqueri@mail.dotcom.fr> | Miod Vallat |
2001-12-09 | Do not use stdio functions after a successfull call to daemon(), use | Miod Vallat |
2001-12-09 | Do not use stdio functions after a successfull call to daemon(), use | Miod Vallat |
2001-12-09 | *** empty log message *** | Miod Vallat |
2001-12-09 | Use queue.h TAILQ macros instead of accessing members directly. | Jason Wright |
2001-12-09 | Don't access the tq members directly, use the queue.h macros. Also, | Jason Wright |
2001-12-09 | document MODGNU_CONFIG_GUESS_DIRS here, ok espie | Peter Valchev |
2001-12-09 | Even more ansification. | Artur Grabowski |
2001-12-09 | Random ansification. | Artur Grabowski |
2001-12-09 | un-__P | Artur Grabowski |
2001-12-09 | Explicitly unmap and free the pages in pgt_page_free. | Artur Grabowski |
2001-12-09 | remove pvalloc and pvfree, use the raw pool_get and pool_put. | Artur Grabowski |
2001-12-09 | Real pmap_k*. The sun4/sun4c functions are from NetBSD. | Artur Grabowski |
2001-12-09 | splbio?!? Where did that come from? | Artur Grabowski |
2001-12-09 | Consider PROTO_IPV6 as compressible by CCP. | brian |
2001-12-09 | - change flush_atc_entry() prototype, the third argument is indeed a boolean_t, | Miod Vallat |
2001-12-08 | Don't unlink() the same thing twice, ok millert@ | Miod Vallat |
2001-12-08 | Fix compilation error when building a raid enabled kernel. | Thierry Deval |
2001-12-08 | Better pmap_kenter_pa() and pmap_kremove() implementation. | Miod Vallat |
2001-12-08 | when strerror() has an Unknown error, also set EINVAL | Theo de Raadt |
2001-12-08 | Use PMAP_MANAGED() macro everywhere instead of hand-expanding it. | Miod Vallat |