summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2012-05-27Decide once for all whether IP22/IP28 systems are running with the ECC memoryMiod Vallat
2012-05-27enable tcpcib(4)Jonathan Gray
2012-05-27Add tcpcib(4) to support Intel Atom E600 watchdog.Jonathan Gray
2012-05-26Split out the register definitions into its own file to make it possible toMark Kettenis
2012-05-26Be more strict when specifying hpc child device attachments: specificMiod Vallat
2012-05-25On IP28, silently acknowledge bus errors which can be attributed toMiod Vallat
2012-05-25Correctly handle the case of a system setup to use glass console, whichMiod Vallat
2012-05-25Support for the POWER Indigo2 R10000 systems (IP28). Currently running withMiod Vallat
2012-05-25Change the KERN_FILE_BYPID and KERN_FILE_BYUID modes of the KERN_FILE2Philip Guenthe
2012-05-24If _MIN > _MAX consider a WordBus resource to be invalid. Fixes a panic onMark Kettenis
2012-05-24A couple of trivial spacing and comment fixes.Nicholas Marriott
2012-05-24exlusive -> exclusiveMiod Vallat
2012-05-24unputc should clear the character removed in the buffers like getc.Nicholas Marriott
2012-05-24When clearing quote bits in getc and q_to_b, clear from the c_cf (theNicholas Marriott
2012-05-24On resume, run forward the monotonic and realtimes clocks instead of jumpingPhilip Guenthe
2012-05-24If LINUX_CLONE_SETTLS isn't set, then the clone()d child should inheritPhilip Guenthe
2012-05-23Regenerate.Paul Irofti
2012-05-23Add emulation support for fstatfs64.Paul Irofti
2012-05-23add C600 SMBusJonathan Gray
2012-05-23Regenerate.Paul Irofti
2012-05-23Add support for statfs64.Paul Irofti
2012-05-23regenMike Belopuhov
2012-05-23Add a ServerEngines vendor ID and a couple of products IDs forMike Belopuhov
2012-05-23increase the number of io and mem extent regions for amd64 to 16Mike Belopuhov
2012-05-22Make the multicast filter routine conform to the Party's standards. AdaptedMiod Vallat
2012-05-22When setting up the multicast filter, use the ac_multicnt field of the arpcomMiod Vallat
2012-05-21Always clear out the inactive list and make sure everything is unbound inMark Kettenis
2012-05-21Cleanup O_CLOEXEC handling and make sure UF_EXCLOSE is set correctlyMatthew Dempsky
2012-05-20do not need to pull in <time.h>Theo de Raadt
2012-05-20Make sure the generic bus_dmamem_alloc() routine restricts its allocation toMiod Vallat
2012-05-19Split out the suspend/resume code into its own file to make it possible toMark Kettenis
2012-05-18Port NetBSD's pci@gio driver for fast Ethernet expansion boards for theMiod Vallat
2012-05-18Remove unused header.Martin Pieuchot
2012-05-18rt6_flush should remove all routes configured via a specified gw,Mike Belopuhov
2012-05-17Yet another rework of the crucial gio_id() function responsible for correctlyMiod Vallat
2012-05-17Better probes for sq and wdsc in gio-masqueraded-as-hpc expansion boards.Miod Vallat
2012-05-17Correct virtual aliasing mask computation.Miod Vallat
2012-05-17Add support for i350 based devices, based in part on Intel codeJonathan Gray
2012-05-16rfc 4861 mandates that target link local address must be includedMike Belopuhov
2012-05-15Allow for serial console on com@puc. Not perfect but should handle theMark Kettenis
2012-05-15revert a chunk introduced in 1.7 which was not supposed to be there yetMiod Vallat
2012-05-15Set the usb(4) unit number as bus number. This fixes a possibleMartin Pieuchot
2012-05-15Don't use a pointer to an opaque softc, we'll need to access its unitMartin Pieuchot
2012-05-14More sysconf(3)-y and pathconf(3)-y goodness from Brad.Matthew Dempsky
2012-05-14fixup "couldn't establish interrupt" error printf; from brad, ok phesslerMike Belopuhov
2012-05-14trigger tx start routine when link goes up to prevent a lockupMike Belopuhov
2012-05-14Remove the "vn_open() returning ENXIO means dup+close" hook thatPhilip Guenthe
2012-05-13Add define for capability 0x12 (SATA).Mark Kettenis
2012-05-13Remove unused and confusing 'head' argument.Martin Pieuchot
2012-05-12Repairs operation of twin-channel ahc devices. Only affects ahc@eisa sinceMiod Vallat