summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-03-19Default to writeback cache.Miod Vallat
2007-03-19Also shift superblock fields in ffs_reload(), okay beck@ deraadt@Pedro Martelletto
2007-03-19Deactivate the pmap in cpu_exit. This way we can avoid quite a lot ofArtur Grabowski
2007-03-19Fix keyword expansion.Michael Knudsen
2007-03-19attach softraid to the root of the device tree in a machine independantDavid Gwynne
2007-03-19Not only did I break RAMDISK, I also left a debugging printf.Artur Grabowski
2007-03-19Add FFS2 fields to the superblock, change file system tools to keepPedro Martelletto
2007-03-19please always test RAMDISK kernelsTheo de Raadt
2007-03-19no longer create a pflog0 by default.Henning Brauer
2007-03-19Move i386 to timecounters. This is more or less the same code as amd64.Artur Grabowski
2007-03-19Change the way the nmea(4) line discipline takes the timestamp forMarc Balmer
2007-03-19typo fixes; didickman@gmailTheo de Raadt
2007-03-19Add a new device that provides a framework for IO manipulation. A very basicMarco Peereboom
2007-03-19Fix some code relative to chips that don't currently work (BCM5722 &Kenneth R Westerback
2007-03-18Add IP load balancing support for carp(4).Marco Pfatschbacher
2007-03-18put support for alphaservers 1200 and 4100 on ramdisk kernelsMartin Reindl
2007-03-18Define MMC_STOP_TRANSMISSION command (CMD12)Uwe Stuehler
2007-03-18typoTheo de Raadt
2007-03-18DHC automatically sends a CMD12 after multiple-block transfers, but otherUwe Stuehler
2007-03-18Enable pxammc and sdmmc in RAMDISK, too.Uwe Stuehler
2007-03-18Support the PXA27x SD/SDIO/MMC controller on ZaurusUwe Stuehler
2007-03-18Add an interface to scoop(4) to control CF and SD card powerUwe Stuehler
2007-03-18Backout pascoe@'s last USB change because it page faults at attachmentMarcus Glocker
2007-03-18OX16PCI954K is a puc@cardbus (missed in the previous puc@cardbus commits)Michael Shalayeff
2007-03-18add OX16PCI954K puc idMichael Shalayeff
2007-03-18unwrap EILSEQMarc Espie
2007-03-18get rid of noop vop_reallocblks; pedro@ miod@ okMichael Shalayeff
2007-03-18Comment routine which does the chip access validation.Marcus Glocker
2007-03-18o Add bcw_80211_core_init() according toMarcus Glocker
2007-03-18do not steal page table pages on page allocation failure -- it can be dealt w...Michael Shalayeff
2007-03-18Don't restart thrsleep after a signal. After a signal happened and weArtur Grabowski
2007-03-18Perform legacy emulation handover for USB1 companion controllers immediatelyChristopher Pascoe
2007-03-18Wait the stable power delay on a USB hub only once per hub (not per port),Christopher Pascoe
2007-03-18Save SOF (frame timing adjustment) before the very first host controllerChristopher Pascoe
2007-03-18syncReyk Floeter
2007-03-18add device IDs of the new VIA CX700 chipsetReyk Floeter
2007-03-17For arm pre-v6 (ie all supported machines) it is necessary to disableDale Rahn
2007-03-17Implement proper atomic.h for powerpc. With help from art@ and drahn@.Mark Kettenis
2007-03-17Make lcsplx() call spllower() instead of duplicating its code.Mark Kettenis
2007-03-17Do not start lines printed by the kernel with '<' so that syslog won't getMiod Vallat
2007-03-17Only invoke printstar() in get_pte() if option DEBUG.Miod Vallat
2007-03-17Indentation repairs, no code change.Miod Vallat
2007-03-17replace the VMWARE quirk that restricts the bus width to 16 targets withDavid Gwynne
2007-03-17Since we're not always called with M_WAIT, check return value fromArtur Grabowski
2007-03-17add proper atomic_{set,clear}bits_int implementationMartin Reindl
2007-03-17add uts(4); this was missing from the initial commitRobert Nagy
2007-03-17wpi(4) works fine on amd64 according toJonathan Gray
2007-03-17regenJonathan Gray
2007-03-17Add some more NVIDIA graphics cards.Jonathan Gray
2007-03-17we do not want uts(4) enabled until we have proper calibrationRobert Nagy