summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-04-03again, remind admins how to read man pagesTheo de Raadt
2000-04-03make DS pages point to DS, and same for FHTheo de Raadt
2000-04-03correct Xr to where we actually install the man pagesTheo de Raadt
2000-04-03add nsphyter man pageJason Wright
2000-04-03change overriding messageTheo de Raadt
2000-04-03described the modern cardsTheo de Raadt
2000-04-03channel layer support for ssh2Markus Friedl
2000-04-03hide CMSG_ALIGN from userland, it is not part of RFC2292/Posix.1g.Jun-ichiro itojun Hagino
2000-04-03add more ntohs(). u_short -> u_int16_t. (in-sync with tcpdump.org tree)Jun-ichiro itojun Hagino
2000-04-03Set the default node name to "OpenBSD".Aaron Campbell
2000-04-03Junk CDPATH from the environment.Marc Espie
2000-04-03daemon's group should be daemon, not guest!Todd C. Miller
2000-04-03This is a generated file.Todd C. Miller
2000-04-03Add missing 'praliases user1 user2 ...' functionality from sendmail-8.10.1.Beta1Todd C. Miller
2000-04-03clarify better that this is a DS driverTheo de Raadt
2000-04-03Do not give the .Os macro an argument. It will be replaced by the currentAaron Campbell
version of OpenBSD.
2000-04-03OpenBSD'ify the Aironet man pages.Aaron Campbell
2000-04-03enable ray at pcmcia, once pcic config has been fixedMichael Shalayeff
2000-04-03split wireless cards into their own sectionTheo de Raadt
2000-04-03byte order fixes; gwes@oat.comTheo de Raadt
2000-04-03an at pcmcia; 10x Lynda McGinley <mcginley@suod.cs.colorado.edu> for a ↵Michael Shalayeff
hardware loan
2000-04-03ancontrol(8), probably should not be i386, but follow wicontrolMichael Shalayeff
2000-04-03ancontrol(8) to manipulate an(4)Michael Shalayeff
2000-04-03an(4)Michael Shalayeff
2000-04-03an(4), it figuresMichael Shalayeff
2000-04-03aironet 802.11 ds driver from freebsd, isa and pci are missingMichael Shalayeff
2000-04-03syncTheo de Raadt
2000-04-03Bring code into line with comment and ensureKenneth R Westerback
that carr_freelist always has a carrier on it. This should fix a problem where carr_freelist has become NULL and then AdvISR() attempts to put a carrier back on the list without checking if carr_freelist is non-NULL. This and the previous two changes to adwlib.c and the change committed to adw.c at the same time were derived in whole or part from work done by/with dante@ from NetBSD.
2000-04-02Stop losing carriers during bus reset, by not re-init'ing icq_sp/irq_spKenneth R Westerback
2000-04-02AdvSendIdleCmd() not re-entrant - use splbio()/splx(). Two typos.Kenneth R Westerback
2000-04-02adw_intr should only claim adw interrupts. Two typos.Kenneth R Westerback
2000-04-02Sample lines for sudo and chat using !progname syntaxTodd C. Miller
2000-04-02Missed this one in the previous mega localization commit. Don'tTodd C. Miller
build op.ps in the source tree, install op.me in source form.
2000-04-02Must put Cw entries in LOCAL_CONFIG section or they seem to get ignored.Todd C. Miller
2000-04-02Homegrown feature to do local mail address rewrites. Needed to buildTodd C. Miller
courtesan.mc and generally useful.
2000-04-02Fix typo introduced in last commitTodd C. Miller
2000-04-02Build courtesan-lists.mc and openbsd-lists.mc tooTodd C. Miller
2000-04-02arc4random() returns an unsigned 32-bit int but sendmail expects theTodd C. Miller
RNG to return a signed (but positive) value. This resulted in some random numbers being interpreted as signed negative. In one case the result was being used to traverse an array so bad things (tm) were happening. The fix is to simply mask out the sign bit.
2000-04-02Remove sendmail's `Build' scaffolding and add real MakefilesTodd C. Miller
praliases should be in section 1, not 8 Use arc4random(3) instead of random(3) Add some sample OpenBSD .mc files
2000-04-02stock sendmail 8.10.0 with $Id -> $SendmailTodd C. Miller
2000-04-02handle obj dirsTheo de Raadt
2000-04-02These have been removed from the sendmail distribution so move them here.Todd C. Miller
2000-04-02First appeared in OpenBSD 2.1Todd C. Miller
2000-04-02typoTheo de Raadt
2000-04-02syncTheo de Raadt
2000-04-02When a link is ``!program'', realise when the process we'rebrian
exec()ing couldn't be exec'd and fail the device open rather than thinking the open succeeded but the first read() got zero.
2000-04-02Allow ``set authname'' in any phase, just warn if we're notbrian
in DEAD or ESTABLISH.
2000-04-02Don't ``down'' all NCPs when the last LCP reaches TLD. Instead,brian
wait for bundle_LinkClosed() to be called. This allows the correct redial decision to be made (un-breaking ``set redial'').
2000-04-02Don't claim (in the log file) that the parent was notifiedbrian
of success if the child process in -background mode failed to connect.
2000-04-02Don't wait for the redial timer before exiting due to the lastbrian
background/direct link closing.