summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2004-01-08in kroute_insert, use knexthop_validate instead of hand-baking a slightlyHenning Brauer
2004-01-08in knexthop_validate, always call kroute_detach_nexthop, notHenning Brauer
2004-01-08fix kroute_detach_nexthopHenning Brauer
2004-01-08our own internal route flags should have been an u_int8_t from the beginningHenning Brauer
2004-01-08rename a few functions to further clarify thingsHenning Brauer
2004-01-08big reorganization.Henning Brauer
2004-01-08__init/__fini handling on ELF has not been correct. It is supposed toDale Rahn
2004-01-08.Xr bgpd.conf 5Henning Brauer
2004-01-08switch_exit() must be invoked at splhigh(), or you race the clock.Miod Vallat
2004-01-08Some splfoo() have raise-if-lower semantics; so introduce raiseipl() whichMiod Vallat
2004-01-08Fix uninitialized variable. From Ilya Voronin <ivoronin at trancom dot ru>Otto Moerbeek
2004-01-08KNFHenning Brauer
2004-01-08keep track of interface status. if an interface goes down mark all connectedHenning Brauer
2004-01-08in the description of ip.sourceroute, point people to securelevel(7), asJason McIntyre
2004-01-08document that sysctls fs.posix.setuid and net.inet.ip.sourceroute may notJason McIntyre
2004-01-08sync with sysctl/drivers + 0K == -273.15C; report grange; ok henningMarkus Friedl
2004-01-08add stub for attribute "sentinel".Marc Espie
2004-01-08typo fix (must be rtm_addrs). from fujitsuJun-ichiro itojun Hagino
2004-01-08alphabetic order;Jason McIntyre
2004-01-08typo; from ray at cyth dot net (PR 3632);Jason McIntyre
2004-01-08struct for IPv6 pseudo header checksum - nonstandard. from kameJun-ichiro itojun Hagino
2004-01-08Add MLINKs for kvm_getproc2() and friends.Todd C. Miller
2004-01-08syncTheo de Raadt
2004-01-08Update regression test to match current library semantics. A selectMarco S Hyman
2004-01-08use va_copy() with gcc 3 and up.Brad Smith
2004-01-08add dirhash sysctlsTed Unangst
2004-01-07inverted test. problem reported by avsm@.Marc Espie
2004-01-07Revert the pmap machinery to 20031228. The changes made since all produceMiod Vallat
2004-01-07machine/stdarg.h -> sys/stdarg.hBrad Smith