Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-03 | OpenBSD'ify the Aironet man pages. | Aaron Campbell | |
2000-04-03 | enable ray at pcmcia, once pcic config has been fixed | Michael Shalayeff | |
2000-04-03 | split wireless cards into their own section | Theo de Raadt | |
2000-04-03 | byte order fixes; gwes@oat.com | Theo de Raadt | |
2000-04-03 | an at pcmcia; 10x Lynda McGinley <mcginley@suod.cs.colorado.edu> for a ↵ | Michael Shalayeff | |
hardware loan | |||
2000-04-03 | ancontrol(8), probably should not be i386, but follow wicontrol | Michael Shalayeff | |
2000-04-03 | ancontrol(8) to manipulate an(4) | Michael Shalayeff | |
2000-04-03 | an(4) | Michael Shalayeff | |
2000-04-03 | an(4), it figures | Michael Shalayeff | |
2000-04-03 | aironet 802.11 ds driver from freebsd, isa and pci are missing | Michael Shalayeff | |
2000-04-03 | sync | Theo de Raadt | |
2000-04-03 | Bring code into line with comment and ensure | Kenneth 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-02 | Stop losing carriers during bus reset, by not re-init'ing icq_sp/irq_sp | Kenneth R Westerback | |
2000-04-02 | AdvSendIdleCmd() not re-entrant - use splbio()/splx(). Two typos. | Kenneth R Westerback | |
2000-04-02 | adw_intr should only claim adw interrupts. Two typos. | Kenneth R Westerback | |
2000-04-02 | Sample lines for sudo and chat using !progname syntax | Todd C. Miller | |
2000-04-02 | Missed this one in the previous mega localization commit. Don't | Todd C. Miller | |
build op.ps in the source tree, install op.me in source form. | |||
2000-04-02 | Must put Cw entries in LOCAL_CONFIG section or they seem to get ignored. | Todd C. Miller | |
2000-04-02 | Homegrown feature to do local mail address rewrites. Needed to build | Todd C. Miller | |
courtesan.mc and generally useful. | |||
2000-04-02 | Fix typo introduced in last commit | Todd C. Miller | |
2000-04-02 | Build courtesan-lists.mc and openbsd-lists.mc too | Todd C. Miller | |
2000-04-02 | arc4random() returns an unsigned 32-bit int but sendmail expects the | Todd 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-02 | Remove sendmail's `Build' scaffolding and add real Makefiles | Todd 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-02 | stock sendmail 8.10.0 with $Id -> $Sendmail | Todd C. Miller | |
2000-04-02 | handle obj dirs | Theo de Raadt | |
2000-04-02 | These have been removed from the sendmail distribution so move them here. | Todd C. Miller | |
2000-04-02 | First appeared in OpenBSD 2.1 | Todd C. Miller | |
2000-04-02 | typo | Theo de Raadt | |
2000-04-02 | sync | Theo de Raadt | |
2000-04-02 | When a link is ``!program'', realise when the process we're | brian | |
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-02 | Allow ``set authname'' in any phase, just warn if we're not | brian | |
in DEAD or ESTABLISH. | |||
2000-04-02 | Don'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-02 | Don't claim (in the log file) that the parent was notified | brian | |
of success if the child process in -background mode failed to connect. | |||
2000-04-02 | Don't wait for the redial timer before exiting due to the last | brian | |
background/direct link closing. | |||
2000-04-02 | Make the default ``nat target'' address INADDR_NONE, meaning | brian | |
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-02 | callout->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-02 | Fix a typo from last commit that was causing spontaneous reboots. | Aaron Campbell | |
2000-04-01 | fdup 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-01 | add mlinks | Theo de Raadt | |
2000-04-01 | modernize Xr | Theo de Raadt | |
2000-04-01 | do some file renaming here, and more links | Theo de Raadt | |
2000-04-01 | The AMD756 requires a delay before reading the number of ports from the | Aaron Campbell | |
controller to avoid getting 0 from it; from NetBSD. | |||
2000-04-01 | commons type mismatch; ath@algonet.se | Theo de Raadt | |
2000-04-01 | buf oflow; ath@algonet.se | Theo de Raadt | |
2000-04-01 | boot noise removal. | Dale S. Rahn | |
2000-04-01 | timeout -> callout. | Dale S. Rahn | |
2000-04-01 | .core.Z via NetBSD pr/9684 | Hugh Graham | |
2000-04-01 | define and use SYS_NMLN. ok deraadt@ | Jakob Schlyter | |
2000-04-01 | ok, this is not my night. never before has a makefile kicked my ass | Theo de Raadt | |
as much as this one has. i violated the "test fully before commit rule" | |||
2000-04-01 | when will this end... | Theo de Raadt | |