Age | Commit message (Expand) | Author |
2008-01-10 | return with ENOTTY instead of EINVAL for unknown ioctl requests to trunk | Brad Smith |
2008-01-09 | add urlphy for RAMDISK, move tested devices up. | Stuart Henderson |
2008-01-09 | uark -> uark*, allow multiple devices to attach | Jonathan Gray |
2008-01-09 | Make dec_xxx_intr_map() fail silently; caller will print a message if | Mark Kettenis |
2008-01-09 | Move a couple of tested USB devices out of the 'untested' block, | Stuart Henderson |
2008-01-09 | Make uvm_page_lookup_freelist() simpler and faster if VM_PHYSSEG_MAX is 1. | Miod Vallat |
2008-01-09 | - add support for 4, 6, and 8 channel playback | Jacob Meuser |
2008-01-08 | Don't free res twice. | Marco Peereboom |
2008-01-08 | Be uniform with console message from other devices | Theo de Raadt |
2008-01-08 | the rsc-console on the v880 operates at 115200, not the 9600 we think we | David Gwynne |
2008-01-06 | Nuke avail_start and avail_end, they are not used by ps(1) since ten years, | Miod Vallat |
2008-01-06 | Sync console devices with GENERIC. | Miod Vallat |
2008-01-06 | Enclose some SUN4-specific code within preprocessor directives, this lets SUN4C | Miod Vallat |
2008-01-06 | Add lebuffer. | Miod Vallat |
2008-01-06 | diff missed in previous commit: | Theo de Raadt |
2008-01-06 | Add a more robust gettempreading that debounces the value (idea from FreeBSD) | Marco Peereboom |
2008-01-06 | re-add _PPC. | Marco Peereboom |
2008-01-06 | More NFS-related kernel shrinkage... | Bret Lambert |
2008-01-06 | Add STICK_INT. | Mark Kettenis |
2008-01-06 | Degrade the sensor state from OK to WARNING and CRITICAL after periods of | Marc Balmer |
2008-01-06 | repair build of boot code where it uses an undefind __ashldi3 on some archs | Otto Moerbeek |
2008-01-06 | Enable raw keyboard for wscons - prompted by matthieu@. Whilst we're here | Joel Sing |
2008-01-05 | handle 64-bit blkno in format string | Otto Moerbeek |
2008-01-05 | Make the ffs code 64-bit disk block number clean. Based on a diff | Otto Moerbeek |
2008-01-05 | make sure all callers of rtlabel_id2name check for a null return value. | Henning Brauer |
2008-01-05 | Never attach more acpicpu(4) devices than cpu(4) devices. Always attach | Mark Kettenis |
2008-01-05 | Add support for the Meinberg Standard Time String format that all Meinberg | Marc Balmer |
2008-01-05 | Adapt to the recent cleanup of Intel PCI host bridges Ids. ok oga@ | Matthieu Herrb |
2008-01-05 | even better attach message location | Theo de Raadt |
2008-01-05 | return with ENOTTY instead of EINVAL for unknown ioctl requests. | Brad Smith |
2008-01-05 | rtlabel_id2name() can return NULL if there is no route label.. | Theo de Raadt |
2008-01-05 | sync | Theo de Raadt |
2008-01-05 | SPARKLAN RT2573, found in HP s3200n, owned by laa@laa.zp.ua | Theo de Raadt |
2008-01-05 | print info in attach before if_attach | Theo de Raadt |
2008-01-05 | regen | Miod Vallat |
2008-01-05 | Mark vadvise(2) as obsolete and remove its implementation, so instead of | Miod Vallat |
2008-01-05 | For each channel, tell if it is single-ended or differential if we can know | Miod Vallat |
2008-01-04 | Only compile in uvm_page_physdump() if option DDB as it's not directly callable | Miod Vallat |
2008-01-04 | Compute physmem as the real physical memory size, not the physical memory | Miod Vallat |
2008-01-04 | Do not leave a page unused after the kernel message buffer on m68k platforms. | Miod Vallat |
2008-01-04 | Fix wrong sizeof(). Makes driver work on amd64, too. | Marcus Glocker |
2008-01-04 | Fix TX padding. | Marcus Glocker |
2008-01-04 | - remove two entries that'll never be used | Jasper Lievisse Adriaanse |
2008-01-04 | read the hardware mac address into the drivers ac_enaddr thing rather than | David Gwynne |
2008-01-04 | we have pci_vpd_read now. get rid of the (bad) comment that left it out | David Gwynne |
2008-01-04 | Prevent sign-extension when setting ASI in %tstate. | Mark Kettenis |
2008-01-04 | Clean up Intel host bridge PCI IDs. | Mark Kettenis |
2008-01-04 | regen | Mark Kettenis |
2008-01-04 | Clean up Intel host bridge PCI IDs. | Mark Kettenis |
2008-01-03 | Fix debug code. | Mark Kettenis |