summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2012-04-06Put raidframe in the attic.Joel Sing
2012-04-06tedu the raidframe.Joel Sing
2012-04-06ruadd() does the summing of system and user times, so doing so againPhilip Guenthe
2012-04-05In the neverending tradition of never making things simple, SGI used 1940 asMiod Vallat
2012-04-05Bail out of bus_dmamap_sync() earlier in the non-PREWRITE cases on TGT_COHERENTMiod Vallat
2012-04-05Lower ZS_DELAY() back to what it was, but issue a bus_space_barrier() afterMiod Vallat
2012-04-05Add an explicit bus_space_barrier() function for revision 3 hpc, which has aMiod Vallat
2012-04-05DMA descriptors only need to be aligned on 8-byte boundaries, and the structMiod Vallat
2012-04-05regenJonathan Gray
2012-04-05add some devices found on a r720Jonathan Gray
2012-04-05As it was made evident by Olaf 'Rhialto' Seibert in the NetBSD PR 34583,Mike Belopuhov
2012-04-04Make sure that identifycpu() is run only once; fixes occasionalMike Belopuhov
2012-04-04SCM_CREDS can go away, since everything uses the newer APIs.Theo de Raadt
2012-04-04pipex hook in udp_usrreq() mistakenly assumed that `inp' is connected.YASUOKA Masahiko
2012-04-03After suspend/resume, reload the firmware. Skip firmware onTheo de Raadt
2012-04-03Uncomment eisa0 attachment. People can then complain about their boards notMiod Vallat
2012-04-03Default DMA-reachable address constraints to the whole address space, andMiod Vallat
2012-04-03regenMiod Vallat
2012-04-03Do not turn keypad delete key into the other delete key when creating theMiod Vallat
2012-04-03Fix kernel compilation with pf but without pfsync pseudo-device byMike Belopuhov
2012-04-03According to the RFC 2460 and RFC 5095, ICMP Parameter Problem, Code 0Mike Belopuhov
2012-04-03bail if redirect destination is not unicast before doing otherMike Belopuhov
2012-04-02EISA bus attachment glue for Indigo 2 systems. Currently only tested withMiod Vallat
2012-04-01Fix merge botch when porting this from NetBSD; we don't need to disable theMiod Vallat
2012-04-01Increase delay between chip register accesses. Fixes the console freeze duringMiod Vallat
2012-04-01make this work on big endian archs again, broken in the last commit.Jonathan Gray
2012-03-31Some whitespace/paren tweaks. Rename the mbr testing variable fromKenneth R Westerback
2012-03-31softintr_establish() takes IPL_xxx, not SI_xxx (harmless here since they turnedMiod Vallat
2012-03-30Expand the panic to show the malloc type and size. Okay deraadt@.Paul Irofti
2012-03-30actually store the result of the pmtu-route lookup. otherwise weMarkus Friedl
2012-03-30If the MIDI UART is not ready for output, don't spin at IPL_CLOCK;Alexandre Ratchov
2012-03-29Put more smarts into the limited bootblocks brain; they will now happilyMiod Vallat
2012-03-29Link IP22 kernels at 8MB rather than 1MB, to prevent bsd.rd from overlappingMiod Vallat
2012-03-29Missing #ifdef in previous diffMike Larkin
2012-03-29Prevent hibernation attempts on machines with unsupported disk controllers.Mike Larkin
2012-03-28guenther notes that s_pid must also move to matchTheo de Raadt
2012-03-28regenMiod Vallat
2012-03-28Work in progress support for the SGI Indigo, Indigo 2 and Indy systemsMiod Vallat
2012-03-28Allow dma map boundary smaller than the kernel page size to work inMiod Vallat
2012-03-28Yet another ioctl-related pid value. Should be the master of theTheo de Raadt
2012-03-28pfkey needs some p_p->ps_pid too. OK deraadt@ guenther@Claudio Jeker
2012-03-28Another pid that needs to be the process pid and not the thread one.Claudio Jeker
2012-03-28More p_pid to p_p->ps_pid updates. OK deraadt@, guenther@Claudio Jeker
2012-03-28Use p_p->ps_pid as pid in the route header instead of the thread pid. GiveClaudio Jeker
2012-03-28The kinfo_file2 structure's f_wbytes member was being filled with thePhilip Guenthe
2012-03-28Take some additional steps needed to make the PHY on EC Ultra/8056Jonathan Gray
2012-03-27fix indentationTheo de Raadt
2012-03-27only attempt to calculate bus_clock if we can't get tables from acpiJonathan Gray
2012-03-27Make the bus_clock calculations happen later in the boot process soJonathan Gray
2012-03-27Implement the AMD suggested workaround for family 10h & 12h errata 721Jonathan Gray