openbsd
24 years agodoc some missing macros
deraadt [Sat, 15 Apr 2000 01:37:28 +0000 (01:37 +0000)]
doc some missing macros

24 years agofix TAILQ_REPLACE, add TAILQ_FOREACH_REVERSE; alaric@exoinc.com
deraadt [Sat, 15 Apr 2000 00:20:13 +0000 (00:20 +0000)]
fix TAILQ_REPLACE, add TAILQ_FOREACH_REVERSE; alaric@exoinc.com

24 years agoSync with NetBSD.
aaron [Fri, 14 Apr 2000 22:50:23 +0000 (22:50 +0000)]
Sync with NetBSD.

24 years agofix compilation with -DAUDIO_DEBUG; vonminde@cs.colorado.edu
millert [Fri, 14 Apr 2000 21:53:21 +0000 (21:53 +0000)]
fix compilation with -DAUDIO_DEBUG; vonminde@cs.colorado.edu

24 years agoAdd color support to pcvt25 entry. Our pcvt supports color but only
millert [Fri, 14 Apr 2000 21:04:58 +0000 (21:04 +0000)]
Add color support to pcvt25 entry.  Our pcvt supports color but only
in 25 line mode.

24 years ago- Note support for 3c575 CardBus cards.
aaron [Fri, 14 Apr 2000 20:15:17 +0000 (20:15 +0000)]
- Note support for 3c575 CardBus cards.
- Reflect CardBus xl attachment in SYNOPSIS.
- Some cleanup.

24 years agoCheck $TERMCAP for a termcap entry even when we are using the system's
millert [Fri, 14 Apr 2000 19:14:02 +0000 (19:14 +0000)]
Check $TERMCAP for a termcap entry even when we are using the system's
getcap(3) routines.

24 years agoDon't assume that termcap entries start with a 2-character short name--
millert [Fri, 14 Apr 2000 18:43:34 +0000 (18:43 +0000)]
Don't assume that termcap entries start with a 2-character short name--
modern ones do not.

24 years agopartial sync
deraadt [Fri, 14 Apr 2000 18:22:24 +0000 (18:22 +0000)]
partial sync

24 years agoMove the PCIBIOS options line next to the CardBus bus support stuff, and add a
aaron [Fri, 14 Apr 2000 15:59:41 +0000 (15:59 +0000)]
Move the PCIBIOS options line next to the CardBus bus support stuff, and add a
note saying it may need to be uncommented for things to work.

24 years agothis should fix the alpha; closes PR kernel/1189
mickey [Fri, 14 Apr 2000 14:40:50 +0000 (14:40 +0000)]
this should fix the alpha; closes PR kernel/1189

24 years agonot EXPORT
jason [Fri, 14 Apr 2000 13:59:51 +0000 (13:59 +0000)]
not EXPORT

24 years agowhitespace cleanup
markus [Fri, 14 Apr 2000 10:30:29 +0000 (10:30 +0000)]
whitespace cleanup

24 years agossh -2
markus [Fri, 14 Apr 2000 10:11:12 +0000 (10:11 +0000)]
ssh -2

24 years agocheck payload for (illegal) extra data
markus [Fri, 14 Apr 2000 10:09:14 +0000 (10:09 +0000)]
check payload for (illegal) extra data

24 years agosync
deraadt [Fri, 14 Apr 2000 09:05:49 +0000 (09:05 +0000)]
sync

24 years agobluesteel networks products
deraadt [Fri, 14 Apr 2000 09:05:42 +0000 (09:05 +0000)]
bluesteel networks products

24 years agosync
deraadt [Fri, 14 Apr 2000 06:05:53 +0000 (06:05 +0000)]
sync

24 years agoindent
deraadt [Fri, 14 Apr 2000 06:05:50 +0000 (06:05 +0000)]
indent

24 years agotalk about 9751
deraadt [Fri, 14 Apr 2000 06:00:20 +0000 (06:00 +0000)]
talk about 9751

