summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-12-20Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQKenneth R Westerback
2013-12-19oh sorry, I forgot two #ifdefTheo de Raadt
2013-12-19Mtrr stops being a pseudo-device. We need to probe the cpu type andTheo de Raadt
2013-12-19Use shifts instead of integer multiplication by the page size in theMiod Vallat
2013-12-19sun4e needs the same 1.6 usec ZS_DELAY() as sun4 does.Miod Vallat
2013-12-19recognize octeon 2 cpus; as found in the lanner mr326Jasper Lievisse Adriaanse
2013-12-19be more careful during suspend/resume cycles, as roughly detailed in theTheo de Raadt
2013-12-18Provide MI symbol _STACKALIGNBYTESTheo de Raadt
2013-12-18Revert the *other* part of bpf.c's r1.84. May finally fix RD Thrush'sKenneth R Westerback
2013-12-17The termios.h bits were missing from the initial commit.Todd C. Miller
2013-12-17do not put a second : in a dmesg line, use , insteadTheo de Raadt
2013-12-17don't do a timeout+task song and dance, instead use DVACT_WAKEUP directly.Theo de Raadt
2013-12-17syncTheo de Raadt
2013-12-17elan products; Thomas PfaffTheo de Raadt
2013-12-17Change ip_output()'s non-optional arguments to be standard argumentsMatthew Dempsky
2013-12-16Switch generic drm modesetting code over to Linux-style negative errnoMark Kettenis
2013-12-16Restore hw.setperf upon resume like we do for apm(4) on i386. Seems we needMark Kettenis
2013-12-16Restore TIOCGSID ioctl that was removed along with the 4.3BSD tty(4)Todd C. Miller
2013-12-15Fix error handling of ->fb_create() call. Prevents kernel panic if anMark Kettenis
2013-12-15update comment, 4.3BSD tty compatibility and the associated ioctls are goneChristian Weisgerber
2013-12-15Fix bthub compilation by adding missing prototypes.Paul Irofti
2013-12-15Fix ubt compilation after my last usbd_dying sprint.Paul Irofti
2013-12-15Overhaul the pread and pwrite code to match what Linux does. Should fix a fewMark Kettenis
2013-12-15Abuse phys_map to reliably wait for kva.Mark Kettenis
2013-12-14enable tmpfs so it gets tested some more.Marc Espie
2013-12-14bring in a few improvements from pedro, guenther, me...Marc Espie
2013-12-14remove a duplicated includ file.Yojiro Uo
2013-12-14regenBrad Smith
2013-12-14new Realtek PHY.Brad Smith
2013-12-14Zero out dirent structures that will be copied out to avoid leaking garbagePhilip Guenther
2013-12-13Remove struct ttysize which was introduced for compatibility withChristian Weisgerber
2013-12-13Remove the 4.3BSD tty(4) compatibility shims. RIP. ok millert@Christian Weisgerber
2013-12-13Zap some getdirentries() leftovers.Vadim Zhukov
2013-12-13add an entry for "IIJmobile 510FU"Yojiro Uo
2013-12-13regenYojiro Uo
2013-12-13add IIJmobile 510FUYojiro Uo
2013-12-13regenYojiro Uo
2013-12-13add FUJITSU component FX-5251WBYojiro Uo
2013-12-13add SACOM USB485BLYojiro Uo
2013-12-13regenYojiro Uo
2013-12-13add vendor SACOM (0ba0h)Yojiro Uo
2013-12-13Rewrite receive filter handling and ioctl bits.Brad Smith
2013-12-12Remove the scatter/gather dma implementation as it is no longer used.Mark Kettenis
2013-12-12Add db_vprintf(), and then use it in ACPI's db_disprint() instead ofPhilip Guenther
2013-12-12printf(variable) --> printf("%s", variable)Philip Guenther
2013-12-12bcmp -> memcmpTed Unangst
2013-12-12replace old bcopy/bzero with standard functions. ok kettenisTed Unangst
2013-12-12Fix invalid size to memcmp() in rn_lexobetter() introduced when theTodd C. Miller
2013-12-12Set the d_off member as getdents() expects in ntfs_readdir()Philip Guenther
2013-12-11Fix typo; that teaches me to steal other people's diffs!Mark Kettenis