summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-09-12Return the most common data link type instead of the first match for anClaudio Jeker
interface. Where the most common DLT is the one with the smallest id. This fixes tcpdump for atw(4) that attaches multiple bpf hooks. Tested: millert@, Sigfred Haversen, otto@, mcbride@, sturm@, krw@, Steve Shockley OK millert@ deraadt@
2004-09-11backout 1.48, but maintain the fix for the merge error.David Gwynne
fixes hangs/crashes on detach of various devices. found by jolan@, tested by drahn@ and jolan@, ok by deraadt@
2004-09-11Verify packets from the server were md5'd with the same sharedTodd C. Miller
secret we used in the request. OK deraadt@
2004-09-10Bail out on errors when making very small filesystems. ok deraadt@Otto Moerbeek
2004-09-10Update sets sizes with the latest binaries (except for hp300 X11 which willMiod Vallat
be late).
2004-09-10Upgrades are allowed.Miod Vallat
2004-09-10End sentences with a dot.Miod Vallat
2004-09-10Better wording, and a few typos.Miod Vallat
2004-09-10Document cdemu36.iso, because we are nice lads, but you really really reallyMiod Vallat
do not want to use it, and you don't need it, honest! (well, maybe just a little) Based on a discussion with tom@
2004-09-10Remind people that 386 and 486 systems really need an FPU.Miod Vallat
2004-09-10Do not mention a.out upgrades anymore, they are not supported anymore.Miod Vallat
2004-09-10Try to make the port descriptions less stupid and more concise.Miod Vallat
2004-09-10mention that the used cipher is Blowfish, from Jonathan Gray, ok tedu@Pedro Martelletto
2004-09-10setjmp now passes all regress tests.Per Fogelstrom
2004-09-10mention parent (..) anchors,Jared Yanovich
mention wildcard (*) anchors, and mention quotes around anchor names. ok dhartmei henning jmc
2004-09-10add mips64 to the list. ok derradt.Per Fogelstrom
2004-09-10Need to sync NLEAF() occurences too.Miod Vallat
2004-09-10typo in SAVE_CPU expansion.Miod Vallat
2004-09-10Use correct register aliases wrt the __mips_n64 regdef.Per Fogelstrom
2004-09-10This is the script used to link the kernel. A flaw in ld makesPer Fogelstrom
setting the load address using 0xffffffff80100000 impossible so a workaround using -0x7.... is used. Hopefully this file will go away and using -N and -Ttext= will work once binutils is fixed.
2004-09-10Fix LEAF usage adding new extra arg. spotted by miod.Per Fogelstrom
2004-09-10expand @@ServerRoot@@ variableDavid Krause
2004-09-09these should have gone in with the other 64 bit changesPer Fogelstrom
2004-09-09Kernel moves to 64 bit. A few more tweaks when binutils is updated.Per Fogelstrom
2004-09-09Copy out anchors with relative paths and wildcards correctly,Daniel Hartmeier
from jaredy@, ok henning@, mcbride@, deraadt@
2004-09-09correctly track peer count. fixes a memory corruption.Henning Brauer
exactly the same bug as in ntpd, but caused completely different... strange issues seen by arvid goetting who helped a lot in debugging, bug found after an ntpd issue showed up and I saw the relation. hunting with & ok claudio, otto, millert, ok deraadt
2004-09-09correctly track peer count. fixes a memory corruption.Henning Brauer
with & ok otto millert claudio, ok deraadt canacar
2004-09-09Add missing section heading "DESCRIPTION".Tom Cosgrove
ok jmc@ millert@ deraadt@
2004-09-09Avoid following a NULL pointer if a hostname lookup fails andTodd C. Miller
remove an extraneous "exiting" when there is a config file error. OK henning@ and mcbride@
2004-09-09ABI64 shared libs now handled.Per Fogelstrom
2004-09-09Shared libs now works. Changes here for ABI64.Per Fogelstrom
2004-09-09 couple of changes (int -> long) to handle 64 bits.Per Fogelstrom
2004-09-09mips64 is now going ABI64 and shared library support!Per Fogelstrom
String functions need some optimization/rewrite to take full advantage.
2004-09-09Changes for 64 bit kernel. Some functions needis to be rewritten orPer Fogelstrom
optimized to take advantage of full 64 bit width registers.
2004-09-09printing the raw ip protocol name breaks the protocol loop, so justOtto Moerbeek
print the number. ok henning@ markus@ deraadt@
2004-09-09Kill mb_map and related defines, we don't need one.Miod Vallat
2004-09-09nfs daemons started from rc, not netstart;Jason McIntyre
from jrrs (pr #3917); ok deraadt@
2004-09-09cpu_setup functions passed wrong first arg; from foleite@yahoo.com.brTheo de Raadt
ok grange markus
2004-09-08typo, wrong type; cd@sentia.nlTheo de Raadt
2004-09-08fill out more on console and boot devicesMichael Shalayeff
2004-09-08routed assumes it alone controls the routing table and tinkers withHenning Brauer
routes it is not supposed to touch trying to aggregate them, which has unwanted effects when other routing daemons (bgpd) are running. note that bgpd behaves and only touches its own routes. workaround by ignoring routes with RTF_PROTO1 set, which bgpd sets for its routes. from a discussion with Arvid Grotting <arvidg@netfonds.no>, who tested a diff of same functionality (basically only formatting and comment different). ok deraadt
2004-09-08security fix:Henning Brauer
Apache's mod_rewrite module can be made to write one zero byte in an arbitrary memory position outside of a char array, causing DoS or possibly buffer overflows. The function lookup_map_dbmfile() in modules/mappers/mod_rewrite.c copies data from a DBM file to the char array buf in a _secure_ manner, but it zero-terminates the array afterwards in an _insecure_ manner. If the key that is looked up has an n bytes long value, a zero byte will be written in the memory position n bytes from the start of the char array buf. exploiting would require enabling dbm for mod_rewrite and getting it to use a malicious dbm file. reported by Ulf.Harnhammar.9485@student.uu.se fix by me ok otto, deraadt
2004-09-08after openpty() do not close() slave and reopen it. that is just crazyTheo de Raadt
talk. instead, save the descriptor and reuse it. millert ok
2004-09-07cleanup multiplex control socket on SIGHUP too, spotted by sturm@Damien Miller
ok markus@ deraadt@
2004-09-07ignore ntp_sendmsg()s return value in server_dispatch. could result inHenning Brauer
ntpd exiting on sendmsg() failures, which is not desired.
2004-09-0732 -> 64 bit cleanups but no optimizations yetPer Fogelstrom
2004-09-07mips is now 64 bits so use a 64 bit configPer Fogelstrom
2004-09-07make -netmask work again; ok henning, mcbride, deraadtMarkus Friedl
2004-09-07Properly put ktrsyscall (and scdebug_foo) into biglock, inspired from NetBSDNiklas Hallqvist
2004-09-07Do not incorrectly sign-extend a mode_t value.Miod Vallat
ok deraadt@