summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-06-07add a way to exit from the 'root device' prompt if we haven't found ANY ↵Jason Wright
possibilities. Power cycling this machine is SLOW!
2002-06-07minor KNF while I'm hereHenning Brauer
ok dhartmei@
2002-06-07explain about permit[inherit] for execveNiels Provos
2002-06-07Engage brain before commiting...Hans Insulander
- remove false dependency when creating symlinks into source tree - add -f flag to ln to force recreation of the symlinks if the target would somehow be triggered ok maja@
2002-06-07- set_progname() no longer used in header-generating program.Hans Insulander
- remove my testing cruft accidentally commited - Add some files to CLEANFILES that were not properly cleaned.
2002-06-07Add an explicit dependency for two symlinked files, to make maja@'sHans Insulander
problems go away.
2002-06-07sync behaviour about DF bit between ip_output()/tcp_response()Philipp Buehler
and pf_send_reset() while sending a RST ok dhartmei@, itojun@, frantzen@
2002-06-07no more set_prognameHans Insulander
2002-06-07whoops. turn on the IPv6 scope testMike Frantzen
2002-06-07regress test IPv6 scopesMike Frantzen
2002-06-07Don't try to send a packet we don't have if rl_encap fails.Artur Grabowski
Tested by noone, the bug reporter didn't respond. could fix kernel/2731
2002-06-07Remove an unused variable.Hans Insulander
Spotted by deraadt@, synced with the Heimdal people.
2002-06-07There is absolutely no need to protect a reference to mono_time.tv_sec with ↵Artur Grabowski
splclock.
2002-06-07Move all duplicated enqueueing code into one function,jasoni
bridge_ifenqueu(). - ok jason@, dhartmei@
2002-06-07make IPv6 scope identification work for dst (from any to fe80::1%lo0)Jun-ichiro itojun Hagino
2002-06-07support scoped IPv6 address in from/to portion.Jun-ichiro itojun Hagino
2002-06-07typoJun-ichiro itojun Hagino
2002-06-07use profiling to order filter lists more optimally.Niels Provos
2002-06-07Switch powerpc to using new split (aout/elf) link.hDale Rahn
2002-06-07reorder paragraph for clarityJun-ichiro itojun Hagino
2002-06-07shit. need this. my bad, my pfctl wasn't up to date.Bob Beck
2002-06-07If there has been no NS for the neighbor after entering theJun-ichiro itojun Hagino
INCOMPLETE state, send the first solicitation in nd6_output(), regardless of the timer value. revised comments about rate-limiting accordingly. sync w/kame
2002-06-07avoid fd_set overrun. sync w/kameJun-ichiro itojun Hagino
2002-06-07avoid is_ipv6 construct. a step towards IPv4-less kernelJun-ichiro itojun Hagino
2002-06-07typoHakan Olsson
2002-06-07repair and flesh out a littleHans Insulander
2002-06-07no need for IPv4 mapped addr supportJun-ichiro itojun Hagino
2002-06-07Hand-editing diff file to remove a few chunks that you don't want toMiod Vallat
commit now sucks. Especially when you accidentally delete an important chunk. Put a few more pm_xxx() prototypes there to unbreak compilation, 10x maja@
2002-06-07make this be more in the same style as the other afs manpagesHans Insulander
2002-06-07repairHans Insulander
2002-06-07document net.inet6.ip6.v6onlyJun-ichiro itojun Hagino
2002-06-07mistake in sysctl tableJun-ichiro itojun Hagino
2002-06-07just for consistency/compatibility, have net.inet6.ip6.v6only sysctl MIB,Jun-ichiro itojun Hagino
as well as set/getsockopt(IPV6_V6ONLY).
2002-06-07repairHans Insulander
2002-06-07Add 'ikecfg' as a valid Flags= value.Hakan Olsson
2002-06-07styleJun-ichiro itojun Hagino
2002-06-07Handle hashinit() failure. ok niklas@Thomas Nordin
2002-06-07clear /var/authpf on bootup - ensure we don't kill things we shouldn'tBob Beck
2002-06-07make /var/authpf owned and writable by group authpfBob Beck
2002-06-07fix a few nits in theo's commit, make this install and run setgid authpfBob Beck
so that it can remove the files it creates in /var/authpf
2002-06-07remove staticJason Wright
2002-06-07twist time, space, and other aspects of reality so that we can revoke privs,Theo de Raadt
and... as early as possible. (this does not work, beck has the next half of this coming in a few minutes)
2002-06-07authpf group, for authpfBob Beck
2002-06-07Simplify so that we can remove CLKF_BASEPRI() and spllowersoftclock()Thomas Nordin
infrastructure. ok art@ and miod@
2002-06-07Handle csecreate errors. deraadt@ and beck@Thomas Nordin
2002-06-07repairHans Insulander
2002-06-07repairHans Insulander
2002-06-07fix spelling, grammar etc.Hans Insulander
2002-06-07repairHans Insulander
2002-06-07do not respond to udp service if ip_src matches broadcast addr. theo okJun-ichiro itojun Hagino