openbsd
27 years agoadd -m68020 to AFLAGS
kstailey [Tue, 11 Feb 1997 20:23:38 +0000 (20:23 +0000)]
add -m68020 to AFLAGS

27 years agoadd default route before fiddling with loopback route to avoid DNS problems; m4@umn...
deraadt [Tue, 11 Feb 1997 18:46:08 +0000 (18:46 +0000)]
add default route before fiddling with loopback route to avoid DNS problems; m4@umn.edu, #97

27 years agoFix for non-kerberos.
millert [Tue, 11 Feb 1997 18:26:32 +0000 (18:26 +0000)]
Fix for non-kerberos.

27 years agouse RPC over TCP; Michael.Eriksson@era-t.ericsson.se
deraadt [Tue, 11 Feb 1997 18:10:57 +0000 (18:10 +0000)]
use RPC over TCP; Michael.Eriksson@era-t.ericsson.se

27 years agoensure ipt->ipt_ptr is right; pr#96, andreas.gunnarsson@emw.ericsson.se
deraadt [Tue, 11 Feb 1997 18:04:03 +0000 (18:04 +0000)]
ensure ipt->ipt_ptr is right; pr#96, andreas.gunnarsson@emw.ericsson.se

27 years agoprototypes for copypage & zeropage
kstailey [Tue, 11 Feb 1997 17:50:33 +0000 (17:50 +0000)]
prototypes for copypage & zeropage

27 years agois we were set[ug]id an unitialized ptr bit us
niklas [Tue, 11 Feb 1997 17:46:36 +0000 (17:46 +0000)]
is we were set[ug]id an unitialized ptr bit us

27 years agobuild hoststrip for install purposes; noted by tv@slack.iag.net, pr #88
deraadt [Tue, 11 Feb 1997 17:42:51 +0000 (17:42 +0000)]
build hoststrip for install purposes; noted by tv@slack.iag.net, pr #88

27 years agono more VNODEPAGER #define
kstailey [Tue, 11 Feb 1997 17:41:13 +0000 (17:41 +0000)]
no more VNODEPAGER #define

27 years agochanges to support the new disklabeled ramdisk (rd) and 1st cut at
rahnds [Tue, 11 Feb 1997 15:03:39 +0000 (15:03 +0000)]
changes to support the new disklabeled ramdisk (rd) and 1st cut at
raminst MAKEDEV list.

27 years agoAdd ramdisk (rd) character major number, put the device in the character
rahnds [Tue, 11 Feb 1997 14:51:28 +0000 (14:51 +0000)]
Add ramdisk (rd) character major number, put the device in the character
to block mapping table.

27 years agoRemove occurences of headswitch and trackseek, they no longer
millert [Tue, 11 Feb 1997 07:01:27 +0000 (07:01 +0000)]
Remove occurences of headswitch and trackseek, they no longer
exist in struct fs.

27 years agoAdd fs_id support and random inode generation numbers for ffs.
millert [Tue, 11 Feb 1997 06:59:25 +0000 (06:59 +0000)]
Add fs_id support and random inode generation numbers for ffs.

27 years agoWe now has fs_id in struct fs.
millert [Tue, 11 Feb 1997 06:59:25 +0000 (06:59 +0000)]
We now has fs_id in struct fs.

27 years agoHandle tickets the same way as login(1) does; remove when session ends
tholo [Tue, 11 Feb 1997 05:00:55 +0000 (05:00 +0000)]
Handle tickets the same way as login(1) does; remove when session ends

27 years agoNeed <bsd.obj.mk> earlier to have access to ${__objdir}; fixes build when
tholo [Tue, 11 Feb 1997 04:40:36 +0000 (04:40 +0000)]
Need <bsd.obj.mk> earlier to have access to ${__objdir}; fixes build when
obj directories or links are not present

27 years agoSynchronize kadmin service names with header files.
gene [Tue, 11 Feb 1997 04:16:35 +0000 (04:16 +0000)]
Synchronize kadmin service names with header files.

