Age | Commit message (Expand) | Author |
2005-02-28 | Remove unused variable if_flags in struct carp_softc, ok mickey@ | Ryan Thomas McBride |
2005-02-27 | avoid nameservice lookups in regress test; ok dtucker@ | Damien Miller |
2005-02-27 | remove dead code of unsupported ioctls from FreeBSD. we do it in a | Reyk Floeter |
2005-02-27 | Move wsdisplay-only prototypes declarations in the #if NWSDISPLAY > 0 block | Miod Vallat |
2005-02-27 | Document how to set CONSCODE to point to an SGC device if one wants to force | Miod Vallat |
2005-02-27 | SGC frame buffers can now be used as consoles. | Miod Vallat |
2005-02-27 | use PW_SIZE and PW_COPY macros for simplified reading. | Patrick Latifi |
2005-02-27 | document mac68k backplane bus | Martin Reindl |
2005-02-27 | Split sti softc in two structures, one device-related for regular device | Miod Vallat |
2005-02-27 | Invoke hp300_cninit() twice, with a global variable letting the | Miod Vallat |
2005-02-27 | Decide whether to force serial console on the 425e based upon the service | Miod Vallat |
2005-02-27 | Use the DMA defines from dev/ic/lsi64854reg.h whenever possible; no functional | Miod Vallat |
2005-02-27 | Fix backtraces for kernel core dumps. | Mark Kettenis |
2005-02-27 | - only send exported vars (based on a diff from Solar Designer) | Otto Moerbeek |
2005-02-27 | support 'tagged' in translation rules, non-delayed tag lookup | Daniel Hartmeier |
2005-02-27 | be -> by, ok jmc@ | Pedro Martelletto |
2005-02-27 | cleanup correctly in some error paths. | Patrick Latifi |
2005-02-27 | 1. tcp_xmit_timer(): remove extra rtt decrement (t_rtttime is 0-based | Markus Friedl |
2005-02-27 | where possible, use bzero instead of memset | Hans-Joerg Hoexer |
2005-02-27 | Don't truncate logfile here either | Darren Tucker |
2005-02-27 | Add optional capability to log output from regress commands; ok markus@ | Darren Tucker |
2005-02-27 | IBSS bits from NetBSD rtw.c -r 1.40 | Jonathan Gray |
2005-02-27 | spelling fixes | David Krause |
2005-02-27 | spelling fix | David Krause |
2005-02-27 | capitalize OpenBSD | David Krause |
2005-02-27 | the the | David Krause |
2005-02-27 | SPF and route table calculation. | Esben Norby |
2005-02-27 | regen | Brad Smith |
2005-02-27 | MF -> MT | Brad Smith |
2005-02-27 | If test_unit_ready() in sdattach() returns EIO, try to spin up unit | Kenneth R Westerback |
2005-02-27 | Many improvements to the RCS support: | Jean-Francois Brousseau |
2005-02-27 | specify direction | Brad Smith |
2005-02-26 | receive only | Brad Smith |
2005-02-26 | nge(4) doesn't support VLAN tagging/insertion just yet. | Brad Smith |
2005-02-26 | spelling fixes | David Krause |
2005-02-26 | fix {send,recv}data so they don't add -1 to pos in the | Moritz Jodeit |
2005-02-26 | Fix a problem introduced with the recent lru cache change. | Jonathan Gray |
2005-02-26 | ypu sure get the impression the number of memory leaks in error pathes | Henning Brauer |
2005-02-26 | cosmetic clean-up | Marc Espie |
2005-02-26 | simpler macros; | Jason McIntyre |
2005-02-26 | document wep; | Jason McIntyre |
2005-02-26 | - underlying file system of /tmp is not relevant here, so do not | Jason McIntyre |
2005-02-25 | unlink() control socket in error path. Spotted by Theo. | Claudio Jeker |
2005-02-25 | add ar5211 | Reyk Floeter |
2005-02-25 | add support for the atheros ar5211 802.11A/B/g wireless chipset. | Reyk Floeter |
2005-02-25 | - switch to rcsnum_parse() where appropriate | Jean-Francois Brousseau |
2005-02-25 | exit with an error message if cvs_file_init() fails | Jean-Francois Brousseau |
2005-02-25 | add rcsnum_parse() to simplify the most common case | Jean-Francois Brousseau |
2005-02-25 | document `cvs diff' options; input/ok jmc; ok jfb Joris Vink; | Xavier Santolaria |
2005-02-25 | no more Strncpy or Strncat, ever | Theo de Raadt |