summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-12syncHenning Brauer
2007-02-12remsize must be signed to avoid wrapping around to some huge number.Otto Moerbeek
2007-02-12detect truncation of block number, which can happen which trashedOtto Moerbeek
2007-02-12max partition letter is 'a' + MAXPARTITIONS - 1, not 'h'. ok (andOtto Moerbeek
2007-02-12Reduce debug.Dale Rahn
2007-02-12If SMAC is set in the correct register, it works much better, also setDale Rahn
2007-02-12remove unused leftovers from openrcs; OK joris@.Xavier Santolaria
2007-02-12Enable the AES acceleration. Won't be picked up for IPsec, since weTom Cosgrove
2007-02-12rde_nbr_loading() may be called with area == NULL. Check for this conditionClaudio Jeker
2007-02-12Fix some log_warn() messages.Claudio Jeker
2007-02-124.1-betaHenning Brauer
2007-02-12add the HP ProLiant NC360T PCI Express Dual Port Gigabit NIC (testedReyk Floeter
2007-02-12Let this compile with 'option DEBUG' again.Tom Cosgrove
2007-02-12kill extra word;Jason McIntyre
2007-02-12spacingPierre-Yves Ritschard
2007-02-12Don't need a 'return' just before exiting a function.Kenneth R Westerback
2007-02-11syncPeter Valchev
2007-02-11typo in commentMartin Reindl
2007-02-11Add support for fiber on 88E8021/22.Mark Kettenis
2007-02-11Remove now unused evcnt field from struct cpu_info.Miod Vallat
2007-02-11Add support for fiber on the 88E1112 (88E8021/22 integrated PHY).Mark Kettenis
2007-02-11Missed this one in MDFSTYPES/MDFSOPTS commit.Kenneth R Westerback
2007-02-11Remove _KERNEL_OPT leftovers.Miod Vallat
2007-02-11Nuke MDFSTYPE and MDFSOPTS, 'mount -t ...' and giving the user theKenneth R Westerback
2007-02-11Correct return value in read(2) syscall example. ok pedroAlexander Bluhm
2007-02-11Rework the cache handling routines again. We now try to operate on the exactMiod Vallat
2007-02-11Rework the i/o mapping logic so that it allows the 1:1 region to not go up toMiod Vallat
2007-02-11Shuffle code around so that optimization of the m88110_trap() return getsMiod Vallat
2007-02-11Don't enable debug spam by default.Jonathan Gray
2007-02-10Adjust for new/renamed DLink card & Marvell chips. Based on a diff by brad@.Mark Kettenis
2007-02-10regenMark Kettenis
2007-02-10Add DLink DGE-550T B1. Reorganize Marvell Yukon entries & add a few missingMark Kettenis
2007-02-10Add preliminary support for Marvell Yukon-II Extreme chips.Mark Kettenis
2007-02-10Use right flow control autonegotiation bits for 1000baseX.Mark Kettenis
2007-02-10Cleanup, kill dead code and unused arguments. Mostly stuff that is computedClaudio Jeker
2007-02-10Remove entry for mx driver which was removed a bit over 7 years ago.Jonathan Gray
2007-02-10Move HASH_BITS constant to if_skreg.h as SK_HASH_BITS. Remove unusedKenneth R Westerback
2007-02-10Add more chipset revision ids.Kenneth R Westerback
2007-02-09document how signalling via `k' works, after some help from theo and miod;Jason McIntyre
2007-02-09sync somewhat to the man page;Jason McIntyre
2007-02-09syncMiod Vallat
2007-02-09clean up the interactive commands list, mainly by showingJason McIntyre
2007-02-09fix a fd leak that happens whe checking multiple file systems and someOtto Moerbeek
2007-02-09Don't both reloading the CPL into %eax before pushing it onto the stack,Tom Cosgrove
2007-02-09Fix off by one in blacklist memory allocation. From tdeval@Todd C. Miller
2007-02-09unbreak the symset functionReyk Floeter
2007-02-09return on ECONNREFUSED so we don't fall through to 'result <Kevin Steves
2007-02-09correctly skip invalid entries when usingJoris Vink
2007-02-09remove some commas to aid readability; ok jmc@Kevin Steves
2007-02-09The buffer passed to getdirentries() must be at least as large asTodd C. Miller