27 years agook, transmit on port 0 works...
deraadt [Tue, 11 Feb 1997 02:55:44 +0000 (02:55 +0000)]
ok, transmit on port 0 works...

27 years agowl0 moves to ipl 3
deraadt [Tue, 11 Feb 1997 02:55:10 +0000 (02:55 +0000)]
wl0 moves to ipl 3

27 years agomake it work
deraadt [Mon, 10 Feb 1997 17:49:09 +0000 (17:49 +0000)]
make it work

27 years agocatch up to i386 install.sh
deraadt [Mon, 10 Feb 1997 16:42:53 +0000 (16:42 +0000)]
catch up to i386 install.sh

27 years agoFix typo.
gvf [Mon, 10 Feb 1997 15:03:15 +0000 (15:03 +0000)]
Fix typo.

27 years agoinstall zopen.3 too
mickey [Mon, 10 Feb 1997 12:33:49 +0000 (12:33 +0000)]
install zopen.3 too

27 years agoUse copypage and zeropage.
downsj [Mon, 10 Feb 1997 12:24:37 +0000 (12:24 +0000)]
Use copypage and zeropage.

27 years agokill extra decl
downsj [Mon, 10 Feb 1997 12:16:56 +0000 (12:16 +0000)]
kill extra decl

27 years agomac68k copypage/zeropage changes.
downsj [Mon, 10 Feb 1997 12:01:45 +0000 (12:01 +0000)]
mac68k copypage/zeropage changes.

27 years agozeropage -> devzeropage
downsj [Mon, 10 Feb 1997 11:53:11 +0000 (11:53 +0000)]
zeropage -> devzeropage

27 years agologin.millert? oh boy
deraadt [Mon, 10 Feb 1997 11:40:59 +0000 (11:40 +0000)]
login.millert? oh boy

27 years agoCompletely untested mvme68k changes for copypage/zeropage/mappedcopy.
downsj [Mon, 10 Feb 1997 11:39:25 +0000 (11:39 +0000)]
Completely untested mvme68k changes for copypage/zeropage/mappedcopy.
Doesn't really support MAPPEDCOPY.

27 years agohp300 portion of the copypage/zeropage/mappedcopy changes from NetBSD.
downsj [Mon, 10 Feb 1997 11:13:28 +0000 (11:13 +0000)]
hp300 portion of the copypage/zeropage/mappedcopy changes from NetBSD.

27 years agoAdd the generic m68k part of the copypage/zeropage/mappedcopy changes
downsj [Mon, 10 Feb 1997 11:11:46 +0000 (11:11 +0000)]
Add the generic m68k part of the copypage/zeropage/mappedcopy changes
from NetBSD.

m68k ports may/will need changing in order to cope with this.

27 years agoAdd HEAP_LIMIT.
downsj [Mon, 10 Feb 1997 09:20:48 +0000 (09:20 +0000)]
Add HEAP_LIMIT.

27 years agoadd kernel_text symbol
mickey [Mon, 10 Feb 1997 08:34:22 +0000 (08:34 +0000)]
add kernel_text symbol

27 years agoPermit single block trailers differently.
millert [Mon, 10 Feb 1997 06:48:15 +0000 (06:48 +0000)]
Permit single block trailers differently.

27 years agoKill COMPAT_NOLABEL. It is not appropiate in the modern world.
downsj [Mon, 10 Feb 1997 06:43:26 +0000 (06:43 +0000)]
Kill COMPAT_NOLABEL.  It is not appropiate in the modern world.

27 years agoDon't freak out on archives with only a single block of 0's as
millert [Mon, 10 Feb 1997 06:35:39 +0000 (06:35 +0000)]
Don't freak out on archives with only a single block of 0's as
trailer (used to require two blocks of 0's but some tar's only
put in one).

27 years agoMake dump(8) really honor -a. Fix up formatting in man page and remove
millert [Mon, 10 Feb 1997 04:19:55 +0000 (04:19 +0000)]
Make dump(8) really honor -a.  Fix up formatting in man page and remove
duplicate entry.

27 years agoSupport 16 partitions.
downsj [Mon, 10 Feb 1997 01:33:55 +0000 (01:33 +0000)]
Support 16 partitions.

