Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-22 | Initialize data_track before a 'goto done;' could lead to it being | Kenneth R Westerback | |
used. | |||
2005-12-22 | 'spoofonly' does not mean what I thought it meant. The whole point is | Kenneth R Westerback | |
to read non-OpenBSD label information like MBRs and populate ('spoof') the OpenBSD disk label appropriately. So avoiding an I/O when doing 'spoofonly' is to miss the whole point. Backout all Sept. 26 and subsequent changes to disksubr.c files. The original CD problem with I/O errors on blank media will be addressed another way. Should fix the ext3 vs amd64 problems discussed on misc@. Thanks to steven@ for finally putting it terms that I understood. ok deraadt@ | |||
2005-12-22 | Set correct partition offset to 0 when initializing RAW_PART. | Kenneth R Westerback | |
ok deraadt@ | |||
2005-12-22 | - fix handling of zero byte files. | Niall O'Higgins | |
with this diff, open cvs can do a full local checkout of the XF4 tree on 64-bit architectures, which gnu cvs cannot due to some bug. ok joris@ | |||
2005-12-22 | document 3 zaurus sysctl options | Theo de Raadt | |
2005-12-22 | remove another debug message | Theo de Raadt | |
2005-12-22 | last change by me was wrong; do not setperf 2x on wakeup | Theo de Raadt | |
2005-12-22 | silence setperf code | Theo de Raadt | |
2005-12-22 | Bad commit, breaks hppa64. Prompted by deraadt@ | Marco Peereboom | |
2005-12-21 | Align hppa stack to 64 bytes. | Marco Peereboom | |
ok tedu | |||
2005-12-21 | Add MACHINE_STACK_ALIGN define. | Marco Peereboom | |
2005-12-21 | clarify precedence of -p, Port, ListenAddress; ok and help jmc@ | Kevin Steves | |
2005-12-21 | Remove KASSERT in attach, return an error instead; while there, implement | Miod Vallat | |
tpms_ioctl() correctly, fix typos, repair a minor dmesg glitch. Untested (donations welcome (-: ), yet ok brad@ | |||
2005-12-21 | No need to store description lines for unrecognized CMMUs... | Miod Vallat | |
2005-12-21 | wrong comment | Theo de Raadt | |
2005-12-21 | sync | Theo de Raadt | |
2005-12-21 | sysctl machdep.lidsuspend=1 makes screen closures to cause a suspend. | Theo de Raadt | |
(opening the screen does not yet wake the machine up, not yet sure if that is even possible yet) | |||
2005-12-21 | cvs_logmsg_open() and cvs_logmsg_get() cannot fail anymore; | Xavier Santolaria | |
2005-12-21 | fatal()ization! OK joris@. | Xavier Santolaria | |
2005-12-21 | Initialize basepath right after xmalloc()ing it so we won't end up with | Aleksander Piotrowski | |
not NUL-terminated buffer passed to strlcat() ok joris@ | |||
2005-12-21 | Do not attach dnkbd as a console keyboard if console is on serial. | Miod Vallat | |
2005-12-21 | Do not declare errno as extern int, set it via __errno(). | Todd C. Miller | |
2005-12-21 | Simplify obio stanzas and remove unused locators. | Miod Vallat | |
2005-12-21 | Remove aed(4) on macppc, nothing uses its functionality since key repeat is | Miod Vallat | |
handled by wscons and mouse emulation was never enabled or documented. | |||
2005-12-21 | knf | Reyk Floeter | |
2005-12-21 | fix possible NULL pointer, thanks to Marco Molteni | Reyk Floeter | |
2005-12-21 | use fatal(); | Xavier Santolaria | |
2005-12-21 | initialize `rlen' in cvs_buf_set(); | Xavier Santolaria | |
2005-12-21 | Remove an ambiguiity and make 'e' short for "eject". The short form | Todd C. Miller | |
for "exit" is still "ex". OK krw@ | |||
2005-12-21 | Teach gdb how to unwind i386 kernel trap frames. | Mark Kettenis | |
2005-12-21 | -Y does X11 forwarding too; | Jason McIntyre | |
ok markus | |||
2005-12-21 | ansi/deregister. No binary change. | Jonathan Gray | |
2005-12-21 | Don't try to predict what different eeprom settings mean | Jonathan Gray | |
so much, makes the Level One AX88178 adapter work. Interestingly enough the Level One adapter seems to work fine without stalls. Though it uses ukphy, I think the correct phy types are supposed to be written in by the driver based on the values in the eeprom... | |||
2005-12-21 | shrink a bit | David Gwynne | |
2005-12-21 | options 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-21 | use fatal() here too; | Xavier Santolaria | |
2005-12-21 | cvs_buf_write_stmp() cannot fail anymore, missed it in previous commit; | Xavier Santolaria | |
2005-12-21 | Userland programs should include <errno.h> not <sys/errno.h> | Todd C. Miller | |
OK deraadt@ | |||
2005-12-21 | make alloc_stack take an optional base, preparation for stack attributes | Ted Unangst | |
deal with machines that have upside down stacks | |||
2005-12-21 | check a few remaining mallocs for failure, along with mmap and rfork | Ted Unangst | |
started by miod | |||
2005-12-20 | when a device first appears in Ox is surely more relevant to us; | Jason McIntyre | |
2005-12-20 | move info on ssh return values and config files up into the main | Jason McIntyre | |
description; | |||
2005-12-20 | let isakmpd(8) remove it's pid/fifo file on exit. | Moritz Jodeit | |
rework signal handling in the monitor process to let this work. testing and ok hshoexer@ | |||
2005-12-20 | .Ss -> .Sh: subsections have not made this page more readable | Jason McIntyre | |
2005-12-20 | merge the sections on protocols 1 and 2 into one section on authentication; | Jason McIntyre | |
feedback djm dtucker ok deraadt markus dtucker | |||
2005-12-20 | one more tweak; | Jason McIntyre | |
ok brad | |||
2005-12-20 | fix the tpms .Nd; | Jason McIntyre | |
feedback + ok brad | |||
2005-12-20 | Vax does not need to __HAVE_PMAP_PHYSSEG. | Miod Vallat | |
2005-12-20 | word HISTORY correctly | Brad Smith | |