Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-08 | comment on IPv6 link-local twists | Jun-ichiro itojun Hagino | |
2002-06-08 | ELF architectures all support weak aliases, enable them for this part. | Dale Rahn | |
ok fgsch@ | |||
2002-06-08 | sync | Theo de Raadt | |
2002-06-08 | support IPv4 in -prefixlen. | Jun-ichiro itojun Hagino | |
2002-06-08 | Use tsleep. | Artur Grabowski | |
2002-06-08 | Use tsleep instead of sleep. | Artur Grabowski | |
2002-06-08 | Use ltsleep in vfs_busy. | Artur Grabowski | |
2002-06-08 | use the dirfd macro instead of reaching into the DIR and pulling out dd_fd | Todd C. Miller | |
2002-06-08 | make this actually compile | Todd C. Miller | |
2002-06-08 | do not use deprecated ioctls | Jun-ichiro itojun Hagino | |
2002-06-08 | Force lpd socket to be mode 0660, group daemon | Todd C. Miller | |
2002-06-08 | make pci_conf_{read|write} indirect functions so we can overload them | Jason Wright | |
2002-06-08 | a bit more for the responder cases | Hakan Olsson | |
2002-06-08 | .Xr pf.conf 5 . -> pfctl 8, from Dries Schellekens | Daniel Hartmeier | |
2002-06-08 | KNF miss in my last commit | Niklas Hallqvist | |
2002-06-08 | pf_timeouts is shared between pfctl and authpf, put it in the shared file. | Dale Rahn | |
unbreak build. | |||
2002-06-08 | Oops, it was not meant to be removed, just liposucked. | Miod Vallat | |
2002-06-08 | One ddb to rule them all. | Miod Vallat | |
Move the ddb files form macppc/macppc to powerpc/ddb, so that mvmeppc can benefit from the better ddb that was in macppc. db_interface.c is left as an md part. | |||
2002-06-08 | Strict prototypes, and some KNF touches while there. | Miod Vallat | |
2002-06-08 | Strict prototypes, fix lcsplx() behaviour as per macppc, and a few | Miod Vallat | |
other fixes here and there. | |||
2002-06-08 | Strict prototypes, and fix mvmeprom_brdid interface. | Miod Vallat | |
2002-06-08 | Fix device and console device prototypes. | Miod Vallat | |
2002-06-08 | Factorize common parts (cache-related stuff). | Miod Vallat | |
ok drahn@ | |||
2002-06-08 | i386 configures devices while at spl0, this causes problems if devices | Dale Rahn | |
attach the interrupt before initializing the hardware to make sure that no interrupts are pending. By adding splusb() any possible interrupts are blocked and will be handled correctly. Discussed with niklas, ok art@ | |||
2002-06-08 | - extended SMART support. | Grigoriy Orlov | |
- style, typos. - Big part of program redesigned and become more clean and simple. Work done by Alexander Yurchenko <grange@openbsd.ru>. Readattr command implementation and some cleanups by me. Costa@ ok. | |||
2002-06-08 | silently ignore deprecated options, since FallBackToRsh might be passed | Markus Friedl | |
by remote scp commands. | |||
2002-06-08 | remove FallBackToRsh | Markus Friedl | |
2002-06-08 | Fix cut & paste error from last commit. | Grigoriy Orlov | |
2002-06-08 | more splnet protection to dom_ifattach | Jun-ichiro itojun Hagino | |
2002-06-08 | protect dom_ifattach by splnet | Jun-ichiro itojun Hagino | |
2002-06-08 | de pee | Jason Wright | |
2002-06-08 | Add regression tests for NAT list expansion | Kjell Wooding | |
2002-06-08 | add list expansion to src/dest in NAT rules. i.e. | Kjell Wooding | |
nat on fxp0 from { 10.0.0.0/24, 10.0.1.0/24 } to \ { 172.6.1.1, 172.14.1.2/32 } -> fxp0 ok theo, dhartmei@ | |||
2002-06-08 | Free commits from theo's drunken state. | Kjell Wooding | |
2002-06-08 | It had to go in. | Bob Beck | |
2002-06-08 | protect biodone with splbio | Artur Grabowski | |
2002-06-08 | no macro concatenation | Henning Brauer | |
2002-06-08 | no macro concatenation via += | Henning Brauer | |
2002-06-08 | remove macro concatenation via += per Theo's advice | Henning Brauer | |
2002-06-08 | recurse into my new test (libm/trivial1) | Jason Wright | |
2002-06-08 | Really simple test that shouldn't fail, but does on some arch's (ok, one | Jason Wright | |
arch, sparc64) | |||
2002-06-08 | '(' -> "(" in BNF, from Dries Schellekens | Daniel Hartmeier | |
2002-06-08 | keep the count of fragments consistent when we have to do a fail safe drop | Mike Frantzen | |
2002-06-08 | Explain why there is no splhigh here | Niklas Hallqvist | |
2002-06-08 | Provide type information for some symbols. Should fix vmstat -i. | Artur Grabowski | |
2002-06-08 | regression test for macro concatenation | Henning Brauer | |
ok dhartmei@ | |||
2002-06-08 | document macro concatenation | Henning Brauer | |
ok dhartmei@ | |||
2002-06-08 | allow macro concatenation like | Henning Brauer | |
webservers = "{ 10.0.0.1, 10.0.0.7, 10.0.0.8, " webservers += " 10.0.0.17, 10.0.0.25, 10.0.0.37 }" ok frantzen@, dhartmei@ | |||
2002-06-08 | correctness | Chris Cappuccio | |
2002-06-08 | Make state timeouts configurable per rule, like | Daniel Hartmeier | |
pass in from any to any port www keep state (tcp.established 60) ok frantzen@ |