Age | Commit message (Expand) | Author |
2004-01-07 | Add p_emul to kinfo_proc2 for ps | Todd C. Miller |
2004-01-07 | sync | Theo de Raadt |
2004-01-07 | Convert back to using kvm_getproc2() and friends now that libkvm | Todd C. Miller |
2004-01-07 | Implement kvm_getproc2(), kvm_getargv2() and kvm_getenvv2() that use | Todd C. Miller |
2004-01-07 | Implement KERN_PROC2 sysctl from NetBSD. This will allow us to | Todd C. Miller |
2004-01-07 | KNF | Henning Brauer |
2004-01-07 | don't ever send kroute change (that includes add) requests to the parent | Henning Brauer |
2004-01-07 | handle global vs peer-specific holdtime in a nicer and reload-friendlier | Henning Brauer |
2004-01-07 | don't try to be smart after config reloads and try to detect wether | Henning Brauer |
2004-01-07 | amout -> amount; from tom@. | Federico G. Schwindt |
2004-01-07 | Sync fdisk's internal master boot record with the recent changes | Tom Cosgrove |
2004-01-07 | amout -> amount; from Pedro Martelletto. | Federico G. Schwindt |
2004-01-07 | missed one v3 | Marc Espie |
2004-01-07 | ieee80211 framework from NetBSD; ok'd by several people some time ago. | Federico G. Schwindt |
2004-01-07 | sync | Tom Cosgrove |
2004-01-07 | - Remove duplicate entry for Lucent Win Modem 0x0449 | Tom Cosgrove |
2004-01-07 | Make sure that kroute updates for the FIB are only sent if there is a | Claudio Jeker |
2004-01-06 | - Rename index to longindex and explain its use. | Federico G. Schwindt |
2004-01-06 | small bug that was not so easy to fix: we did not allow empty lines (or | Henning Brauer |
2004-01-06 | neighbor 1.2.3.4 up/down | Henning Brauer |
2004-01-06 | two new imsg types, IMSG_CTL_NEIGHBOR_UP and _DOWN, on their receival on the | Henning Brauer |
2004-01-06 | initialize new peers inline instead of looping through 'em initing each | Henning Brauer |
2004-01-06 | Free buf on error and correct of by one in strlcpy. | Claudio Jeker |
2004-01-06 | adjust pentium_mhz when cpu speed changes. ok deraadt | Ted Unangst |
2004-01-06 | We don't have signal(7) | Todd C. Miller |
2004-01-06 | in session_dispatch_msg, in the loop where we suck the messages out of the | Henning Brauer |
2004-01-06 | allow holdtime and holdtime min to be configuered per peer | Henning Brauer |
2004-01-06 | Drop UDP packets with destination port 0, or zero or oversized payload | Daniel Hartmeier |
2004-01-06 | pkill/pgrep from NetBSD with changes to use kvm_getprocs(). Selecting | Todd C. Miller |
2004-01-06 | Fix signal handling when there is an error in inetd.conf. Found by | Todd C. Miller |
2004-01-06 | print intervals with the timers | Henning Brauer |
2004-01-06 | lower the initial value for the IdleHold timer from 90 to 30 seconds. | Henning Brauer |
2004-01-06 | properly punish oscillating neighbors. | Henning Brauer |
2004-01-06 | re-sync | Tom Cosgrove |
2004-01-06 | StartTimer -> IdleHoldTimer | Henning Brauer |
2004-01-06 | rename our StartTimer to IdleHoldTimer as per draft-ietf-idr-bgp4-23 | Henning Brauer |
2004-01-06 | import netbsd's version of David Borman's syncache code | Markus Friedl |
2004-01-06 | fix vlan destroy for MROUTING; report spamme@wouz.dk via tedu; ok itojun | Markus Friedl |
2004-01-06 | sync | Tom Cosgrove |
2004-01-06 | Fix typo in device id for SiS596, and correct name. Also update | Tom Cosgrove |
2004-01-06 | simplify a list; | Jason McIntyre |
2004-01-06 | Add tests for interface->address translation in userland and in the kernel. | Cedric Berger |
2004-01-06 | 2004 OK henning@ | Claudio Jeker |
2004-01-06 | Fix reopening of dump files. | Claudio Jeker |
2004-01-06 | group-locked -> group-bound, from J. Knight | Cedric Berger |
2004-01-06 | man tweaks; | Jason McIntyre |
2004-01-06 | cleanup | Theo de Raadt |
2004-01-06 | protect output from %union from being anonymous using cpp guarding, for | Theo de Raadt |
2004-01-06 | keep track of a vnode's parent dir. ufs only, and unused atm, but | Ted Unangst |
2004-01-06 | lock filedesc before manipulating. avoids some rare races. | Ted Unangst |