openbsd
24 years agoadd errata for 82443BX identified by smurph
deraadt [Wed, 26 Apr 2000 18:38:47 +0000 (18:38 +0000)]
add errata for 82443BX identified by smurph

24 years agoSIOCSIFGENERIC/SIOCGIFGENERIC
chris [Wed, 26 Apr 2000 18:37:37 +0000 (18:37 +0000)]
SIOCSIFGENERIC/SIOCGIFGENERIC

24 years agoAdd a section talking about random data sources, /dev/arandom, and what
beck [Wed, 26 Apr 2000 16:19:39 +0000 (16:19 +0000)]
Add a section talking about random data sources, /dev/arandom, and what
happens when it's not there.

24 years agoconst poisoning
itojun [Wed, 26 Apr 2000 16:08:12 +0000 (16:08 +0000)]
const poisoning

24 years agoadd $KAME$ for future version tracking
itojun [Wed, 26 Apr 2000 16:05:20 +0000 (16:05 +0000)]
add $KAME$ for future version tracking

24 years agoAdd sysexits(3) as referenced by style(9) from FreeBSD. This is basically
millert [Wed, 26 Apr 2000 16:01:09 +0000 (16:01 +0000)]
Add sysexits(3) as referenced by style(9) from FreeBSD.  This is basically
just the comments from sysexits.h

24 years agoMinor comment changes:
millert [Wed, 26 Apr 2000 15:59:57 +0000 (15:59 +0000)]
Minor comment changes:
 o utmp lives in /var/run, not /etc
 o document EX_CONFIG

24 years agoChange the name of mail's send() function to sendmessages() to
millert [Wed, 26 Apr 2000 15:47:29 +0000 (15:47 +0000)]
Change the name of mail's send() function to sendmessages() to
avoid shadowing the libc send(2); gadams@avernus.com

24 years agoMissing links.
espie [Wed, 26 Apr 2000 15:45:27 +0000 (15:45 +0000)]
Missing links.

24 years agoTry harder to find a full subject line.
espie [Wed, 26 Apr 2000 15:44:18 +0000 (15:44 +0000)]
Try harder to find a full subject line.

In pricky mode, verify the subject line: for each name,
check that there indeed is a man page with the right name around.

24 years agoDon't ever let pkg_add destroy existing files.
espie [Wed, 26 Apr 2000 15:32:28 +0000 (15:32 +0000)]
Don't ever let pkg_add destroy existing files.

24 years agoConsistency in error reports.
espie [Wed, 26 Apr 2000 15:28:14 +0000 (15:28 +0000)]
Consistency in error reports.
*always* tell them MD5Sum fails, because later, pkg_delete will
complain about a bad package anyway, and the poor user won't be
able to figure out what went wrong, and it's obviously too late
since the package is gone already...

24 years agoNeeded feature: if
espie [Wed, 26 Apr 2000 15:25:29 +0000 (15:25 +0000)]
Needed feature: if
@comment no checksum
is inserted in a packing-list, then the next file will not have
its MD5 checksum stored, and pkg_delete won't complain later if
the file checksum changed.

24 years agoRemove one of my completely incomprehensible debugging printf's.
aaron [Wed, 26 Apr 2000 14:57:39 +0000 (14:57 +0000)]
Remove one of my completely incomprehensible debugging printf's.

24 years agobring in latest KAME implementation.
itojun [Wed, 26 Apr 2000 14:46:47 +0000 (14:46 +0000)]
bring in latest KAME implementation.
conforms to draft-ietf-ipngwg-scopedaddr-format-01.txt.
behavior change: returns numeric scopeid if we can't convert to string
removed #if 0'ed portion which we will never revisit.

24 years agoremove #if 0'ed portion which we will never revisit (no behavior change).
itojun [Wed, 26 Apr 2000 14:41:14 +0000 (14:41 +0000)]
remove #if 0'ed portion which we will never revisit (no behavior change).

24 years agofix RCS id
brad [Wed, 26 Apr 2000 14:05:34 +0000 (14:05 +0000)]
fix RCS id

24 years agowe've done an oops
mickey [Wed, 26 Apr 2000 13:58:28 +0000 (13:58 +0000)]
we've done an oops

