summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-06-23update if_lastchange for evey IFF_UP change not only SIOCSIFFLAGS; henning@ okMichael Shalayeff
2005-06-23Dead code.Artur Grabowski
2005-06-23Reword some comments to better reflect reality. Remove some unhelpfulKenneth R Westerback
2005-06-23Don't discard the blocksize information provided by the READ CAPACITYKenneth R Westerback
2005-06-22apparently i got the last one reversed; from jakemsr@Michael Shalayeff
2005-06-22Get rpm from filled in structure, not unused one. Remove nowKenneth R Westerback
2005-06-21give it wdc@pcmciaMichael Shalayeff
2005-06-21include msdosfs and udf and a missed config line for wax on c-classMichael Shalayeff
2005-06-21USB supportMartin Reindl
2005-06-21move .rodata out of .text to make more spaceMichael Shalayeff
2005-06-21remove duplicate function prototypes. ok deraadtKevin Lo
2005-06-21regenBrad Smith
2005-06-21add some Enable Semiconductor and Lucent PHYsBrad Smith
2005-06-20add ral(4)Martin Reindl
2005-06-20Remove media detection from the SRM on alpha. Initially a good idea, itMartin Reindl
2005-06-20Replace arpcom in the softc with ieee80211com in preparation forJonathan Gray
2005-06-20Handle floating-point registers.Mark Kettenis
2005-06-20remove freebsd'isms in debug messages. pointed out by timsl (tim atDamien Bergamini
2005-06-20fix a couple of 'use after free' bugs on mbuf chains in the tx path.Damien Bergamini
2005-06-19Eradicate unused struct atapi_sd_mode_data. Eradicate structKenneth R Westerback
2005-06-19- some clean upBrad Smith
2005-06-19Don't reflect CARP's internal state via IFF_UP (which a user can modify), useChristopher Pascoe
2005-06-19rev 1.4Brad Smith
2005-06-19wrap a goto label in the proper #ifdefTheo de Raadt
2005-06-18Switch master and surround volume controls on AD1888 and AD1985Can Erkin Acar
2005-06-18Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@Todd C. Miller
2005-06-18though this doesn't work yet at least allow it to compile first.Brad Smith
2005-06-18regenBrad Smith
2005-06-18Shorten a couple of structure names:Kenneth R Westerback
2005-06-18change ANTARES TC9021 entry description from Antares to TC9021Brad Smith
2005-06-18Switch to trying 6 byte MODE SENSE commands (for non ATAPI devices atKenneth R Westerback
2005-06-17regenBrad Smith
2005-06-17add Jato Technologies 1000baseX PHYBrad Smith
2005-06-17uipaq/ucom support; written by isis@www.cs.umd.eduTheo de Raadt
2005-06-17syncMartin Reindl
2005-06-17Intel 915G Integrated VideoMartin Reindl
2005-06-17syncTheo de Raadt
2005-06-17two more ipaq devicesTheo de Raadt
2005-06-17A second approach at fixing the telnet localhost & problemNiklas Hallqvist
2005-06-17Override cpu_switch() with a faster version if we can use BWX instructions.Miod Vallat
2005-06-17Allow ev56 opcodes in the .s files by default (gas on alpha does not yet haveMiod Vallat
2005-06-17forgotten commit.Marc Espie
2005-06-17rot in AtticHenning Brauer
2005-06-17Missed in previous regen commitTodd C. Miller
2005-06-17regenTodd C. Miller
2005-06-17remove undelete syscallTodd C. Miller
2005-06-17- remove old debugging codeMarco Peereboom
2005-06-17Protect buf_countdeps() call in buf_daemon() with splbio(), okay art@Pedro Martelletto
2005-06-17- fix description for BCM5750 A0, A1 -> A0Brad Smith
2005-06-17remove non-constant array initializers which is a GNU extension.Reyk Floeter