openbsd
24 years agozap #if 0 code
art [Mon, 13 Mar 2000 16:05:24 +0000 (16:05 +0000)]
zap #if 0 code

24 years agoand he said 'this must die, Die, DIEcvs -d cvs.openbsd.org:/cvs diff com_gsc.ccvs...
mickey [Mon, 13 Mar 2000 14:39:59 +0000 (14:39 +0000)]
and he said 'this must die, Die, DIEcvs -d cvs.openbsd.org:/cvs diff com_gsc.ccvs -d cvs.openbsd.org:/cvs diff com_gsc.c' and it died

24 years agovm_size_t -> vsize_t
art [Mon, 13 Mar 2000 14:33:42 +0000 (14:33 +0000)]
vm_size_t -> vsize_t

24 years agoPut a lot more behind ifndef UVM.
art [Mon, 13 Mar 2000 14:30:19 +0000 (14:30 +0000)]
Put a lot more behind ifndef UVM.

24 years agoSome vm_offset_t -> vaddr_t (&co) and some ifndef uvm.
art [Mon, 13 Mar 2000 14:29:04 +0000 (14:29 +0000)]
Some vm_offset_t -> vaddr_t (&co) and some ifndef uvm.

24 years agotypo
art [Mon, 13 Mar 2000 14:07:54 +0000 (14:07 +0000)]
typo

24 years agofix error handling in yp case.
itojun [Mon, 13 Mar 2000 12:26:56 +0000 (12:26 +0000)]
fix error handling in yp case.

24 years agosync
jasoni [Mon, 13 Mar 2000 08:18:56 +0000 (08:18 +0000)]
sync

24 years agoImplement rt_sigaction, rt_sigprocmask, rt_sigpending & rt_sigsuspend.
jasoni [Mon, 13 Mar 2000 08:18:30 +0000 (08:18 +0000)]
Implement rt_sigaction, rt_sigprocmask, rt_sigpending & rt_sigsuspend.

24 years agoat least 2 people report problems with the K6 MTRR support, disable it
matthieu [Mon, 13 Mar 2000 06:56:56 +0000 (06:56 +0000)]
at least 2 people report problems with the K6 MTRR support, disable it
until the problem is solved.

24 years agobring in latest rtadvd source from kame.
itojun [Mon, 13 Mar 2000 06:16:11 +0000 (06:16 +0000)]
bring in latest rtadvd source from kame.
this fixes unclosed file descriptor in router renumbering case.

24 years agoGet rid of leading NULs in /kern/msgbuf. If the msgbuf modified in between
millert [Mon, 13 Mar 2000 04:05:13 +0000 (04:05 +0000)]
Get rid of leading NULs in /kern/msgbuf.  If the msgbuf modified in between
reads at just the right time is is possible to get duplicate output but
in practice this is extremely rare.  Joint effort with Theo.

24 years agoavoid unused variable by #ifdef
itojun [Mon, 13 Mar 2000 02:22:12 +0000 (02:22 +0000)]
avoid unused variable by #ifdef

24 years agodon't process NI_NOFQDN, since the currently coded behavior is not specwise
itojun [Mon, 13 Mar 2000 02:18:36 +0000 (02:18 +0000)]
don't process NI_NOFQDN, since the currently coded behavior is not specwise
correct.

