summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-06-08comment on IPv6 link-local twistsJun-ichiro itojun Hagino
2002-06-08ELF architectures all support weak aliases, enable them for this part.Dale Rahn
ok fgsch@
2002-06-08syncTheo de Raadt
2002-06-08support IPv4 in -prefixlen.Jun-ichiro itojun Hagino
2002-06-08Use tsleep.Artur Grabowski
2002-06-08Use tsleep instead of sleep.Artur Grabowski
2002-06-08Use ltsleep in vfs_busy.Artur Grabowski
2002-06-08use the dirfd macro instead of reaching into the DIR and pulling out dd_fdTodd C. Miller
2002-06-08make this actually compileTodd C. Miller
2002-06-08do not use deprecated ioctlsJun-ichiro itojun Hagino
2002-06-08Force lpd socket to be mode 0660, group daemonTodd C. Miller
2002-06-08make pci_conf_{read|write} indirect functions so we can overload themJason Wright
2002-06-08a bit more for the responder casesHakan Olsson
2002-06-08.Xr pf.conf 5 . -> pfctl 8, from Dries SchellekensDaniel Hartmeier
2002-06-08KNF miss in my last commitNiklas Hallqvist
2002-06-08pf_timeouts is shared between pfctl and authpf, put it in the shared file.Dale Rahn
unbreak build.
2002-06-08Oops, it was not meant to be removed, just liposucked.Miod Vallat
2002-06-08One 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-08Strict prototypes, and some KNF touches while there.Miod Vallat
2002-06-08Strict prototypes, fix lcsplx() behaviour as per macppc, and a fewMiod Vallat
other fixes here and there.
2002-06-08Strict prototypes, and fix mvmeprom_brdid interface.Miod Vallat
2002-06-08Fix device and console device prototypes.Miod Vallat
2002-06-08Factorize common parts (cache-related stuff).Miod Vallat
ok drahn@
2002-06-08i386 configures devices while at spl0, this causes problems if devicesDale 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-08silently ignore deprecated options, since FallBackToRsh might be passedMarkus Friedl
by remote scp commands.
2002-06-08remove FallBackToRshMarkus Friedl
2002-06-08Fix cut & paste error from last commit.Grigoriy Orlov
2002-06-08more splnet protection to dom_ifattachJun-ichiro itojun Hagino
2002-06-08protect dom_ifattach by splnetJun-ichiro itojun Hagino
2002-06-08de peeJason Wright
2002-06-08Add regression tests for NAT list expansionKjell Wooding
2002-06-08add 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-08Free commits from theo's drunken state.Kjell Wooding
2002-06-08It had to go in.Bob Beck
2002-06-08protect biodone with splbioArtur Grabowski
2002-06-08no macro concatenationHenning Brauer
2002-06-08no macro concatenation via +=Henning Brauer
2002-06-08remove macro concatenation via += per Theo's adviceHenning Brauer
2002-06-08recurse into my new test (libm/trivial1)Jason Wright
2002-06-08Really simple test that shouldn't fail, but does on some arch's (ok, oneJason Wright
arch, sparc64)
2002-06-08'(' -> "(" in BNF, from Dries SchellekensDaniel Hartmeier
2002-06-08keep the count of fragments consistent when we have to do a fail safe dropMike Frantzen
2002-06-08Explain why there is no splhigh hereNiklas Hallqvist
2002-06-08Provide type information for some symbols. Should fix vmstat -i.Artur Grabowski
2002-06-08regression test for macro concatenationHenning Brauer
ok dhartmei@
2002-06-08document macro concatenationHenning Brauer
ok dhartmei@
2002-06-08allow macro concatenation likeHenning 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-08correctnessChris Cappuccio
2002-06-08Make state timeouts configurable per rule, likeDaniel Hartmeier
pass in from any to any port www keep state (tcp.established 60) ok frantzen@