summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-12-25syncTheo de Raadt
2003-12-25Enable vx(4) again - while it still awaits more tests, it can attach withoutMiod Vallat
2003-12-25Provide common D16 vmespace block access functions, instead of vs and vx eachMiod Vallat
2003-12-25detect connected routes and flag them as suchHenning Brauer
2003-12-25bootparams is right nameTheo de Raadt
2003-12-25Test a large negative malloc value as well.Miod Vallat
2003-12-25Use an unsigned comparison against minbrk.Miod Vallat
2003-12-25must not remove macros vis cmdline after parsinf is done, we will need themHenning Brauer
2003-12-25Boy, this has grown. 600MB in 2.7 to almost 3GB today.Marc Espie
2003-12-25Manual merge of ChangeLog entries.Marc Espie
2003-12-25bye-bye. Merge should basically be finishedMarc Espie
2003-12-25typo in demanglerMarc Espie
2003-12-25restore #ifdef __cplusplus around demangler prototypes.Marc Espie
2003-12-25Compile the right files, bump minor number.Marc Espie
2003-12-25revert to versions in gcc 3.3.2, those are more recentMarc Espie
2003-12-25don't leak in yyerror()Henning Brauer
2003-12-25Automatic mergeMarc Espie
2003-12-25o can't TAILQ_FOREACH when we TAILQ_REMOVE in the loopHenning Brauer
2003-12-25Update to libiberty from binutils-2.14Marc Espie
2003-12-25Update to libiberty from binutils-2.14Marc Espie
2003-12-25free where it was allocated; much easier to verifyHenning Brauer
2003-12-25don't leak memory THAT obvious on reconfigureHenning Brauer
2003-12-25track routing table changes that are _not_ caused by bgpd itselfHenning Brauer
2003-12-25factor out prefixlen_classful() and mask2prefixlen()Henning Brauer
2003-12-25typo; PR3618; Jonathan FromerHenning Brauer
2003-12-25implement "passive": do not attempt to open a tcp connection to theHenning Brauer
2003-12-25make the listening socket nonblocking as well.Henning Brauer
2003-12-25small gotcha in the FSM:Henning Brauer
2003-12-25we need nonblocking connectHenning Brauer
2003-12-25Fix multi-line stringAlexander Yurchenko
2003-12-25kill an inappropriate XXXHenning Brauer
2003-12-25remove a useless check & commentHenning Brauer
2003-12-25(more or less) handle ESRCH for RTM_ADDHenning Brauer
2003-12-25kill IMSG_KROUTE_ADD as well. just send KROUTE_CHANGE requests.Henning Brauer
2003-12-25it actually makes more sense to call the merged function kroute_changeHenning Brauer
2003-12-25kroute_change is obsolete, long live kroute_addHenning Brauer
2003-12-25check with our local view wether there is already an entry for the to beHenning Brauer
2003-12-25oups, remove debugging cruftHenning Brauer
2003-12-25skip over routing table entires with flag LLINFO (that's arp cache)Henning Brauer
2003-12-25dump a copy of the kernel routing table into our own view on startupHenning Brauer
2003-12-25Remove duplicate ident strings.Miod Vallat
2003-12-25Disable vx* for now.Miod Vallat
2003-12-25Floating-point status register exception bits are supposed to be maintainedMiod Vallat
2003-12-24syscalls return -1 on err so test for == -1 instead of the < 0 found in veryHenning Brauer
2003-12-24Sync ahc with NetBSD, which was in turn updated from FreeBSD by PascalKenneth R Westerback
2003-12-24Sync ahc with NetBSD, which was in turn updated from FreeBSD by PascalKenneth R Westerback
2003-12-24Sync ahc with NetBSD, which was in turn updated from FreeBSD by PascalKenneth R Westerback
2003-12-24Sync ahc with NetBSD, which was in turn updated from FreeBSD by PascalKenneth R Westerback
2003-12-24following up on a discussion with theo, read(2) as much as possible at onceHenning Brauer
2003-12-24Sync ahc with NetBSD, which was in turn updated from FreeBSD by PascalKenneth R Westerback