24 years agoadd khome/kend to xterm-r6 since our xterm supports these correctly. The old non...
millert [Sun, 12 Mar 2000 21:32:03 +0000 (21:32 +0000)]
add khome/kend to xterm-r6 since our xterm supports these correctly.  The old non-xfree86 r6 xterm sends \E[^@ for these keys which is wrong but enabling khome/kend shouldn't really cause any harm there.

24 years agoGet mainbus working with gcc 2.95.x. -moj
maja [Sun, 12 Mar 2000 19:25:13 +0000 (19:25 +0000)]
Get mainbus working with gcc 2.95.x. -moj

24 years agoUpdate clock code to work until 2001-12-31. -moj
maja [Sun, 12 Mar 2000 19:08:19 +0000 (19:08 +0000)]
Update clock code to work until 2001-12-31. -moj

24 years agoimprove SECURITY section. sync with kame.
itojun [Sun, 12 Mar 2000 16:50:26 +0000 (16:50 +0000)]
improve SECURITY section.  sync with kame.

24 years agoundo interface address addition, if in_ifinit fails.
itojun [Sun, 12 Mar 2000 06:46:31 +0000 (06:46 +0000)]
undo interface address addition, if in_ifinit fails.

24 years agoundo interface address addition if in6_ifinit fails.
itojun [Sun, 12 Mar 2000 06:16:58 +0000 (06:16 +0000)]
undo interface address addition if in6_ifinit fails.

24 years agodisallow packets to malicious 6to4 prefix, based on
itojun [Sun, 12 Mar 2000 04:18:47 +0000 (04:18 +0000)]
disallow packets to malicious 6to4 prefix, based on
http://playground.iijlab.net/i-d/draft-itojun-ipv6-transition-abuse-00.txt

24 years agocorrect use of perror(). improve src addr selection. (sync with kame)
itojun [Sun, 12 Mar 2000 03:56:44 +0000 (03:56 +0000)]
correct use of perror().  improve src addr selection. (sync with kame)

24 years agoremove redundant check against ifa_dstaddr.
itojun [Sun, 12 Mar 2000 03:54:43 +0000 (03:54 +0000)]
remove redundant check against ifa_dstaddr.

24 years agogrammar
deraadt [Sun, 12 Mar 2000 02:59:01 +0000 (02:59 +0000)]
grammar

24 years agodon't touch root radix node on RTM_*. this can panic system from
itojun [Sun, 12 Mar 2000 01:27:11 +0000 (01:27 +0000)]
don't touch root radix node on RTM_*.  this can panic system from
non-root userland process, under certain routing table setup.
http://orange.kame.net/dev/query-pr.cgi?pr=217

24 years agoIf no 'begin' key on keypad, use 'home' instead since PC keyboards
millert [Sun, 12 Mar 2000 00:42:16 +0000 (00:42 +0000)]
If no 'begin' key on keypad, use 'home' instead since PC keyboards
have 'home', not 'begin'.

24 years agoVarious cleanups and standardizations.
aaron [Sat, 11 Mar 2000 21:40:02 +0000 (21:40 +0000)]
Various cleanups and standardizations.

24 years agoAdd a few builtins for greater compatibility with gnu-m4, and extended
espie [Sat, 11 Mar 2000 15:54:43 +0000 (15:54 +0000)]
Add a few builtins for greater compatibility with gnu-m4, and extended
functionality.
* regular expressions,
* line-number reporting
* `meta'-macros, builtin and indir.

Reviewed by pjanzen@, tested by fries@ and a few others.

24 years agowork around /kern/msgbuf NUL behaviour; pjanzen
deraadt [Sat, 11 Mar 2000 02:29:03 +0000 (02:29 +0000)]
work around /kern/msgbuf NUL behaviour; pjanzen

24 years agoA more normal way of building kerberos, faster, and it works with SUDO
niklas [Fri, 10 Mar 2000 22:04:18 +0000 (22:04 +0000)]
A more normal way of building kerberos, faster, and it works with SUDO

24 years agoVarious cleanups and standardization.
aaron [Fri, 10 Mar 2000 20:17:48 +0000 (20:17 +0000)]
Various cleanups and standardization.

24 years agorepair ramcfg whacking code; mickey
deraadt [Fri, 10 Mar 2000 19:54:24 +0000 (19:54 +0000)]
repair ramcfg whacking code; mickey

24 years agoVarious cleanups and standardization.
aaron [Fri, 10 Mar 2000 19:07:20 +0000 (19:07 +0000)]
Various cleanups and standardization.

24 years agoConvert to newer style.
aaron [Fri, 10 Mar 2000 18:34:39 +0000 (18:34 +0000)]
Convert to newer style.

24 years agofix non behavior
todd [Fri, 10 Mar 2000 13:21:51 +0000 (13:21 +0000)]
fix non behavior
with this `!' lines in /etc/hostname.* run even without certain lines
(like a comment) preceeding it.

24 years agounlock cryptography functions on Hi/fn 7751 cryptography card. Based on reverse...
mickey [Fri, 10 Mar 2000 08:44:59 +0000 (08:44 +0000)]
unlock cryptography functions on Hi/fn 7751 cryptography card.  Based on reverse engineering of an unlock binary provided by Invertex, for their AEON card, which uses the chip

24 years agoplug leak
d [Fri, 10 Mar 2000 06:53:51 +0000 (06:53 +0000)]
plug leak

24 years agoSync.
angelos [Fri, 10 Mar 2000 06:33:31 +0000 (06:33 +0000)]
Sync.

24 years agocleared wrong amount of memory in skipjack zerokey, causes bigtime crashes
deraadt [Fri, 10 Mar 2000 03:51:59 +0000 (03:51 +0000)]
cleared wrong amount of memory in skipjack zerokey, causes bigtime crashes

24 years agoMake pcvt arrow keys work with vt220 entries; DEC terminals generate DEL,
millert [Fri, 10 Mar 2000 02:54:39 +0000 (02:54 +0000)]
Make pcvt arrow keys work with vt220 entries; DEC terminals generate DEL,
not ^H.

24 years agoUpdates from ncurses-5.0-20000304:
millert [Fri, 10 Mar 2000 02:48:45 +0000 (02:48 +0000)]
Updates from ncurses-5.0-20000304:
 o minor corrections/updates to several terminfo entries: rxvt-basic,
   vt520, vt525, ibm5151, xterm-xf86-v40
 o minor corrections to xterm-xf86-v333 terminfo entry
 o add several terminfo entries from esr's "11.0".

24 years agoUpdate to ncurses-5.0-20000304
millert [Fri, 10 Mar 2000 01:35:01 +0000 (01:35 +0000)]
Update to ncurses-5.0-20000304

24 years agoincreased buffer size.
smurph [Fri, 10 Mar 2000 00:53:58 +0000 (00:53 +0000)]
increased buffer size.

24 years agoPull in fnctl modeul so we are sure to get O_* for sysopen().
millert [Thu, 9 Mar 2000 21:24:02 +0000 (21:24 +0000)]
Pull in fnctl modeul so we are sure to get O_* for sysopen().

24 years agochange struct icmp6_filter member name: s/icmp6_filter/icmp6_filt/,
itojun [Thu, 9 Mar 2000 21:21:12 +0000 (21:21 +0000)]
change struct icmp6_filter member name: s/icmp6_filter/icmp6_filt/,
to be compliant with RFC2292.
From: Francis Dupont

24 years agodisallow guessing of root password
markus [Thu, 9 Mar 2000 19:31:47 +0000 (19:31 +0000)]
disallow guessing of root password

24 years ago-Wall cleanup
deraadt [Thu, 9 Mar 2000 15:03:29 +0000 (15:03 +0000)]
-Wall cleanup

24 years ago-Wall type correctness
deraadt [Thu, 9 Mar 2000 14:59:12 +0000 (14:59 +0000)]
-Wall type correctness

24 years agoupdate for new adaptec support.
smurph [Thu, 9 Mar 2000 06:35:53 +0000 (06:35 +0000)]
update for new adaptec support.

24 years agosync
deraadt [Thu, 9 Mar 2000 03:00:02 +0000 (03:00 +0000)]
sync

24 years agonew grep 2.4.1
mickey [Thu, 9 Mar 2000 00:08:07 +0000 (00:08 +0000)]
new grep 2.4.1
whole bunch of bug fixes, mmap support (w/ --mmap)
changed binary file grep behavior, but could be overwritten w/ -a
millert@ ok

24 years agomultiple inclusion protect because of pstat and socket.h needing ALIGNBYTES
deraadt [Wed, 8 Mar 2000 22:13:23 +0000 (22:13 +0000)]
multiple inclusion protect because of pstat and socket.h needing ALIGNBYTES

24 years agoMerge with EOM 1.48
niklas [Wed, 8 Mar 2000 08:43:16 +0000 (08:43 +0000)]
Merge with EOM 1.48

author: ho
Do not crash if user forgot address field.

24 years agoMerge with EOM 1.24
niklas [Wed, 8 Mar 2000 08:43:04 +0000 (08:43 +0000)]
Merge with EOM 1.24

author: niklas
line break

24 years agocert.c: Merge with EOM 1.15
niklas [Wed, 8 Mar 2000 08:42:48 +0000 (08:42 +0000)]
cert.c: Merge with EOM 1.15
libcrypto.h: Merge with EOM 1.12

author: ho
KAME and ssl includes

24 years agoMerge with EOM 1.38
niklas [Wed, 8 Mar 2000 08:42:38 +0000 (08:42 +0000)]
Merge with EOM 1.38

author: niklas
Comparison to wrong var, fix by rayl@mail.com

24 years agoMerge with EOM 1.7
niklas [Wed, 8 Mar 2000 08:42:27 +0000 (08:42 +0000)]
Merge with EOM 1.7

author: ho
Add sysdep.h and compile with KAME

24 years agoMerge with EOM 1.37
niklas [Wed, 8 Mar 2000 08:42:15 +0000 (08:42 +0000)]
Merge with EOM 1.37

author: ho
Add missing #ifdef USE_X509/#endif

24 years agoMerge with EOM 1.39
niklas [Wed, 8 Mar 2000 08:41:57 +0000 (08:41 +0000)]
Merge with EOM 1.39

author: ho
FreeBSD and NetBSD use KAME

author: ho
Add netbsd

24 years agoMerge with EOM 1.32
niklas [Wed, 8 Mar 2000 08:41:41 +0000 (08:41 +0000)]
Merge with EOM 1.32

author: niklas
Use a clearer pointer arithmetic

author: niklas
Multiple DES API support

author: niklas
argh

author: niklas
More braindamage with USE_ macros

24 years agosync
jasoni [Wed, 8 Mar 2000 03:36:22 +0000 (03:36 +0000)]
sync

24 years agoAdd support for the new sigset_t and sigaction.
jasoni [Wed, 8 Mar 2000 03:35:28 +0000 (03:35 +0000)]
Add support for the new sigset_t and sigaction.

24 years agoVarious cleanups and improvements.
aaron [Wed, 8 Mar 2000 03:11:27 +0000 (03:11 +0000)]
Various cleanups and improvements.

24 years agoVarious cleanup.
aaron [Tue, 7 Mar 2000 21:11:07 +0000 (21:11 +0000)]
Various cleanup.

24 years agotypo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
markus [Tue, 7 Mar 2000 20:40:41 +0000 (20:40 +0000)]
typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de

24 years agoTypo in synopsis: sont --> const
alex [Tue, 7 Mar 2000 19:58:22 +0000 (19:58 +0000)]
Typo in synopsis: sont --> const

24 years agoUse ETHERTYPE_8021Q
chris [Tue, 7 Mar 2000 18:16:37 +0000 (18:16 +0000)]
Use ETHERTYPE_8021Q

24 years agoadd ETHERTYPE_8021Q
chris [Tue, 7 Mar 2000 18:15:47 +0000 (18:15 +0000)]
add ETHERTYPE_8021Q

24 years agoAdd 802.1Q from kuznet@ms2.inr.ac.ru via tcpdump.org
chris [Tue, 7 Mar 2000 16:50:42 +0000 (16:50 +0000)]
Add 802.1Q from kuznet@ms2.inr.ac.ru via tcpdump.org
also, make extracted_ethertype not extern

24 years agoVarious mdoc fixups.
aaron [Mon, 6 Mar 2000 21:47:27 +0000 (21:47 +0000)]
Various mdoc fixups.

24 years agoDo not leave `(' characters dangling at the end of lines; instead, use the
aaron [Mon, 6 Mar 2000 21:46:55 +0000 (21:46 +0000)]
Do not leave `(' characters dangling at the end of lines; instead, use the
appropriate mdoc macros to handle these cases.

24 years agoversion 1.2.3
deraadt [Mon, 6 Mar 2000 21:34:10 +0000 (21:34 +0000)]
version 1.2.3

24 years agofix pr 1113, fclose() -> pclose(), todo: remote popen()
markus [Mon, 6 Mar 2000 20:29:04 +0000 (20:29 +0000)]
fix pr 1113, fclose() -> pclose(), todo: remote popen()

24 years agosync
deraadt [Mon, 6 Mar 2000 19:07:38 +0000 (19:07 +0000)]
sync

24 years agodo signed hex instead of %D
mickey [Mon, 6 Mar 2000 14:16:23 +0000 (14:16 +0000)]
do signed hex instead of %D

24 years ago- ``Option:'' -> ``The options are as follows:''
aaron [Mon, 6 Mar 2000 13:12:49 +0000 (13:12 +0000)]
- ``Option:'' -> ``The options are as follows:''
- Correct some mdoc usage.
- Nicer ENVIRONMENT section.

24 years agoCorrect SYNOPSIS (rev(1) accepts more than one file argument); from FreeBSD.
aaron [Mon, 6 Mar 2000 13:02:46 +0000 (13:02 +0000)]
Correct SYNOPSIS (rev(1) accepts more than one file argument); from FreeBSD.

24 years agoCovert to mdoc; from FreeBSD, with some modifications by me.
aaron [Mon, 6 Mar 2000 12:23:41 +0000 (12:23 +0000)]
Covert to mdoc; from FreeBSD, with some modifications by me.

24 years agoSome section re-ordering.
aaron [Mon, 6 Mar 2000 03:17:38 +0000 (03:17 +0000)]
Some section re-ordering.

24 years agoAdd HISTORY sections; from FreeBSD.
aaron [Mon, 6 Mar 2000 03:15:59 +0000 (03:15 +0000)]
Add HISTORY sections; from FreeBSD.

24 years agooops
mickey [Mon, 6 Mar 2000 03:03:52 +0000 (03:03 +0000)]
oops

24 years agomdoc'ify; from FreeBSD, with many modifications by me.
aaron [Mon, 6 Mar 2000 02:38:19 +0000 (02:38 +0000)]
mdoc'ify; from FreeBSD, with many modifications by me.

24 years agodo not save/restore callee-save regs on trap, except for DDB
mickey [Mon, 6 Mar 2000 02:21:01 +0000 (02:21 +0000)]
do not save/restore callee-save regs on trap, except for DDB

24 years agoDon't issue an initial SCSI bus reset for Ultra3 cards. What seems to
mjacob [Sun, 5 Mar 2000 22:22:55 +0000 (22:22 +0000)]
Don't issue an initial SCSI bus reset for Ultra3 cards. What seems to
happen is that the SCSI bus reset, even after several seconds delay, seems
to cause the Qlogic to then destroy several subsequent commands (which,
ha ha, happen during probing for devices). I dunno why this is- some Qlogic
f/w problem that we need to step around.

24 years agoroll minor revision level
mjacob [Sun, 5 Mar 2000 22:20:09 +0000 (22:20 +0000)]
roll minor revision level

24 years agoClean up some error messages so that the channel source is printed. Don't
mjacob [Sun, 5 Mar 2000 22:18:59 +0000 (22:18 +0000)]
Clean up some error messages so that the channel source is printed. Don't
wipe out the whole marker flag when a bus event happens on one channel- just
or in the channel that needs to have a marker sent. Correctly mark a
PORT CHANGED error with a 'selection timeout'.

24 years agoregen
mickey [Sun, 5 Mar 2000 21:42:50 +0000 (21:42 +0000)]
regen

24 years agoadd toshiba pci-isa bridge; from aaron@
mickey [Sun, 5 Mar 2000 21:42:00 +0000 (21:42 +0000)]
add toshiba pci-isa bridge; from aaron@

24 years agoRemove hard sentence breaks.
aaron [Sun, 5 Mar 2000 20:34:12 +0000 (20:34 +0000)]
Remove hard sentence breaks.

24 years agofix size check case for getgroups; pbucich@sion.com
deraadt [Sun, 5 Mar 2000 20:32:13 +0000 (20:32 +0000)]
fix size check case for getgroups; pbucich@sion.com

24 years agoVarious improvements, including a few HISTORY sections added from FreeBSD.
aaron [Sun, 5 Mar 2000 20:09:19 +0000 (20:09 +0000)]
Various improvements, including a few HISTORY sections added from FreeBSD.

24 years agoChange prompt string from "Location:" to "Office Location:", to disambiguate
aaron [Sun, 5 Mar 2000 19:20:36 +0000 (19:20 +0000)]
Change prompt string from "Location:" to "Office Location:", to disambiguate
from what is expected, and to be consistent with finger(1); from FreeBSD.

24 years agoexport bios_pciinfo for the whole _KERNEL, there will be more files to use it
mickey [Sun, 5 Mar 2000 19:07:43 +0000 (19:07 +0000)]
export bios_pciinfo for the whole _KERNEL, there will be more files to use it

24 years agoD not forget our memmap changes, ok mickey@
niklas [Sun, 5 Mar 2000 18:40:59 +0000 (18:40 +0000)]
D not forget our memmap changes, ok mickey@

24 years agoAdda a stripcom function to strip comments (and leading whitespace,
millert [Sun, 5 Mar 2000 16:55:22 +0000 (16:55 +0000)]
Adda a stripcom function to strip comments (and leading whitespace,
depending on IFS).  This replaces the ed and sed code previously
used to do this.

24 years agoFinish standardizing options list introduction.
aaron [Sun, 5 Mar 2000 00:28:49 +0000 (00:28 +0000)]
Finish standardizing options list introduction.

24 years agoIn Unix land we prefer "whitespace" to "white space" or "white-space". At
aaron [Sat, 4 Mar 2000 22:19:22 +0000 (22:19 +0000)]
In Unix land we prefer "whitespace" to "white space" or "white-space". At
least, this is the impression I get from looking at a lot of Perl docs.

24 years agoPoint out that dmesg is most commonly used to review system startup msgs.
aaron [Sat, 4 Mar 2000 21:46:49 +0000 (21:46 +0000)]
Point out that dmesg is most commonly used to review system startup msgs.

24 years agoMany improvements and general cleanup/standardization.
aaron [Sat, 4 Mar 2000 21:11:59 +0000 (21:11 +0000)]
Many improvements and general cleanup/standardization.

24 years agoAdd EXAMPLES section, with OPENBSD printed in lights.
aaron [Sat, 4 Mar 2000 20:44:56 +0000 (20:44 +0000)]
Add EXAMPLES section, with OPENBSD printed in lights.