Age | Commit message (Expand) | Author |
2007-03-19 | the autoconf glue funcs (match/attach/etc) are only used inside softraid.c, | David Gwynne |
2007-03-19 | Remove force-PIO workaround for wd@pciide. | Miod Vallat |
2007-03-19 | bus_dmamap_sync fixes to cope with real life. | Miod Vallat |
2007-03-19 | Default to writeback cache. | Miod Vallat |
2007-03-19 | Also shift superblock fields in ffs_reload(), okay beck@ deraadt@ | Pedro Martelletto |
2007-03-19 | Deactivate the pmap in cpu_exit. This way we can avoid quite a lot of | Artur Grabowski |
2007-03-19 | Fix keyword expansion. | Michael Knudsen |
2007-03-19 | attach softraid to the root of the device tree in a machine independant | David Gwynne |
2007-03-19 | Not only did I break RAMDISK, I also left a debugging printf. | Artur Grabowski |
2007-03-19 | Add FFS2 fields to the superblock, change file system tools to keep | Pedro Martelletto |
2007-03-19 | please always test RAMDISK kernels | Theo de Raadt |
2007-03-19 | no longer create a pflog0 by default. | Henning Brauer |
2007-03-19 | Move i386 to timecounters. This is more or less the same code as amd64. | Artur Grabowski |
2007-03-19 | Change the way the nmea(4) line discipline takes the timestamp for | Marc Balmer |
2007-03-19 | typo fixes; didickman@gmail | Theo de Raadt |
2007-03-19 | Add a new device that provides a framework for IO manipulation. A very basic | Marco Peereboom |
2007-03-19 | Fix some code relative to chips that don't currently work (BCM5722 & | Kenneth R Westerback |
2007-03-18 | Add IP load balancing support for carp(4). | Marco Pfatschbacher |
2007-03-18 | put support for alphaservers 1200 and 4100 on ramdisk kernels | Martin Reindl |
2007-03-18 | Define MMC_STOP_TRANSMISSION command (CMD12) | Uwe Stuehler |
2007-03-18 | typo | Theo de Raadt |
2007-03-18 | DHC automatically sends a CMD12 after multiple-block transfers, but other | Uwe Stuehler |
2007-03-18 | Enable pxammc and sdmmc in RAMDISK, too. | Uwe Stuehler |
2007-03-18 | Support the PXA27x SD/SDIO/MMC controller on Zaurus | Uwe Stuehler |
2007-03-18 | Add an interface to scoop(4) to control CF and SD card power | Uwe Stuehler |
2007-03-18 | Backout pascoe@'s last USB change because it page faults at attachment | Marcus Glocker |
2007-03-18 | OX16PCI954K is a puc@cardbus (missed in the previous puc@cardbus commits) | Michael Shalayeff |
2007-03-18 | add OX16PCI954K puc id | Michael Shalayeff |
2007-03-18 | unwrap EILSEQ | Marc Espie |
2007-03-18 | get rid of noop vop_reallocblks; pedro@ miod@ ok | Michael Shalayeff |
2007-03-18 | Comment routine which does the chip access validation. | Marcus Glocker |
2007-03-18 | o Add bcw_80211_core_init() according to | Marcus Glocker |
2007-03-18 | do not steal page table pages on page allocation failure -- it can be dealt w... | Michael Shalayeff |
2007-03-18 | Don't restart thrsleep after a signal. After a signal happened and we | Artur Grabowski |
2007-03-18 | Perform legacy emulation handover for USB1 companion controllers immediately | Christopher Pascoe |
2007-03-18 | Wait the stable power delay on a USB hub only once per hub (not per port), | Christopher Pascoe |
2007-03-18 | Save SOF (frame timing adjustment) before the very first host controller | Christopher Pascoe |
2007-03-18 | sync | Reyk Floeter |
2007-03-18 | add device IDs of the new VIA CX700 chipset | Reyk Floeter |
2007-03-17 | For arm pre-v6 (ie all supported machines) it is necessary to disable | Dale Rahn |
2007-03-17 | Implement proper atomic.h for powerpc. With help from art@ and drahn@. | Mark Kettenis |
2007-03-17 | Make lcsplx() call spllower() instead of duplicating its code. | Mark Kettenis |
2007-03-17 | Do not start lines printed by the kernel with '<' so that syslog won't get | Miod Vallat |
2007-03-17 | Only invoke printstar() in get_pte() if option DEBUG. | Miod Vallat |
2007-03-17 | Indentation repairs, no code change. | Miod Vallat |
2007-03-17 | replace the VMWARE quirk that restricts the bus width to 16 targets with | David Gwynne |
2007-03-17 | Since we're not always called with M_WAIT, check return value from | Artur Grabowski |
2007-03-17 | add proper atomic_{set,clear}bits_int implementation | Martin Reindl |
2007-03-17 | add uts(4); this was missing from the initial commit | Robert Nagy |
2007-03-17 | wpi(4) works fine on amd64 according to | Jonathan Gray |