27 years agoPull in stdlib.h for arc4random prototype.
millert [Mon, 10 Feb 1997 00:52:28 +0000 (00:52 +0000)]
Pull in stdlib.h for arc4random prototype.

27 years agoMake printf's match actual type (%lu -> %u).
millert [Mon, 10 Feb 1997 00:51:39 +0000 (00:51 +0000)]
Make printf's match actual type (%lu -> %u).

27 years agoUpdates file(1) to version 3.22 by way to NetBSD.
millert [Sun, 9 Feb 1997 23:58:12 +0000 (23:58 +0000)]
Updates file(1) to version 3.22 by way to NetBSD.

27 years agoMissed this one before.
millert [Sun, 9 Feb 1997 22:59:41 +0000 (22:59 +0000)]
Missed this one before.

27 years agoMake this 64-bit safe again
tholo [Sun, 9 Feb 1997 22:55:38 +0000 (22:55 +0000)]
Make this 64-bit safe again

27 years agoUpdated from NetBSD.
millert [Sun, 9 Feb 1997 22:49:03 +0000 (22:49 +0000)]
Updated from NetBSD.

27 years agoAdd macintosh magic.
millert [Sun, 9 Feb 1997 21:29:51 +0000 (21:29 +0000)]
Add macintosh magic.

27 years agobuf oflow, eivind@freebsd
deraadt [Sun, 9 Feb 1997 19:24:55 +0000 (19:24 +0000)]
buf oflow, eivind@freebsd

27 years agounexploitable buf oflow, eivind@freebsd
deraadt [Sun, 9 Feb 1997 18:55:16 +0000 (18:55 +0000)]
unexploitable buf oflow, eivind@freebsd

27 years agodo not make changes here that hide a problem which needs fixing
deraadt [Sun, 9 Feb 1997 18:51:50 +0000 (18:51 +0000)]
do not make changes here that hide a problem which needs fixing

27 years agodelete things until it fits.... sigh
deraadt [Sun, 9 Feb 1997 16:50:51 +0000 (16:50 +0000)]
delete things until it fits.... sigh

27 years agokerberos differentiation
deraadt [Sun, 9 Feb 1997 16:50:37 +0000 (16:50 +0000)]
kerberos differentiation

27 years agopc3? no, let us make this sun
deraadt [Sun, 9 Feb 1997 16:50:22 +0000 (16:50 +0000)]
pc3? no, let us make this sun

27 years agosupport kerberos differentiation
deraadt [Sun, 9 Feb 1997 16:49:57 +0000 (16:49 +0000)]
support kerberos differentiation

27 years agodo not need -lz
deraadt [Sun, 9 Feb 1997 16:48:12 +0000 (16:48 +0000)]
do not need -lz

27 years agolibcrypt went away a while back
deraadt [Sun, 9 Feb 1997 16:41:50 +0000 (16:41 +0000)]
libcrypt went away a while back

27 years agouse library err/warn
mickey [Sun, 9 Feb 1997 16:37:13 +0000 (16:37 +0000)]
use library err/warn

27 years agoadd ${LIBZ}
mickey [Sun, 9 Feb 1997 16:11:15 +0000 (16:11 +0000)]
add ${LIBZ}

27 years agoshadowed variable caused si_addr to be incorrect
deraadt [Sun, 9 Feb 1997 14:18:42 +0000 (14:18 +0000)]
shadowed variable caused si_addr to be incorrect

27 years agoCC=${HOSTCC} for these; tv@slack.iag.net, PR#86
deraadt [Sun, 9 Feb 1997 13:52:40 +0000 (13:52 +0000)]
CC=${HOSTCC} for these; tv@slack.iag.net, PR#86

27 years agoCC=${HOSTCC} for these; tv@slack.iag.net, PR#89
deraadt [Sun, 9 Feb 1997 13:51:24 +0000 (13:51 +0000)]
CC=${HOSTCC} for these; tv@slack.iag.net, PR#89

