summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2000-04-02Make the default ``nat target'' address INADDR_NONE, meaningbrian
incoming connections go to the NAT address. Make a ``nat target'' address of INADDR_ANY allow connections from outside directly into the internal network. Change some s_addr == 0 to s_addr == INADDR_ANY
2000-04-02callout->timeout.Dale S. Rahn
Ok, my tree was not fully updated, and it was committed incorrectly. This is version 1.38 checked in again.
2000-04-02Fix a typo from last commit that was causing spontaneous reboots.Aaron Campbell
2000-04-01fdup could fail when want for fdalloc > than the free fd in the block.Niels Provos
slightly different fix than in the bug report by Rob Pickering <rob@syntonet.co.uk>
2000-04-01add mlinksTheo de Raadt
2000-04-01modernize XrTheo de Raadt
2000-04-01do some file renaming here, and more linksTheo de Raadt
2000-04-01The AMD756 requires a delay before reading the number of ports from theAaron Campbell
controller to avoid getting 0 from it; from NetBSD.
2000-04-01commons type mismatch; ath@algonet.seTheo de Raadt
2000-04-01buf oflow; ath@algonet.seTheo de Raadt
2000-04-01boot noise removal.Dale S. Rahn
2000-04-01timeout -> callout.Dale S. Rahn
2000-04-01.core.Z via NetBSD pr/9684Hugh Graham
2000-04-01define and use SYS_NMLN. ok deraadt@Jakob Schlyter
2000-04-01ok, this is not my night. never before has a makefile kicked my assTheo de Raadt
as much as this one has. i violated the "test fully before commit rule"
2000-04-01when will this end...Theo de Raadt