24 years agoAfter the fxp split, sizeof(enaddr) is now 4, not 6, since enaddr is a pointer
aaron [Wed, 26 Apr 2000 12:48:53 +0000 (12:48 +0000)]
After the fxp split, sizeof(enaddr) is now 4, not 6, since enaddr is a pointer
that's passed in from the bus-dependent parts. Use ETHER_ADDR_LEN so we get the
whole thing; sigh@kuzirabekon.econ.nagasaki-u.ac.jp

24 years agosync with latest kame.
itojun [Wed, 26 Apr 2000 12:31:44 +0000 (12:31 +0000)]
sync with latest kame.
- completely disable AI_ADDRCONFIG support (post RFC2553) since it does
  not work for PF_UNSPEC.
- remove unused variables, some delint.

24 years agosync
deraadt [Wed, 26 Apr 2000 07:24:43 +0000 (07:24 +0000)]
sync

24 years agomake usage readable on a console; eric jackson <shinobi@monkey.org>
jakob [Wed, 26 Apr 2000 06:27:57 +0000 (06:27 +0000)]
make usage readable on a console; eric jackson <shinobi@monkey.org>

24 years agousermgmt_usage doesnt return; eric jackson <shinobi@monkey.org>
jakob [Wed, 26 Apr 2000 06:25:45 +0000 (06:25 +0000)]
usermgmt_usage doesnt return; eric jackson <shinobi@monkey.org>

24 years agoenable user
jakob [Wed, 26 Apr 2000 06:21:07 +0000 (06:21 +0000)]
enable user

24 years agonew header files from netbsd -- also a spinlock.h
bjc [Wed, 26 Apr 2000 06:08:27 +0000 (06:08 +0000)]
new header files from netbsd -- also a spinlock.h

24 years agodc_csid ain't needed no more; jason@ ok
mickey [Wed, 26 Apr 2000 03:28:56 +0000 (03:28 +0000)]
dc_csid ain't needed no more; jason@ ok

24 years agovax resurrection, part 1: sync with early-april netbsd
bjc [Wed, 26 Apr 2000 03:08:40 +0000 (03:08 +0000)]
vax resurrection, part 1: sync with early-april netbsd

many changes here, notable:  uvm, ansi.h, more (and cleaner) vsbus support

24 years agosync
deraadt [Wed, 26 Apr 2000 02:11:54 +0000 (02:11 +0000)]
sync

24 years agoMake perl sets happy.. Yoy!
beck [Wed, 26 Apr 2000 01:05:51 +0000 (01:05 +0000)]
Make perl sets happy.. Yoy!

24 years agoAdd AudioNvideo
csapuntz [Tue, 25 Apr 2000 23:33:58 +0000 (23:33 +0000)]
Add AudioNvideo

24 years agoA fix to the dreaded isadmaattach panic which hunts people playing with
niklas [Tue, 25 Apr 2000 23:10:30 +0000 (23:10 +0000)]
A fix to the dreaded isadmaattach panic which hunts people playing with
large memory machines.  This time I really hope we can continue quite a bit
away over the Gig.

24 years agoUse CIRCLEQ_FOREACH
csapuntz [Tue, 25 Apr 2000 22:41:57 +0000 (22:41 +0000)]
Use CIRCLEQ_FOREACH

24 years agomention tcp identifiers; miodrag@ifrance.com
deraadt [Tue, 25 Apr 2000 22:12:53 +0000 (22:12 +0000)]
mention tcp identifiers; miodrag@ifrance.com

24 years agosync
deraadt [Tue, 25 Apr 2000 22:03:17 +0000 (22:03 +0000)]
sync

24 years agokill, test and pwd are ksh builtins--no need to include standalone binaries.
millert [Tue, 25 Apr 2000 22:01:58 +0000 (22:01 +0000)]
kill, test and pwd are ksh builtins--no need to include standalone binaries.

24 years agofix install mode for skel/dot.rhosts
jakob [Tue, 25 Apr 2000 21:17:29 +0000 (21:17 +0000)]
fix install mode for skel/dot.rhosts

24 years ago/usr/share/skel removed
jakob [Tue, 25 Apr 2000 21:14:08 +0000 (21:14 +0000)]
/usr/share/skel removed

