summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-11-12remove the ses kthread goop and use the sensor kthread for updates insteadDavid Gwynne
tested by deraadt@
2005-11-12ansi. No binary change.Jonathan Gray
2005-11-12Make sure we only touch associated processes of physical buffers.Pedro Martelletto
Okay deraadt@.
2005-11-12memory leak; ok cloderTheo de Raadt
2005-11-12spacingTheo de Raadt
2005-11-12use asprintf instead; dhill@mindcry.orgTheo de Raadt
2005-11-12use asprintf instead; dhill@mindcry.orgTheo de Raadt
2005-11-12use asprintf instead; dhill@mindcry.orgTheo de Raadt
2005-11-12print memory the same way as it is done on i386/amd64.Dale Rahn
2005-11-12do not print boot_file, noone caresTheo de Raadt
2005-11-11round clock upTheo de Raadt
2005-11-11remove old debug code in boot()Theo de Raadt
2005-11-11Now that we have an editable minibuffer, revert parsing ofKjell Wooding
"//" and "/~" as '/' and '~' respectively. I know emacs does it, but it is weird, and breaks things that foolishly use filenames like "/tmp//crontab.xxxx". Proddings from matthieu and deraadt. Error report from Bernd Ahlers.
2005-11-11spacingTheo de Raadt
2005-11-11Enable some of the more common editing keybindings in the minibuffer.Kjell Wooding
i.e. left, right, ^B, ^F, ^Y, ^K, ^A, ^E Also, make completions work as you would expect them to i.e. a *Completions* buffer pops up with your choices in it when you hit a second TAB or SP. It's ugly, but it works. ok deraadt.
2005-11-11first key is scanned based on interrupt. but if a key is held downTheo de Raadt
(ie. shift) then we cound on timeouts to re-scan the keyboard. 8 scans a second was too slow. change to 20 scans a second, which makes (hit the keys repeatedly, do not use auto-repeat) NNNNNN work just like nnnnnn does. ok drahn, sort of ok-chatter from miod
2005-11-11do not scan afs/xfs directories; chris.kuetheTheo de Raadt
2005-11-11update timeouts in on/off key description to match zkbdUwe Stuehler
2005-11-11make power button cause suspend after .25 seconds (was 3 seconds)Theo de Raadt
and safe-shutdown after 3 seconds (was 6 seconds) ok uwe semi-ok drahn we will see if anyone wants these numbers fudged more in the future
2005-11-11Remove machdep.booted_kernel sysctl of questionable usefulness.Miod Vallat
ok deraadt@
2005-11-11Enable or disable keyclick on attach, based upon the PROM keyboard-click?Miod Vallat
property. Tested with type 3 and type 4 keyboards.
2005-11-11Add i2c controller support.Mark Kettenis
2005-11-11Allow binaries to run if all sections are marked writableDale Rahn
(some unusual linux binaries), ok deraadt.
2005-11-11Simplify a computation in a can't happen diagnostic message.Miod Vallat
2005-11-11Use ANSI function declarations and deregister, no binary change.Pedro Martelletto
Diff from Rui Reis <rui@rui.cx>, thanks.
2005-11-11Add maciic(4), an OpenFirware aware version of iic(4).Mark Kettenis
2005-11-11Use sensors thread instead of timeouts.Mark Kettenis
ok dlg@, "slap it in" deraadt@
2005-11-11syncTheo de Raadt
2005-11-11fix kgdb compilation; input and ok miod@.Federico G. Schwindt
2005-11-11Disable the TRACE method completely. It is a security risk and is notChad Loder
that useful for debugging. OK henning, deraadt
2005-11-11more verbose error message for the "bogus xmit rate" problemReyk Floeter
2005-11-11remove nsswitch.conf stuff, and explain how lookup order is handled;Jason McIntyre
couple more tweaks; ok otto@
2005-11-11- Xr only 1st reference to ioctl (kind of the opposite of what michaelJason McIntyre
proposed) - uppercase `RAID' for consistency from michael knudsen;
2005-11-11IBM 11ABG WL LAN is supported by ath;Jason McIntyre
from chris kuethe;
2005-11-11kill trailing whitespace;Jason McIntyre
2005-11-11include sys/device.h. builds on sparc. dlg@ ok.Federico G. Schwindt
2005-11-11Switch to sensors thread.Mark Kettenis
2005-11-11disable ahc0 at isa until we find the bugs that cause this to blow upTheo de Raadt
on a few rare machines. of course, by the time we do, they might all have lots their smoke anyways. it is probably because of the vlbus/eisa addressing it tries to do. ok krw
2005-11-10be MI, use atop()Martin Reindl
2005-11-10remove half the includes since they seem to be unnecessary.David Gwynne
2005-11-10Use ANSI function declarations and deregister, no binary change.Pedro Martelletto
Diff from Rui Reis <rui@rui.cx>, thanks.
2005-11-10Fix HISTORY sectionOtto Moerbeek
2005-11-10Hook getent(1) into the buildOtto Moerbeek
2005-11-10various cleanups, work with ottoTheo de Raadt
2005-11-10$OpenBSD$Otto Moerbeek
2005-11-10Introducing getent(1) from NetBSD. ok deraadt@Otto Moerbeek
2005-11-10Use correct size when zeroing fd sets. From Michael Shuldman in PROtto Moerbeek
4603 with a twist by me. ok deraadt@
2005-11-10only 4 bits of an irq number are valid to set (just in case)Michael Shalayeff
2005-11-10do not use the array index before a range check is doneMichael Shalayeff
2005-11-10make sure to ignore >4g and split on 4g memory segments from the bios map; ↵Michael Shalayeff
tom@ ok