summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-01-14Zap two usless printfs.Thordur I. Bjornsson
2008-01-14return earlier if the device index is negativeJacob Meuser
2008-01-14protect against an invalid device index possibly leading to kernelJacob Meuser
2008-01-13Kill <machine/mp.h>.Mark Kettenis
2008-01-13Check for a negative devinfo index, which could get here throughDeanna Phillips
2008-01-13Return pcbmap() errors from deget() rather than ignoring them. EIO atKenneth R Westerback
2008-01-13Replace STABS debug info (which causes problems with truncated relocations)Mark Kettenis
2008-01-13Don't reserve space for msgbuf and bootargs in pmap_bootstrap(), since weMark Kettenis
2008-01-13Add a machdep.cputype sysctl, which returns the processor type (0 for 88100,Miod Vallat
2008-01-13Remove unused cpumod variable.Miod Vallat
2008-01-13Fix build with DEBUG defined.Mike Belopuhov
2008-01-12Kill all timeouts and undo carp demotion on pfsync_clone_destroy.Marco Pfatschbacher
2008-01-12Don't steal a register window in ipi_save_fpstate; it could have badMark Kettenis
2008-01-12Make comconsrate initialized to TTYDEF_SPEED at compile-time, for portsMiod Vallat
2008-01-11Fall back on using SERDES if MDI0/MDI1 bits aren't set too. Fix PCS handling.Mark Kettenis
2008-01-11regenJonathan Gray
2008-01-11Turns out the id I thought was both CX700/VX700 IDE was only for VX700,Jonathan Gray
2008-01-11regenJonathan Gray
2008-01-11Some additional Intel devices from submitted dmesgs.Jonathan Gray
2008-01-11regenBrad Smith
2008-01-11Add the Broadcom 10Gb controller PCI id, BCM57710.Brad Smith
2008-01-10instead of showing { love }, fix the macro do use the do { ... } while (0) co...Theo de Raadt
2008-01-10Fix {}Marco Peereboom
2008-01-10Fix spelloMarco Peereboom
2008-01-10regenThordur I. Bjornsson
2008-01-10Add some more Intel 10G PCIe entries.Thordur I. Bjornsson
2008-01-10return with ENOTTY instead of EINVAL for unknown ioctl requests to trunkBrad Smith
2008-01-09add urlphy for RAMDISK, move tested devices up.Stuart Henderson
2008-01-09uark -> uark*, allow multiple devices to attachJonathan Gray
2008-01-09Make dec_xxx_intr_map() fail silently; caller will print a message ifMark Kettenis
2008-01-09Move a couple of tested USB devices out of the 'untested' block,Stuart Henderson
2008-01-09Make 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 playbackJacob Meuser
2008-01-08Don't free res twice.Marco Peereboom
2008-01-08Be uniform with console message from other devicesTheo de Raadt
2008-01-08the rsc-console on the v880 operates at 115200, not the 9600 we think weDavid Gwynne
2008-01-06Nuke avail_start and avail_end, they are not used by ps(1) since ten years,Miod Vallat
2008-01-06Sync console devices with GENERIC.Miod Vallat
2008-01-06Enclose some SUN4-specific code within preprocessor directives, this lets SUN4CMiod Vallat
2008-01-06Add lebuffer.Miod Vallat
2008-01-06diff missed in previous commit:Theo de Raadt
2008-01-06Add a more robust gettempreading that debounces the value (idea from FreeBSD)Marco Peereboom
2008-01-06re-add _PPC.Marco Peereboom
2008-01-06More NFS-related kernel shrinkage...Bret Lambert
2008-01-06Add STICK_INT.Mark Kettenis
2008-01-06Degrade the sensor state from OK to WARNING and CRITICAL after periods ofMarc Balmer
2008-01-06repair build of boot code where it uses an undefind __ashldi3 on some archsOtto Moerbeek
2008-01-06Enable raw keyboard for wscons - prompted by matthieu@. Whilst we're hereJoel Sing
2008-01-05handle 64-bit blkno in format stringOtto Moerbeek
2008-01-05Make the ffs code 64-bit disk block number clean. Based on a diffOtto Moerbeek