Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-01 | regen | Brad Smith | |
2005-10-01 | better names for Apple GMAC's. | Brad Smith | |
2005-10-01 | regen | Brad Smith | |
2005-10-01 | add a Broadcom BCM5701 with a Apple vendor id. | Brad Smith | |
From Linux tg3 driver | |||
2005-10-01 | add Broadcom BCM5421K2 | Brad Smith | |
2005-10-01 | add Broadcom BCM5421K2 | Brad Smith | |
2005-10-01 | regen | Brad Smith | |
2005-10-01 | add the Broadcom BCM5421K2 PHY found in the Apple K2 IC in the G5. | Brad Smith | |
2005-10-01 | toggle support from janus@area319.de. i was unsure, but a few other | Theo de Raadt | |
people found this very useful | |||
2005-10-01 | oops, the include was just doing fine there | Martin Reindl | |
2005-10-01 | fix some comments and put if_devar.h include where it belongs | Martin Reindl | |
2005-10-01 | simplifiy esp_dafb_have_dreq() | Martin Reindl | |
from NetBSD | |||
2005-10-01 | Fix description of -flags. Noted by Magnus Ehman in PR 4527. ok jmc@ jaredy@ | Otto Moerbeek | |
2005-10-01 | load the BCM5401 DSP code for rev 0 and not rev 1. | Brad Smith | |
From: Linux sungem_phy driver. | |||
2005-10-01 | add Broadcom BCM5462 | Brad Smith | |
2005-10-01 | add Broadcom BCM5462 | Brad Smith | |
2005-10-01 | regen | Brad Smith | |
2005-10-01 | add the Broadcom BCM5462 PHY found in the Apple Vesta PHY IC in the iMac G5. | Brad Smith | |
2005-09-30 | sync | Theo de Raadt | |
2005-09-30 | Determine the number of attached devices from OF. | Mark Kettenis | |
Map enough memory for up to 8 devices. Handle unconnected interrupt lines. ok drahn@ | |||
2005-09-30 | Configure pci busses on ht too. | Mark Kettenis | |
2005-09-30 | deploy .An -nosplit; ok jmc | Jared Yanovich | |
2005-09-30 | accept a -E argument like ELF ld does. fake it out. it does nothing here. | Theo de Raadt | |
actually, it is what a.out does already automatically according to dale. ok miod | |||
2005-09-30 | rather surprised to find a vsprintf still lying around here.. | Theo de Raadt | |
2005-09-30 | i hate panic messages which do not print the value that was in error | Theo de Raadt | |
2005-09-30 | regen | Mark Kettenis | |
2005-09-30 | s/K2_UATA/K2_ATA/ | Mark Kettenis | |
ok drahn@ | |||
2005-09-30 | Add support for K2 GMAC. | Mark Kettenis | |
2005-09-30 | regen | Mark Kettenis | |
2005-09-30 | Fix typo. | Mark Kettenis | |
2005-09-30 | uvm_useracc() was removed -r1.24 (man): remove its MLINK too; | Jason McIntyre | |
2005-09-30 | add timeout_triggered to .Nm; | Jason McIntyre | |
Note: i am not touching MLINK for untimeout(9), ugly though that word is, since it seems to have a historical basis... | |||
2005-09-30 | splsoftserial() was renamed to splsofttty() in -r1.4 (man): remove MLINK | Jason McIntyre | |
splimp() was renamed to splvm() in -r1.9 (man): remove MLINK | |||
2005-09-30 | rewording for clarity; | Jason McIntyre | |
ok reyk@ | |||
2005-09-30 | add pool_set_drain_hook and pool_sethardlimit to .Nm; | Jason McIntyre | |
2005-09-30 | add MLINKS for pool_set_drain_hook.9 and pool_sethardlimit.9; | Jason McIntyre | |
2005-09-30 | m_retry() and m_retryhdr disappeared -r1.9 of the man page; | Jason McIntyre | |
remove there MLINKS here too; | |||
2005-09-30 | remove duplicate MLINK for extent_free.9 | Jason McIntyre | |
2005-09-30 | missing flags; | Joris Vink | |
2005-09-30 | allow ci to run, niallo forgot this when he commited his ci code; | Joris Vink | |
2005-09-30 | correct way to display a backslash is `\e' in mdoc; | Jason McIntyre | |
grammar + spelling; | |||
2005-09-30 | correct comment; | Jason McIntyre | |
ok deraadt@ brad@ | |||
2005-09-30 | update the BNF | Reyk Floeter | |
2005-09-30 | implement a way to match IEEE 802.11 flooding. this will help to detect | Reyk Floeter | |
known DoS attacks, like de-auth flooding against wireless networks. an example is provided in the manual page. "or could you just got for it?", deraadt@ | |||
2005-09-30 | no need for cvs_log_init() here; | Joris Vink | |
2005-09-30 | add missing function prototypes for ci.c | Niall O'Higgins | |
2005-09-30 | add a basic ci.c as a starting point. requires more changes to rcs api | Niall O'Higgins | |
to work properly. ok joris@ | |||
2005-09-30 | avoid using `cvs add *' idiom wrt special files; joris ok | Xavier Santolaria | |
2005-09-30 | add prog3 | Kurt Miller | |
2005-09-30 | regress that checks that a dlopen'ed object group is not unloaded if | Kurt Miller | |
one of its depenencies is referred to via another dlopen. |