27 years agoAdd another routine in ypdb (ypdb_open_suf) that doesn't add the suffix to
maja [Sun, 9 Feb 1997 09:49:36 +0000 (09:49 +0000)]
Add another routine in ypdb (ypdb_open_suf) that doesn't add the suffix to
the database name. The suffix is added in the call to mkstemp. Now ypdb and
mkstemp can coexist and do what we excpect. All code from 1.12 has been
reintegrated now.

27 years agoneed ecoff kernel in snap too
deraadt [Sun, 9 Feb 1997 08:50:15 +0000 (08:50 +0000)]
need ecoff kernel in snap too

27 years agoFix casts to off_t, problem noted and fixed by Theo.
millert [Sun, 9 Feb 1997 06:41:08 +0000 (06:41 +0000)]
Fix casts to off_t, problem noted and fixed by Theo.

27 years agoUse the instruction pointer from the trapframe many places CR2 does not
tholo [Sun, 9 Feb 1997 03:53:58 +0000 (03:53 +0000)]
Use the instruction pointer from the trapframe many places CR2 does not
hold valid data.

27 years agodo not print extra \n
deraadt [Sun, 9 Feb 1997 03:35:23 +0000 (03:35 +0000)]
do not print extra \n

27 years agoGet block size from disklabel.
millert [Sun, 9 Feb 1997 01:10:16 +0000 (01:10 +0000)]
Get block size from disklabel.
Adds support for setting fs_id for when when we have that in struct fs.

27 years agosave 6% diskspace by moving to tabs
deraadt [Sun, 9 Feb 1997 00:03:32 +0000 (00:03 +0000)]
save 6% diskspace by moving to tabs

27 years agoexcess
deraadt [Sat, 8 Feb 1997 23:48:57 +0000 (23:48 +0000)]
excess

27 years agoProvide more information on FP exceptions
tholo [Sat, 8 Feb 1997 23:36:58 +0000 (23:36 +0000)]
Provide more information on FP exceptions

27 years agoGive correct signal information on integer overflow
tholo [Sat, 8 Feb 1997 23:23:57 +0000 (23:23 +0000)]
Give correct signal information on integer overflow

27 years agoBIOS does not report >64M memory
tholo [Sat, 8 Feb 1997 22:47:45 +0000 (22:47 +0000)]
BIOS does not report >64M memory

27 years agoAdd definitions for the exception bits in the status word
tholo [Sat, 8 Feb 1997 20:21:33 +0000 (20:21 +0000)]
Add definitions for the exception bits in the status word

27 years agoUse much of the backed out code from 1.12. But remove use of mkstemp. -moj
maja [Sat, 8 Feb 1997 19:58:51 +0000 (19:58 +0000)]
Use much of the backed out code from 1.12. But remove use of mkstemp. -moj

27 years agomore names.
mickey [Sat, 8 Feb 1997 15:01:56 +0000 (15:01 +0000)]
more names.

27 years agoadd _kernel_text
deraadt [Sat, 8 Feb 1997 10:50:36 +0000 (10:50 +0000)]
add _kernel_text

27 years agoinline to avoid warning
deraadt [Sat, 8 Feb 1997 10:23:39 +0000 (10:23 +0000)]
inline to avoid warning

27 years agoneed arc4random proto
deraadt [Sat, 8 Feb 1997 09:58:27 +0000 (09:58 +0000)]
need arc4random proto

27 years agocvs.openbsd.org now has 17GB of disk...
deraadt [Sat, 8 Feb 1997 09:23:57 +0000 (09:23 +0000)]
cvs.openbsd.org now has 17GB of disk...

27 years agoThese changes are not complete, This does not deal with cores correctly yet.
rahnds [Fri, 7 Feb 1997 20:47:24 +0000 (20:47 +0000)]
These changes are not complete, This does not deal with cores correctly yet.
This checkin is an attempt to make the powerpc port have a clean build.

27 years agofixed order of tests in printnat() so that it catches tcp/udp first
kstailey [Fri, 7 Feb 1997 20:06:44 +0000 (20:06 +0000)]
fixed order of tests in printnat() so that it catches tcp/udp first

