Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-10 | return with ENOTTY instead of EINVAL for unknown ioctl requests to trunk | Brad Smith | |
ports. ok reyk@ dlg@ | |||
2008-01-09 | add urlphy for RAMDISK, move tested devices up. | Stuart Henderson | |
req by kettenis | |||
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 | |
appropriate. Removes unwanted messages that got printed when mapping pins on PCI-PCI bridges that don't matter. ok miod@ | |||
2008-01-09 | Move a couple of tested USB devices out of the 'untested' block, | Stuart Henderson | |
add urlphy. ok deraadt kettenis | |||
2008-01-09 | Make uvm_page_lookup_freelist() simpler and faster if VM_PHYSSEG_MAX is 1. | Miod Vallat | |
Has been in snapshots for a short while. | |||
2008-01-09 | - add support for 4, 6, and 8 channel playback | Jacob Meuser | |
- print chip version in `audioctl version' - advertise some features of supported hardware in the man page - CMI8768 now working properly yes! ratchov@ | |||
2008-01-08 | Don't free res twice. | Marco Peereboom | |
ok jordan | |||
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 | |
have to force all console devices to. this change passes the right speed to the com code, and continues to use it when the device is opened as the console device. figured out by kettenis@ ok kettenis@ miod@ | |||
2008-01-06 | Nuke avail_start and avail_end, they are not used by ps(1) since ten years, | Miod Vallat | |
and nothing in the MI kernel code (and in the MD arm code) uses these values. | |||
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 | |
kernel compile again. | |||
2008-01-06 | Add lebuffer. | Miod Vallat | |
2008-01-06 | diff missed in previous commit: | Theo de Raadt | |
More NFS-related kernel shrinkage... When you use a macro ~200 times, it tends to bloat your code, so make a function out of it. Shaves ~8.5 kB from my kernel. ok thib@, "looks good" krw@ In snaps for 1+ week with no negative reports. | |||
2008-01-06 | Add a more robust gettempreading that debounces the value (idea from FreeBSD) | Marco Peereboom | |
Add a macro to convert from K to C Redo notify and sprinkle some debug Tested on D810 T60 & Q2010 and tested by several others. | |||
2008-01-06 | re-add _PPC. | Marco Peereboom | |
ok gwk@ | |||
2008-01-06 | More NFS-related kernel shrinkage... | Bret Lambert | |
When you use a macro ~200 times, it tends to bloat your code, so make a function out of it. Shaves ~8.5 kB from my kernel. ok thib@, "looks good" krw@ In snaps for 1+ week with no negative reports. | |||
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 | |
ten minutes (same behaviour as nmea(4)). If the cable is pulled, the sensor no longer keeps the OK status forever. Tested with a PEX511 as MSTS sender. | |||
2008-01-06 | repair build of boot code where it uses an undefind __ashldi3 on some archs | Otto Moerbeek | |
boot code uses 32-bit blknos anyway | |||
2008-01-06 | Enable raw keyboard for wscons - prompted by matthieu@. Whilst we're here | Joel Sing | |
remove entries that are irrelevant and clean up comments/indentation. ok miod@ | |||
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 | |
from Pedro Martelleto. Two things remain: the on-disk quota structures are still 32-bit and statfs does not do 64-bit numbers yet. ok deraadt@ | |||
2008-01-05 | make sure all callers of rtlabel_id2name check for a null return value. | Henning Brauer | |
all the original ones did, the recently added ones for labels per interface didn't. no cookie for reyk ;( ok deraadt | |||
2008-01-05 | Never attach more acpicpu(4) devices than cpu(4) devices. Always attach | Mark Kettenis | |
the first acpicpu(4) device on non-MULTIPROCESSOR kernels, regardless of its ACPI processor ID. ok mikeb@ | |||
2008-01-05 | Add support for the Meinberg Standard Time String format that all Meinberg | Marc Balmer | |
radio clocks can transmit over serial ports. This is implemented as a line discipline similar to nmea(4) and provides a timedelta sensor. See http://www.meinberg.de/english/specs/timestr.htm for details on the MSTS format. ldattach(8) is extended to support the "msts" line discipline and two stopbits (which some radio clocks, e.g. the C51 use). Do a "make includes" before your next system build. Initially from Maurice Janssen based on nmea(4). "go for it" deraadt | |||
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 | |
ok krw@ deraadt@ dlg@ | |||
2008-01-05 | rtlabel_id2name() can return NULL if there is no route label.. | Theo de Raadt | |
from chris@nmedia.net | |||
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 | |
rum vs ural determination done by jsg | |||
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 | |
returning EINVAL, you'll get ENOSYS. No serious code has used this system call in at least fifteen years. The libc stub will be removed at the next major crank time. ok henning@ deraadt@ krw@ toby@ | |||
2008-01-05 | For each channel, tell if it is single-ended or differential if we can know | Miod Vallat | |
this. Might help before someone sets his disks on fire. Especially with boards where not all channels are of the same type. | |||
2008-01-04 | Only compile in uvm_page_physdump() if option DDB as it's not directly callable | Miod Vallat | |
and supposed to be only used from within ddb. | |||
2008-01-04 | Compute physmem as the real physical memory size, not the physical memory | Miod Vallat | |
size minus two pages at the start and one page at the end. This gives us even MB sizes in dmesg (-: | |||
2008-01-04 | Do not leave a page unused after the kernel message buffer on m68k platforms. | Miod Vallat | |
While there, compute the physical memory size in a much simpler way on mac68k. | |||
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 | |
ok jsing@ miod@ | |||
2008-01-04 | read the hardware mac address into the drivers ac_enaddr thing rather than | David Gwynne | |
a useless buffer. should hook the mac address up. | |||
2008-01-04 | we have pci_vpd_read now. get rid of the (bad) comment that left it out | David Gwynne | |
pointed out by deraadt@ | |||
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 | |
ok deraadt@ | |||
2008-01-04 | regen | Mark Kettenis | |
2008-01-04 | Clean up Intel host bridge PCI IDs. | Mark Kettenis | |
ok deraadt@ | |||
2008-01-03 | Fix debug code. | Mark Kettenis | |