summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2012-06-19- remove outdated comment, we already do an equivalent of linux' access_ok()Jasper Lievisse Adriaanse
2012-06-19Regenerate.Paul Irofti
2012-06-19Implement linux_sys_tgkill.Paul Irofti
2012-06-19Regenerate.Paul Irofti
2012-06-19Add dummies for the epoll and eventfd syscall families.Paul Irofti
2012-06-19Add socket type mask to filter out implementation specific flags.Paul Irofti
2012-06-19Improve debug output and fix some style. No functional change.Paul Irofti
2012-06-19Change the pool_get() flags from WAITOK to NOWAIT.Paul Irofti
2012-06-19Add more pathconf(2) variables from POSIX.Matthew Dempsky
2012-06-18Do not try to get the description of an unexisting video format,Martin Pieuchot
2012-06-17No longer restrict alloc_contiguous_pages() to memory in the low 4GB.Miod Vallat
2012-06-17Using the LLAddr register to store our curcpu() pointer on R10k SMP kernelsMiod Vallat
2012-06-17Remove leftover loongson or sgi references.Miod Vallat
2012-06-16fix bad grammar in a commentMiod Vallat
2012-06-16compat_linux: Don't hold the lock while pool_get'ing with WAITOK.Paul Irofti
2012-06-14Remove uvm_km_kmem_grow printf.Ariane van der Steldt
2012-06-14whitespace cleanupJasper Lievisse Adriaanse
2012-06-14fix typo in commentJasper Lievisse Adriaanse
2012-06-13Expose reaperproc.Ariane van der Steldt
2012-06-12Explicitly check whether a BAR is big enough for a particular port insteadMark Kettenis
2012-06-11serial -> serial port; ok phessler@Otto Moerbeek
2012-06-10Do NOT make all check condition results report EIO. Only use EIOKenneth R Westerback
2012-06-10Allow a variable number of words for the Serializer/Deserializer programming.Mark Kettenis
2012-06-10Document the "machine comaddr" command.Mark Kettenis
2012-06-10Document the "machine comaddr" command. Remove the text that (incorrectly)Mark Kettenis
2012-06-10Always allow serial console, even if the BIOS doesn't report the presence ofMark Kettenis
2012-06-10Remove leftovers from the "usb event" removal.Martin Pieuchot
2012-06-09regenDavid Gwynne
2012-06-09fix the Broadcom BCM5720 id. add the IDT pcie bridge/switch used on theDavid Gwynne
2012-06-09we dont support the BCM5720. the macro wasnt even referring to the productsDavid Gwynne
2012-06-08RegeneratePaul Irofti
2012-06-08Remove the lack of gettid() implementation. Okay tedu@Paul Irofti
2012-06-08Missed a comment in the proc->process changePhilip Guenthe
2012-06-06Fix address-space randomization that was accidentally disabled inMatthew Dempsky
2012-06-06EVFILT_SIGNAL and EVFILT_PROC events need to track the process they'rePhilip Guenthe
2012-06-05As specified in PA RISC 2.0 errata, the 16-byte alignment restriction doesJoel Sing
2012-06-05Implement actual mutexes for hppa64.Joel Sing
2012-06-05When error recovery fails, just fail the command. Attempting errorJonathan Matthew
2012-06-04Add support for the HPET on this device.Mark Kettenis
2012-06-04Fix serial port output.Marcus Glocker
2012-06-04Correct the backwards compatibility code for console device configuration.Joel Sing
2012-06-03Make sure uvm_map_extract() entesr mappings at an address that doesn'tMark Kettenis
2012-06-03Avoid the unlikely but possible use of an uninitialised variable.Joel Sing
2012-06-03Add support for serial consoles at non-standard addresses. This implementsMark Kettenis
2012-06-03Remove unnecessary tcpib_wdt_unlock() calls.Mark Kettenis
2012-06-02Committed the wrong version (an earlier try) of the KERN_FILE2 vsPhilip Guenthe
2012-06-02Delete diagnostic code that reports timeout adjustments on resume.Philip Guenthe
2012-06-01Ansify function definitions, fix some style(9) and whitespace issues.Joel Sing
2012-06-01Correct handling of mlock()/munlock() with len==0 to return successPhilip Guenthe
2012-05-30Oops, when we moved _POSIX_SAVED_IDS from sys/unistd.h to unistd.h, itMatthew Dempsky