summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-05-22optimize nfs_sync() a bit, by not iterating over the list of vnodesPedro Martelletto
2005-05-22fix setting of the "need ack" flag.Damien Bergamini
2005-05-22cosmetic. no need to initialize the read index.Damien Bergamini
2005-05-22honour the 'no' in 'no scrub' rules for IP normalizations. found byDaniel Hartmeier
2005-05-22set fragmentation threshold in iwi_config().Damien Bergamini
2005-05-22some changes for IBSS mode support (not yet working).Damien Bergamini
2005-05-22add monitor mode support. fast channel hop is not yet implemented though.Damien Bergamini
2005-05-22ALAW is called AudioEalaw not AudioEmulawJason Wright
2005-05-22- Enable parity error detection on 900B and 635(A).Brad Smith
2005-05-22The printf(9) `%p' conversion specifier puts an "0x" inBrad Smith
2005-05-22regenReyk Floeter
2005-05-22add new Realtek RT8185 PCI/CardBus deviceReyk Floeter
2005-05-22fix power hooksMartin Reindl
2005-05-22enable re(4) and ciphy(4) on sparc64Peter Valchev
2005-05-22fix dmesg printMichael Shalayeff
2005-05-22devices scan for the early new hppa64 machines.Michael Shalayeff
2005-05-22Check if the scsi_request has been released in the COMPLETE case asKenneth R Westerback
2005-05-22add power hookBrad Smith
2005-05-21stray $$Michael Shalayeff
2005-05-21make every interface join a group called "all", mcbride okHenning Brauer
2005-05-21KNFHenning Brauer
2005-05-21clean up and rework the interface absraction code big time, rip out multipleHenning Brauer
2005-05-21sync power management settings. this should fix some unrecoverableReyk Floeter
2005-05-21fix parenthesisBrad Smith
2005-05-21add i386 optimized in4_cksumBrad Smith
2005-05-21improve power saving modeReyk Floeter
2005-05-21- use MIN()/MAX() rather than min()/max(), to avoid possible truncationBrad Smith
2005-05-21elf64 of course!Michael Shalayeff
2005-05-21backout part of rev 1.35, which breaks some 5704-based fibre interfaces onBrad Smith
2005-05-21regenBrad Smith
2005-05-21add Broadcom 5714CBrad Smith
2005-05-21put whole cache info on one line; w/ mods from drahn@; ok drahn@Michael Shalayeff
2005-05-19Lock down SMM space on i82810 MCH and later chips in case BIOSAlexander Yurchenko
2005-05-19i82820 and later chips has a bit different SMRAM register layout.Alexander Yurchenko
2005-05-19revert to 1.13 as __unused is usedHans-Joerg Hoexer
2005-05-19 __unused is used nowMichael Shalayeff
2005-05-19__unused is used nowMichael Shalayeff
2005-05-19At this rate I'm regenerating this file faster than I am losing my hair.Miod Vallat
2005-05-19Provide the same unmarked symbold on the fr.apple layout as found on theMiod Vallat
2005-05-19no need for BKTR_NO_OPEN_RESET option now that all tuners sw has been fixed; ...Michael Shalayeff
2005-05-19RegenMiod Vallat
2005-05-19Add a layout for the french Apple black usb keyboard (fr.apple).Miod Vallat
2005-05-19Add __unused macro similar to what is used by Net and Free.Todd C. Miller
2005-05-18Do not compile the screen burner code if SMALL_KERNEL, helps floppies.Miod Vallat
2005-05-18don't initialize bbp registers with values in eeprom. some adapters seemDamien Bergamini
2005-05-18Rework the single step implementation; mostly delaying breakpointMiod Vallat
2005-05-17under some circunstances, unp_scan() can call unp_mark() with a null pointer,Federico G. Schwindt
2005-05-17remove spurious bpf_mtap (I think it's leftover debugging code from a year ago)Jason Wright
2005-05-17- check return from write(2) so we KNOW the data is on the diskJason Wright
2005-05-17Need to find a way to detect if fw supports disabling hold of timers beforeMarco Peereboom