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