27 years agoone more tcpudp->tcp/udp
kstailey [Fri, 7 Feb 1997 19:33:49 +0000 (19:33 +0000)]
one more tcpudp->tcp/udp

27 years agomake output look like input (and like docs)
kstailey [Fri, 7 Feb 1997 18:26:47 +0000 (18:26 +0000)]
make output look like input (and like docs)

27 years agofix tags
kstailey [Fri, 7 Feb 1997 18:10:07 +0000 (18:10 +0000)]
fix tags

27 years agomake protocol string be tcp/udp not tcpudp since this is how it is documented.
kstailey [Fri, 7 Feb 1997 17:02:50 +0000 (17:02 +0000)]
make protocol string be tcp/udp not tcpudp since this is how it is documented.

27 years agoKnow how to build gdb for powerpc, it doesn't work yet, but this causes
rahnds [Fri, 7 Feb 1997 16:58:09 +0000 (16:58 +0000)]
Know how to build gdb for powerpc, it doesn't work yet, but this causes
binutils to fail to configure the first time round.

27 years agoI wrote these public domain versions. They are faster due to two optimizations
deraadt [Fri, 7 Feb 1997 14:31:49 +0000 (14:31 +0000)]
I wrote these public domain versions. They are faster due to two optimizations

27 years agono, this does not work yet either
deraadt [Fri, 7 Feb 1997 13:44:28 +0000 (13:44 +0000)]
no, this does not work yet either

27 years agos/DEBUG/DEBUG_ZLIB/g
mickey [Fri, 7 Feb 1997 13:26:31 +0000 (13:26 +0000)]
s/DEBUG/DEBUG_ZLIB/g

27 years agoquote [AC]FLAGS and others...
mickey [Fri, 7 Feb 1997 13:14:59 +0000 (13:14 +0000)]
quote [AC]FLAGS and others...

27 years agopre-pad with random alphabetic letters instead of digit 0
deraadt [Fri, 7 Feb 1997 13:01:24 +0000 (13:01 +0000)]
pre-pad with random alphabetic letters instead of digit 0

27 years agoi hate tabs and spaces
mickey [Fri, 7 Feb 1997 11:26:27 +0000 (11:26 +0000)]
i hate tabs and spaces

27 years agoadd missed variables
mickey [Fri, 7 Feb 1997 11:16:49 +0000 (11:16 +0000)]
add missed variables

27 years agotypo, msaitoh@spa.is.uec.ac.jp
deraadt [Fri, 7 Feb 1997 10:17:38 +0000 (10:17 +0000)]
typo, msaitoh@spa.is.uec.ac.jp

27 years agoback out mktemp fix; for some reason i cannot understand it causes big problems
deraadt [Fri, 7 Feb 1997 09:24:03 +0000 (09:24 +0000)]
back out mktemp fix; for some reason i cannot understand it causes big problems

27 years agodefine kernel_text, just like other ports.
mickey [Fri, 7 Feb 1997 08:32:18 +0000 (08:32 +0000)]
define kernel_text, just like other ports.

27 years agoi hate militarists, pacifists either.
mickey [Fri, 7 Feb 1997 08:32:15 +0000 (08:32 +0000)]
i hate militarists, pacifists either.

27 years agoSet up intrframe correctly for FPU exceptions again
tholo [Fri, 7 Feb 1997 08:05:01 +0000 (08:05 +0000)]
Set up intrframe correctly for FPU exceptions again

27 years agoUntested changes SUCK
deraadt [Fri, 7 Feb 1997 08:04:10 +0000 (08:04 +0000)]
Untested changes SUCK

27 years agomachdep_start, not muchdep_exec
mickey [Fri, 7 Feb 1997 07:08:12 +0000 (07:08 +0000)]
machdep_start, not muchdep_exec

27 years agowrong private name
mickey [Fri, 7 Feb 1997 07:03:38 +0000 (07:03 +0000)]
wrong private name

27 years agodestroy everything with source routes
deraadt [Fri, 7 Feb 1997 06:27:19 +0000 (06:27 +0000)]
destroy everything with source routes