24 years ago/usr/share/skel moved to /etc/skel
jakob [Tue, 25 Apr 2000 21:12:53 +0000 (21:12 +0000)]
/usr/share/skel moved to /etc/skel

24 years agochange /usr/share/skel to /etc/skel. maintain dot.magic for backwards compability.
jakob [Tue, 25 Apr 2000 21:08:41 +0000 (21:08 +0000)]
change /usr/share/skel to /etc/skel. maintain dot.magic for backwards compability.

24 years agoreferences to /usr/share/examples/usermgmt removed as we do not have that
jakob [Tue, 25 Apr 2000 20:58:29 +0000 (20:58 +0000)]
references to /usr/share/examples/usermgmt removed as we do not have that

24 years agoskeletal login directory into /etc/skel
jakob [Tue, 25 Apr 2000 20:52:47 +0000 (20:52 +0000)]
skeletal login directory into /etc/skel

24 years agos/.Os NetBSD/.Os/
jakob [Tue, 25 Apr 2000 20:22:35 +0000 (20:22 +0000)]
s/.Os NetBSD/.Os/

24 years agodo not replace adduser manpage (yet)
jakob [Tue, 25 Apr 2000 20:19:21 +0000 (20:19 +0000)]
do not replace adduser manpage (yet)

24 years agowe are OpenBSD and HISTORY should say so
jakob [Tue, 25 Apr 2000 20:11:05 +0000 (20:11 +0000)]
we are OpenBSD and HISTORY should say so

24 years ago2.6 -> 2.7; deraadt@
aaron [Tue, 25 Apr 2000 19:56:51 +0000 (19:56 +0000)]
2.6 -> 2.7; deraadt@

24 years agogrammar
deraadt [Tue, 25 Apr 2000 19:35:30 +0000 (19:35 +0000)]
grammar

24 years agokeyfile protects keys, not files
deraadt [Tue, 25 Apr 2000 19:33:22 +0000 (19:33 +0000)]
keyfile protects keys, not files

24 years agowell if you cannot do a libc commit properly a week before 2.7 tree lock, surely...
deraadt [Tue, 25 Apr 2000 19:11:48 +0000 (19:11 +0000)]
well if you cannot do a libc commit properly a week before 2.7 tree lock, surely it can wait till after 2.7

24 years agoAvoid divide-by-zero; from FreeBSD PR/8990 and NetBSD PR/6541. Use the same fix
aaron [Tue, 25 Apr 2000 19:05:43 +0000 (19:05 +0000)]
Avoid divide-by-zero; from FreeBSD PR/8990 and NetBSD PR/6541. Use the same fix
for now, at least until we determine if there is a more correct one.

24 years agoremove some non-important HISTORY
jakob [Tue, 25 Apr 2000 19:00:21 +0000 (19:00 +0000)]
remove some non-important HISTORY

24 years agoMissing MLINKS
espie [Tue, 25 Apr 2000 16:51:18 +0000 (16:51 +0000)]
Missing MLINKS

24 years agoTypo
espie [Tue, 25 Apr 2000 16:45:25 +0000 (16:45 +0000)]
Typo

24 years agoWhen incorporating new messages, clear the "new" count before the
millert [Tue, 25 Apr 2000 16:42:22 +0000 (16:42 +0000)]
When incorporating new messages, clear the "new" count before the
inc so the count of new messages is useful afterwards.  This makes
mail behave more like the SunOS version in this respect.

24 years agoMention that ktrace(2) doesn't follow links
millert [Tue, 25 Apr 2000 16:40:37 +0000 (16:40 +0000)]
Mention that ktrace(2) doesn't follow links

24 years agoMissed this in last ncurses sync
millert [Tue, 25 Apr 2000 16:39:05 +0000 (16:39 +0000)]
Missed this in last ncurses sync

24 years agoscrew .S version memset does same job...
mickey [Tue, 25 Apr 2000 15:28:23 +0000 (15:28 +0000)]
screw .S version memset does same job...

24 years agomake bzero() compile again; millert@ ok
mickey [Tue, 25 Apr 2000 15:24:01 +0000 (15:24 +0000)]
make bzero() compile again; millert@ ok

24 years agoC deals with complex functions, but not imaginary ones yet.
espie [Tue, 25 Apr 2000 15:15:10 +0000 (15:15 +0000)]
C deals with complex functions, but not imaginary ones yet.

