summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-12-22Postpone the hil console detection logic to the first detection of a keyboard.Miod Vallat
2005-12-221. when signalling a process group, don't deliver a copy to every threadTed Unangst
2005-12-22fix memory leak conditions in thrsleep and significantly simplifyTed Unangst
2005-12-22Initialize data_track before a 'goto done;' could lead to it beingKenneth R Westerback
2005-12-22'spoofonly' does not mean what I thought it meant. The whole point isKenneth R Westerback
2005-12-22Set correct partition offset to 0 when initializing RAW_PART.Kenneth R Westerback
2005-12-22remove another debug messageTheo de Raadt
2005-12-22last change by me was wrong; do not setperf 2x on wakeupTheo de Raadt
2005-12-22silence setperf codeTheo de Raadt
2005-12-22Bad commit, breaks hppa64. Prompted by deraadt@Marco Peereboom
2005-12-21Add MACHINE_STACK_ALIGN define.Marco Peereboom
2005-12-21Remove KASSERT in attach, return an error instead; while there, implementMiod Vallat
2005-12-21No need to store description lines for unrecognized CMMUs...Miod Vallat
2005-12-21wrong commentTheo de Raadt
2005-12-21sysctl machdep.lidsuspend=1 makes screen closures to cause a suspend.Theo de Raadt
2005-12-21Do not attach dnkbd as a console keyboard if console is on serial.Miod Vallat
2005-12-21Simplify obio stanzas and remove unused locators.Miod Vallat
2005-12-21Remove aed(4) on macppc, nothing uses its functionality since key repeat isMiod Vallat
2005-12-21knfReyk Floeter
2005-12-21fix possible NULL pointer, thanks to Marco MolteniReyk Floeter
2005-12-21ansi/deregister. No binary change.Jonathan Gray
2005-12-21Don't try to predict what different eeprom settings meanJonathan Gray
2005-12-21shrink a bitDavid Gwynne
2005-12-20Vax does not need to __HAVE_PMAP_PHYSSEG.Miod Vallat
2005-12-20volatile variable for looping; ok drahnTheo de Raadt
2005-12-20Add machdep.maxspeed sysctl to change the meaning of hw.setperf=100 on zaurus,Dale Rahn
2005-12-20remove old #if 0 chunks no longer needed for debugTheo de Raadt
2005-12-20using the right ebus bus space makes this beep againMartin Reindl
2005-12-20Superfluous stuff.Claudio Jeker
2005-12-20Fix typo introduced in last commit.Todd C. Miller
2005-12-20use M_READONLY when trying to find out whether we have to copyMarkus Friedl
2005-12-20Since we are allowed to rely on the fact that the pcb is the first elementMiod Vallat
2005-12-20Remove initial extent storage for crime and mace bus_space. By the timeMiod Vallat
2005-12-2001 -> SA_ONSTACK in sigreturn.Miod Vallat
2005-12-20Trim include files list.Miod Vallat
2005-12-20__attribute__ ((__packed_)) -> __packedMiod Vallat
2005-12-20Do bus scanning only if underlying controller asked for it.Alexander Yurchenko
2005-12-20start at a 2nd generation scannerTheo de Raadt
2005-12-20at power events, call zkbd_hinge() to update the lcd state as well; ok drahnTheo de Raadt
2005-12-20upon wakeup, take us back to the speed we were at; ok drahnTheo de Raadt
2005-12-20switch to using clock4 instead of clock0 so that we get clocks when runningDale Rahn
2005-12-20Add a Apple touchpad driver for newer PowerBook's and iBook's.Brad Smith
2005-12-19Use MACE ISA constants instead of magic values.Miod Vallat
2005-12-19Constify.Miod Vallat
2005-12-19Fix hppa ldcw alignment issue.Marco Peereboom
2005-12-19First attempt to have a table of known I2C slave devices that weAlexander Yurchenko
2005-12-19New Intel ICH SMBus driver to be used with the iic(4) framework.Alexander Yurchenko
2005-12-19Change sys/select.h -> sys/selinfo.h in comment.Todd C. Miller
2005-12-19Make T1 mode work -- tested against an old dusty lmc(4) if found somewhere.Claudio Jeker
2005-12-19Check or chop the timeslot map if the map or mode is changed. There is no wayClaudio Jeker