summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2014-05-24Provide bus_space_mmap()Miod Vallat
2014-05-24Barriers for mips64Miod Vallat
2014-05-24Why didn't I use ps_vmspace when I scribbled all over pmap_rmproc()?Philip Guenther
2009-12-11By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2014-05-24Support for newer run(4) hardware ported from FreeBSD's run(4) driver.Stefan Sperling
2014-05-24regenStefan Sperling
2014-05-24Add device IDs for newer run(4) devices. Obtained from FreeBSD.Stefan Sperling
2014-05-23Expose bif_capacity as the 'design capacity' through an acpibat sensor,Landry Breuil
2014-05-23Free the est_fqlist allocations if we end up not using it.Philip Guenther
2014-05-22RegenMiod Vallat
2014-05-22Yet another evil awk script (not perl, I'm not in LibreSSL mode at the moment)Miod Vallat
2014-05-22Extend the keyboard communication routines to be able to work in polling mode;Miod Vallat
2014-05-22From FreeBSD: the second argument to UFS_UPDATE/ffs_update is just aPhilip Guenther