Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-02 | be more careful in checking disk space; ok millert | Theo de Raadt | |
2008-09-02 | Use the installed version of tic instead of the newly built version, | Dale Rahn | |
The build/upgrade process requires that changes requiring this type of update be recorded in faq/current.html. ok deraadt@ | |||
2008-09-01 | Display direction In/Out/Any for rule display, not just In/Out. | Stuart Henderson | |
ok canacar@ | |||
2008-09-01 | use C99 style struct initializer instead of GCC specific one (from NetBSD). | Damien Bergamini | |
some whitespace cleanup too. | |||
2008-09-01 | add ic_tid_noack bitmap to indicate a per-TID ACK policy (1=no ack, | Damien Bergamini | |
0=normal ack). all bits are currently set to 0. use this bitmap to set the ACK policy of the QoS control field of outgoing QoS frames. | |||
2008-09-01 | extend ieee80211_classify() to extract DSCP field from IPv6 packets too. | Damien Bergamini | |
2008-09-01 | rework previously unused ieee80211_pwrsave() function, call it from | Damien Bergamini | |
ieee80211_mgmt_output() and ieee80211_encap(). use new IEEE80211_C_APPMGT capability flag where appropriate. rename ic_tim_mcast to ic_tim_mcast_pending. | |||
2008-09-01 | avoid loosing return value from copyin, and properly return it. | Charles Longeau | |
initial patch from me, reworked by oga@. found by LLVM/Clang Static Analyzer. ok oga@ | |||
2008-09-01 | fix null dereference. | Charles Longeau | |
initial patch from me, reworked by oga@. found by LLVM/Clang Static Analyzer. ok oga@ | |||
2008-09-01 | convert a tsleep back to msleep that got lost in a previous upstream merge. | Owain Ainsworth | |
Won't sleep with a spinlock here anymore. | |||
2008-09-01 | Add Interrupt mitigation for the i9XX user_irq, should save a bit of power; | Owain Ainsworth | |
from drm git. | |||
2008-09-01 | Avoid #pragma pack(1) and unify everything towards using __packed. | Theo de Raadt | |
This requires that structures defined within __packed structures must independently request that they themselves become __packed, too. worked on with toby CVS: ---------------------------------------------------------------------- | |||
2008-09-01 | Install files in the correct directory even with NOMAN set. | Dale Rahn | |
Theo made a number of suggestions/enhancements to get to this final version. | |||
2008-09-01 | Bring comment into line with reality. We use sgi label info but don't | Kenneth R Westerback | |
create just partitions 'i' -> 'l'. jsing@ had noted same discord. | |||
2008-09-01 | Finish the rest... ATL2 -> LII | Brad Smith | |
ok jsing@ | |||
2008-09-01 | Allow sgi to spoof the native label. But don't spoof when just | Kenneth R Westerback | |
looking for the place to write the disklabel, i.e. partoffp != NULL. tested & ok jsing@ | |||
2008-09-01 | do not overflow for large prefix len (e.g. 2147483649) | Markus Friedl | |
report Maksymilian Arciemowicz; ok djm, deraadt | |||
2008-09-01 | Switch ath(4) to softcrypto to enable support for WPA/WPA2. | Reyk Floeter | |
Tested by ckuethe@ and many users, thanks! | |||
2008-09-01 | sync synopsis and usage; KNF. | Igor Sobrado | |
2008-09-01 | section headings do not need to be quoted; from Alan R. S. Bueno | Jason McIntyre | |
2008-09-01 | note that the opening delimiter of a context address should be preceded | Jason McIntyre | |
by a backslash, if the delimiter is not a slash; adapted from freebsd -r1.47 from yar; | |||
2008-09-01 | - Ctl -> Ctrl | Jason McIntyre | |
- some missing words from the vnode command from Pierre Riteau | |||
2008-08-31 | avoid line wrap in usage() output; | Jason McIntyre | |
2008-08-31 | Fix redundant device name and/or target printing after calling | Miod Vallat | |
sc_print_addr(); ok krw@ | |||
2008-08-31 | remove the #if 0'ed NFS_ATTRTIMEO() macro since it was | Thordur I. Bjornsson | |
replaced by a function long ago.. ok blambert@ | |||
2008-08-31 | sync | Theo de Raadt | |
2008-08-31 | sync | Theo de Raadt | |
2008-08-31 | no need for .Pp before or after .Sh; | Jason McIntyre | |
2008-08-31 | remove http links to dead domain. | Jonathan Gray | |
2008-08-31 | remove http links to dead/changed domains. | Jonathan Gray | |
2008-08-31 | remove http links to dead domains. | Jonathan Gray | |
2008-08-31 | Fix AS check in parse_community() -- well-known communities have the AS | Claudio Jeker | |
part set to COMMUNITY_WELLKNOWN which is the same as USHRT_MAX. Figured out by Greg Skinner | |||
2008-08-30 | replace TRUNC_PAGE by trunc_page and ROUND_PAGE by round_page | Martin Reindl | |
plus cast to vaddr_t where necassary from Miod's todo list ok miod@ | |||
2008-08-30 | Code refactorization and state structure changes in preparation of asynchronous | Miod Vallat | |
abort commands, needed to eventually support command timeouts for non-polled commands... no functional change. | |||
2008-08-30 | no need to include uvm/uvm.h twice | Martin Reindl | |
2008-08-30 | use a bitmap to store the features. simplify the code a bit and allow for | Federico G. Schwindt | |
future work. ok av@ a similar diff. | |||
2008-08-30 | Move the link state check back up to the top of the various status | Brad Smith | |
functions right after reading the BMSR as it was before the addition of the fiber support and simplify brgphy_fiber_status() a bit. ok dlg@ | |||
2008-08-30 | garbage collect the no longer used GEM_IS_APPLE macro. | Brad Smith | |
2008-08-30 | Fix an issue initially reported by drahn@ with gem(4) where these | Brad Smith | |
drivers can report 2-3x times the number of actual packets being transmitted by only incrementing the counter for descriptors with buffers being freed. ok kettenis@ | |||
2008-08-30 | regen | Brad Smith | |
2008-08-30 | Add PCI ids for Intel E1000 82576 based boards. | Brad Smith | |
From FreeBSD | |||
2008-08-30 | regen | Brad Smith | |
2008-08-30 | Add the vendor ID for Techsan Electronics and PCI ids for their | Brad Smith | |
Sky2PC DVB cards. From jbg@ | |||
2008-08-30 | Remove the header that exposed the old wdt ioctl interface to userland, | Jonathan Gray | |
wdt was converted to use the common watchdog code some time ago so this is no longer needed. "yes, we should remove it" mbalmer@ | |||
2008-08-30 | - Remove passing a redundant --no-split flag on the command line | Brad Smith | |
for makeinfo. - Remove some white space. ok beck@ biorn@ | |||
2008-08-30 | Mention Family 11h in the comment. | Brad Smith | |
2008-08-30 | Correct the last commit. There is no such thing as the K11 | Brad Smith | |
microarchitecture (yet). Family 11h (Griffin) is a K8 microarchitectre CPU with some bits from K10 such as power management and sensor interface. | |||
2008-08-29 | Disable the use of Jumbo frames on the first generation chips (82542). | Brad Smith | |
The exact details are unknown (possibly hw errata?) but the Windows and Linux drivers have never supported Jumbos on this chipset and since it is so old and rare it is not that big of a deal. From FreeBSD ok dlg@ awhile ago. | |||
2008-08-29 | Take the PHY out of power down while attaching just before probing for | Brad Smith | |
PHY. This helps with systems dual booting Windows XP/Vista where the Windows drivers will put the PHY in power down mode when rebooting. From FreeBSD | |||
2008-08-29 | Build with mtrr support on amd64. This really should have gone in in | Owain Ainsworth | |
edmonton, but I forgot. ok and extra testing phessler@. |