Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2005-12-21 | Initialize basepath right after xmalloc()ing it so we won't end up with | 1 | -3/+2 | ||
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. | 1 | -6/+13 | ||
2005-12-21 | Do not declare errno as extern int, set it via __errno(). | 1 | -7/+7 | ||
2005-12-21 | Simplify obio stanzas and remove unused locators. | 3 | -19/+13 | ||
2005-12-21 | Remove aed(4) on macppc, nothing uses its functionality since key repeat is | 14 | -737/+12 | ||
handled by wscons and mouse emulation was never enabled or documented. | |||||
2005-12-21 | knf | 1 | -11/+11 | ||
2005-12-21 | fix possible NULL pointer, thanks to Marco Molteni | 1 | -10/+13 | ||
2005-12-21 | use fatal(); | 1 | -15/+7 | ||
2005-12-21 | initialize `rlen' in cvs_buf_set(); | 1 | -2/+2 | ||
2005-12-21 | Remove an ambiguiity and make 'e' short for "eject". The short form | 1 | -2/+2 | ||
for "exit" is still "ex". OK krw@ | |||||
2005-12-21 | Teach gdb how to unwind i386 kernel trap frames. | 3 | -6/+128 | ||
2005-12-21 | -Y does X11 forwarding too; | 1 | -3/+4 | ||
ok markus | |||||
2005-12-21 | ansi/deregister. No binary change. | 6 | -318/+139 | ||
2005-12-21 | Don't try to predict what different eeprom settings mean | 1 | -25/+17 | ||
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 | 1 | -55/+25 | ||
2005-12-21 | options now described `above', rather than `later'; | 1 | -3/+3 | ||
2005-12-21 | -L and -R descriptions are now above, not below, ~C description; | 1 | -2/+2 | ||
2005-12-21 | use fatal() here too; | 1 | -23/+10 | ||
2005-12-21 | cvs_buf_write_stmp() cannot fail anymore, missed it in previous commit; | 1 | -6/+2 | ||
2005-12-21 | Userland programs should include <errno.h> not <sys/errno.h> | 26 | -60/+59 | ||
OK deraadt@ | |||||
2005-12-21 | make alloc_stack take an optional base, preparation for stack attributes | 1 | -7/+16 | ||
deal with machines that have upside down stacks | |||||
2005-12-21 | check a few remaining mallocs for failure, along with mmap and rfork | 1 | -4/+41 | ||
started by miod | |||||
2005-12-20 | when a device first appears in Ox is surely more relevant to us; | 1 | -2/+2 | ||
2005-12-20 | move info on ssh return values and config files up into the main | 1 | -13/+11 | ||
description; | |||||
2005-12-20 | let isakmpd(8) remove it's pid/fifo file on exit. | 2 | -49/+25 | ||
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 | 1 | -5/+5 | ||
2005-12-20 | merge the sections on protocols 1 and 2 into one section on authentication; | 1 | -75/+90 | ||
feedback djm dtucker ok deraadt markus dtucker | |||||
2005-12-20 | one more tweak; | 1 | -2/+2 | ||
ok brad | |||||
2005-12-20 | fix the tpms .Nd; | 3 | -6/+6 | ||
feedback + ok brad | |||||
2005-12-20 | Vax does not need to __HAVE_PMAP_PHYSSEG. | 1 | -6/+1 | ||
2005-12-20 | word HISTORY correctly | 1 | -2/+2 | ||
2005-12-20 | volatile variable for looping; ok drahn | 1 | -14/+11 | ||
2005-12-20 | Add machdep.maxspeed sysctl to change the meaning of hw.setperf=100 on zaurus, | 3 | -8/+136 | ||
This will scale the speed for hw.setperf, this allows limiting apm -A to lower speed, or even overclocking. ok deraadt@ | |||||
2005-12-20 | remove old #if 0 chunks no longer needed for debug | 1 | -15/+1 | ||
2005-12-20 | cvs_buf_putc() and cvs_buf_write_*() functions cannot fail anymore; | 7 | -83/+32 | ||
2005-12-20 | fix use of fatal() from previous commit; | 1 | -13/+10 | ||
temporary files were left behind if cvs_buf_write_* functions failed; OK joris@. | |||||
2005-12-20 | cvs_buf_write() cannot fail here; | 1 | -7/+2 | ||
2005-12-20 | missed that in previous fatal() commit; | 1 | -4/+4 | ||
2005-12-20 | use fatal(); OK joris@ niallo@. | 4 | -121/+66 | ||
2005-12-20 | using the right ebus bus space makes this beep again | 1 | -2/+2 | ||
2005-12-20 | Superfluous stuff. | 1 | -5/+1 | ||
2005-12-20 | Fix typo introduced in last commit. | 1 | -2/+2 | ||
2005-12-20 | use M_READONLY when trying to find out whether we have to copy | 3 | -15/+12 | ||
the mbuf before encryption. otherwise mbufs with M_EXT but w/o M_CLUSTER get modified; ok hshoexer | |||||
2005-12-20 | format according to Notes; | 4 | -314/+303 | ||
diff from michael knudsen; | |||||
2005-12-20 | some wording improvements; | 1 | -15/+16 | ||
2005-12-20 | make the list of supported hardware format a little nicer, | 1 | -9/+28 | ||
and a little easier for people to add to; ok marco@ | |||||
2005-12-20 | start sentence w/ a capital letter; | 1 | -2/+2 | ||
2005-12-20 | - add arch to .Dt | 1 | -4/+4 | ||
- word HISTORY correctly - remove trailing whitespace | |||||
2005-12-20 | spread the use of fatal(); | 2 | -48/+22 | ||
2005-12-20 | No need to define UFS_EXTATTR anymore. | 1 | -4/+2 | ||