Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-03 | again, remind admins how to read man pages | Theo de Raadt | |
2000-04-03 | make DS pages point to DS, and same for FH | Theo de Raadt | |
2000-04-03 | correct Xr to where we actually install the man pages | Theo de Raadt | |
2000-04-03 | add nsphyter man page | Jason Wright | |
2000-04-03 | change overriding message | Theo de Raadt | |
2000-04-03 | described the modern cards | Theo de Raadt | |
2000-04-03 | channel layer support for ssh2 | Markus Friedl | |
2000-04-03 | hide CMSG_ALIGN from userland, it is not part of RFC2292/Posix.1g. | Jun-ichiro itojun Hagino | |
2000-04-03 | add more ntohs(). u_short -> u_int16_t. (in-sync with tcpdump.org tree) | Jun-ichiro itojun Hagino | |
2000-04-03 | Set the default node name to "OpenBSD". | Aaron Campbell | |
2000-04-03 | Junk CDPATH from the environment. | Marc Espie | |
2000-04-03 | daemon's group should be daemon, not guest! | Todd C. Miller | |
2000-04-03 | This is a generated file. | Todd C. Miller | |
2000-04-03 | Add missing 'praliases user1 user2 ...' functionality from sendmail-8.10.1.Beta1 | Todd C. Miller | |
2000-04-03 | clarify better that this is a DS driver | Theo de Raadt | |
2000-04-03 | Do not give the .Os macro an argument. It will be replaced by the current | Aaron Campbell | |
version of OpenBSD. | |||
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. |