summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/commit.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-12-22document 3 zaurus sysctl optionsderaadt1-0/+3
2005-12-22remove another debug messagederaadt1-2/+1
2005-12-22last change by me was wrong; do not setperf 2x on wakeupderaadt1-6/+1
2005-12-22silence setperf codederaadt1-3/+4
2005-12-22Bad commit, breaks hppa64. Prompted by deraadt@marco2-5/+3
2005-12-21Align hppa stack to 64 bytes.marco1-2/+3
ok tedu
2005-12-21Add MACHINE_STACK_ALIGN define.marco1-1/+2
2005-12-21clarify precedence of -p, Port, ListenAddress; ok and help jmc@stevesk1-3/+7
2005-12-21Remove KASSERT in attach, return an error instead; while there, implementmiod1-17/+24
tpms_ioctl() correctly, fix typos, repair a minor dmesg glitch. Untested (donations welcome (-: ), yet ok brad@
2005-12-21No need to store description lines for unrecognized CMMUs...miod1-8/+8
2005-12-21wrong commentderaadt1-2/+2
2005-12-21syncderaadt1-1/+0
2005-12-21sysctl machdep.lidsuspend=1 makes screen closures to cause a suspend.deraadt3-147/+33
(opening the screen does not yet wake the machine up, not yet sure if that is even possible yet)
2005-12-21cvs_logmsg_open() and cvs_logmsg_get() cannot fail anymore;xsa2-7/+6
2005-12-21fatal()ization! OK joris@.xsa2-132/+52
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