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