Age | Commit message (Expand) | Author |
2008-02-17 | have lm and wbsio Xr each other, and some tweak; | Jason McIntyre |
2008-02-17 | Mention wbsio(4). | Mark Kettenis |
2008-02-17 | lm(4) attaches to wbsio(4) too now. | Mark Kettenis |
2008-02-17 | wbsio(4) | Mark Kettenis |
2008-02-17 | Enter wbsio(4), a driver for the Winbond LPC Super I/O chips. | Mark Kettenis |
2008-02-17 | Define default configurations for AES-192 and AES-256. From Mitja Muzenic | Hans-Joerg Hoexer |
2008-02-17 | - Correct clearing of the IFF_OACTIVE flag by ensuring the flag is | Brad Smith |
2008-02-17 | Simplify the hw revision handling by removing the use of the | Brad Smith |
2008-02-17 | some cleaning. | Brad Smith |
2008-02-17 | regen | Brad Smith |
2008-02-17 | remove bogus Intel E1000 PCI ids. | Brad Smith |
2008-02-17 | regen | Brad Smith |
2008-02-17 | add two PLX PCIe bridges. | Brad Smith |
2008-02-16 | Zap KKASSERT porting macro and use KASSERT instead. | Marcus Glocker |
2008-02-16 | On these platforms, REDUCEing unconditionnaly a second time is faster and | Miod Vallat |
2008-02-16 | Move panic tests under #ifdef DEBUG | Miod Vallat |
2008-02-16 | Only create phys_map on systems which need it, and test for phys_map being | Miod Vallat |
2008-02-16 | Count output packets. | Marcus Glocker |
2008-02-16 | sort flags in both synopsis and usage | Igor Sobrado |
2008-02-16 | Remove if_ipackets++ since ieee80211_input() already does that. | Marcus Glocker |
2008-02-16 | Replace bwi_rate2plcp() with ieee80211_rate2plcp(). | Marcus Glocker |
2008-02-16 | Remove the wait instruction from cpu_idle_cycle(), as it causes problems on | Miod Vallat |
2008-02-16 | Remove unused fields of struct mips_pci_chipset. | Miod Vallat |
2008-02-16 | Fix spacing / comments. | Marcus Glocker |
2008-02-16 | While importing the driver a lot of printf's have been converted to | Marcus Glocker |
2008-02-16 | Report rssi and rate in rx radio tap. | Marcus Glocker |
2008-02-16 | Return NO_CCB and not TRY_AGAIN_LATER when running out of ccb's. | Kenneth R Westerback |
2008-02-16 | Better support for 11b mode. | Marcus Glocker |
2008-02-16 | Remove some double prototype definitions. | Marcus Glocker |
2008-02-16 | switch to RFC 1948 style ISN, too; ok mcbride, dhartmei, henning | Markus Friedl |
2008-02-16 | Always print device name in front of debug messages. | Marcus Glocker |
2008-02-16 | typo; from he@netbsd, -r1.44 | Jason McIntyre |
2008-02-16 | Call sensordev_install() iff we find and sensor_attach() the individual sensors. | Constantine A. Murenin |
2008-02-16 | * yyInput doesn't seem to contain anything meaningful at the time when | Constantine A. Murenin |
2008-02-15 | More cleanup; | Xavier Santolaria |
2008-02-15 | Cleanup; OK tobias@. | Xavier Santolaria |
2008-02-15 | Test that removed file is not there anymore when using -f in | Xavier Santolaria |
2008-02-15 | Reenable idle modes on powerpc. Tested by kettenis and myself. | Dale Rahn |
2008-02-15 | Add /var/www/conf/modules and /var/www/conf/modules.sample. | Bernd Ahlers |
2008-02-15 | Really enable weak aliases by disabling the unwanted SUPPORTS_WEAK override, the | Miod Vallat |
2008-02-15 | Add myself to the copyrights, ok marco@ | Chris Kuethe |
2008-02-15 | revert to a pre-mutex state. for unknown reasons, the mutexes do not provide | Ted Unangst |
2008-02-14 | Add `cvs release -d' test but commented out. OK tobiasregress@. | Xavier Santolaria |
2008-02-14 | deal with a 64-bit BAR such as with PCIe chipsets. | Brad Smith |
2008-02-14 | Actually implement the crypto. | Chris Kuethe |
2008-02-14 | Some armish machines do not have very accurate clock generators, | Dale Rahn |
2008-02-14 | Make sure an interrupt handler does not get on the per-cpu list of pending | Mark Kettenis |
2008-02-14 | When started in configuration test mode (-t) do not check that sshd is | Marc Balmer |
2008-02-14 | backout the change to make arp(8) default to -an; | Thordur I. Bjornsson |
2008-02-14 | Missed updating the SK_IS_YUKON2 macro when adding Yukon Supreme support. | Brad Smith |