Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
While there, use raisespl() in splassert to win a few cycles when the check fails. | |||
2004-01-09 | fix leak ether_deatch(): if if_free_sadl() is called before if_detach() | Markus Friedl | |
then ifnet_addrs[ifp->if_index] leaks; if it's called after if_detach() then if_free_sadl() does nothing; ok itojun | |||
2004-01-09 | call nc correctly (nc has changed a while ago). | Hans-Joerg Hoexer | |
ok markus@ | |||
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 | |
stays; itojun ok | |||
2004-01-09 | Remove duplicate (and slightly conflicting) prototype of sm_vfscanf(). | Todd C. Miller | |
Found by brad@ | |||
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 | |
(same handling as KERN_PROC). | |||
2004-01-09 | for RTM_IFINFO messages showing up on the routing socket do not ever | Henning Brauer | |
look into the first sockaddr structure after the msg header; does not contain what we expect there and caused messages to get missed in some cases | |||
2004-01-09 | Put back the pmap_zero_page() and pmap_copy_page() fixes, svnd work again. | Miod Vallat | |
We need to map the temporary pages write through _and_ flush the data cache, for split user/supervisor designs. Bring back a few minor style and cosmetic fixes while there, too. | |||
2004-01-09 | Do not keep a round-robin list of the previous traps for debug purposes on | Miod Vallat | |
88100 anymore - it's stable well enough now... | |||
2004-01-09 | Do not define new m8820x specific constants for what are common cache and | Miod Vallat | |
apr validity constants, really. And get rid of the old cache_policy debug trick. | |||
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 | |
in the kernel_pmap; and they are perfectly legal in user pmaps, so treat them correctly. While there, allocate them differently so that pmap_copy_page() only needs one double-size tlb flush, rather than two single-size. | |||
2004-01-08 | sync | Tom Cosgrove | |
2004-01-08 | Merge entries for Cirrus Logic CS4280 and CS4614 (same device id) | Tom Cosgrove | |
ok krw@, deraadt@ | |||
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 | |
errors. Mostly from FreeBSD. | |||
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 | |
due to a bug fix in the sort routine. | |||
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 | |
Clarify some logic and make type usage more consistant. ok tdeval@. | |||
2004-01-08 | gcc3 does not seem to like comments inside comments - zap a couple; ok miod | Peter Valchev | |
2004-01-08 | in kroute_insert, use knexthop_validate instead of hand-baking a slightly | Henning Brauer | |
optimized version of it | |||
2004-01-08 | in knexthop_validate, always call kroute_detach_nexthop, not | Henning Brauer | |
only in the no-match-found case. if we fina a match we are calling kroute_attach_nexthop anyway; and the match might be (in the common cases: will be, if existant at all) different for the existing attachment. | |||
2004-01-08 | fix kroute_detach_nexthop | Henning Brauer | |
2004-01-08 | our own internal route flags should have been an u_int8_t from the beginning | Henning Brauer | |
on, not an int. | |||
2004-01-08 | rename a few functions to further clarify things | Henning Brauer | |
2004-01-08 | big reorganization. | Henning Brauer | |
much nicer now. ok claudio@ | |||
2004-01-08 | __init/__fini handling on ELF has not been correct. It is supposed to | Dale Rahn | |
be a section which code stubs (branches) can be added to initialize/destructor This adds MD stubs to allow this to operate as expected. should fix wine and behave according to ELF specs. ok miod@ | |||
2004-01-08 | .Xr bgpd.conf 5 | Henning Brauer | |
From: Xavier Santolaria <xavier@santolaria.net> | |||
2004-01-08 | switch_exit() must be invoked at splhigh(), or you race the clock. | Miod Vallat | |
2004-01-08 | Some splfoo() have raise-if-lower semantics; so introduce raiseipl() which | Miod Vallat | |
never lowers current spl value, and use it where appropriate. | |||
2004-01-08 | Fix uninitialized variable. From Ilya Voronin <ivoronin at trancom dot ru> | Otto Moerbeek | |
2004-01-08 | KNF | Henning Brauer | |
2004-01-08 | keep track of interface status. if an interface goes down mark all connected | Henning Brauer | |
routes that belong to it as invalid, and invalidate all nexthops belonging to it, and vice versa when it goes up "looks good" claudio@ on the version from yesterday night '-) | |||
2004-01-08 | in the description of ip.sourceroute, point people to securelevel(7), as | Jason McIntyre | |
for other sysctls affected by securelevel; | |||
2004-01-08 | document that sysctls fs.posix.setuid and net.inet.ip.sourceroute may not | Jason McIntyre | |
be set when securelevel > 0; the latter from Ryan Leslie (PR 3631); | |||
2004-01-08 | sync with sysctl/drivers + 0K == -273.15C; report grange; ok henning | Markus Friedl | |
2004-01-08 | add stub for attribute "sentinel". | Marc Espie | |
2004-01-08 | typo fix (must be rtm_addrs). from fujitsu | Jun-ichiro itojun Hagino | |
2004-01-08 | alphabetic order; | Jason McIntyre | |
sort spacing; |