openbsd
27 years agoremove one / from the printf of the filenames (_PATH_UNIX begings with a
graichen [Sun, 29 Dec 1996 12:21:26 +0000 (12:21 +0000)]
remove one / from the printf of the filenames (_PATH_UNIX begings with a
slash - /bsd so we don't need an extra slash there)

27 years agoour tar (paxtar) is now in /bin/tar not /usr/bin/tar
graichen [Sun, 29 Dec 1996 12:19:08 +0000 (12:19 +0000)]
our tar (paxtar) is now in /bin/tar not /usr/bin/tar

27 years agowork around the missing (gtar) -T (--files-from) option of our paxtar
graichen [Sun, 29 Dec 1996 12:18:27 +0000 (12:18 +0000)]
work around the missing (gtar) -T (--files-from) option of our paxtar
in pkg_create so that it should work now with paxtar (the -X option is
still missing due to missing -X - in the gtar meaning --exclude-from-file
option)

i did it by changing the FreeBSD way of doing it (open a pipe to tar with
-T - (read filenames from stdin) and give all the filenames to the pipe)
to constructing a big :-) argumentlist for tar and executing it without
the pipe (not the best solution but it works :-)

27 years agochanged __NetBSD__ to __OpenBSD__
kstailey [Sat, 28 Dec 1996 23:10:34 +0000 (23:10 +0000)]
changed __NetBSD__ to __OpenBSD__

27 years agocrank minor due to arc4random
deraadt [Sat, 28 Dec 1996 19:07:21 +0000 (19:07 +0000)]
crank minor due to arc4random

27 years agoFix prerequisite test, still need to check why NODEV bufs comes here.
niklas [Sat, 28 Dec 1996 19:06:28 +0000 (19:06 +0000)]
Fix prerequisite test, still need to check why NODEV bufs comes here.

27 years agoan entire an entire
downsj [Sat, 28 Dec 1996 09:06:29 +0000 (09:06 +0000)]
an entire an entire

27 years agoarc4random() number generator, for use with things like RPC xid's.
dm [Sat, 28 Dec 1996 06:32:59 +0000 (06:32 +0000)]
arc4random() number generator, for use with things like RPC xid's.

27 years agoadd OpenBSD tag to files.
rahnds [Sat, 28 Dec 1996 06:31:06 +0000 (06:31 +0000)]
add OpenBSD tag to files.

27 years agoadding OpenBSD tag to files.
rahnds [Sat, 28 Dec 1996 06:24:55 +0000 (06:24 +0000)]
adding OpenBSD tag to files.

27 years agoAdding OpenBSD tags to files.
rahnds [Sat, 28 Dec 1996 06:17:46 +0000 (06:17 +0000)]
Adding OpenBSD tags to files.

27 years agoChanges necessary to make the kernel compile and boot.
rahnds [Sat, 28 Dec 1996 06:09:02 +0000 (06:09 +0000)]
Changes necessary to make the kernel compile and boot.
Some merging with NetBSD port.

27 years agoadd necessary file for powerpc port.
rahnds [Sat, 28 Dec 1996 06:03:54 +0000 (06:03 +0000)]
add necessary file for powerpc port.
It would be really nice if this was a "standard" libkern function.

27 years ago95% of common uses of these are incorrect and insecure. correct use is
deraadt [Sat, 28 Dec 1996 02:33:10 +0000 (02:33 +0000)]
95% of common uses of these are incorrect and insecure. correct use is
incredibly rare. Time for some education!

27 years agosuggest alternative in ld warn message
deraadt [Sat, 28 Dec 1996 02:30:58 +0000 (02:30 +0000)]
suggest alternative in ld warn message

27 years agoGot an NCR controller too now
tholo [Sat, 28 Dec 1996 01:01:02 +0000 (01:01 +0000)]
Got an NCR controller too now

27 years agoSwitch to pcvt for console
tholo [Sat, 28 Dec 1996 01:00:43 +0000 (01:00 +0000)]
Switch to pcvt for console

27 years agonew NetBSD file; #include from <machine/cpu.h> on m68k boxen
kstailey [Fri, 27 Dec 1996 23:23:27 +0000 (23:23 +0000)]
new NetBSD file; #include from <machine/cpu.h> on m68k boxen

27 years agoepilepsy in csrg?
deraadt [Fri, 27 Dec 1996 09:48:07 +0000 (09:48 +0000)]
epilepsy in csrg?

27 years agoRemove some GCC warnings in generated output; from Steve Price via FreeBSD
tholo [Fri, 27 Dec 1996 08:05:18 +0000 (08:05 +0000)]
Remove some GCC warnings in generated output; from Steve Price via FreeBSD

27 years agomerged into autoconf.h and control.h
kstailey [Fri, 27 Dec 1996 04:31:27 +0000 (04:31 +0000)]
merged  into autoconf.h and control.h

27 years agoadjusted to state "no hard links to directories"
kstailey [Fri, 27 Dec 1996 01:24:20 +0000 (01:24 +0000)]
adjusted to state "no hard links to directories"

27 years agomerged into if_le.c
kstailey [Fri, 27 Dec 1996 01:18:14 +0000 (01:18 +0000)]
merged into if_le.c

27 years agocompile, Makefile rebuild
mickey [Thu, 26 Dec 1996 10:50:47 +0000 (10:50 +0000)]
compile, Makefile rebuild

27 years agoMerge our chagnes with FreeBSD's latest changes. We should now
imp [Wed, 25 Dec 1996 20:10:09 +0000 (20:10 +0000)]
Merge our chagnes with FreeBSD's latest changes.  We should now
have identical bsd.port.mk files again.  This file has successfully
compiled many of the archivers, gnu make, and emacs (althought the emacs
deltas have not been merged back into the FreeBSD tree yet since I don't
have it working yet).

The FreeBSD Id line may be slightly off since I generated it by hand to match
the commit I just made there.

27 years agono compile test after last change: no need for that umask too, i guess
mickey [Wed, 25 Dec 1996 19:08:09 +0000 (19:08 +0000)]
no compile test after last change: no need for that umask too, i guess

27 years agosmaller code
deraadt [Wed, 25 Dec 1996 10:21:40 +0000 (10:21 +0000)]
smaller code

27 years agodo not need umask for mkstemp
deraadt [Wed, 25 Dec 1996 01:56:14 +0000 (01:56 +0000)]
do not need umask for mkstemp

27 years agoUse <stdlib.h>, not <malloc.h>
tholo [Wed, 25 Dec 1996 01:19:17 +0000 (01:19 +0000)]
Use <stdlib.h>, not <malloc.h>

27 years agosync with NetBSD
kstailey [Tue, 24 Dec 1996 21:34:49 +0000 (21:34 +0000)]
sync with NetBSD

27 years agonew NetBSD file
kstailey [Tue, 24 Dec 1996 21:31:44 +0000 (21:31 +0000)]
new NetBSD file

27 years agodo not need umask fiddling
deraadt [Tue, 24 Dec 1996 21:22:10 +0000 (21:22 +0000)]
do not need umask fiddling

27 years agotest kernel for wglen driver
deraadt [Tue, 24 Dec 1996 20:31:47 +0000 (20:31 +0000)]
test kernel for wglen driver

27 years agonearly working driver for wglen serial card
deraadt [Tue, 24 Dec 1996 20:31:23 +0000 (20:31 +0000)]
nearly working driver for wglen serial card

27 years agofor the moment, yammer a bit more
deraadt [Tue, 24 Dec 1996 20:30:40 +0000 (20:30 +0000)]
for the moment, yammer a bit more

27 years agocall all irq routines
deraadt [Tue, 24 Dec 1996 20:29:02 +0000 (20:29 +0000)]
call all irq routines

27 years agoreclaim NFSMNT_RESVPORT bit, and add more traditional attribute cache timeout flags
dm [Tue, 24 Dec 1996 20:14:29 +0000 (20:14 +0000)]
reclaim NFSMNT_RESVPORT bit, and add more traditional attribute cache timeout flags

27 years agoMake termination of objects wait for possible collapses before altering
niklas [Tue, 24 Dec 1996 20:14:28 +0000 (20:14 +0000)]
Make termination of objects wait for possible collapses before altering
the object's shadow linkage.  Also note that the object is going to die
so that a possible collapse can finish early.

27 years agoindicate this mktemp is vulnerable to a DOS attack, however the impact is very low
deraadt [Tue, 24 Dec 1996 20:04:14 +0000 (20:04 +0000)]
indicate this mktemp is vulnerable to a DOS attack, however the impact is very low

27 years agouse mkstemp instead
deraadt [Tue, 24 Dec 1996 20:00:04 +0000 (20:00 +0000)]
use mkstemp instead

27 years agocomment on why this mktemp use is safe
deraadt [Tue, 24 Dec 1996 19:42:03 +0000 (19:42 +0000)]
comment on why this mktemp use is safe

27 years agouse mkstemp
deraadt [Tue, 24 Dec 1996 19:28:03 +0000 (19:28 +0000)]
use mkstemp

27 years agoref sigaction
deraadt [Tue, 24 Dec 1996 19:17:10 +0000 (19:17 +0000)]
ref sigaction

27 years agouse mkstemp()
deraadt [Tue, 24 Dec 1996 08:37:50 +0000 (08:37 +0000)]
use mkstemp()

27 years agoUse mkstemp(3) for temporary files
tholo [Tue, 24 Dec 1996 03:44:13 +0000 (03:44 +0000)]
Use mkstemp(3) for temporary files

27 years agono mkfs
deraadt [Tue, 24 Dec 1996 02:40:53 +0000 (02:40 +0000)]
no mkfs

27 years agodeal with the 2340 lie in the right place, i think
deraadt [Tue, 24 Dec 1996 01:33:33 +0000 (01:33 +0000)]
deal with the 2340 lie in the right place, i think

27 years agobye bye
deraadt [Tue, 24 Dec 1996 00:12:03 +0000 (00:12 +0000)]
bye bye

27 years agoPowerPC port uses binutils not 'standard' compilation tools.
rahnds [Mon, 23 Dec 1996 22:56:50 +0000 (22:56 +0000)]
PowerPC port uses binutils not 'standard' compilation tools.

27 years agoPowerpc port uses binutils not old compiler tools.
rahnds [Mon, 23 Dec 1996 22:42:46 +0000 (22:42 +0000)]
Powerpc port uses binutils not old compiler tools.

27 years agowarn whoever wants krb5 that they have a /tmp race to fix first
deraadt [Mon, 23 Dec 1996 19:21:07 +0000 (19:21 +0000)]
warn whoever wants krb5 that they have a /tmp race to fix first

27 years agoFix assignment/truth-value compiler warning.
robin [Mon, 23 Dec 1996 14:29:46 +0000 (14:29 +0000)]
Fix assignment/truth-value compiler warning.

27 years agoAdd missing # include <term.h>
robin [Mon, 23 Dec 1996 13:42:24 +0000 (13:42 +0000)]
Add missing # include <term.h>

27 years agoEliminate assignment/truth-value compiler warning.
robin [Mon, 23 Dec 1996 13:31:40 +0000 (13:31 +0000)]
Eliminate assignment/truth-value compiler warning.

27 years agopppd 2.3b3 import. some minor buf oflow fixes and so.
mickey [Mon, 23 Dec 1996 13:22:36 +0000 (13:22 +0000)]
pppd 2.3b3 import. some minor buf oflow fixes and so.
try it out ppl, but i've got it running talking to cisco w/ all the AFs
enabled in kernel.

27 years agoAdd parentheses to assignment used as truth value to eliminate a compiler
robin [Mon, 23 Dec 1996 13:12:54 +0000 (13:12 +0000)]
Add parentheses to assignment used as truth value to eliminate a compiler
warning.

27 years agoRemove redundant/incorrect switch case label: `def_case'
robin [Mon, 23 Dec 1996 13:10:10 +0000 (13:10 +0000)]
Remove redundant/incorrect switch case label: `def_case'

27 years agono panic on ppp down/retry
mickey [Mon, 23 Dec 1996 08:47:03 +0000 (08:47 +0000)]
no panic on ppp down/retry

27 years ago1 -> 0
downsj [Mon, 23 Dec 1996 08:38:49 +0000 (08:38 +0000)]
1 -> 0

27 years agoadd readlabelfs.3
downsj [Mon, 23 Dec 1996 08:25:30 +0000 (08:25 +0000)]
add readlabelfs.3

27 years agoreadlabelfs()
downsj [Mon, 23 Dec 1996 07:44:59 +0000 (07:44 +0000)]
readlabelfs()

27 years agoreadlabelfs() takes two arguments now, update prototype, inc major number.
downsj [Mon, 23 Dec 1996 07:43:42 +0000 (07:43 +0000)]
readlabelfs() takes two arguments now, update prototype, inc major number.

27 years agoBack out last change, it is not sufficient.
millert [Mon, 23 Dec 1996 06:08:59 +0000 (06:08 +0000)]
Back out last change, it is not sufficient.

27 years agoAvoid spoofing when cd'ing to subdirs. First cut.
millert [Mon, 23 Dec 1996 04:58:34 +0000 (04:58 +0000)]
Avoid spoofing when cd'ing to subdirs.  First cut.

27 years agoAdd -execdir support.
millert [Mon, 23 Dec 1996 04:58:08 +0000 (04:58 +0000)]
Add -execdir support.

27 years agouse _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types
deraadt [Mon, 23 Dec 1996 02:56:47 +0000 (02:56 +0000)]
use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types

27 years agoi think this fixes COMPAT_ULTRIX
deraadt [Mon, 23 Dec 1996 02:56:26 +0000 (02:56 +0000)]
i think this fixes COMPAT_ULTRIX

27 years agouse _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types
deraadt [Mon, 23 Dec 1996 02:42:22 +0000 (02:42 +0000)]
use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types

27 years agoImport of Openfirmware device drivers for PowerPC port.
rahnds [Mon, 23 Dec 1996 00:32:56 +0000 (00:32 +0000)]
Import of Openfirmware device drivers for PowerPC port.
From NetBSD, with modification to get current time in kernel.

27 years agoCorrect handling of weak symbols in shared libraries; from pk@netbsd.org
tholo [Sun, 22 Dec 1996 20:54:16 +0000 (20:54 +0000)]
Correct handling of weak symbols in shared libraries; from pk@netbsd.org

27 years agoAdd powerpc support to gprof. (primative support).
rahnds [Sun, 22 Dec 1996 20:24:24 +0000 (20:24 +0000)]
Add powerpc support to gprof. (primative support).

27 years agoPowerPC port is ELF based, treat same as svr4, mips, and alpha.
rahnds [Sun, 22 Dec 1996 20:15:35 +0000 (20:15 +0000)]
PowerPC port is ELF based, treat same as svr4, mips, and alpha.

27 years agocrank ulimit -d for fsck run (someone with a 19GB ccd ran into a problem)
deraadt [Sun, 22 Dec 1996 20:14:09 +0000 (20:14 +0000)]
crank ulimit -d for fsck run (someone with a 19GB ccd ran into a problem)

27 years agoproper gid revoke
deraadt [Sun, 22 Dec 1996 20:00:41 +0000 (20:00 +0000)]
proper gid revoke

27 years agoremoved netbsd refs from "clean" target
kstailey [Sun, 22 Dec 1996 19:59:51 +0000 (19:59 +0000)]
removed netbsd refs from "clean" target

27 years agotypo
deraadt [Sun, 22 Dec 1996 19:41:23 +0000 (19:41 +0000)]
typo

27 years agoadditional files needed for gcc support for powerpc.
rahnds [Sun, 22 Dec 1996 18:52:24 +0000 (18:52 +0000)]
additional files needed for gcc support for powerpc.

27 years agogcc support for powerpc-openbsd
rahnds [Sun, 22 Dec 1996 18:32:41 +0000 (18:32 +0000)]
gcc support for powerpc-openbsd

27 years agochanges to binutils to support powerpc-openbsd
rahnds [Sun, 22 Dec 1996 18:11:15 +0000 (18:11 +0000)]
changes to binutils to support powerpc-openbsd

27 years agobring in bsd.own.mk
niklas [Sun, 22 Dec 1996 17:46:02 +0000 (17:46 +0000)]
bring in bsd.own.mk

27 years agomake spec_advlock() perform indirect call to lf_advlock()
kstailey [Sun, 22 Dec 1996 16:05:24 +0000 (16:05 +0000)]
make spec_advlock() perform indirect call to lf_advlock()

27 years agobring back all the local OpenBSD changes to the pmax tree since 961107
graichen [Sun, 22 Dec 1996 15:22:07 +0000 (15:22 +0000)]
bring back all the local OpenBSD changes to the pmax tree since 961107

i hope that i did'nt break anything of the files required for the alpha
(in the dev dir) niklas :-)

