Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-07 | add 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-07 | minor KNF while I'm here | Henning Brauer | |
ok dhartmei@ | |||
2002-06-07 | explain about permit[inherit] for execve | Niels Provos | |
2002-06-07 | Engage 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-07 | Add an explicit dependency for two symlinked files, to make maja@'s | Hans Insulander | |
problems go away. | |||
2002-06-07 | sync 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-07 | no more set_progname | Hans Insulander | |
2002-06-07 | whoops. turn on the IPv6 scope test | Mike Frantzen | |
2002-06-07 | regress test IPv6 scopes | Mike Frantzen | |
2002-06-07 | Don'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-07 | Remove an unused variable. | Hans Insulander | |
Spotted by deraadt@, synced with the Heimdal people. | |||
2002-06-07 | There is absolutely no need to protect a reference to mono_time.tv_sec with ↵ | Artur Grabowski | |
splclock. | |||
2002-06-07 | Move all duplicated enqueueing code into one function, | jasoni | |
bridge_ifenqueu(). - ok jason@, dhartmei@ | |||
2002-06-07 | make IPv6 scope identification work for dst (from any to fe80::1%lo0) | Jun-ichiro itojun Hagino | |
2002-06-07 | support scoped IPv6 address in from/to portion. | Jun-ichiro itojun Hagino | |
2002-06-07 | typo | Jun-ichiro itojun Hagino | |
2002-06-07 | use profiling to order filter lists more optimally. | Niels Provos | |
2002-06-07 | Switch powerpc to using new split (aout/elf) link.h | Dale Rahn | |
2002-06-07 | reorder paragraph for clarity | Jun-ichiro itojun Hagino | |
2002-06-07 | shit. need this. my bad, my pfctl wasn't up to date. | Bob Beck | |
2002-06-07 | If there has been no NS for the neighbor after entering the | Jun-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-07 | avoid fd_set overrun. sync w/kame | Jun-ichiro itojun Hagino | |
2002-06-07 | avoid is_ipv6 construct. a step towards IPv4-less kernel | Jun-ichiro itojun Hagino | |
2002-06-07 | typo | Hakan Olsson | |
2002-06-07 | repair and flesh out a little | Hans Insulander | |
2002-06-07 | no need for IPv4 mapped addr support | Jun-ichiro itojun Hagino | |
2002-06-07 | Hand-editing diff file to remove a few chunks that you don't want to | Miod 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-07 | make this be more in the same style as the other afs manpages | Hans Insulander | |
2002-06-07 | repair | Hans Insulander | |
2002-06-07 | document net.inet6.ip6.v6only | Jun-ichiro itojun Hagino | |
2002-06-07 | mistake in sysctl table | Jun-ichiro itojun Hagino | |
2002-06-07 | just for consistency/compatibility, have net.inet6.ip6.v6only sysctl MIB, | Jun-ichiro itojun Hagino | |
as well as set/getsockopt(IPV6_V6ONLY). | |||
2002-06-07 | repair | Hans Insulander | |
2002-06-07 | Add 'ikecfg' as a valid Flags= value. | Hakan Olsson | |
2002-06-07 | style | Jun-ichiro itojun Hagino | |
2002-06-07 | Handle hashinit() failure. ok niklas@ | Thomas Nordin | |
2002-06-07 | clear /var/authpf on bootup - ensure we don't kill things we shouldn't | Bob Beck | |
2002-06-07 | make /var/authpf owned and writable by group authpf | Bob Beck | |
2002-06-07 | fix a few nits in theo's commit, make this install and run setgid authpf | Bob Beck | |
so that it can remove the files it creates in /var/authpf | |||
2002-06-07 | remove static | Jason Wright | |
2002-06-07 | twist 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-07 | authpf group, for authpf | Bob Beck | |
2002-06-07 | Simplify so that we can remove CLKF_BASEPRI() and spllowersoftclock() | Thomas Nordin | |
infrastructure. ok art@ and miod@ | |||
2002-06-07 | Handle csecreate errors. deraadt@ and beck@ | Thomas Nordin | |
2002-06-07 | repair | Hans Insulander | |
2002-06-07 | repair | Hans Insulander | |
2002-06-07 | fix spelling, grammar etc. | Hans Insulander | |
2002-06-07 | repair | Hans Insulander | |
2002-06-07 | do not respond to udp service if ip_src matches broadcast addr. theo ok | Jun-ichiro itojun Hagino | |