summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-12-11Merge in some pmap improvements from NetBSD.Artur Grabowski
2001-12-11minor fixes.Artur Grabowski
2001-12-11Repair 68060 operation; from art@ and myself, spell-checked by deraadt@.Miod Vallat
2001-12-11Use queue.h macros.Jason Wright
2001-12-11If we receive a signal during the sleep(), run signal handlers asTodd C. Miller
2001-12-11- Log packet while mbuf is still valid.jasoni
2001-12-11Don't hang waiting for select() with SIGTERM + no active SAs.Hakan Olsson
2001-12-11Proper error msg.Hakan Olsson
2001-12-11More sync with freebsd code; join related code this time.Federico G. Schwindt
2001-12-10handle "q" input better; bug reported in 2244Theo de Raadt
2001-12-10Grrr, drug induced haze. Thanks Theo.Tobias Weingartner
2001-12-10pf.4: Grammar & xrefTobias Weingartner
2001-12-10Add FEATURE(`accept_unresolvable_domains')Todd C. Miller
2001-12-10check that server supports v1 for -t rsa1, report from wirth@dfki.deMarkus Friedl
2001-12-10follow post-2.1 ip_off & ip_len byte ordersTheo de Raadt
2001-12-10Since VOP_READ is never called on VDIR vnodes and ext2fs_readArtur Grabowski
2001-12-10No need to initialize the uobj on every getnewvnode. Just doArtur Grabowski
2001-12-10Don't sleep on VXLOCK if LK_NOWAIT.Artur Grabowski
2001-12-10Add an ioctl to add state entries (DIOCADDSTATE) for proxies.Daniel Hartmeier
2001-12-10Convert usage of 'you' to third person. Reword some sentences.Daniel Hartmeier
2001-12-10Add stateful filtering for other (non-TCP/UDP/ICMP) protocol, based onDaniel Hartmeier
2001-12-10No need for uvm_useracc here now. vslock catches those problems.Artur Grabowski
2001-12-10minor cleanups.Artur Grabowski
2001-12-10possible fd leak on error; ok markus@Kevin Steves
2001-12-10No need to m_freem(m) if m is already NULL. dhartmei@ ok.Hakan Olsson
2001-12-10use queue.h macros for TAILQ operationsJason Wright
2001-12-10update ip stats when dropping an ip packetjasoni
2001-12-10regenArtur Grabowski
2001-12-10Big cleanup inspired by NetBSD with some parts of the code from NetBSD.Artur Grabowski
2001-12-10Add example on how to create FQDN certificates suitable for use with isakmpd....Hakan Olsson
2001-12-10Mention that SIGHUP will cause isakmpd to reread isakmpd.confHakan Olsson
2001-12-10Add UI option 'R' to trigger isakmpd reinit (same as SIGHUP).Hakan Olsson
2001-12-10ESP and AH are now enabled. -permit == -bypass. Regroup 'flow' modifiers a bit.Hakan Olsson
2001-12-10ESP and AH now enabled by default. Mention IPv6 forwarding. Various typo fixes.Hakan Olsson
2001-12-10Remove LFS crud.Artur Grabowski
2001-12-10Update commentArtur Grabowski
2001-12-10Merge in struct uvm_vnode into struct vnode.Artur Grabowski
2001-12-10Define MCLBYTES from MCLSHIFT, rather than providing the final value.Miod Vallat
2001-12-10Not needed/used anymore.Miod Vallat
2001-12-10No need to include <sys/dmap.h> and define related variables.Miod Vallat
2001-12-10bogus __deadTheo de Raadt
2001-12-09i like it this way betterMichael Shalayeff
2001-12-09add auth2_challenge_stop(), simplifies cleanup of kbd-int sessions,Markus Friedl
2001-12-09Fix an incorrect example, reported by Gaƫl Queri <gqueri@mail.dotcom.fr>Miod Vallat
2001-12-09Do not use stdio functions after a successfull call to daemon(), useMiod Vallat
2001-12-09Do not use stdio functions after a successfull call to daemon(), useMiod Vallat
2001-12-09*** empty log message ***Miod Vallat
2001-12-09Use queue.h TAILQ macros instead of accessing members directly.Jason Wright
2001-12-09Don't access the tq members directly, use the queue.h macros. Also,Jason Wright
2001-12-09document MODGNU_CONFIG_GUESS_DIRS here, ok espiePeter Valchev