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