27 years agoupdate the pmax stuff to NetBSD 961107 - this version i got somehow
graichen [Sun, 22 Dec 1996 15:17:04 +0000 (15:17 +0000)]
update the pmax stuff to NetBSD 961107 - this version i got somehow
compiled on my decstation 2100 (PLUTO) - but it will not fully work
out of the box - but i want to bring it into the tree because i get
my own pmax on 961228 - so that i have a good startpoint then :-)

all the OpenBSD changes to the pmax tree will follow in the next commit

27 years agoimport of elf2aout - required for the pmax and taken from the NetBSD
graichen [Sun, 22 Dec 1996 15:03:32 +0000 (15:03 +0000)]
import of elf2aout - required for the pmax and taken from the NetBSD
elftools - adapted to OpenBSD by me

27 years agonope, ss is wrong
deraadt [Sun, 22 Dec 1996 06:29:00 +0000 (06:29 +0000)]
nope, ss is wrong

27 years agoDeal with _POSIX_SAVED_IDS when relinquishing privileges
tholo [Sun, 22 Dec 1996 03:49:44 +0000 (03:49 +0000)]
Deal with _POSIX_SAVED_IDS when relinquishing privileges

27 years agoDeal with _POSIX_SAVED_IDS when relinquishing privileges
tholo [Sun, 22 Dec 1996 03:39:24 +0000 (03:39 +0000)]
Deal with _POSIX_SAVED_IDS when relinquishing privileges

