summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-06-04While it may be smart to use the radix tree for exports it is not OK toClaudio Jeker
2014-06-03Fix sentinel style.Kenji Aoyama
2014-06-03Make zyd(4) compile with ZYD_DEBUG.Stefan Sperling
2014-06-03Fix an off-by-one in zyd_rxeof().Stefan Sperling
2014-06-03Fix zyd(4)'s frame length adjustment in RX path. Instead of snipping offStefan Sperling
2014-06-03Do not include <sys/malloc.h> where it is not needed.Martin Pieuchot
2014-06-03Use a proper compiler barrier; just having the inline asm for the "sync"Mark Kettenis
2014-06-03Better comment for `faulty address'.Kenji Aoyama
2014-06-02Apply the ``make sure sigcontext does not overlap pending DAE addresses''Miod Vallat
2014-06-02Bump DFLSSIZ to 2MB to match most of the other platforms.Brad Smith
2014-06-02Simply use ifa_ifwithaddr() to check if the binding address is on theMartin Pieuchot
2014-06-01Take subsequent stack alignment into account in local_stack_frame() whenMiod Vallat
2014-06-01Remove real mode VGA repost option. It was used by nobody, and even if itMike Larkin
2014-05-31Use calloc to make sure the correct size is zeroed; Benjamin BaierMiod Vallat
2014-05-31Reduce MAXSSIZ to 32MB to match all other platforms; noticed by tobiasu@Miod Vallat
2014-05-31Revert previous diff setting cold to 1 on shutdown because it breaks machineMartin Pieuchot
2014-05-31Unbreak RTM_CHANGE. Unlike RTM_LOCK or RTM_GET it is OK to pass in aClaudio Jeker
2014-05-31Address several problems in signal delivery on 88100 processors:Miod Vallat
2014-05-31In regdump(), print DAE registers when they are valid, regardless of theMiod Vallat
2014-05-31Introduce m88100_rewind_insn() to rewind the execution pipeline oneMiod Vallat
2014-05-31Remove some unused code that we added at the 2013 Toronto hackathon butMike Larkin
2014-05-31Fix a format specifier in a debug printf.Mike Larkin
2014-05-30Remove dead assignment and newly created unused variable.Charles Longeau
2014-05-30SBus glue for qlw(4) for sparc. Untested.Mark Kettenis
2014-05-30SBus glue for qlw(4) for sparc. Untested.Mark Kettenis
2014-05-30Eliminate some duplicated "mfctl cr29, rN" instructions.Mark Kettenis
2014-05-30Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting orMartin Pieuchot
2014-05-30Remove unused fields from the pipes.Martin Pieuchot
2014-05-30explicit_bzero for clearing stack variables.Ted Unangst
2014-05-29Use the same convention for mixer control names as azalia.Alexandre Ratchov
2014-05-29fsck should use the same values in checking as newfs does in creatingKenneth R Westerback
2014-05-29no more gcc2.Daniel Dickman
2014-05-29Read MAXPHYS bytes at a time in the hibernate image read, instead ofMike Larkin
2014-05-29When vmcmd_map_readvn() maps in the page it reads into, it forcesPhilip Guenther
2014-05-28Apart from the early exploration done to find a console keyboard duringMartin Pieuchot
2014-05-27Fix 'mount -ur' for msdosfsStefan Fritsch
2014-05-27Big refactoring of the radix code (mainly rn_addroute but also partClaudio Jeker
2014-05-27Zap a bunch of trailing whitespace.Kenneth R Westerback
2014-05-27We're never going to detach agp(4), so remove the #ifdef'ed out code like weMark Kettenis
2014-05-27Fix ia64 cross-gcc target.Tobias Ulmer
2014-05-27Reserve the highest route priority for kernel-managed routes and preventMartin Pieuchot
2014-05-26Replace some magic constants with appropriate defines.Mark Kettenis
2014-05-26Do not change the state of the carry bit in the psr when returning withMiod Vallat
2014-05-26Document that this reference counter is not generic. It indicates howMartin Pieuchot
2014-05-26Matching USB devices per device IDs is not a good idea, especially ifMartin Pieuchot
2014-05-25Handle threaded processes correctly when processing kerninfo status requestsPhilip Guenther
2014-05-25In access(), use the real UID/GID for the path search too.Philip Guenther
2014-05-25fix format mistakes when AZALIA_DEBUG is definedAlexandre Ratchov
2014-05-25Turn on blinky things by default, very useful hereTheo de Raadt
2014-05-25The default case in uhci_deactivate() was missing. Because of that,Martin Pieuchot