espie [Mon, 3 Apr 2000 02:58:46 +0000 (02:58 +0000)]
Junk CDPATH from the environment.
millert [Mon, 3 Apr 2000 02:58:28 +0000 (02:58 +0000)]
daemon's group should be daemon, not guest!
millert [Mon, 3 Apr 2000 02:54:38 +0000 (02:54 +0000)]
This is a generated file.
millert [Mon, 3 Apr 2000 02:52:11 +0000 (02:52 +0000)]
Add missing 'praliases user1 user2 ...' functionality from sendmail-8.10.1.Beta1
deraadt [Mon, 3 Apr 2000 02:38:12 +0000 (02:38 +0000)]
clarify better that this is a DS driver
aaron [Mon, 3 Apr 2000 02:30:59 +0000 (02:30 +0000)]
Do not give the .Os macro an argument. It will be replaced by the current
version of OpenBSD.
aaron [Mon, 3 Apr 2000 02:28:34 +0000 (02:28 +0000)]
OpenBSD'ify the Aironet man pages.
mickey [Mon, 3 Apr 2000 01:59:19 +0000 (01:59 +0000)]
enable ray at pcmcia, once pcic config has been fixed
deraadt [Mon, 3 Apr 2000 01:53:36 +0000 (01:53 +0000)]
split wireless cards into their own section
deraadt [Mon, 3 Apr 2000 01:46:23 +0000 (01:46 +0000)]
byte order fixes; gwes@oat.com
mickey [Mon, 3 Apr 2000 01:39:12 +0000 (01:39 +0000)]
an at pcmcia; 10x Lynda McGinley <mcginley@suod.cs.colorado.edu> for a hardware loan
mickey [Mon, 3 Apr 2000 01:10:05 +0000 (01:10 +0000)]
ancontrol(8), probably should not be i386, but follow wicontrol
mickey [Mon, 3 Apr 2000 01:08:09 +0000 (01:08 +0000)]
ancontrol(8) to manipulate an(4)
mickey [Mon, 3 Apr 2000 01:05:22 +0000 (01:05 +0000)]
an(4)
mickey [Mon, 3 Apr 2000 01:03:19 +0000 (01:03 +0000)]
an(4), it figures
mickey [Mon, 3 Apr 2000 01:01:58 +0000 (01:01 +0000)]
aironet 802.11 ds driver from freebsd, isa and pci are missing
deraadt [Mon, 3 Apr 2000 00:49:14 +0000 (00:49 +0000)]
sync
krw [Mon, 3 Apr 2000 00:04:01 +0000 (00:04 +0000)]
Bring code into line with comment and ensure
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.
krw [Sun, 2 Apr 2000 23:51:16 +0000 (23:51 +0000)]
Stop losing carriers during bus reset, by not re-init'ing icq_sp/irq_sp
krw [Sun, 2 Apr 2000 23:32:13 +0000 (23:32 +0000)]
AdvSendIdleCmd() not re-entrant - use splbio()/splx(). Two typos.
krw [Sun, 2 Apr 2000 23:19:26 +0000 (23:19 +0000)]
adw_intr should only claim adw interrupts. Two typos.
millert [Sun, 2 Apr 2000 21:39:42 +0000 (21:39 +0000)]
Sample lines for sudo and chat using !progname syntax
millert [Sun, 2 Apr 2000 21:35:44 +0000 (21:35 +0000)]
Missed this one in the previous mega localization commit. Don't
build op.ps in the source tree, install op.me in source form.
millert [Sun, 2 Apr 2000 21:22:35 +0000 (21:22 +0000)]
Must put Cw entries in LOCAL_CONFIG section or they seem to get ignored.
millert [Sun, 2 Apr 2000 21:15:53 +0000 (21:15 +0000)]
Homegrown feature to do local mail address rewrites. Needed to build
courtesan.mc and generally useful.
millert [Sun, 2 Apr 2000 21:12:29 +0000 (21:12 +0000)]
Fix typo introduced in last commit
millert [Sun, 2 Apr 2000 21:11:43 +0000 (21:11 +0000)]
Build courtesan-lists.mc and openbsd-lists.mc too
millert [Sun, 2 Apr 2000 21:04:37 +0000 (21:04 +0000)]
arc4random() returns an unsigned 32-bit int but sendmail expects the
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.
millert [Sun, 2 Apr 2000 19:48:08 +0000 (19:48 +0000)]
Remove sendmail's `Build' scaffolding and add real Makefiles
praliases should be in section 1, not 8
Use arc4random(3) instead of random(3)
Add some sample OpenBSD .mc files
millert [Sun, 2 Apr 2000 19:05:36 +0000 (19:05 +0000)]
stock sendmail 8.10.0 with $Id -> $Sendmail
deraadt [Sun, 2 Apr 2000 18:47:50 +0000 (18:47 +0000)]
handle obj dirs
millert [Sun, 2 Apr 2000 18:13:13 +0000 (18:13 +0000)]
These have been removed from the sendmail distribution so move them here.
millert [Sun, 2 Apr 2000 17:59:04 +0000 (17:59 +0000)]
First appeared in OpenBSD 2.1
deraadt [Sun, 2 Apr 2000 03:59:00 +0000 (03:59 +0000)]
typo
deraadt [Sun, 2 Apr 2000 02:12:32 +0000 (02:12 +0000)]
sync
brian [Sun, 2 Apr 2000 01:36:26 +0000 (01:36 +0000)]
When a link is ``!program'', realise when the process we're
exec()ing couldn't be exec'd and fail the device open rather
than thinking the open succeeded but the first read() got zero.
brian [Sun, 2 Apr 2000 01:36:25 +0000 (01:36 +0000)]
Allow ``set authname'' in any phase, just warn if we're not
in DEAD or ESTABLISH.
brian [Sun, 2 Apr 2000 01:36:24 +0000 (01:36 +0000)]
Don't ``down'' all NCPs when the last LCP reaches TLD. Instead,
wait for bundle_LinkClosed() to be called. This allows the correct
redial decision to be made (un-breaking ``set redial'').
brian [Sun, 2 Apr 2000 01:36:23 +0000 (01:36 +0000)]
Don't claim (in the log file) that the parent was notified
of success if the child process in -background mode failed
to connect.
brian [Sun, 2 Apr 2000 01:36:22 +0000 (01:36 +0000)]
Don't wait for the redial timer before exiting due to the last
background/direct link closing.
brian [Sun, 2 Apr 2000 01:36:20 +0000 (01:36 +0000)]
Make the default ``nat target'' address INADDR_NONE, meaning
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
rahnds [Sun, 2 Apr 2000 00:14:31 +0000 (00:14 +0000)]
callout->timeout.
Ok, my tree was not fully updated, and it was committed
incorrectly. This is version 1.38 checked in again.
aaron [Sun, 2 Apr 2000 00:03:11 +0000 (00:03 +0000)]
Fix a typo from last commit that was causing spontaneous reboots.
provos [Sat, 1 Apr 2000 23:29:25 +0000 (23:29 +0000)]
fdup could fail when want for fdalloc > than the free fd in the block.
slightly different fix than in the bug report by
Rob Pickering <rob@syntonet.co.uk>
deraadt [Sat, 1 Apr 2000 22:45:27 +0000 (22:45 +0000)]
add mlinks
deraadt [Sat, 1 Apr 2000 22:45:09 +0000 (22:45 +0000)]
modernize Xr
deraadt [Sat, 1 Apr 2000 22:18:13 +0000 (22:18 +0000)]
do some file renaming here, and more links
aaron [Sat, 1 Apr 2000 19:11:35 +0000 (19:11 +0000)]
The AMD756 requires a delay before reading the number of ports from the
controller to avoid getting 0 from it; from NetBSD.
deraadt [Sat, 1 Apr 2000 17:20:10 +0000 (17:20 +0000)]
commons type mismatch; ath@algonet.se
deraadt [Sat, 1 Apr 2000 17:19:09 +0000 (17:19 +0000)]
buf oflow; ath@algonet.se
rahnds [Sat, 1 Apr 2000 15:38:21 +0000 (15:38 +0000)]
boot noise removal.
rahnds [Sat, 1 Apr 2000 15:30:00 +0000 (15:30 +0000)]
timeout -> callout.
hugh [Sat, 1 Apr 2000 13:08:36 +0000 (13:08 +0000)]
.core.Z via NetBSD pr/9684
jakob [Sat, 1 Apr 2000 10:13:26 +0000 (10:13 +0000)]
define and use SYS_NMLN. ok deraadt@
deraadt [Sat, 1 Apr 2000 08:05:05 +0000 (08:05 +0000)]
ok, this is not my night. never before has a makefile kicked my ass
as much as this one has. i violated the "test fully before commit rule"
deraadt [Sat, 1 Apr 2000 06:01:56 +0000 (06:01 +0000)]
when will this end...
millert [Sat, 1 Apr 2000 05:05:35 +0000 (05:05 +0000)]
Previously, whatis would treat a word as [A-z0-9_] and terminate
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::*).
deraadt [Sat, 1 Apr 2000 05:01:15 +0000 (05:01 +0000)]
oh bloody hell
deraadt [Sat, 1 Apr 2000 04:41:26 +0000 (04:41 +0000)]
oops
deraadt [Sat, 1 Apr 2000 03:44:20 +0000 (03:44 +0000)]
more MLINKS
deraadt [Sat, 1 Apr 2000 03:41:46 +0000 (03:41 +0000)]
some man page tree checking tools from tchrist@perl.com
aaron [Fri, 31 Mar 2000 22:11:37 +0000 (22:11 +0000)]
Add support for USB Mass Storage devices; e.g., USB Zip Drives. UNTESTED.
From NetBSD.
espie [Fri, 31 Mar 2000 18:43:25 +0000 (18:43 +0000)]
include bsd.own.mk there (allows for PORTSDIR in /etc/mk.conf)
(This whole series of patches approved by millert@, btw)
espie [Fri, 31 Mar 2000 18:03:54 +0000 (18:03 +0000)]
Define BSD_OWN_MK, to play `don't include the same file twice' game.
espie [Fri, 31 Mar 2000 15:56:59 +0000 (15:56 +0000)]
Reformat with ts=8, after some prodding from Tom Christiansen :)
espie [Fri, 31 Mar 2000 15:55:06 +0000 (15:55 +0000)]
Parse nroff source directly as well, don't use getNAME which is awful
at doing this.
espie [Fri, 31 Mar 2000 15:23:26 +0000 (15:23 +0000)]
Synch doc (+IRQ 5)
brian [Fri, 31 Mar 2000 14:32:50 +0000 (14:32 +0000)]
Add the ``nat target'' command.
rahnds [Fri, 31 Mar 2000 06:08:26 +0000 (06:08 +0000)]
Quiet down boot on openfirmware probe of macobio bus. Does not print
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.)
rahnds [Fri, 31 Mar 2000 06:06:28 +0000 (06:06 +0000)]
Quiet down the boot for powerpc, do not print openfirmware devices not
configured, still prints all of the buses...
jason [Fri, 31 Mar 2000 05:49:08 +0000 (05:49 +0000)]
Remove the timeout and print_stats functions (debugging code)
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'
rahnds [Fri, 31 Mar 2000 05:43:54 +0000 (05:43 +0000)]
Remove unnecessary debug printf.
rahnds [Fri, 31 Mar 2000 05:33:36 +0000 (05:33 +0000)]
Revision 1.3 checked in again, version 1.4 was incorrectly checked in
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.
rahnds [Fri, 31 Mar 2000 05:30:52 +0000 (05:30 +0000)]
Busified.
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.
rahnds [Fri, 31 Mar 2000 05:18:46 +0000 (05:18 +0000)]
Remove unnecessary debug prints.
rahnds [Fri, 31 Mar 2000 05:14:37 +0000 (05:14 +0000)]
Add interrupt counter.
rahnds [Fri, 31 Mar 2000 04:49:35 +0000 (04:49 +0000)]
remove extra debug printfs
rahnds [Fri, 31 Mar 2000 04:44:39 +0000 (04:44 +0000)]
Add pchb PCi Host Bridge dummy device to print devices nicely, instead of
"not configured"
rahnds [Fri, 31 Mar 2000 04:41:53 +0000 (04:41 +0000)]
PCi Host Bridge, dummy driver to quiet "not configured" messages,
hopefully will be used to configure special items on bridges.
(such as hacks to enable devices?)
rahnds [Fri, 31 Mar 2000 04:25:41 +0000 (04:25 +0000)]
Find last memory or io segment, in case multiple happen to be found,
allows imac to configure ohci.
rahnds [Fri, 31 Mar 2000 04:20:20 +0000 (04:20 +0000)]
Add interrupt counter, to verify interrupt problem is causing
over 200000 interrupts per second, and the G4 is still usable.
Gotta fix that bug.
rahnds [Fri, 31 Mar 2000 04:16:34 +0000 (04:16 +0000)]
add support for intrcnt from "C", make CLK_IRQ available
to count clock interrupts.
rahnds [Fri, 31 Mar 2000 04:14:18 +0000 (04:14 +0000)]
Count clock interrupts.
rahnds [Fri, 31 Mar 2000 04:12:58 +0000 (04:12 +0000)]
implement dmamap_load (stolen from i386) for powerpc.
This is required for USB support.
(with this a a bit more the root hub configures).
rahnds [Fri, 31 Mar 2000 04:11:02 +0000 (04:11 +0000)]
add interrupt counting support. (intrcnt)
rahnds [Fri, 31 Mar 2000 04:09:31 +0000 (04:09 +0000)]
Add ummapiodev() functionality, to mirror mapiodev().
deraadt [Fri, 31 Mar 2000 01:24:09 +0000 (01:24 +0000)]
spelling
deraadt [Fri, 31 Mar 2000 01:01:06 +0000 (01:01 +0000)]
sync
deraadt [Fri, 31 Mar 2000 01:00:48 +0000 (01:00 +0000)]
install inetd.conf(5) here instead
deraadt [Fri, 31 Mar 2000 00:21:58 +0000 (00:21 +0000)]
link inetd.conf(5) to inetd(8)
deraadt [Fri, 31 Mar 2000 00:10:24 +0000 (00:10 +0000)]
more timezone pointers
millert [Fri, 31 Mar 2000 00:10:14 +0000 (00:10 +0000)]
Tell how to set the localtime link here too.
millert [Fri, 31 Mar 2000 00:04:14 +0000 (00:04 +0000)]
Add a pointer to zic so new users can figure out how to set the
timezone. The obvious thing to do is 'man timezone' so hopefully
folks will be able to get the info they need.
millert [Thu, 30 Mar 2000 23:56:27 +0000 (23:56 +0000)]
Reference /etc/localtime in FILES section.
millert [Thu, 30 Mar 2000 23:30:25 +0000 (23:30 +0000)]
Try a hard link before a soft one since we want hard links in
the zoneinfo dir.
millert [Thu, 30 Mar 2000 23:26:45 +0000 (23:26 +0000)]
Make 'zic -l' actually work. I guess we all just do the symlink
by hand and thus never noticed.
jason [Thu, 30 Mar 2000 23:14:25 +0000 (23:14 +0000)]
document hook functions
alex [Thu, 30 Mar 2000 21:46:38 +0000 (21:46 +0000)]
buffersize -> buffer_size
deraadt [Thu, 30 Mar 2000 21:12:15 +0000 (21:12 +0000)]
sync
aaron [Thu, 30 Mar 2000 21:02:08 +0000 (21:02 +0000)]
- Remove some unused code.
- Much needed indent cleanup.