summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-09-23Fix uninitialized variable if the TOD clock value is horribly wrong.Miod Vallat
2008-09-23Fix uninitialized value.Miod Vallat
2008-09-23Rewrite two small sections of code in bge_blockinit() to simplify theBrad Smith
2008-09-22ignore a type 6 event seen on my x200 when the ac adapter isjoshua stein
2008-09-22regenBrad Smith
2008-09-22Fix a typo.Brad Smith
2008-09-22Add PCI id's for the Intel ICH10 southbridge.Brad Smith
2008-09-22Do not dereference an uninitialized pointer if a rogue, unknown type of boardMiod Vallat
2008-09-22Do not return an uninitialized value on success in stclose().Miod Vallat
2008-09-22Make sure some possibly uninitialized local variables are assigned correctMiod Vallat
2008-09-22Do not use an uninitialized local for comparison in azalia_rirb_intr().Miod Vallat
2008-09-22regenBrad Smith
2008-09-22Add PCI id's for the Intel G41, G45 and Q45 GPUs.Brad Smith
2008-09-22regenBrad Smith
2008-09-22- Add XenSource vendor id and SCSI HBA product id.Brad Smith
2008-09-22Reorder PFSTATE_PFLOW define:Marco Pfatschbacher
2008-09-21Add missing splnet to the ioctl handler.Brad Smith
2008-09-19system/5918: fix clearing of ITIMER_VIRTUAL and ITIMER_PROF it_intervalDamien Miller
2008-09-19Perform the mvme197 latency timer reprogramming in the boot blocks, inMiod Vallat
2008-09-19Fix a bunch of problems and races with posix file locking.Artur Grabowski
2008-09-19AES with keysize != 128 bit is not supported in hardware, so we needMarkus Friedl
2008-09-19increase MAXINTERP from 64 to 128 and allow a little extra room on topDamien Miller
2008-09-19While vaguely interesting, the prints coming out of the driver was way tooDale Rahn
2008-09-19miod pointed out that some items were multiply defined (patched intoDale Rahn
2008-09-18Introduce the infrastructure required to support hardware VLAN tagChristian Weisgerber
2008-09-18Rework the drm locking to be at least halfway sane. The freebsd codeOwain Ainsworth
2008-09-18fix potential use of uninitialized valueCharles Longeau
2008-09-18Redesign of the powerpc interrupt architecture, use true levels intead ofDale Rahn
2008-09-17Solve m_free problem with a not correctly configured pflow interfaceJoerg Goltermann
2008-09-17fix whitespacesJoerg Goltermann
2008-09-17remove dead stores and newly created unused variables.Charles Longeau
2008-09-17Also update the NVIDIA PCI id for the i386 copy of this code.Brad Smith
2008-09-17catch up with renamed Nvidia PCI IDChristian Weisgerber
2008-09-17Remove the unsupported media types explicitly listed in the switch casesBrad Smith
2008-09-17ATI IXPx00 -> SBx00Brad Smith
2008-09-17Update for renamed ATI PCI ids.Brad Smith
2008-09-17regenBrad Smith
2008-09-17rev 1.1369 changed the SB200 entries to use the IXPx00 naming schemeBrad Smith
2008-09-17remove dead stores and newly created unused variables.Charles Longeau
2008-09-17regenBrad Smith
2008-09-17- Fix a typo, Rebotics -> RoboticsBrad Smith
2008-09-17regenBrad Smith
2008-09-17Remove some duplicate NVIDIA entries and touch up some of the namesBrad Smith
2008-09-17Garbage collect unused variable from sys_rec structure.Joel Sing
2008-09-17Unbreak com@ioc probing.Joel Sing
2008-09-16remove another dead store.Charles Longeau
2008-09-16Make this compile if !MULTIPROCESSOR.Brad Smith
2008-09-16Add PIOD_READ_AUXV, a way to get the ELF auxilliary vector through ptrace(2).Mark Kettenis
2008-09-16remove dead stores and newly created unused variables.Charles Longeau
2008-09-16- remove some unneeded headersJasper Lievisse Adriaanse