Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-12 | splimp -> splvm in MBUFLOCK() macro. | Brad Smith | |
ok markus@ | |||
2005-11-12 | FILE * leak, missing fclose(); evol@online.ptt.ru | Theo de Raadt | |
2005-11-12 | break in case | Theo de Raadt | |
2005-11-12 | return; at end of function is dorky | Theo de Raadt | |
2005-11-12 | remove unused variable; ok kjell | Theo de Raadt | |
2005-11-12 | Paranoia. Check if last of a series of strlcats overflows. Pointed out by | Kjell Wooding | |
Han Boetes. | |||
2005-11-12 | left a free() behind, spotted by cloder | Theo de Raadt | |
2005-11-12 | Add lmtemp at maciic. | Mark Kettenis | |
2005-11-12 | no 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-12 | Add i2cbus to smu and i2c to maciic. | Mark Kettenis | |
2005-11-12 | avoid close(-1), as in rcp; ok cloder | Theo de Raadt | |
2005-11-12 | space | Theo de Raadt | |
2005-11-12 | move to asprintf; ok dhill cloder | Theo de Raadt | |
also fix a close(random data) which changed a saved errno, ok cloder | |||
2005-11-12 | Define attachment-like attribute i2c and attach lmtemp to that instead of iic. | Mark Kettenis | |
2005-11-12 | spacing mostly | Theo de Raadt | |
2005-11-12 | permit TO/FROM to be swapped (symmetry is good); ok hshoexermk | Theo de Raadt | |
2005-11-12 | simplify TAILQ walking code; ok hshoexer | Theo de Raadt | |
2005-11-12 | spacing | Theo de Raadt | |
2005-11-12 | spacing | Theo de Raadt | |
2005-11-12 | do not stat() before open(); instead -- use fstat(); ok hshoexer | Theo de Raadt | |
2005-11-12 | clarify how wtmp is rotated, since it was rather misleading; | Jason McIntyre | |
2005-11-12 | move the ac(8) stuff to weekly, rather than monthly, since by default | Jason 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 string | Jason McIntyre | |
- section header WARNING -> CAVEATS while here from han boetes; ok deraadt@ | |||
2005-11-12 | use asprintf; ok dhill@mindcry.org | Theo de Raadt | |
update to dinode changes; ok pedro | |||
2005-11-12 | spacing | Theo de Raadt | |
2005-11-12 | more asprintf; ok dhill@mindcry.org | Theo de Raadt | |
2005-11-12 | more memleaks plugged; evol@online.ptt.ru | Theo de Raadt | |
2005-11-12 | there are two things that safte does: update sensors and blink lights. if | David Gwynne | |
attach figures out that we cant do either of them, then free up all the resources. | |||
2005-11-12 | spacing | Theo de Raadt | |
2005-11-12 | use snprintf; dhill@mindcry.org | Theo de Raadt | |
2005-11-12 | use snprintf; ok cloder dhill@mindcry.org | Theo de Raadt | |
2005-11-12 | be aware of "tunnel" | Hans-Joerg Hoexer | |
2005-11-12 | handle transport/tunnel mode | Hans-Joerg Hoexer | |
2005-11-12 | VIA Rhine ethernet works | Martin Reindl | |
ok brad@ | |||
2005-11-12 | support for `-Aoldfile'; joris ok | Xavier Santolaria | |
2005-11-12 | clean up unused includes | David Gwynne | |
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 | |