summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2012-09-10compat_o48_sys_getdirentries can die; ok guentherTheo de Raadt
2012-09-10delete compat_o48_sys_getdirentries; ok guentherTheo de Raadt
2012-09-08Switch landisk to timecounters. Adapted from NetBSD.Miod Vallat
2012-09-08On SPARC64 VI/VII CPUs, use the lseep instruction in the idle loop to force aMark Kettenis
2012-09-08Switch hp300 to timecounters. From NetBSD via martin@Miod Vallat
2012-09-08Don't use mtrr if we are not on i386/amd64.Martin Pieuchot
2012-09-08Instead of having yet an other option to compile the drm code without agpMartin Pieuchot
2012-09-08Include files.agp to be able to check against NAGP in the drm agp glue.Martin Pieuchot
2012-09-08Plug a race where we're trying to kill a traced process while it is aleadyMark Kettenis
2012-09-07bump CPU feature strings to 12 chars since some names are now 8 charactersChristian Weisgerber
2012-09-07Call pci_min_powerstate() to determine the lowest possible powerstate insteadMark Kettenis
2012-09-07Implement pci_min_powerstate().Mark Kettenis
2012-09-07Implement pci_min_powerstate().Mark Kettenis
2012-09-07Add a new function called acpi_pci_min_powerstate() that returns the lowestMark Kettenis
2012-09-07Fixup a memory access fault on an invalid reply. Quoting the spec:Mike Belopuhov
2012-09-07Create IPv6 privacy addresses even if static IPv6 addresses are present.Stefan Sperling
2012-09-06remove compat_aout support for i386. ok deraadtTed Unangst
2012-09-06Remove the need to occasionally treat dos file names as strings byKenneth R Westerback
2012-09-05COMPAT_O48 can be turned off; ok guentherTheo de Raadt
2012-09-05struct oscsi_addr is not used anymoreTheo de Raadt
2012-09-05struct orlimit is only used by linux compat now, and can stop pollutingTheo de Raadt
2012-09-05struct omount can die; ok guentherTheo de Raadt
2012-09-04Implement pci_min_powerstate().Mark Kettenis
2012-09-04Implement pci_min_powerstate().Mark Kettenis
2012-09-04Implement pci_min_powerstate().Mark Kettenis
2012-09-04The powerlevel is an unsigned int, there is no need to check for negativeClaudio Jeker
2012-09-04Raise IPL to IPL_SOFTNET in nd6_addr_add(). This code originally ran atStefan Sperling
2012-09-03add Intel 7 series kt (amt serial over lan)Jonathan Gray
2012-09-03remove a NOPIE= that was still lying aroundTheo de Raadt
2012-09-02sparc -nopie conversion, tested by and ok deraadt@.Pascal Stumpf
2012-09-02Allow bootblocks to build in PIE; joint effort with pascalTheo de Raadt
2012-09-02Dont "#ifdef DIAGNOSTICS" out umidi_jack->intr.Alexandre Ratchov
2012-09-02Make profiling actually work on hppa.Mark Kettenis
2012-09-02convert to plain -fno-pie/-nopie. Looks good to deraadt@.Pascal Stumpf
2012-09-02Cope with pie-by-default, if it ever happens; ok pascalTheo de Raadt
2012-09-02Bump the buffer size from 32 to 128 bytes, because some responses mayMartin Pieuchot
2012-09-02Do not need bcopy trickery to update the file descriptorTheo de Raadt
2012-09-01Fix alpha bootblocks: Compile with -fno-pie, link with -nopie.Pascal Stumpf
2012-08-31remove some compat junk; ok kettenisTheo de Raadt
2012-08-31Kill NOPIE and NOPIE_FLAGS in loongson/stand.Pascal Stumpf
2012-08-31Kill NOPIE and NOPIE_FLAGS in hppa/stand.Pascal Stumpf
2012-08-31Wake on LAN support for nfe(4). Tested by me, russel on misc@, and jsg.Stefan Sperling
2012-08-31Move sgi/stand to plain -fno-pie -nopie. Binaries are the same.Pascal Stumpf
2012-08-30Determine the memory and mmio regions based on previously initialzed BARMartin Pieuchot
2012-08-30On SPARC64 VI/VII CPUs, use the sleep instruction while spinning to force aMark Kettenis
2012-08-30Slightly tweak the way we set up the code patch sections such that we canMark Kettenis
2012-08-30Remove a useless test for "elem_count < 0", which can never be trueMatthew Dempsky
2012-08-30Kill NOPIE and NOPIE_FLAGS in sparc64/stand. Binaries are identical accordingPascal Stumpf
2012-08-30Add the possibility to map DMA memory non-cached, based on the i386/amd64Martin Pieuchot
2012-08-30Use only one macro instead of two to turn debug printf on.Martin Pieuchot