summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-12-16fix error printf's.Brad Smith
2005-12-16Fix 2 issues reported by beck.Marco Peereboom
2005-12-16remove unused code to use IO space.Brad Smith
2005-12-16Moved DSDT AML parsing into parent ACPI driverJordan Hargrave
2005-12-15merge printing of the revision and the interrupt string into one printf.Brad Smith
2005-12-15If i is unsigned then i can wrap in 'for(...; i >= 0; i--)'. SpottedKenneth R Westerback
2005-12-15Fix error printf()s.Kenneth R Westerback
2005-12-15Use _SYS_CDEFS_H_ not _CDEFS_H_ for duplicate header supression.Todd C. Miller
2005-12-15tweaks;Jason McIntyre
2005-12-15A sanity check for an unsigned variable being < 0 after a subtractionKenneth R Westerback
2005-12-15Protect va_copy with __ISO_C_VISIBLE as intended.Todd C. Miller
2005-12-15A sanity check for an unsigned variable being < 0 after a subtractionKenneth R Westerback
2005-12-15shrink a littleDavid Gwynne
2005-12-15dont use the esm sensor tables to store format strings.David Gwynne
2005-12-15split esms psu sensor into 6 kernel sensors. you can easily see if theDavid Gwynne
2005-12-15__BSD_VISIBLE is not compared against a dateTheo de Raadt
2005-12-15document horrific bootblock upgrade "procedure"Theo de Raadt
2005-12-15Missing break and initializations found by lint.Kenneth R Westerback
2005-12-14make va_arg() map to nothing; ok millertTheo de Raadt
2005-12-14We aren't likely to need to keep track of crypted/decrypted ringJonathan Gray
2005-12-14typoPedro Martelletto
2005-12-14Make ext2fs use a memory pool to allocate inodes, okay tedu@Pedro Martelletto
2005-12-14Add commented entries for nfe.Jonathan Gray
2005-12-14Initial bits for an nvidia nforce Ethernet driver.Jonathan Gray
2005-12-14convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@Todd C. Miller
2005-12-14Prevent access to PCI config space for function >0 on bus 0.Mark Kettenis
2005-12-14Add a __statement macro to use with gcc statement expressions insteadTodd C. Miller
2005-12-14Make clock_t consistent across platforms as a 32 bit int. OK deraadt@Todd C. Miller
2005-12-14Don't hard-code card present and number of socket bits in the PCMCIA busUwe Stuehler
2005-12-14Remove useless crap that was there from the beginning. One particularUwe Stuehler
2005-12-14some codecs have an external amplifier, and in some hw the bit to poweringFederico G. Schwindt
2005-12-14timeout code is not so happy with the negative valuesTed Unangst
2005-12-14Add AC device.Marco Peereboom
2005-12-14Add AC device glue.Marco Peereboom
2005-12-14Add AC device.Marco Peereboom
2005-12-14change wait message for thrsleep to "thrsleep"Ted Unangst
2005-12-14Adjust debug printing levels to something more sane.Marco Peereboom
2005-12-14KNFMarco Peereboom
2005-12-14Add the last bits and cleanup advice from dlg.Marco Peereboom
2005-12-13print lapic clock in mhz (instead of hz)Michael Shalayeff
2005-12-13Use shiny new acpibat.hMarco Peereboom
2005-12-13First stab at battery constants and structures.Marco Peereboom
2005-12-13remove ad clause that got copied from older versions of the files; pto by jsg@Michael Shalayeff
2005-12-13add novatel NRM6831; from Felix Kronlage <fkr@hazardous.org>Michael Shalayeff
2005-12-13Deal with ki2c(4) controllers with multiple i2c busses.Mark Kettenis
2005-12-13add new device.Dale Rahn
2005-12-13syncDale Rahn
2005-12-13support cdce mode.Dale Rahn
2005-12-13Prevent recursive interrupts. Solves kernel stack overflow on i386 underAaron Campbell
2005-12-13- Add a whole bunch of new PCI ids.Brad Smith