Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-11 | Shuffle code around so that optimization of the m88110_trap() return gets | Miod Vallat | |
computed correctly. | |||
2007-02-11 | Don't enable debug spam by default. | Jonathan Gray | |
2007-02-10 | Adjust for new/renamed DLink card & Marvell chips. Based on a diff by brad@. | Mark Kettenis | |
2007-02-10 | regen | Mark Kettenis | |
2007-02-10 | Add DLink DGE-550T B1. Reorganize Marvell Yukon entries & add a few missing | Mark Kettenis | |
ones. Based on a diff by brad@. | |||
2007-02-10 | Add preliminary support for Marvell Yukon-II Extreme chips. | Mark Kettenis | |
Based on a diff from brad@. | |||
2007-02-10 | Use right flow control autonegotiation bits for 1000baseX. | Mark Kettenis | |
2007-02-10 | Cleanup, kill dead code and unused arguments. Mostly stuff that is computed | Claudio Jeker | |
and passed around but never used. OK mglocker@ | |||
2007-02-10 | Remove entry for mx driver which was removed a bit over 7 years ago. | Jonathan Gray | |
2007-02-10 | Move HASH_BITS constant to if_skreg.h as SK_HASH_BITS. Remove unused | Kenneth R Westerback | |
code and an unnecessary comment, No functional change. From brad@. | |||
2007-02-10 | Add more chipset revision ids. | Kenneth R Westerback | |
From scottl via FreeBSD and brad@. | |||
2007-02-09 | document how signalling via `k' works, after some help from theo and miod; | Jason McIntyre | |
2007-02-09 | sync somewhat to the man page; | Jason McIntyre | |
started by a diff from Mark Lumsden | |||
2007-02-09 | sync | Miod Vallat | |
2007-02-09 | clean up the interactive commands list, mainly by showing | Jason McIntyre | |
the arguments these commands take; based on some improvements from Mark Lumsden | |||
2007-02-09 | fix a fd leak that happens whe checking multiple file systems and some | Otto Moerbeek | |
of them are clean. ok pedro@ millert@ | |||
2007-02-09 | Don't both reloading the CPL into %eax before pushing it onto the stack, | Tom Cosgrove | |
since it's already in %ebx. (And %eax is reloaded immediately after the push, so CPL not needed in %eax.) Saves one load every interrupt. ok dim@, gwk@ | |||
2007-02-09 | Fix off by one in blacklist memory allocation. From tdeval@ | Todd C. Miller | |
2007-02-09 | unbreak the symset function | Reyk Floeter | |
2007-02-09 | return on ECONNREFUSED so we don't fall through to 'result < | Kevin Steves | |
BOOTP_MIN_LEN' and display discarding message. ok henning@ claudio@ | |||
2007-02-09 | correctly skip invalid entries when using | Joris Vink | |
getdirentries(2). ok otto@ | |||
2007-02-09 | remove some commas to aid readability; ok jmc@ | Kevin Steves | |
2007-02-09 | The buffer passed to getdirentries() must be at least as large as | Todd C. Miller | |
the filesystem block size. Previously we used a constant (1024) rounded to the page size. Now we use the filesystem's block size, rounded up to the nearest page. | |||
2007-02-09 | readdir buffers should not get a fixed buffer size, but should be dependant | Dale Rahn | |
on the block size of the filesystem. Rounded up to page size for efficiency. similar to change in libc yesterday. Should fix PR 5364. | |||
2007-02-09 | improve example by showing how to skip invalid entries; ok millert@ | Otto Moerbeek | |
2007-02-09 | LCD device driver, second step. Now the driver works with autoconf. | Kenji Aoyama | |
ok miod@ | |||
2007-02-09 | add the Intel PRO/100 S | Jasper Lievisse Adriaanse | |
ok jmc@, "go for it" henning@ | |||
2007-02-09 | document how to clear rule counters with DIOCGETRULES | Henning Brauer | |
2007-02-09 | pfctl_clear_rule_counters() is not needed any more | Henning Brauer | |
2007-02-09 | use DIOCGETRULE ioctl & action set to PF_GET_CLR_CNTR to clear counters | Henning Brauer | |
with -z instead of DIOCCLRRULECTRS. Unbreaks -z with anchors and makes the read & reset operation atomic. innstrument pfctl_show_rules() to clear counters while reading rules and add a new output format for it, showing nothing, if only resetting counters without actually displaying them is requested. minor cleanups on the way. ok dhartmei & agreement from theo and ryan | |||
2007-02-09 | allow counters to be reset with DIOCGETRULES. | Henning Brauer | |
this allows an atomic read and reset counters, instead of read, reset in a later ioctl and lose everything in between. use the previously unused of pr->action. When it is set to PF_GET_CLR_CNTR, the ioctl requires write permissions and counters are reset after they have been copied out to userland. obsoletes DIOCCLRRULECTRS, which only works for the main ruleset, but not within anchors (yeah, that's how it all started) ok dhartmei, mcbride and theo agree as well | |||
2007-02-09 | BUFFALO -> Buffalo; | Jason McIntyre | |
2007-02-09 | Spaces, no binary change. | Claudio Jeker | |
2007-02-09 | Remove unneeded statement. The debug code needing it is long gone. | Claudio Jeker | |
2007-02-09 | grammar; | Jason McIntyre | |
2007-02-09 | grammar fix from bret lambert; | Jason McIntyre | |
2007-02-09 | Add a bunch more zyd(4) devices | Jonathan Gray | |
2007-02-09 | regen | Jonathan Gray | |
2007-02-09 | Add a bunch more zyd(4) devices. | Jonathan Gray | |
2007-02-09 | if a directory exists in the working dir but not in the | Xavier Santolaria | |
repository, mark it as to be skipped so we do not try to lock it on update and miserably fail... OK joris@. | |||
2007-02-09 | simplify the argument passing (use a pointer to bus_dma_segment_t instead | Jason Wright | |
of separate addr/len pairs). | |||
2007-02-09 | remove the cvs_file_classify() `loud' argument, it was used | Joris Vink | |
in the old school days and serves no purpose what so ever now. otto@ mentioned this to me a while ago | |||
2007-02-09 | strtol(3) -> strtonum(3) | Joris Vink | |
2007-02-09 | according to the errata, invalid pages shouldn't be used. Always make | Jason Wright | |
sure a page is mapped at every location (a page is already reserved for just this occaision). And no, this doesn't fix it. | |||
2007-02-08 | Don't clear IFF_OACTIVE in re_txeof() unless there are at least 4 free | Mark Kettenis | |
TX descriptors. Further down the road re_encap() will bail if there aren't at least 4 free TX descriptors, causing re_start() to abort and set IFF_OACTIVE again. From marius@FreeBSD Tested by me, brad@, otto@ and Emilio Parea. | |||
2007-02-08 | Fix a comment | Kjell Wooding | |
2007-02-08 | comment a function | Kjell Wooding | |
2007-02-08 | Plug some mem leaks that occur when checking multiple file systems in a | Otto Moerbeek | |
row. ok beck@ pedro@ millert@ | |||
2007-02-08 | Remove __DTF_READALL usage in ld.so's private copy of readdir(). | Todd C. Miller | |
2007-02-08 | g/c __DTF_READALL. It was a flag to the internal __opendir2() but | Todd C. Miller | |
is never set now that the unionfs support has been removed from readdir(). OK pedro@ |