Age | Commit message (Collapse) | Author | |
---|---|---|---|
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... | |||
2000-03-31 | Remove the timeout and print_stats functions (debugging code) | Jason Wright | |
Make sure to skip over zero length mbufs when building the pa/len array Correct some of the comments to reflect reality Fix sanity checking of the device based on the 'sid' | |||
2000-03-31 | Remove unnecessary debug printf. | Dale S. Rahn | |
2000-03-31 | Revision 1.3 checked in again, version 1.4 was incorrectly checked in | Dale S. Rahn | |
when if_gm.c was supposed to be checked in. It was a non-functional working version that has not yet been finished, it needs the bitbang mii code from NetBSD, or the proper routines imbedded in the driver. | |||
2000-03-31 | Busified. | Dale S. Rahn | |
OpenBSD tag added. mii code corrected (seems to work, anyone want to verify this?) only tesed at 10baseT interrupt configuration hacked, pa_line contents not reliable, hacked for now. attempt at enable hack is present but not turned on. | |||
2000-03-31 | Remove unnecessary debug prints. | Dale S. Rahn | |
2000-03-31 | Add interrupt counter. | Dale S. Rahn | |
2000-03-31 | remove extra debug printfs | Dale S. Rahn | |
2000-03-31 | Add pchb PCi Host Bridge dummy device to print devices nicely, instead of | Dale S. Rahn | |
"not configured" |