Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-12 | remove the ses kthread goop and use the sensor kthread for updates instead | David Gwynne | |
tested by deraadt@ | |||
2005-11-12 | ansi. No binary change. | Jonathan Gray | |
2005-11-12 | Make sure we only touch associated processes of physical buffers. | Pedro Martelletto | |
Okay deraadt@. | |||
2005-11-12 | memory leak; ok cloder | Theo de Raadt | |
2005-11-12 | spacing | Theo de Raadt | |
2005-11-12 | use asprintf instead; dhill@mindcry.org | Theo de Raadt | |
2005-11-12 | use asprintf instead; dhill@mindcry.org | Theo de Raadt | |
2005-11-12 | use asprintf instead; dhill@mindcry.org | Theo de Raadt | |
2005-11-12 | print memory the same way as it is done on i386/amd64. | Dale Rahn | |
2005-11-12 | do not print boot_file, noone cares | Theo de Raadt | |
2005-11-11 | round clock up | Theo de Raadt | |
2005-11-11 | remove old debug code in boot() | Theo de Raadt | |
2005-11-11 | Now that we have an editable minibuffer, revert parsing of | Kjell 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-11 | spacing | Theo de Raadt | |
2005-11-11 | Enable 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-11 | first key is scanned based on interrupt. but if a key is held down | Theo 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-11 | do not scan afs/xfs directories; chris.kuethe | Theo de Raadt | |
2005-11-11 | update timeouts in on/off key description to match zkbd | Uwe Stuehler | |
2005-11-11 | make 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-11 | Remove machdep.booted_kernel sysctl of questionable usefulness. | Miod Vallat | |
ok deraadt@ | |||
2005-11-11 | Enable or disable keyclick on attach, based upon the PROM keyboard-click? | Miod Vallat | |
property. Tested with type 3 and type 4 keyboards. | |||
2005-11-11 | Add i2c controller support. | Mark Kettenis | |
2005-11-11 | Allow binaries to run if all sections are marked writable | Dale Rahn | |
(some unusual linux binaries), ok deraadt. | |||
2005-11-11 | Simplify a computation in a can't happen diagnostic message. | Miod Vallat | |
2005-11-11 | Use ANSI function declarations and deregister, no binary change. | Pedro Martelletto | |
Diff from Rui Reis <rui@rui.cx>, thanks. | |||
2005-11-11 | Add maciic(4), an OpenFirware aware version of iic(4). | Mark Kettenis | |
2005-11-11 | Use sensors thread instead of timeouts. | Mark Kettenis | |
ok dlg@, "slap it in" deraadt@ | |||
2005-11-11 | sync | Theo de Raadt | |
2005-11-11 | fix kgdb compilation; input and ok miod@. | Federico G. Schwindt | |
2005-11-11 | Disable the TRACE method completely. It is a security risk and is not | Chad Loder | |
that useful for debugging. OK henning, deraadt | |||
2005-11-11 | more verbose error message for the "bogus xmit rate" problem | Reyk Floeter | |
2005-11-11 | remove 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 michael | Jason McIntyre | |
proposed) - uppercase `RAID' for consistency from michael knudsen; | |||
2005-11-11 | IBM 11ABG WL LAN is supported by ath; | Jason McIntyre | |
from chris kuethe; | |||
2005-11-11 | kill trailing whitespace; | Jason McIntyre | |
2005-11-11 | include sys/device.h. builds on sparc. dlg@ ok. | Federico G. Schwindt | |
2005-11-11 | Switch to sensors thread. | Mark Kettenis | |
2005-11-11 | disable ahc0 at isa until we find the bugs that cause this to blow up | Theo 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-10 | be MI, use atop() | Martin Reindl | |
2005-11-10 | remove half the includes since they seem to be unnecessary. | David Gwynne | |
2005-11-10 | Use ANSI function declarations and deregister, no binary change. | Pedro Martelletto | |
Diff from Rui Reis <rui@rui.cx>, thanks. | |||
2005-11-10 | Fix HISTORY section | Otto Moerbeek | |
2005-11-10 | Hook getent(1) into the build | Otto Moerbeek | |
2005-11-10 | various cleanups, work with otto | Theo de Raadt | |
2005-11-10 | $OpenBSD$ | Otto Moerbeek | |
2005-11-10 | Introducing getent(1) from NetBSD. ok deraadt@ | Otto Moerbeek | |
2005-11-10 | Use correct size when zeroing fd sets. From Michael Shuldman in PR | Otto Moerbeek | |
4603 with a twist by me. ok deraadt@ | |||
2005-11-10 | only 4 bits of an irq number are valid to set (just in case) | Michael Shalayeff | |
2005-11-10 | do not use the array index before a range check is done | Michael Shalayeff | |
2005-11-10 | make sure to ignore >4g and split on 4g memory segments from the bios map; ↵ | Michael Shalayeff | |
tom@ ok |