summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-06-05* introduce cvs_putchar(), to output a single character to stdout.Joris Vink
if we are in server mode send 'M' when needed. * switch diff command to cvs_printf() and cvs_putchar() so it will output correctly in local and server mode. ok xsa@, jfb@
2005-06-05provide cleartext messages for the cease suberror codesHenning Brauer
2005-06-05sort sections;Jason McIntyre
2005-06-05s/-p1003.1-2003/-p1003.1-2004/gJason McIntyre
2005-06-05latest edition of susv3 is 2004, so use that as .St -p1003.1-200*;Jason McIntyre
ok marco@
2005-06-05.Xr usb(4); ok jmc@.Xavier Santolaria
2005-06-05- comment out relaydb entry, since it is not available by defaultJason McIntyre
- add a `method' capability to the whitelist example ok beck@
2005-06-05(lightly) document carp(4) in reference to state table;Jason McIntyre
suggested by alexey e. suslikov; better wording + ok joel@
2005-06-05if functions permits null reply from minibuffer, use eread (withKjell Wooding
EFNUL), not ereply. ok cloder
2005-06-05ops, forgot to regen this as well.Federico G. Schwindt
2005-06-05print the error for the last notification sent when we're IDLE in theHenning Brauer
neighbor detail display
2005-06-05grr, more whitespace KNF, more carrot for claudioHenning Brauer
2005-06-04do not print the tcp connection details when the session is IDLE, weHenning Brauer
have no connection in that case
2005-06-04when the max-prefix limit was exceeded generate a STOP event; we do notHenning Brauer
want the session to be restarted automagically in that case.
2005-06-04call the FSM with a CON_FATAL event after sending notifications in the casesHenning Brauer
where it was missing so that we actually close the connection
2005-06-04do not send out suberrorcodes for cease errors; there are none in theHenning Brauer
standard
2005-06-04use the recorded error code to prevent sending out multiple notificationsHenning Brauer
2005-06-04when sending out a notification record the error code and suberror code inHenning Brauer
the peer stats struct, and clear them as soon as the session leaves IDLE
2005-06-04undo last commit, all memory is already freed by udp_remove()Hans-Joerg Hoexer
ok cloder
2005-06-04be more clear about route-ageHenning Brauer
2005-06-04Fix description in a comment.Joel Knight
2005-06-04document resumption and keyboard behaviour with the lid closed.David Gwynne
sure deraadt@
2005-06-04Clarify that for -i/-R only paths beginning with /var/run are valid.Hans-Joerg Hoexer
2005-06-04regen.Federico G. Schwindt
2005-06-04k8htb pci bridges as found in asus a8v deluxe mobo; deraadt@ okFederico G. Schwindt
2005-06-04relay IMSG_CTL_KROUTE6 as well, from somewhere in BC on the drive to vancouverHenning Brauer
2005-06-04use the new fat random sysctl to get initial state. (fallback to looping).Ted Unangst
stir after eating 400000 words. ok + input deraadt
2005-06-04let the arc4random sysctl write out up to 256 bytes at once.Ted Unangst
ok + input deraadt miod
2005-06-04Clean up gcc-isms. OK tholoChad Loder
2005-06-04Make scsi_do_mode_sense() aware of the difference between the 8 byteKenneth R Westerback
general block descriptor and the 8 byte direct block descriptor, and return the correct values for density, block_count and block_size based on the type of the device. First cut has T_SEQUENTIAL (i.e. tape devices) as the only device type using general block descriptors, so the behaviour change is minimal.
2005-06-03Make M-x gid tokenize C identifiers correctly. Problem reported by mjc.Chad Loder
Testing and OK mjc
2005-06-03com_pxa2x0 must cause com.c compilation; piece missed by uweTheo de Raadt
2005-06-03cleanupTheo de Raadt
2005-06-03various tweaks;Jason McIntyre
ok tholo@
2005-06-03no /etc/acpi/, this was not really discussedTheo de Raadt
2005-06-03add an ipv6 example;Jason McIntyre
from alex kirk; ok dhartmei@, unless i have badly misunderstood him;
2005-06-03syncTheo de Raadt
2005-06-03May 09 First commit to OpenBSD stable branch, OPENBSD_2_7, 2000Jason Wright
2005-06-03Don't use __LINE__ to prevent binary changing when nothing reallyAlexander Yurchenko
changes. ok tholo@
2005-06-03i386 and amd64 onlyTheo de Raadt
2005-06-03syncTheo de Raadt
2005-06-03syncTheo de Raadt
2005-06-03not like this yet, it is uglyTheo de Raadt
2005-06-03No longer used.Kenneth R Westerback
2005-06-03Move definitions of struct cd_softc{} and CDRETRIES from cdvar.h intoKenneth R Westerback
cd.h. Remove include of cdvar.h from cd.c. cdvar.h becomes expendable. No functional change.
2005-06-03Tweak scsi_do_mode_sense(). NetBSD was right and I was wrong. Sigh.Kenneth R Westerback
Add 'big' parameter to report which mode sense header type is being returned. Eliminate icky pointer arithmetic, since it won't work if only block descriptors are returned by the device. No functional change.
2005-06-03Cache a copy of the INQUIRY data obtained during device attachment inKenneth R Westerback
the scsi_link structure. This is a more general solution than the current inconsistant copying of fields into _softc structures. The redundant fields in _softc's will be cleaned up later. The device field will be used immediately to finish up the new mode sense code. ok marco@
2005-06-03Fix memory leak. OK kjell, with comments by beck and kjellChad Loder
2005-06-03Like emacs, handle ^W during incremental search. Pressing ^W duringChad Loder
search will add the rest of the word from the current buffer to the pattern buffer. Testing and comments by kjell and marc
2005-06-03do not refer to installboot(8) here as it is not installed on macppc;Xavier Santolaria
ok miod@ jmc@.