27 years agoDeal with _POSIX_SAVED_IDS when relinquishing privileges
deraadt [Sun, 22 Dec 1996 03:28:56 +0000 (03:28 +0000)]
Deal with _POSIX_SAVED_IDS when relinquishing privileges

27 years agoDeal with _POSIX_SAVED_IDS when relinquishing privileges
tholo [Sun, 22 Dec 1996 03:25:52 +0000 (03:25 +0000)]
Deal with _POSIX_SAVED_IDS when relinquishing privileges

27 years agoDeal with _POSIX_SAVED_IDS when relinquishing privileges
deraadt [Sun, 22 Dec 1996 03:00:47 +0000 (03:00 +0000)]
Deal with _POSIX_SAVED_IDS when relinquishing privileges

27 years agoMAXHOSTNAMELEN, not +1
deraadt [Sun, 22 Dec 1996 02:59:53 +0000 (02:59 +0000)]
MAXHOSTNAMELEN, not +1

27 years agoDeal with _POSIX_SAVED_IDS when relinquishing privileges
tholo [Sun, 22 Dec 1996 02:57:49 +0000 (02:57 +0000)]
Deal with _POSIX_SAVED_IDS when relinquishing privileges

27 years agodisklabel the vnd
deraadt [Sun, 22 Dec 1996 01:52:41 +0000 (01:52 +0000)]
disklabel the vnd

27 years agogive "a" partition a ufs type by default
deraadt [Sun, 22 Dec 1996 01:50:15 +0000 (01:50 +0000)]
give "a" partition a ufs type by default

27 years agodocument that "vnd0" works
deraadt [Sun, 22 Dec 1996 01:46:45 +0000 (01:46 +0000)]
document that "vnd0" works

27 years agodisklabels work now
deraadt [Sun, 22 Dec 1996 01:42:45 +0000 (01:42 +0000)]
disklabels work now

27 years ago-Wall madness.
millert [Sat, 21 Dec 1996 22:23:36 +0000 (22:23 +0000)]
-Wall madness.

27 years ago$Id -> $OpenBSD
millert [Sat, 21 Dec 1996 22:17:44 +0000 (22:17 +0000)]
$Id -> $OpenBSD

27 years agoDeal correctly with being SGID
tholo [Sat, 21 Dec 1996 22:06:21 +0000 (22:06 +0000)]
Deal correctly with being SGID

27 years agoFrom pk@NetBSD.ORG; Set EXTERNAL bit on `.weak' declarations.
tholo [Sat, 21 Dec 1996 21:50:55 +0000 (21:50 +0000)]
From pk@NetBSD.ORG; Set EXTERNAL bit on `.weak' declarations.