summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2012-09-15m88k does not have the m68k long double type actually (long double == doubleMiod Vallat
2012-09-15Improve POSIX/SUS compliance of <netdb.h>, <sys/socket.h>, and <sys/un.h>.Philip Guenthe
2012-09-13tell mii_attach where the phy is on the chip, rather than asking it toDavid Gwynne
2012-09-13regenjoshua stein
2012-09-13recognize the Intel Centrino Advanced-N 6235joshua stein
2012-09-12match on another axis AX88772B that comes with the asus ux21/ux31ajoshua stein
2012-09-12regenjoshua stein
2012-09-12add another ASIX AX88772B devicejoshua stein
2012-09-12Define empty CDIAGFLAGS for programs that use Werror.Christiano F. Haesbaert
2012-09-12Use sg_addr instead of sg_lo_addr, leftovers from last commit.Christiano F. Haesbaert
2012-09-12Make sure we don't sleep on autoconf.Christiano F. Haesbaert
2012-09-11Cope with PIE, if it is enabled. Note that this has not been completelyTheo de Raadt
2012-09-11Cope with PIE, if it is enabledTheo de Raadt
2012-09-11Support FTDI FT2232H. This has a new base clock rate, different divisor,Theo de Raadt
2012-09-11Add -nopie to the linker flags.Mark Kettenis
2012-09-11Remove the 'OLF method' used for the transition from a.out to ELF andTheo de Raadt
2012-09-11Check that the host supports GET_SPEED as well as GET_VERSION before decidingDarren Tucker
2012-09-10Cleanup VFS mount string handling:Joel Sing
2012-09-10autoconf is not the right place to sleep; noticed by haesbaertMike Belopuhov
2012-09-10drop the unencrypted packets when the MPPE is required. This wasYASUOKA Masahiko
2012-09-10add missing the congestion indicator code on IPv6 path.YASUOKA Masahiko
2012-09-10Bring into compliance with POSIX, exposing just the specified bits.Philip Guenthe
2012-09-10syncTheo de Raadt
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