summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-12-22Bad commit, breaks hppa64. Prompted by deraadt@Marco Peereboom
2005-12-21Align hppa stack to 64 bytes.Marco Peereboom
2005-12-21Add MACHINE_STACK_ALIGN define.Marco Peereboom
2005-12-21clarify precedence of -p, Port, ListenAddress; ok and help jmc@Kevin Steves
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-21syncTheo de Raadt
2005-12-21sysctl machdep.lidsuspend=1 makes screen closures to cause a suspend.Theo de Raadt
2005-12-21cvs_logmsg_open() and cvs_logmsg_get() cannot fail anymore;Xavier Santolaria
2005-12-21fatal()ization! OK joris@.Xavier Santolaria
2005-12-21Initialize basepath right after xmalloc()ing it so we won't end up withAleksander Piotrowski
2005-12-21Do not attach dnkbd as a console keyboard if console is on serial.Miod Vallat
2005-12-21Do not declare errno as extern int, set it via __errno().Todd C. Miller
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-21use fatal();Xavier Santolaria
2005-12-21initialize `rlen' in cvs_buf_set();Xavier Santolaria
2005-12-21Remove an ambiguiity and make 'e' short for "eject". The short formTodd C. Miller
2005-12-21Teach gdb how to unwind i386 kernel trap frames.Mark Kettenis
2005-12-21-Y does X11 forwarding too;Jason McIntyre
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-21options now described `above', rather than `later';Jason McIntyre
2005-12-21-L and -R descriptions are now above, not below, ~C description;Jason McIntyre
2005-12-21use fatal() here too;Xavier Santolaria
2005-12-21cvs_buf_write_stmp() cannot fail anymore, missed it in previous commit;Xavier Santolaria
2005-12-21Userland programs should include <errno.h> not <sys/errno.h>Todd C. Miller
2005-12-21make alloc_stack take an optional base, preparation for stack attributesTed Unangst
2005-12-21check a few remaining mallocs for failure, along with mmap and rforkTed Unangst
2005-12-20when a device first appears in Ox is surely more relevant to us;Jason McIntyre
2005-12-20move info on ssh return values and config files up into the mainJason McIntyre
2005-12-20let isakmpd(8) remove it's pid/fifo file on exit.Moritz Jodeit
2005-12-20.Ss -> .Sh: subsections have not made this page more readableJason McIntyre
2005-12-20merge the sections on protocols 1 and 2 into one section on authentication;Jason McIntyre
2005-12-20one more tweak;Jason McIntyre
2005-12-20fix the tpms .Nd;Jason McIntyre
2005-12-20Vax does not need to __HAVE_PMAP_PHYSSEG.Miod Vallat
2005-12-20word HISTORY correctlyBrad Smith
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-20cvs_buf_putc() and cvs_buf_write_*() functions cannot fail anymore;Xavier Santolaria
2005-12-20fix use of fatal() from previous commit;Xavier Santolaria
2005-12-20cvs_buf_write() cannot fail here;Xavier Santolaria
2005-12-20missed that in previous fatal() commit;Xavier Santolaria
2005-12-20use fatal(); OK joris@ niallo@.Xavier Santolaria