summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2000-04-01Previously, whatis would treat a word as [A-z0-9_] and terminateTodd 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-01oh bloody hellTheo de Raadt
2000-04-01oopsTheo de Raadt
2000-04-01more MLINKSTheo de Raadt
2000-04-01some man page tree checking tools from tchrist@perl.comTheo de Raadt
2000-03-31Add support for USB Mass Storage devices; e.g., USB Zip Drives. UNTESTED.Aaron Campbell
From NetBSD.
2000-03-31include bsd.own.mk there (allows for PORTSDIR in /etc/mk.conf)Marc Espie
(This whole series of patches approved by millert@, btw)
2000-03-31Define BSD_OWN_MK, to play `don't include the same file twice' game.Marc Espie
2000-03-31Reformat with ts=8, after some prodding from Tom Christiansen :)Marc Espie
2000-03-31Parse nroff source directly as well, don't use getNAME which is awfulMarc Espie
at doing this.
2000-03-31Synch doc (+IRQ 5)Marc Espie
2000-03-31Add the ``nat target'' command.brian
2000-03-31Quiet down boot on openfirmware probe of macobio bus. Does not printDale 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-31Quiet down the boot for powerpc, do not print openfirmware devices notDale S. Rahn
configured, still prints all of the buses...
2000-03-31Remove 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-31Remove unnecessary debug printf.Dale S. Rahn
2000-03-31Revision 1.3 checked in again, version 1.4 was incorrectly checked inDale 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-31Busified.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-31Remove unnecessary debug prints.Dale S. Rahn
2000-03-31Add interrupt counter.Dale S. Rahn
2000-03-31remove extra debug printfsDale S. Rahn
2000-03-31Add pchb PCi Host Bridge dummy device to print devices nicely, instead ofDale S. Rahn
"not configured"