summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-01-25Various typos in comments.Miod Vallat
2004-01-25reset nonblocking flag after ConnectTimeout > 0 connect; (bugzilla #785)Damien Miller
from jclonguet AT free.fr; ok millert@
2004-01-25when dealing with structs in packets, be paranoid in case sometimeTheo de Raadt
in the future they end up being misaligned; itojun ok
2004-01-25knf and cleanup. as well avoid sending out packet information whichTheo de Raadt
contains byte-order, alignment, or padding information about the src host. while at it, fix unaligned access operations. ok itojun
2004-01-25syncTheo de Raadt
2004-01-25Crank SHMMAXPGS to 32mb; OK mickey@Todd C. Miller
2004-01-25Use %lu to print u_long values, not %d or %ld. Fixes display ofKenneth R Westerback
negative number of sectors for very large (i.e. RAID) disks. Noticed by Marco Peereboom. ok deraadt@.
2004-01-25documenmt "show interface"Henning Brauer
2004-01-25Allow restriction of SCSIDEBUG output to particular scsi buses inKenneth R Westerback
addition to device targets and luns. ok deraadt@.
2004-01-24Also add support for Sierra A550 and A710/A750 which are apparently mapTheo de Raadt
the com port at the same place
2004-01-24syncTheo de Raadt
2004-01-24two more sierras that are equivalantTheo de Raadt
2004-01-24syncTheo de Raadt
2004-01-24Sierra A555 1x card supportTheo de Raadt
2004-01-24Correctly size physical memory.Miod Vallat
2004-01-24Switch libsa to use loadfile()Miod Vallat
2004-01-24ugly #ifdef to be deleted laterTheo de Raadt
must still do TUR on mvme68k & mvme88k ssh(4) driver ok miod krw
2004-01-24.Vt is not just a FORTRAN thing; noted by Jared Yanvovich;Jason McIntyre
sadly, our .Vt does not respect punctuation... ok deraadt@
2004-01-24Deal with <machine/prom.h> changes.Miod Vallat
2004-01-24RB_xxx constants and values cleanup.Miod Vallat
2004-01-24Bring in strlcat, strlcpy and snprintf from libkern.Miod Vallat
2004-01-24No chown/chmod outside install targets.Miod Vallat
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@