Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-12 | Return the most common data link type instead of the first match for an | Claudio 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-11 | backout 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-11 | Verify packets from the server were md5'd with the same shared | Todd C. Miller | |
secret we used in the request. OK deraadt@ | |||
2004-09-10 | Bail out on errors when making very small filesystems. ok deraadt@ | Otto Moerbeek | |
2004-09-10 | Update sets sizes with the latest binaries (except for hp300 X11 which will | Miod Vallat | |
be late). | |||
2004-09-10 | Upgrades are allowed. | Miod Vallat | |
2004-09-10 | End sentences with a dot. | Miod Vallat | |
2004-09-10 | Better wording, and a few typos. | Miod Vallat | |
2004-09-10 | Document cdemu36.iso, because we are nice lads, but you really really really | Miod 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-10 | Remind people that 386 and 486 systems really need an FPU. | Miod Vallat | |
2004-09-10 | Do not mention a.out upgrades anymore, they are not supported anymore. | Miod Vallat | |
2004-09-10 | Try to make the port descriptions less stupid and more concise. | Miod Vallat | |
2004-09-10 | mention that the used cipher is Blowfish, from Jonathan Gray, ok tedu@ | Pedro Martelletto | |
2004-09-10 | setjmp now passes all regress tests. | Per Fogelstrom | |
2004-09-10 | mention parent (..) anchors, | Jared Yanovich | |
mention wildcard (*) anchors, and mention quotes around anchor names. ok dhartmei henning jmc | |||
2004-09-10 | add mips64 to the list. ok derradt. | Per Fogelstrom | |
2004-09-10 | Need to sync NLEAF() occurences too. | Miod Vallat | |
2004-09-10 | typo in SAVE_CPU expansion. | Miod Vallat | |
2004-09-10 | Use correct register aliases wrt the __mips_n64 regdef. | Per Fogelstrom | |
2004-09-10 | This is the script used to link the kernel. A flaw in ld makes | Per 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-10 | Fix LEAF usage adding new extra arg. spotted by miod. | Per Fogelstrom | |
2004-09-10 | expand @@ServerRoot@@ variable | David Krause | |
2004-09-09 | these should have gone in with the other 64 bit changes | Per Fogelstrom | |
2004-09-09 | Kernel moves to 64 bit. A few more tweaks when binutils is updated. | Per Fogelstrom | |
2004-09-09 | Copy out anchors with relative paths and wildcards correctly, | Daniel Hartmeier | |
from jaredy@, ok henning@, mcbride@, deraadt@ | |||
2004-09-09 | correctly 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-09 | correctly track peer count. fixes a memory corruption. | Henning Brauer | |
with & ok otto millert claudio, ok deraadt canacar | |||
2004-09-09 | Add missing section heading "DESCRIPTION". | Tom Cosgrove | |
ok jmc@ millert@ deraadt@ | |||
2004-09-09 | Avoid following a NULL pointer if a hostname lookup fails and | Todd C. Miller | |
remove an extraneous "exiting" when there is a config file error. OK henning@ and mcbride@ | |||
2004-09-09 | ABI64 shared libs now handled. | Per Fogelstrom | |
2004-09-09 | Shared 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-09 | mips64 is now going ABI64 and shared library support! | Per Fogelstrom | |
String functions need some optimization/rewrite to take full advantage. | |||
2004-09-09 | Changes for 64 bit kernel. Some functions needis to be rewritten or | Per Fogelstrom | |
optimized to take advantage of full 64 bit width registers. | |||
2004-09-09 | printing the raw ip protocol name breaks the protocol loop, so just | Otto Moerbeek | |
print the number. ok henning@ markus@ deraadt@ | |||
2004-09-09 | Kill mb_map and related defines, we don't need one. | Miod Vallat | |
2004-09-09 | nfs daemons started from rc, not netstart; | Jason McIntyre | |
from jrrs (pr #3917); ok deraadt@ | |||
2004-09-09 | cpu_setup functions passed wrong first arg; from foleite@yahoo.com.br | Theo de Raadt | |
ok grange markus | |||
2004-09-08 | typo, wrong type; cd@sentia.nl | Theo de Raadt | |
2004-09-08 | fill out more on console and boot devices | Michael Shalayeff | |
2004-09-08 | routed assumes it alone controls the routing table and tinkers with | Henning 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-08 | security 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-08 | after openpty() do not close() slave and reopen it. that is just crazy | Theo de Raadt | |
talk. instead, save the descriptor and reuse it. millert ok | |||
2004-09-07 | cleanup multiplex control socket on SIGHUP too, spotted by sturm@ | Damien Miller | |
ok markus@ deraadt@ | |||
2004-09-07 | ignore ntp_sendmsg()s return value in server_dispatch. could result in | Henning Brauer | |
ntpd exiting on sendmsg() failures, which is not desired. | |||
2004-09-07 | 32 -> 64 bit cleanups but no optimizations yet | Per Fogelstrom | |
2004-09-07 | mips is now 64 bits so use a 64 bit config | Per Fogelstrom | |
2004-09-07 | make -netmask work again; ok henning, mcbride, deraadt | Markus Friedl | |
2004-09-07 | Properly put ktrsyscall (and scdebug_foo) into biglock, inspired from NetBSD | Niklas Hallqvist | |
2004-09-07 | Do not incorrectly sign-extend a mode_t value. | Miod Vallat | |
ok deraadt@ |