summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-03-11Missing break, unintentional fall-through. Found by Kimmo Mösö.Daniel Hartmeier
2003-03-11add protection against packets without pkthdr.Kenjiro Cho
2003-03-11Fix incorrect restriction on valid scsi tape density code values, allowing allKenneth R Westerback
2003-03-10Sun documentation mentions that ZX can not run on a sun4c or inside an xbox,Miod Vallat
2003-03-10fix really old typo that prevented inode quotas from ever working.Ted Unangst
2003-03-10Fix for the "short cable bug" in sis:Ryan Thomas McBride
2003-03-10Fix AP scan on prism and add a /* FALLTHROUGH */ comment to makeTodd C. Miller
2003-03-09zx fits on the floppies.Miod Vallat
2003-03-09tighten the TCP state code in relation to a FIN before any server responsesMike Frantzen
2003-03-09use MGETHDR instead of MGET for the first mbuf.Kenjiro Cho
2003-03-09Add and enable zx. Not put in RAMDISK yet, need to check if this still fitsMiod Vallat
2003-03-09Correctly switch back and forth the 8-bit overlay plane (used in consoleMiod Vallat
2003-03-09autri flags here too. pointed out by deraadt@Ted Unangst
2003-03-09autri now takes flags, provide sample 0x0000Ted Unangst
2003-03-09flag stereo channels as reversed. those rare people without swapped stereoTed Unangst
2003-03-09A work-in-progress driver for the Sun ZX (aka Leo) accelerated frame buffers,Miod Vallat
2003-03-09When a sparc machine is running with serial console, the zskbd probe wouldMiod Vallat
2003-03-09Disallow ptrace if P_SUGIDEXEC flag is set (we already disallow if P_SUGIDTodd C. Miller
2003-03-09Make the semantics of the P_SUGIDEXEC flag match the issetugid(2)Todd C. Miller
2003-03-08regenMichael Shalayeff
2003-03-08a bunch of fw ids for ti and ricohMichael Shalayeff
2003-03-08qe tested and working well; enableHugh Graham
2003-03-08more deletionsTheo de Raadt
2003-03-08bye bye, noted by davidTheo de Raadt
2003-03-08agten does not need to imply rasops32 at the moment.Miod Vallat
2003-03-07New athlon models, ok deraadt@Peter Stromberg
2003-03-07- make a copyout into a copyin for correct semanticsJason Wright
2003-03-06add support for vlan tagging correctly; from Chris PascoeJason Wright
2003-03-06this is a fix for kernel panics and craches along w/ other stabilityMichael Shalayeff
2003-03-06enable elansc; ok deraadt@Markus Friedl
2003-03-06Improve comments, including type fixes; lebel@Miod Vallat
2003-03-06Premiliminary driver for the Fujitsu AG-10e SBus frame buffer.Miod Vallat
2003-03-06move cpu_configre() lower after the proc0 is more completely initialized.Michael Shalayeff
2003-03-06set ip6_nxt to IPPROTO_ETHERIP; ok angelos@Markus Friedl
2003-03-06Support for ServerWorks CSB6 IDEAlexander Yurchenko
2003-03-06bpf_mtap incoming proto 97 traffic; ok jason@Markus Friedl
2003-03-06The existing IOMMU code had a rounding problem that was most noticeableHenric Jungheim
2003-03-06Remove double include of scsi_all.hmjacob
2003-03-06date should be written formally: .Dd Month day, yearDavid Krause
2003-03-05syncTheo de Raadt
2003-03-05new VIA gear on EPIA M-seriesTheo de Raadt
2003-03-05make sure asi and sasi are set in the bustag. Fixes the le@lebuffer problemJason Wright
2003-03-05update media handling based on NetBSD: mainly fix setting up of the outputJason Wright
2003-03-05no \n in panic(); rimshot@pandora.beTheo de Raadt
2003-03-05Driver for the Parallax XVideo and PowerVideo frame buffers.Miod Vallat
2003-03-05Small fixes after code review, mostly on error path.Cedric Berger
2003-03-05Some typos prevented STCs from being detected and the size of theHenric Jungheim
2003-03-04told you it was not knfTheo de Raadt
2003-03-04Move 'userret' code to a seperate function, add it to child_return(). w/KNFDale Rahn
2003-03-04remove -beta markerTheo de Raadt