24 years agomake "option TCPDEBUG" kernel compile.
itojun [Fri, 14 Apr 2000 04:41:39 +0000 (04:41 +0000)]
make "option TCPDEBUG" kernel compile.
PR1186 from "Robert Mooney" <rjmooney@atl.mediaone.net>.
(printf format change is not bringed in - i'm unsure about it)

24 years agofor layer 3 protocols that does not support path MTU discovery
itojun [Fri, 14 Apr 2000 04:20:57 +0000 (04:20 +0000)]
for layer 3 protocols that does not support path MTU discovery
(I mean, IPv4) do not try to use rmx_mtu on routing table.
this symptom was introduced by rmx_mtu initialization (necessary for IPv6
path MTU discovery) in net/route.c.  now prior behavior is recovered.
From: Hugh Graham <hugh@openbsd.org>

there are several question about mssdflt semantics, though:

Question 1: with the current code, mssdflt does not override rmx_mtu value
(mssdflt overrides interface mtu only).  should we override rmx_mtu by
mssdflt as well?

Question 2: with the current code, mssdflt overrides mss computed from
if mtu, only when the destination is IPv4 non-local.  is it safe enough?
we may want to use mssdflt, whenever we are uncertain.
mss = if mtu - hdrsiz;
if (IPv4 non-local destination)
mss = min(mss, mssdflt);

24 years agoSome documentation for future generations of maintainers
csapuntz [Fri, 14 Apr 2000 03:56:50 +0000 (03:56 +0000)]
Some documentation for future generations of maintainers

24 years agoThis fixes EISA bus_space API. The bus dma tag was never initialized!!!
smurph [Fri, 14 Apr 2000 03:29:01 +0000 (03:29 +0000)]
This fixes EISA bus_space API.  The bus dma tag was never initialized!!!

24 years agouse getifaddrs, not SIOCGIFCONF. #ifdef will be removed later.
itojun [Fri, 14 Apr 2000 02:52:35 +0000 (02:52 +0000)]
use getifaddrs, not SIOCGIFCONF.  #ifdef will be removed later.

24 years agouse getifaddrs, instead of SIOCGIFCONF.
itojun [Fri, 14 Apr 2000 02:40:01 +0000 (02:40 +0000)]
use getifaddrs, instead of SIOCGIFCONF.
XXX ifr/ifr6 manipulation is kind of ugly.

24 years agorecover "ifconfig -a" and "ifconfig -A" behavior for inet (least surprise).
itojun [Fri, 14 Apr 2000 02:38:20 +0000 (02:38 +0000)]
recover "ifconfig -a" and "ifconfig -A" behavior for inet (least surprise).

24 years agoAdd support for Adaptec 2930U2 controller.
smurph [Thu, 13 Apr 2000 23:51:23 +0000 (23:51 +0000)]
Add support for Adaptec 2930U2 controller.

24 years agoremove bit definitions and associated macros for hifn_command.flags since it
jason [Thu, 13 Apr 2000 22:38:09 +0000 (22:38 +0000)]
remove bit definitions and associated macros for hifn_command.flags since it
doesn't exist anymore.

24 years ago- let hifn_process() compute the mask bits for the command descriptors
jason [Thu, 13 Apr 2000 22:34:08 +0000 (22:34 +0000)]
- let hifn_process() compute the mask bits for the command descriptors
(falls under the category of compute it once and use it).
- just copy the computed masks in hifn_write_command()
- remove the now unnecessary flags field from hifn_command

24 years agoremove unnecessary variable
jason [Thu, 13 Apr 2000 20:55:34 +0000 (20:55 +0000)]
remove unnecessary variable

24 years ago- complete rewrite of hifn_write_command() to avoid copies by removing the
jason [Thu, 13 Apr 2000 20:55:16 +0000 (20:55 +0000)]
- complete rewrite of hifn_write_command() to avoid copies by removing the
hifn_build_command() middle layer for building the command descriptor
- remove an unnecessary assignment in hifn_process()

24 years agoLong overdue documentation update for IPFilter. These
kjell [Thu, 13 Apr 2000 19:59:39 +0000 (19:59 +0000)]
Long overdue documentation update for IPFilter. These
are taken directly from the ipf distribution, and are
not mandoc'ed. ipf(8), ipfstat(8), and ipnat(8) are yet
to go and must be done manually. (sigh)

24 years agoWhen fragmenting a packet, inherit the multicast and broadcast flags so that
art [Thu, 13 Apr 2000 19:22:57 +0000 (19:22 +0000)]
When fragmenting a packet, inherit the multicast and broadcast flags so that
the link layer can choose the right address.

24 years agoneo
deraadt [Thu, 13 Apr 2000 18:25:35 +0000 (18:25 +0000)]
neo

24 years agohifn7751
jason [Thu, 13 Apr 2000 17:16:09 +0000 (17:16 +0000)]
hifn7751

24 years ago#ifndef the definitions of IPSTATE_MAX and IPSTATE_SIZE
kjell [Thu, 13 Apr 2000 17:13:42 +0000 (17:13 +0000)]
#ifndef the definitions of IPSTATE_MAX and IPSTATE_SIZE
This allows the redefinition of these constants in mk.conf,
for example. mep@netset.net

24 years agoadd comment on sanity check
itojun [Thu, 13 Apr 2000 16:27:26 +0000 (16:27 +0000)]
add comment on sanity check

24 years agoFix an oopsie so these get initialized even when RSA isn't there,
beck [Thu, 13 Apr 2000 16:26:12 +0000 (16:26 +0000)]
Fix an oopsie so these get initialized even when RSA isn't there,
thanks niklas@

*WARNING* - this breaks the patch used in the "ssl26" port - you'll
need to use the new minty ssl-intl port, coming right after this

24 years agoAdd a note regarding bimap and ipnat's "First Match" policy.
kjell [Thu, 13 Apr 2000 16:23:53 +0000 (16:23 +0000)]
Add a note regarding bimap and ipnat's "First Match" policy.
This question comes up fairly regularly. from mep@netsec.net

24 years agoCleanup.
aaron [Thu, 13 Apr 2000 15:05:44 +0000 (15:05 +0000)]
Cleanup.

24 years agobark if sdl_alen == 0. test code for KAME PR 235.
itojun [Thu, 13 Apr 2000 14:34:10 +0000 (14:34 +0000)]
bark if sdl_alen == 0.  test code for KAME PR 235.

24 years agoeven if nd6_nud_hint is called, do not change a neighbor's status
itojun [Thu, 13 Apr 2000 14:11:17 +0000 (14:11 +0000)]
even if nd6_nud_hint is called, do not change a neighbor's status
unless the old status is probably reachable (i.e. the link-layer address
has already been resolved).
KAME PR 235.

24 years agodo not return icmp6 error against icmp6 error.
itojun [Thu, 13 Apr 2000 14:08:50 +0000 (14:08 +0000)]
do not return icmp6 error against icmp6 error.
(this is due to a bug in header chain chasing)

24 years agobetter has when adding entropy to the pool.
mickey [Thu, 13 Apr 2000 13:48:29 +0000 (13:48 +0000)]
better has when adding entropy to the pool.
bigger pool (4k).

24 years agoexample
deraadt [Thu, 13 Apr 2000 13:28:49 +0000 (13:28 +0000)]
example

24 years agoexample fstab entry
deraadt [Thu, 13 Apr 2000 13:26:00 +0000 (13:26 +0000)]
example fstab entry

24 years agonew and tweak
deraadt [Thu, 13 Apr 2000 06:46:13 +0000 (06:46 +0000)]
new and tweak

24 years agoThe start of KNF + -Wall. The code has been run through indent but
millert [Thu, 13 Apr 2000 06:12:13 +0000 (06:12 +0000)]
The start of KNF + -Wall.  The code has been run through indent but
needs hand fixup.  I stopped at keymap.c...

24 years agouse getifaddrs, to avoid copmlicated align constraint in SIOCGIFCONF.
itojun [Thu, 13 Apr 2000 05:55:19 +0000 (05:55 +0000)]
use getifaddrs, to avoid copmlicated align constraint in SIOCGIFCONF.

24 years agoAdd support for Adaptec 2930U2 controller.
smurph [Thu, 13 Apr 2000 04:25:08 +0000 (04:25 +0000)]
Add support for Adaptec 2930U2 controller.

24 years agoRemove printf from interrupt handler...
csapuntz [Thu, 13 Apr 2000 00:36:42 +0000 (00:36 +0000)]
Remove printf from interrupt handler...

Use blksize more aggressively instead of hard-wiring it everywhere

Fix to nm_waitcd and neo_malloc. neo_malloc still ain't pretty.

24 years agomatch netsec 7751 card, and oh golly gee, will ya look at that, it's
deraadt [Thu, 13 Apr 2000 00:28:44 +0000 (00:28 +0000)]
match netsec 7751 card, and oh golly gee, will ya look at that, it's
unlock secret is all 0's as well, my, what a coincidence!

24 years agoNeoMagic 256AV/ZX audio driver
csapuntz [Thu, 13 Apr 2000 00:10:52 +0000 (00:10 +0000)]
NeoMagic 256AV/ZX audio driver

Still in beta.

May lock up your machine when accessing mixer

24 years agosync
deraadt [Thu, 13 Apr 2000 00:07:23 +0000 (00:07 +0000)]
sync

24 years agoRCC/ServerWorks products
deraadt [Thu, 13 Apr 2000 00:07:06 +0000 (00:07 +0000)]
RCC/ServerWorks products

24 years agosync
jason [Thu, 13 Apr 2000 00:06:56 +0000 (00:06 +0000)]
sync

24 years agonetsec
jason [Thu, 13 Apr 2000 00:06:15 +0000 (00:06 +0000)]
netsec

24 years agoMove min # of blocks to two to accomodate hackis neomagic driver
csapuntz [Thu, 13 Apr 2000 00:00:08 +0000 (00:00 +0000)]
Move min # of blocks to two to accomodate hackis neomagic driver

24 years agoDisable DAC, Output, and Record mute by default
csapuntz [Wed, 12 Apr 2000 23:38:50 +0000 (23:38 +0000)]
Disable DAC, Output, and Record mute by default

24 years agodocument Protocol, Ciphers
markus [Wed, 12 Apr 2000 23:00:28 +0000 (23:00 +0000)]
document Protocol, Ciphers

24 years agodo h2ph for the whole include tree; millert@ ok
mickey [Wed, 12 Apr 2000 22:12:15 +0000 (22:12 +0000)]
do h2ph for the whole include tree; millert@ ok

24 years agoremove unnecessary kernel dependency - mep@netsec.net
kjell [Wed, 12 Apr 2000 21:51:48 +0000 (21:51 +0000)]
remove unnecessary kernel dependency - mep@netsec.net

24 years agoTrailing whitespace begone!
aaron [Wed, 12 Apr 2000 21:47:47 +0000 (21:47 +0000)]
Trailing whitespace begone!

24 years agobump ipf version (3.3.12a) to go with last commit
kjell [Wed, 12 Apr 2000 21:46:42 +0000 (21:46 +0000)]
bump ipf version (3.3.12a) to go with last commit

24 years agoFTP Proxy changes introduced in 3.3.12 were too agressive. Tone down
kjell [Wed, 12 Apr 2000 21:32:39 +0000 (21:32 +0000)]
FTP Proxy changes introduced in 3.3.12 were too agressive. Tone down
a bit. posted to ipf list by darrenr@pobox.com

24 years agoLimited EUC heuristics, should handle bold wide characters correctly,
espie [Wed, 12 Apr 2000 20:46:18 +0000 (20:46 +0000)]
Limited EUC heuristics, should handle bold wide characters correctly,
and recognize `NAME' in japanese manpages.

24 years agosync
deraadt [Wed, 12 Apr 2000 19:05:31 +0000 (19:05 +0000)]
sync

24 years agoFix checksum for outgoing etherip/ipip packets from enc interfaces.
angelos [Wed, 12 Apr 2000 18:05:47 +0000 (18:05 +0000)]
Fix checksum for outgoing etherip/ipip packets from enc interfaces.

24 years agoRemove all arguments to the .Os macro so that all of 2.7's man pages will
aaron [Wed, 12 Apr 2000 16:50:52 +0000 (16:50 +0000)]
Remove all arguments to the .Os macro so that all of 2.7's man pages will
correctly say "OpenBSD 2.7".

24 years agoRCSids.
aaron [Wed, 12 Apr 2000 16:19:12 +0000 (16:19 +0000)]
RCSids.

24 years agoSpelling error: transfered -> transferred
aaron [Wed, 12 Apr 2000 16:17:40 +0000 (16:17 +0000)]
Spelling error: transfered -> transferred

24 years agoFix pcic attachments; jj@dynarc.se
aaron [Wed, 12 Apr 2000 16:10:22 +0000 (16:10 +0000)]
Fix pcic attachments; jj@dynarc.se

24 years agoWhen resetting attributes (VT_NORMAL), do a proper color set.
aaron [Wed, 12 Apr 2000 13:20:41 +0000 (13:20 +0000)]
When resetting attributes (VT_NORMAL), do a proper color set.

24 years agotypos
markus [Wed, 12 Apr 2000 10:22:38 +0000 (10:22 +0000)]
typos

24 years ago#include <ssl/foo.h> -> <openssh/foo.h>
markus [Wed, 12 Apr 2000 09:39:09 +0000 (09:39 +0000)]
#include <ssl/foo.h> -> <openssh/foo.h>

24 years agoprint 1.99 only if server supports both
markus [Wed, 12 Apr 2000 08:11:36 +0000 (08:11 +0000)]
print 1.99 only if server supports both

24 years agolist 'i' only once
hugh [Wed, 12 Apr 2000 08:00:17 +0000 (08:00 +0000)]
list 'i' only once

24 years agotypo
markus [Wed, 12 Apr 2000 07:56:16 +0000 (07:56 +0000)]
typo

24 years agocorrect path
hugh [Wed, 12 Apr 2000 07:53:03 +0000 (07:53 +0000)]
correct path

24 years agoadd Cipher and Protocol options to ssh/sshd, e.g.:
markus [Wed, 12 Apr 2000 07:45:43 +0000 (07:45 +0000)]
add Cipher and Protocol options to ssh/sshd, e.g.:
ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers arcfour,3des-cbc'

24 years agocheck for reasonable public DH values
markus [Wed, 12 Apr 2000 07:03:05 +0000 (07:03 +0000)]
check for reasonable public DH values

24 years agoless debugging output
markus [Wed, 12 Apr 2000 06:37:02 +0000 (06:37 +0000)]
less debugging output

24 years agofix passwd prompt for ssh2, less debugging output.
markus [Wed, 12 Apr 2000 06:36:48 +0000 (06:36 +0000)]
fix passwd prompt for ssh2, less debugging output.

24 years agosync
deraadt [Wed, 12 Apr 2000 06:20:36 +0000 (06:20 +0000)]
sync

24 years agoanother RCC bridge
deraadt [Wed, 12 Apr 2000 06:20:32 +0000 (06:20 +0000)]
another RCC bridge

24 years agosync
deraadt [Wed, 12 Apr 2000 06:02:37 +0000 (06:02 +0000)]
sync

24 years agorename PEQUR to RCC, and add other chips
deraadt [Wed, 12 Apr 2000 06:02:28 +0000 (06:02 +0000)]
rename PEQUR to RCC, and add other chips

24 years agosync
jasoni [Wed, 12 Apr 2000 04:23:05 +0000 (04:23 +0000)]
sync

24 years agoImplement linux's setfsuid and getfsuid (from NetBSD)
jasoni [Wed, 12 Apr 2000 04:22:40 +0000 (04:22 +0000)]
Implement linux's setfsuid and getfsuid (from NetBSD)

24 years agosync
deraadt [Wed, 12 Apr 2000 04:11:31 +0000 (04:11 +0000)]
sync

24 years agocomment typo
deraadt [Wed, 12 Apr 2000 00:18:20 +0000 (00:18 +0000)]
comment typo

24 years agoput wrapper in the Nd
deraadt [Wed, 12 Apr 2000 00:13:45 +0000 (00:13 +0000)]
put wrapper in the Nd

24 years agocurrent
mickey [Tue, 11 Apr 2000 21:00:47 +0000 (21:00 +0000)]
current

24 years agomore Xr flesh
deraadt [Tue, 11 Apr 2000 20:39:02 +0000 (20:39 +0000)]
more Xr flesh

24 years agoremove unneeded arch subdirs
deraadt [Tue, 11 Apr 2000 20:10:22 +0000 (20:10 +0000)]
remove unneeded arch subdirs

24 years agoDo the mdoc/doc -> tmac.doc linking in the correct subdir.
millert [Tue, 11 Apr 2000 20:08:37 +0000 (20:08 +0000)]
Do the mdoc/doc -> tmac.doc linking in the correct subdir.

24 years ago- add support for buffers that are not aligned (or end on a non 4byte boundary)
jason [Tue, 11 Apr 2000 19:59:06 +0000 (19:59 +0000)]
- add support for buffers that are not aligned (or end on a non 4byte boundary)
- recompute destination length from destination descriptors and reclaim the
  destination ring there.

24 years agolose non-support architecture pages
deraadt [Tue, 11 Apr 2000 19:44:42 +0000 (19:44 +0000)]
lose non-support architecture pages

24 years agoregen
jakob [Tue, 11 Apr 2000 19:04:10 +0000 (19:04 +0000)]
regen