Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2000-04-01 | Previously, whatis would treat a word as [A-z0-9_] and terminate | Todd C. Miller | |
parsing an entry at the end of a word. This kept things like 'whatis B::Bytecode' from working. Now we match both on a word basis as well matching until we hit a space, ',', or '(' character. This allows one to say 'whatis B' and see the whatis line for B(3p) as well as its methods (B::*). | |||
2000-04-01 | oh bloody hell | Theo de Raadt | |
2000-04-01 | oops | Theo de Raadt | |
2000-04-01 | more MLINKS | Theo de Raadt | |
2000-04-01 | some man page tree checking tools from tchrist@perl.com | Theo de Raadt | |
2000-03-31 | Add support for USB Mass Storage devices; e.g., USB Zip Drives. UNTESTED. | Aaron Campbell | |
From NetBSD. | |||
2000-03-31 | include bsd.own.mk there (allows for PORTSDIR in /etc/mk.conf) | Marc Espie | |
(This whole series of patches approved by millert@, btw) | |||
2000-03-31 | Define BSD_OWN_MK, to play `don't include the same file twice' game. | Marc Espie | |
2000-03-31 | Reformat with ts=8, after some prodding from Tom Christiansen :) | Marc Espie | |
2000-03-31 | Parse nroff source directly as well, don't use getNAME which is awful | Marc Espie | |
at doing this. | |||
2000-03-31 | Synch doc (+IRQ 5) | Marc Espie | |
2000-03-31 | Add the ``nat target'' command. | brian | |
2000-03-31 | Quiet down boot on openfirmware probe of macobio bus. Does not print | Dale S. Rahn | |
devices that are not recognize by drivers, it does not seem right to imply that fd, scsi and adb devices exist on an imac, (ok, they really do but apple did not bring the pins out where they were useable.) | |||
2000-03-31 | Quiet down the boot for powerpc, do not print openfirmware devices not | Dale S. Rahn | |
configured, still prints all of the buses... |