24 years agocorrect boundary check. XXX should avoid code duplicate here...
itojun [Tue, 25 Apr 2000 13:39:02 +0000 (13:39 +0000)]
correct boundary check.  XXX should avoid code duplicate here...

24 years agogetpw*_r()
d [Tue, 25 Apr 2000 12:21:05 +0000 (12:21 +0000)]
getpw*_r()

24 years agointerop w/ F-secure windows client
markus [Tue, 25 Apr 2000 10:30:38 +0000 (10:30 +0000)]
interop w/ F-secure windows client

24 years agoFrom Assar: make adosfs compile, I was supposed
niklas [Tue, 25 Apr 2000 06:10:15 +0000 (06:10 +0000)]
From Assar: make adosfs compile, I was supposed
to commit this long ago.

24 years agoif we have to allocate a new mbuf, don't forget to copy the header info from
jason [Tue, 25 Apr 2000 06:03:46 +0000 (06:03 +0000)]
if we have to allocate a new mbuf, don't forget to copy the header info from
the original packet.

24 years agofixing the frontend means fixing the backend too... add a countdown when
jason [Tue, 25 Apr 2000 05:32:21 +0000 (05:32 +0000)]
fixing the frontend means fixing the backend too... add a countdown when
computing the length of a destination buffer in the callback since hifn always
writes in multiples of 4 bytes (and AH can produce non-nice packets)

24 years agosync unknown list with reality; minor changes.
fgsch [Tue, 25 Apr 2000 04:48:49 +0000 (04:48 +0000)]
sync unknown list with reality; minor changes.

24 years agouse the size of the allocation, not the minimum of what was requested and
jason [Tue, 25 Apr 2000 04:15:34 +0000 (04:15 +0000)]
use the size of the allocation, not the minimum of what was requested and
the allocation size to determine the length of a destination buffer

