summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-11-03Revert last commit which added ieee80211_rate2plcp() andMarcus Glocker
2007-11-03two fixes from FreeBSD:Damien Bergamini
2007-11-03fix ENETRESET handling in {wpi,iwn}_ioctl() so that the firmware won'tDamien Bergamini
2007-11-03use DEVICE_IS_VGA_PCI in vga_pci_match()Martin Reindl
2007-11-03don't spam dmesg with huge, whitespace padded bios strings.Chris Kuethe
2007-11-03change what happens when acpi is enabled to include "relatively safe"Bob Beck
2007-11-03APM switchto cleanup diff. This uses the switchto functionality toTobias Weingartner
2007-11-03Add acpi_acquire_global_lock() and acpi_release_global_lock() in MD locore.sTobias Weingartner
2007-11-02crank maxfiles; OK deraadt@Todd C. Miller
2007-11-02regenMike Belopuhov
2007-11-02Add a couple of PCI IDs for VMWare.Mike Belopuhov
2007-11-02replace ctob/btoc with ptoa/atop (plus the usual round_page() where needed)Martin Reindl
2007-11-02Label widgets based on default device or type rather than color+nodeDeanna Phillips
2007-11-02another SIIG Cyber 8S PCI 16C850 variantHenning Brauer
2007-11-02syncHenning Brauer
2007-11-02SIIG 2082Henning Brauer
2007-11-02Use the same cache cleaning address computation as done in cpufunc_asm_xscale,Miod Vallat
2007-11-02Fix ram size output botched in my last change; reported byFederico G. Schwindt
2007-11-01Remove curproc definition. It is supposed to be in proc.h only.Mike Belopuhov
2007-11-01Add ieee80211_rate2plcp() and ieee80211_plcp2rate() functions.Marcus Glocker
2007-11-01backout last "fix" because it breaks operation on some devices. evenReyk Floeter
2007-11-01correct ipmi attach time failure messages (why this one machine fails...Theo de Raadt
2007-11-01even better attach printing; Nicholas MarriottTheo de Raadt
2007-11-01fix attach time messages; tested by Nicholas MarriottTheo de Raadt
2007-11-01correct fixTheo de Raadt
2007-11-01tsk tsk tsk, noone tested this; spotted by canacarTheo de Raadt
2007-11-01syncTheo de Raadt
2007-11-01Admtek/Shantou ADM8515; nicm__@ntlworld.comTheo de Raadt
2007-10-31Overhaul fpu context save/restore code, making it more similar to what we doMark Kettenis
2007-10-31Remove some XXX code that has been #ifdef'ed out for ages.Mark Kettenis
2007-10-31Remove idle_u; it's been unused for a while.Mark Kettenis
2007-10-31'block return' must not send anything on blocked icmp packets.Marco Pfatschbacher
2007-10-31Don't leak potentially secret authname through ioctl interface.Mike Belopuhov
2007-10-31don't clear sensor flags that were never set; ok deraadtConstantine A. Murenin
2007-10-31Remove some comments about 32-bit mode.Mark Kettenis
2007-10-31Garbage collect ienab_bis() and ienab_bic().Mark Kettenis
2007-10-31for now, workaround MP timeout/splhigh/scsi race at reboot time using aTheo de Raadt
2007-10-31comment fixes.Joel Sing
2007-10-30remove an unused macro, NFSMINOFF;Thordur I. Bjornsson
2007-10-30MALLOC/FREE -> malloc/freeCharles Longeau
2007-10-30shrink the intr establish code a bit. all that intrstr handling is cruft.David Gwynne
2007-10-30the marvell based boards have difference registers to the current intel iopDavid Gwynne
2007-10-30if we cant query the firmware or allocate ccbs then clean up the pciDavid Gwynne
2007-10-30Initial port of Sepherosa Ziehau's DragonFlyBSD driversJonathan Gray
2007-10-30regenJonathan Gray
2007-10-30Add Agere ET1011 10/100/1000 PHYJonathan Gray
2007-10-30- replace the remaining MALLOC/FREE -> malloc/free in sys/compatGilles Chehade
2007-10-30fix a typo, LIST_FOREACH(bp2, ... and then using bp instead of bp2Henning Brauer
2007-10-30print some word reads as well in the verbose outputTheo de Raadt
2007-10-30avoid intermediate files with same name (ie. a.out) for parallel makeTheo de Raadt