Age | Commit message (Expand) | Author |
2004-01-10 | bonus points for completing rows, like most variants. | Ted Unangst |
2004-01-10 | oops, revert change. | Brad Smith |
2004-01-09 | typo from Jared Yanovich; | Jason McIntyre |
2004-01-09 | typos from Jared Yanovich; | Jason McIntyre |
2004-01-09 | remove uvm_extern.h | Brad Smith |
2004-01-09 | spelling; jjy2+@pitt.edu | Theo de Raadt |
2004-01-09 | spelling; jjy2+@pitt.edu | Theo de Raadt |
2004-01-09 | Avoid messing up the screen by non-printable chars in hostname + | Otto Moerbeek |
2004-01-09 | show fib connected|static|bgp|nexthop|[address] | Henning Brauer |
2004-01-09 | for IMSG_CTL_KROUTEs allow matching based on flags, | Henning Brauer |
2004-01-09 | use cc -E for the preprocessor instead of cpp. | Brad Smith |
2004-01-09 | Initialize procbase2 to 0 in _kvm_open(); Dan Harnett | Todd C. Miller |
2004-01-09 | fix build for gcc3. | Dale Rahn |
2004-01-09 | flag kernel routes whch are not conencted routes as static routes. | Henning Brauer |
2004-01-09 | a sample "show fib" implementation | Henning Brauer |
2004-01-09 | get us a stateful imsg relaying framework, and the first receiver, | Henning Brauer |
2004-01-09 | we must ignore SIGPIPE. | Henning Brauer |
2004-01-09 | you must not try to read(2) without checking (pfd->revents & POLLIN) | Henning Brauer |
2004-01-09 | decrease min mss to (256 - 40); ok deraadt | Markus Friedl |
2004-01-09 | don't restrict tcp signature keys to ascii; ok mcbride | Markus Friedl |
2004-01-09 | Constify trap names, and a few cleanings to the trap() functions. | Miod Vallat |
2004-01-09 | fix leak ether_deatch(): if if_free_sadl() is called before if_detach() | Markus Friedl |
2004-01-09 | call nc correctly (nc has changed a while ago). | Hans-Joerg Hoexer |
2004-01-09 | create all routes with -q; markus ok | Theo de Raadt |
2004-01-09 | route -q is supposed to be totally quiet | Theo de Raadt |
2004-01-09 | Delete default route before attempting to add the new one, or the old one | Theo de Raadt |
2004-01-09 | Remove duplicate (and slightly conflicting) prototype of sm_vfscanf(). | Todd C. Miller |
2004-01-09 | let configure find out whether gcc has sjlj configured or not... | Marc Espie |
2004-01-09 | back out vnode parents. weird breakge found in ports tree | Ted Unangst |
2004-01-09 | Tell the user to run ps if they try to view things under KERN_PROC2 | Todd C. Miller |
2004-01-09 | for RTM_IFINFO messages showing up on the routing socket do not ever | Henning Brauer |
2004-01-09 | Put back the pmap_zero_page() and pmap_copy_page() fixes, svnd work again. | Miod Vallat |
2004-01-09 | Do not keep a round-robin list of the previous traps for debug purposes on | Miod Vallat |
2004-01-09 | Do not define new m8820x specific constants for what are common cache and | Miod Vallat |
2004-01-08 | sync | Theo de Raadt |
2004-01-08 | tom broke the kernel, and is being scolded | Theo de Raadt |
2004-01-08 | long vs time_t workarounds without changing the API; spotted by pval, ok fgsch | Theo de Raadt |
2004-01-08 | Adjust delay based on terminal speed; ok tedu@ | Todd C. Miller |
2004-01-08 | The va for the few pages used for copying/zeroing pages are magic, but only | Miod Vallat |
2004-01-08 | sync | Tom Cosgrove |
2004-01-08 | Merge entries for Cirrus Logic CS4280 and CS4614 (same device id) | Tom Cosgrove |
2004-01-08 | Convert to kvm_getproc2(); ok deraadt@ | Todd C. Miller |
2004-01-08 | Pass the right type based on the conversion specified; warn on conversion | Otto Moerbeek |
2004-01-08 | Add missing include of poll.h to example code; Andre Nathan | Todd C. Miller |
2004-01-08 | Convert to kinfo_proc2. The sort order for -u and -m will be different | Todd C. Miller |
2004-01-08 | Silence warning | Todd C. Miller |
2004-01-08 | Convert to kinfo_proc2; ok deraadt@ | Todd C. Miller |
2004-01-08 | typo from Pedro Martelletto; | Jason McIntyre |
2004-01-08 | More sense message improvements from Marco Peereboom. | Kenneth R Westerback |
2004-01-08 | gcc3 does not seem to like comments inside comments - zap a couple; ok miod | Peter Valchev |