24 years agowhen fixing up the header, copy from the right sized datatype (fixes IPsec
jason [Tue, 25 Apr 2000 02:53:45 +0000 (02:53 +0000)]
when fixing up the header, copy from the right sized datatype (fixes IPsec
on big-endian machines)

24 years agoanother annoying thing
deraadt [Tue, 25 Apr 2000 02:34:43 +0000 (02:34 +0000)]
another annoying thing

24 years agonon-O_NOFOLLOW error introduced by accident, this is fragile code..
deraadt [Tue, 25 Apr 2000 02:10:04 +0000 (02:10 +0000)]
non-O_NOFOLLOW error introduced by accident, this is fragile code..

24 years agoomit RC5
deraadt [Tue, 25 Apr 2000 01:25:13 +0000 (01:25 +0000)]
omit RC5

24 years agoclean up bogus .Nm ""
jakob [Mon, 24 Apr 2000 23:37:31 +0000 (23:37 +0000)]
clean up bogus .Nm ""

24 years agodefault to non-verbose (previously undefined)
jakob [Mon, 24 Apr 2000 23:11:14 +0000 (23:11 +0000)]
default to non-verbose (previously undefined)

24 years agoinclude cleanup
jakob [Mon, 24 Apr 2000 22:59:25 +0000 (22:59 +0000)]
include cleanup

24 years agouse _PATH_MASTERPASSWD & _PATH_GROUP
jakob [Mon, 24 Apr 2000 22:52:36 +0000 (22:52 +0000)]
use _PATH_MASTERPASSWD & _PATH_GROUP

24 years agoinit
jakob [Mon, 24 Apr 2000 22:45:42 +0000 (22:45 +0000)]
init

24 years agofix usage when building with EXTENSIONS
jakob [Mon, 24 Apr 2000 22:40:11 +0000 (22:40 +0000)]
fix usage when building with EXTENSIONS

24 years agois_number() is needed even without EXTENSIONS defined
jakob [Mon, 24 Apr 2000 22:38:31 +0000 (22:38 +0000)]
is_number() is needed even without EXTENSIONS defined

24 years agoremove lint stuff. remove unneeded strlcpy.
jakob [Mon, 24 Apr 2000 22:37:15 +0000 (22:37 +0000)]
remove lint stuff. remove unneeded strlcpy.

24 years agoid-tags
jakob [Mon, 24 Apr 2000 22:31:29 +0000 (22:31 +0000)]
id-tags

24 years agoInitial import of user/group management tools from NetBSD.
jakob [Mon, 24 Apr 2000 22:26:59 +0000 (22:26 +0000)]
Initial import of user/group management tools from NetBSD.

24 years agosync
deraadt [Mon, 24 Apr 2000 22:21:26 +0000 (22:21 +0000)]
sync

24 years agooops
deraadt [Mon, 24 Apr 2000 22:21:17 +0000 (22:21 +0000)]
oops

24 years agosync
deraadt [Mon, 24 Apr 2000 21:31:45 +0000 (21:31 +0000)]
sync

24 years agoserverworks is very private with their info...
deraadt [Mon, 24 Apr 2000 21:31:37 +0000 (21:31 +0000)]
serverworks is very private with their info...

24 years agouse mii_detach, now xe detach/attach rocks again
niklas [Mon, 24 Apr 2000 21:15:33 +0000 (21:15 +0000)]
use mii_detach, now xe detach/attach rocks again

24 years agoAdd simple mii detach routine while waiting for the post-2.7
niklas [Mon, 24 Apr 2000 21:13:33 +0000 (21:13 +0000)]
Add simple mii detach routine while waiting for the post-2.7
merge of NetBSD mii work

24 years agoFix promiscuous mode (from martin@crt.se). Style nits. Do not look at
niklas [Mon, 24 Apr 2000 21:10:09 +0000 (21:10 +0000)]
Fix promiscuous mode (from martin@crt.se). Style nits.  Do not look at
instance numbers in mii matching

24 years agoremove old stuff
deraadt [Mon, 24 Apr 2000 20:23:28 +0000 (20:23 +0000)]
remove old stuff

24 years agorevived by mistake
niklas [Mon, 24 Apr 2000 19:59:16 +0000 (19:59 +0000)]
revived by mistake

24 years ago5k of source saved in spaces and empty lines; also rcsid
mickey [Mon, 24 Apr 2000 19:44:01 +0000 (19:44 +0000)]
5k of source saved in spaces and empty lines; also rcsid

24 years agoDo not unmap CCR before using them for the last time
niklas [Mon, 24 Apr 2000 19:43:35 +0000 (19:43 +0000)]
Do not unmap CCR before using them for the last time

24 years agowait just a bit for enabling to settle, fixes pccom on an xe
niklas [Mon, 24 Apr 2000 19:06:00 +0000 (19:06 +0000)]
wait just a bit for enabling to settle, fixes pccom on an xe
when using the faster cardbus mode of the PCI1131 chip

24 years ago3 bugs: off by one in dump offset calculation,
niklas [Mon, 24 Apr 2000 18:56:56 +0000 (18:56 +0000)]
3 bugs: off by one in dump offset calculation,
 when to print what is left, and what to print.  Fixes PR#1182

24 years agoMake dlopened modules prefer symbols defined locally
niklas [Mon, 24 Apr 2000 17:56:34 +0000 (17:56 +0000)]
Make dlopened modules prefer symbols defined locally

24 years agofix some types
mickey [Mon, 24 Apr 2000 17:39:54 +0000 (17:39 +0000)]
fix some types

24 years agocorrect example
deraadt [Mon, 24 Apr 2000 16:55:44 +0000 (16:55 +0000)]
correct example

24 years agoTreat the beginning of the current dmesg output as starting at
millert [Mon, 24 Apr 2000 16:33:44 +0000 (16:33 +0000)]
Treat the beginning of the current dmesg output as starting at
/^OpenBSD /, not /^Copyright / (the latter doesn't show up in dmesg).

24 years ago3C1 and 3CCFEM556BI (this one uses boomerang chipset, so no support yet);
fgsch [Mon, 24 Apr 2000 15:27:02 +0000 (15:27 +0000)]
3C1 and 3CCFEM556BI (this one uses boomerang chipset, so no support yet);
from NetBSD.

24 years agosync
fgsch [Mon, 24 Apr 2000 15:21:46 +0000 (15:21 +0000)]
sync

24 years agonew prods; rearrange.
fgsch [Mon, 24 Apr 2000 15:20:26 +0000 (15:20 +0000)]
new prods; rearrange.