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