Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2008-01-03 | Add an explicit clobber to prevent gcc from reordering instructions around | Miod Vallat | |
sparc_wrpr(), similar to the psl.h changes years ago; ok kettenis@ | |||
2008-01-03 | Enable wide transfers in the IOPB on wide busses, and get the IOPB passthrough | Miod Vallat | |
SCSI commands length correct (it's a length in 16 bit words, not in 8 bit bytes). | |||
2008-01-03 | Remove redundant extenr declaration. | Mark Kettenis | |
2008-01-03 | Don't depend on evil (struct psycho_pbm *) cast. | Mark Kettenis | |
2008-01-03 | Remove some junk. | Mark Kettenis | |
2008-01-03 | Move zaurus to __HAVE_TIMECOUNTER. | Mark Kettenis | |
ok deraadt@ | |||
2008-01-03 | Make slowtrap check the real stack pointer instead of whatever is in %g6. | Mark Kettenis | |
Should fix PR 5617, 5637 and 5657. Remove bogus comment as pointed out by miod@ | |||
2008-01-03 | Fix page fault trap which occured when device was detached after a failed | Marcus Glocker | |
attach attempt. | |||
2008-01-02 | Do not invalidate the 88410 cache without flushing it first; this is | Miod Vallat | |
probably due either to an error in the cpu-to-88410 communication protocol, or to a bug in the '410 (but since I do not know how to get its revision, I can't tell whether this is the obscure v1 bug or not). This allows osiop-connected devices to work correctly on 197SP/DP boards. | |||
2008-01-02 | Do not lose nanosleep() return value in the last copyout if nonzero; PR#5697 | Miod Vallat | |
2008-01-02 | Make network scanning work correctly. | Marcus Glocker | |
2008-01-02 | regen | Mark Kettenis | |
2008-01-02 | Fix typo in 82801IH LPC entry. | Mark Kettenis | |
2008-01-02 | Add the ATI SB700 chipset. | Brad Smith | |
ok dlg@ | |||
2008-01-02 | Give LOCKDEBUG kernels a chance to compile; ok kettenis@ | Miod Vallat | |
2008-01-02 | correct the comment above noct_read(). | Brad Smith | |
ok dlg@ | |||
2008-01-02 | add the NVIDIA MCP77/79 ids. | Brad Smith | |
ok jsg@ dlg@ | |||
2008-01-02 | correct the comment in agp_map_aperture(). | Brad Smith | |
ok owa@ dlg@ |