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