summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2012-05-29Make it possible to disable the Sync-on-Green signal by setting theMike Belopuhov
2012-05-29When writing the new volume header to disk, write back the wholeMatthew Dempsky
2012-05-29Remove unused define CHAR_CHS_FORCE.Marcus Glocker
2012-05-28The link state code does not work correctly on Indigo (IP20) and E++ GIO boardsMiod Vallat
2012-05-27Add a `L2 cache line size' member to struct cpu_info. This allows R4k code toMiod Vallat
2012-05-27Replace Loongson2F assembly cache routines with equivalent C code. This willMiod Vallat
2012-05-27Proper support for the so-called `fast mode' of the Indigo2 ECC memoryMiod Vallat
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