summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-11-12no longer require boot_osflags being set to 'a' in the SRM for going ↵Martin Reindl
multiuser; setting boot_osflags to 's' explicitly will get us to singleuser as usual; very old SRM versions can only set 'a' or 's', but are still fine because we ignore 'a' now and default to multiuser idea and ok deraadt@, jsg@, testing by many final ok miod@
2005-11-12Add i2cbus to smu and i2c to maciic.Mark Kettenis
2005-11-12avoid close(-1), as in rcp; ok cloderTheo de Raadt
2005-11-12spaceTheo de Raadt
2005-11-12move to asprintf; ok dhill cloderTheo de Raadt
also fix a close(random data) which changed a saved errno, ok cloder
2005-11-12Define attachment-like attribute i2c and attach lmtemp to that instead of iic.Mark Kettenis
2005-11-12spacing mostlyTheo de Raadt
2005-11-12permit TO/FROM to be swapped (symmetry is good); ok hshoexermkTheo de Raadt
2005-11-12simplify TAILQ walking code; ok hshoexerTheo de Raadt
2005-11-12spacingTheo de Raadt
2005-11-12spacingTheo de Raadt
2005-11-12do not stat() before open(); instead -- use fstat(); ok hshoexerTheo de Raadt
2005-11-12clarify how wtmp is rotated, since it was rather misleading;Jason McIntyre
2005-11-12move the ac(8) stuff to weekly, rather than monthly, since by defaultJason McIntyre
newsyslog truncates wtmp on a weekly basis; note that the ac stuff remains commented out as before; spotted by andreas bihlmaier; ok deraadt@
2005-11-12- note that basename() may modify the stringJason McIntyre
- section header WARNING -> CAVEATS while here from han boetes; ok deraadt@
2005-11-12use asprintf; ok dhill@mindcry.orgTheo de Raadt
update to dinode changes; ok pedro
2005-11-12spacingTheo de Raadt
2005-11-12more asprintf; ok dhill@mindcry.orgTheo de Raadt
2005-11-12more memleaks plugged; evol@online.ptt.ruTheo de Raadt
2005-11-12there are two things that safte does: update sensors and blink lights. ifDavid Gwynne
attach figures out that we cant do either of them, then free up all the resources.
2005-11-12spacingTheo de Raadt
2005-11-12use snprintf; dhill@mindcry.orgTheo de Raadt
2005-11-12use snprintf; ok cloder dhill@mindcry.orgTheo de Raadt
2005-11-12be aware of "tunnel"Hans-Joerg Hoexer
2005-11-12handle transport/tunnel modeHans-Joerg Hoexer
2005-11-12VIA Rhine ethernet worksMartin Reindl
ok brad@
2005-11-12support for `-Aoldfile'; joris okXavier Santolaria
2005-11-12clean up unused includesDavid Gwynne
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