summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2012-05-30Move the _SC_* and _CS_* configurable system variables and stringsMatthew Dempsky
2012-05-30Fix a few issues in the pressure logic when the available buffers run low:Miod Vallat
2012-05-30Correctly compute the IOC3 device mask on MENET boards.Miod Vallat
2012-05-29Make it possible to disable the Sync-on-Green signal by setting theMike Belopuhov
2012-05-29When writing the new volume header to disk, write back the wholeMatthew Dempsky
2012-05-29Remove unused define CHAR_CHS_FORCE.Marcus Glocker
2012-05-28The link state code does not work correctly on Indigo (IP20) and E++ GIO boardsMiod Vallat
2012-05-27Add a `L2 cache line size' member to struct cpu_info. This allows R4k code toMiod Vallat
2012-05-27Replace Loongson2F assembly cache routines with equivalent C code. This willMiod Vallat
2012-05-27Proper support for the so-called `fast mode' of the Indigo2 ECC memoryMiod Vallat