Age | Commit message (Expand) | Author |
2005-02-25 | spacing | Theo de Raadt |
2005-02-25 | update zoltrix entry; pt out by jsg@ | Michael Shalayeff |
2005-02-25 | forgot to remove -P from getopt(). | Hans-Joerg Hoexer |
2005-02-25 | Zap -P option. It has never done anything. While there tweak descripton of | Hans-Joerg Hoexer |
2005-02-25 | Mention that if a cbq/hfsc queue definition doesn't specify 'bandwidth' | Joel Knight |
2005-02-25 | minor white spacing | Theo de Raadt |
2005-02-25 | Enable re(4) on alpha. | Jonathan Gray |
2005-02-25 | Correct usage of bus_dma which makes re(4) work on alpha. | Jonathan Gray |
2005-02-25 | Add support for software WEP. | Jonathan Gray |
2005-02-25 | sync | Theo de Raadt |
2005-02-25 | via is integrating s3 video components now..; maxim@chl.chalmers.se | Theo de Raadt |
2005-02-25 | knf | Theo de Raadt |
2005-02-25 | add /etc/motd and $HOME/.hushlogin to FILES; | Jason McIntyre |
2005-02-25 | big changes. | David Gwynne |
2005-02-25 | avoid specifying which hash to use; | Jason McIntyre |
2005-02-25 | document bsd.rd; text from tom; | Jason McIntyre |
2005-02-25 | This test is only valid on archs that have shared kernel and user address | Otto Moerbeek |
2005-02-25 | Be correct in our man pages when talking about NUL termination (that is, | Chad Loder |
2005-02-25 | Fix an obviously incorrect call to memset. '0' and 0 are not the same | Chad Loder |
2005-02-24 | fixes inspired by netbsd and pointed out by jsg@ | David Gwynne |
2005-02-24 | mention more chips, jumbo frames and receive checksum offload. | Brad Smith |
2005-02-24 | Don't use inline assembly for cpuid instruction, it clobbers | Alexander Yurchenko |
2005-02-24 | Workaround for a suspend problem when building on the zaurus. | Dale Rahn |
2005-02-24 | another Netgear card. | Brad Smith |
2005-02-24 | another Netgear card. | Brad Smith |
2005-02-24 | add zoltrix/geniex tv/fm; form jakemsr@ | Michael Shalayeff |
2005-02-24 | support zoltrix tv/fm; from jakemsr@ pr4096 | Michael Shalayeff |
2005-02-24 | add zoltrix vendor and a bktr device; from jakemsr@ | Michael Shalayeff |
2005-02-24 | changes for ccd changes | Michael Shalayeff |
2005-02-24 | fix a buffer-done race that makes mirroring work now; | Michael Shalayeff |
2005-02-24 | do not even ask for btlb on 8k cpus as pdc pretends there is some but then it... | Michael Shalayeff |
2005-02-24 | add wax@uturn; found on c180 | Michael Shalayeff |
2005-02-24 | Add two missing breaks and suddenly using filter has no strange side effects. | Claudio Jeker |
2005-02-24 | Close files after we are done with them; from mpech@ | Todd C. Miller |
2005-02-24 | Remove the kroute nexthop specific code as there is no need for this in | Claudio Jeker |
2005-02-24 | disable the SA dpd timer on sa_free(). this avoid a race | Markus Friedl |
2005-02-24 | dpd_find_sa: only ready SAs, otherwise DPD will delete SAs owned by | Markus Friedl |
2005-02-24 | add carp(4) to SEE ALSO; | Jason McIntyre |
2005-02-24 | const correctness, string literals are const char *, no functional change | Daniel Hartmeier |
2005-02-24 | ok, last commit was partly wrong: an(4) uses BSS by default, | Jason McIntyre |
2005-02-24 | Add -N switch to select port for udpencap. Thus it's possible to run multiple | Hans-Joerg Hoexer |
2005-02-24 | List some adapters known to work. ok damien@ | Jonathan Gray |
2005-02-24 | Note the requirement of PCI 2.2 (3.3V signalling) on all PCI ral devices | Jonathan Gray |
2005-02-24 | Store result of snprintf() in a signed type and check it for -1. | Jonathan Gray |
2005-02-24 | remove docompress() completely in case of -DSMALL and | Moritz Jodeit |
2005-02-24 | Add tedu's copy* test, turned into a regress test by me. | Otto Moerbeek |
2005-02-24 | fix pr4036, don't set p2->p_cpu to null | Ted Unangst |
2005-02-24 | Document the 'source-track' stateful tracking option. Heavy influence | Joel Knight |
2005-02-24 | Never respond to 0-length UDP packets. Reduces, but does not eliminate | Chad Loder |
2005-02-23 | use a string format argument instead of nothing in the example | Robert Nagy |