summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-01-14Nuke SDEV_NOLUNS, SDEV_FORCELUNS, and PQUIRK_FORCELUNS quirks. AlsoKenneth R Westerback
2004-01-14Revert previous; this will cause issues on some machines, says drahn@Miod Vallat
2004-01-13Fix KERNTEXTOFF value (long) after the move to ELF.Miod Vallat
2004-01-13Allow building w/o -traditional. OK weingart@ and mickey@Todd C. Miller
2004-01-13... and kill library == 0 optimization test that is now bogus with libsupcxx...Marc Espie
2004-01-13stupid, stupid.Marc Espie
2004-01-13Get rid of more unused useless broken invalid constant laughable values.Miod Vallat
2004-01-13No need to set [di]sar for complete tlb invalidation.Miod Vallat
2004-01-13s/wd1/wd0/; from Andrey Matveev <andrushock@korovino.net>Alexander Yurchenko
2004-01-13spellingTheo de Raadt
2004-01-13spellingTheo de Raadt
2004-01-13Take advantage of the way config(8) works to probe for bugtty last duringMiod Vallat
2004-01-13Get rid of old MID binary compatibility. This has been a lifesaver back whenMiod Vallat
2004-01-13Then, kill %: printf format...Miod Vallat
2004-01-13Use correct type for magic number.Otto Moerbeek
2004-01-13Less pedantic types; helps when userland includes <signal.h> withoutMiod Vallat
2004-01-13Fix printf formats and add missing include.Otto Moerbeek
2004-01-13Do not evaluate this->next after calling the handler; the handler mayOtto Moerbeek
2004-01-13cast for portability; millert@Markus Friedl
2004-01-13sync with realityTodd C. Miller
2004-01-13document ttyU;Jason McIntyre
2004-01-13-Wall; ok henningMarkus Friedl
2004-01-13cast vararg sentinel value to pointerOtto Moerbeek
2004-01-13Let frame_is_sane() be quiet on demand, then fix and enable again frame search.Miod Vallat
2004-01-13Prototype closefrom(); tedu@ OKTodd C. Miller
2004-01-13silence preprocessor.Marc Espie
2004-01-13kill unused local vars; from deraadt@Michael Shalayeff
2004-01-13handle ruleset names containing usernames, fixes PR 3627, ok BobDaniel Hartmeier
2004-01-13During signal delivery, force the sigframe to be on an 8 byte boundary.Miod Vallat
2004-01-13KNFHenning Brauer
2004-01-13remove needs-flag from wi@usb. drahn@ ok.Federico G. Schwindt
2004-01-13return value at end of non-void functionOtto Moerbeek
2004-01-13Do not redistribute updates to ibgp peers. OK henning@Claudio Jeker
2004-01-13Fix the aspath_* functions to allow empty aspath. A empty aspath is oneClaudio Jeker
2004-01-13Use = for assignment, not ==Otto Moerbeek
2004-01-13UFS -> FFS, /bootsd -> /boot, ufsboot -> bootMiod Vallat
2004-01-13Allow this to compile on non-gcc. OK deraadt@ art@Todd C. Miller
2004-01-13Fix pasto; From form@ via mpech@Todd C. Miller
2004-01-13syncTodd T. Fries
2004-01-13shovel ttye to md; ok miod@Todd T. Fries
2004-01-13Update manual for the new config statements.Claudio Jeker
2004-01-13Always keep the kernel stack on a 8 byte boundary...Miod Vallat
2004-01-13Implement a max-prefix and a announce none | self | all neighbor statement.Claudio Jeker
2004-01-13syncTodd T. Fries
2004-01-13ttyE has not been valid for some time. byeTodd T. Fries
2004-01-13Better update error handling. Ensure that the session goes down andClaudio Jeker
2004-01-13bring back the old TCP_SIGNATURE code from tcp_input.c rev 1.45Markus Friedl
2004-01-13Dump and send RIB to the neighbor if his session is comming up.Claudio Jeker
2004-01-13Do not send routes back to sender as per rfc. OK henning@Claudio Jeker
2004-01-13remove unnecessary Ic's;Jason McIntyre