summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-01-24Preserve SPRG0-SPRG3 around BUG calls, as required in the PPC1Bug UM;Miod Vallat
reminded by drahn@, thanks!
2004-01-24eek, no, ERROR is of course not unusedHenning Brauer
2004-01-24Remove unused terminals.Ryan Thomas McBride
ok henning@
2004-01-24minor knfTheo de Raadt
2004-01-24wrong docs for an ioctl; jjy2+@pitt.eduTheo de Raadt
2004-01-24Xr to right page; okan@demirmen.comTheo de Raadt
2004-01-24since other users cannot exec them, do not make it readable eitherTheo de Raadt
2004-01-24we can use memcpy for the whole thing in merge_config now instead ofHenning Brauer
copying each and every thing on its own yes, there was a reason to do it this way once, but it vanished ok claudio@
2004-01-24document EPERM; from Pedro Martelletto;Jason McIntyre
ok millert@
2004-01-24Do *not* set scsi_link flags to SCSIDEBUG_LEVEL for every ahc device.Kenneth R Westerback
Let scsi_probedev() set the flags based on scsidebug_targets and scsidebug_luns when a device scsi link is created. Elminates indisciminate flood of debug info for ahc scsi buses and solves mystery of why ahc devices produced info when other devices were silent.
2004-01-24oops. no need for vitut comment;Jason McIntyre
2004-01-24install vi tutorial docs; these have been updated to reflect reality;Jason McIntyre
help and ok millert@
2004-01-24document how file recovery works on OBSD;Jason McIntyre
ok millert@
2004-01-24make vi reference card and vi tutorial easier to find;Jason McIntyre
use -compact for FILES;
2004-01-24some fixes from Jared Yanovich, and a couple from myself;Jason McIntyre
2004-01-24Improve detection and reporting of VIA CPU types. Correct spellingsTom Cosgrove
of same. ok deraadt@, beck@, weingart@
2004-01-24typo from Jared Yanovich;Jason McIntyre
2004-01-24typo from Jared Yanovich;Jason McIntyre
2004-01-23`Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))Jason McIntyre
discussed with todd@
2004-01-23permit rpc.yppasswdd run to be blocked, and block by default; ok henning teduTheo de Raadt
2004-01-23sort options and clean up openssl ocsp;Jason McIntyre
plus a stab at making this page more consistent;
2004-01-23syncTheo de Raadt
2004-01-23ifstated, from mpf@. This daemon listens on the routing socket forRyan Thomas McBride
interface link state changes and runs commands when these changes occur. This is particularly useful with carp(4) interfaces; stay tuned for additional features and documentation. ok deraadt@ mpf@
2004-01-23Crank SHMMAXPGS to 32mb; deraadt@ OK for all, drahn@ OK for macppc + pegasosTodd C. Miller
2004-01-23use log_addrHenning Brauer
2004-01-23provide log_addr, which takes a struct bgpd_addrHenning Brauer
intended to replace log_ntoa in most cases becaus that is IPv4 only by design
2004-01-23no more suid; ok miodTheo de Raadt
2004-01-23support for cradle mode by marius at monkey.org; cradle mode allows theNikolay Sturm
systrace UI to be attached and re-attached, it also multiplexes across systrace process so that one UI can function as central notification from provos@, ok markus@
2004-01-23Use %b to display status register, this will make bug reports moreAlexander Yurchenko
informative. Also convert WDCS_BITS string to caps.
2004-01-23Clarify find -X and Xr xargs(1). Based on a diff from and OK by jmc@Todd C. Miller
2004-01-23Add NTFS; deraadt@ OKTodd C. Miller
2004-01-23rename acss@opebsd.org to acss@openssh.orgHans-Joerg Hoexer
ok deraadt@
2004-01-23Use correct cvs id string.Hans-Joerg Hoexer
ok deraadt@
2004-01-23USE_GCC3 switch, now that propolice is in.Marc Espie
2004-01-23remove junk return at endTheo de Raadt
2004-01-23syncTheo de Raadt
2004-01-23make sure to only use the accept()ed connection of there is no other existingHenning Brauer
tcp connection for the peer in question, and shutdown & close it otherwise. add a comment about collision detection.
2004-01-23sync comments with reality and properly log accept() errorsHenning Brauer
2004-01-23Fix issue pointed out with ls not handling large directories with embededmouring
paths correctly. OK damien@
2004-01-23Get rid of a few (mostly DDB related) unused defines and macros.Miod Vallat
2004-01-23syncPeter Stromberg
2004-01-23Virtual SVGA IIPeter Stromberg
ok deraadt@
2004-01-23enable acss for sshHans-Joerg Hoexer
ok deraadt@ markus@
2004-01-23enable acss.Hans-Joerg Hoexer
ok @deraadt @markus Also bump minor version. ok @deraadt
2004-01-23evp api and manual page for acssHans-Joerg Hoexer
ok deraadt@ markus@
2004-01-23Add acss to libcrypto.Hans-Joerg Hoexer
ok deraadt@ markus@
2004-01-23died of starvationMiod Vallat
2004-01-23sort options and tidy openssl nseq;Jason McIntyre
2004-01-23Clean the device configuration settings, and comment out unsupportedMiod Vallat
hardware for now.
2004-01-23Sync options and defines with other ppc ports.Miod Vallat