openbsd
27 years agoDon't even support LFS in the kernel.
downsj [Thu, 24 Apr 1997 08:37:46 +0000 (08:37 +0000)]
Don't even support LFS in the kernel.

27 years agoRevert last change
tholo [Thu, 24 Apr 1997 08:37:09 +0000 (08:37 +0000)]
Revert last change

27 years agoPad out trailing parts of the address with zeros so we get a legal network
tholo [Thu, 24 Apr 1997 08:35:21 +0000 (08:35 +0000)]
Pad out trailing parts of the address with zeros so we get a legal network
address when only the first octets are given (eg. 140.174 ==> 140.174.0.0)

27 years agoEnforce read only mounts. No exceptions.
downsj [Thu, 24 Apr 1997 08:28:54 +0000 (08:28 +0000)]
Enforce read only mounts.  No exceptions.

27 years agoDon't build LFS, it doesn't work.
downsj [Thu, 24 Apr 1997 08:23:02 +0000 (08:23 +0000)]
Don't build LFS, it doesn't work.

27 years agoDon't build LFS, it doesn't work.
downsj [Thu, 24 Apr 1997 08:17:23 +0000 (08:17 +0000)]
Don't build LFS, it doesn't work.

27 years agoInspired by NetBSD changes: ditch AE_DEBUG diagnostics. This kills the AE_DEBUG...
gene [Thu, 24 Apr 1997 02:17:56 +0000 (02:17 +0000)]
Inspired by NetBSD changes: ditch AE_DEBUG diagnostics.  This kills the AE_DEBUG option (if for some reason anyone is using it).

27 years agoFollowingthe Scott Reynolds gravy train, very minor:
gene [Thu, 24 Apr 1997 02:10:15 +0000 (02:10 +0000)]
Followingthe Scott Reynolds gravy train, very minor:
>#ifdef DIAGNOSTIC, print the NuBus type fields for unrecognized boards.

27 years agoFrom Scott Reynolds:
gene [Thu, 24 Apr 1997 00:54:34 +0000 (00:54 +0000)]
From Scott Reynolds:
>Clean up unused code, KNF bus_probe()

27 years agopmod to u_int16_t, Angelos kindly reminded me
provos [Wed, 23 Apr 1997 22:37:50 +0000 (22:37 +0000)]
pmod to u_int16_t, Angelos kindly reminded me

27 years agoFix "bug" in linker. actually was bug in asm files that did not correctly
rahnds [Wed, 23 Apr 1997 21:28:15 +0000 (21:28 +0000)]
Fix "bug" in linker. actually was bug in asm files that did not correctly
align the global data. This allows the workaround in crt0 to be removed.

27 years agoCommit the gas and ld portions for the mvme88k port.
rahnds [Wed, 23 Apr 1997 21:24:39 +0000 (21:24 +0000)]
Commit the gas and ld portions for the mvme88k port.

27 years agoFix vnd nodes.
gvf [Wed, 23 Apr 1997 20:38:59 +0000 (20:38 +0000)]
Fix vnd nodes.

27 years agoallow "ftp -aV ftp://host/foo.tar.gz | tar xvfpz -" to work
deraadt [Wed, 23 Apr 1997 20:32:57 +0000 (20:32 +0000)]
allow "ftp -aV ftp://host/foo.tar.gz | tar xvfpz -" to work

27 years agotypo
gvf [Wed, 23 Apr 1997 19:52:16 +0000 (19:52 +0000)]
typo

27 years agoTreat "finger@" like "finger@localhost" to act more like
millert [Wed, 23 Apr 1997 19:17:29 +0000 (19:17 +0000)]
Treat "finger@" like "finger@localhost" to act more like
traditional finger.  Noticed by Theo.

27 years agoadd a lot of /bin/sh before calling scripts like config.guess and so
graichen [Wed, 23 Apr 1997 15:38:33 +0000 (15:38 +0000)]
add a lot of /bin/sh before calling scripts like config.guess and so
on - this way now the whole tree builds without requiring any file
being executable (binutils was the last which required it) - now
ctm -> cvs checkout -> make build works just fine (aside from
other bugs in the source tree :-)

27 years agoClean up disk reset code
weingart [Wed, 23 Apr 1997 14:49:23 +0000 (14:49 +0000)]
Clean up disk reset code

27 years agoOn video devices, if we're loading non-default resource values, save the
briggs [Wed, 23 Apr 1997 13:38:35 +0000 (13:38 +0000)]
On video devices, if we're loading non-default resource values, save the
resource ID.  Thanks to Paul Goyette <paul@pgoyette.bdt.com> for spotting
this one.

27 years agoNONBINMODE
deraadt [Wed, 23 Apr 1997 11:34:43 +0000 (11:34 +0000)]
NONBINMODE

27 years ago2.1
deraadt [Wed, 23 Apr 1997 11:24:43 +0000 (11:24 +0000)]
2.1

27 years agolink for mount_ext2fs
deraadt [Wed, 23 Apr 1997 11:24:27 +0000 (11:24 +0000)]
link for mount_ext2fs

27 years agoeven more local services must die
deraadt [Wed, 23 Apr 1997 10:26:55 +0000 (10:26 +0000)]
even more local services must die

27 years agoIn nanosleep, use local error variable when storing rqtp in so that an error
tholo [Wed, 23 Apr 1997 09:52:03 +0000 (09:52 +0000)]
In nanosleep, use local error variable when storing rqtp in so that an error
from a failed tsleep will still be returned to the caller; from jtc@NetBSD

27 years agouse daemon()
deraadt [Wed, 23 Apr 1997 09:33:43 +0000 (09:33 +0000)]
use daemon()

27 years agorevised to handle form feeds, bugs fixed etc
grr [Wed, 23 Apr 1997 08:08:28 +0000 (08:08 +0000)]
revised to handle form feeds, bugs fixed etc

27 years agoimplement 'hd' device (i guess nobody will boot from 'rd')
mickey [Wed, 23 Apr 1997 06:49:06 +0000 (06:49 +0000)]
implement 'hd' device (i guess nobody will boot from 'rd')

27 years agoremove awk from this MAKEDEV script as well per request
todd [Wed, 23 Apr 1997 03:34:12 +0000 (03:34 +0000)]
remove awk from this MAKEDEV script as well per request

27 years agoThree things:
gene [Wed, 23 Apr 1997 00:57:15 +0000 (00:57 +0000)]
Three things:
(1) We run OpenBSD
(2) make clean deltes genassym and genassym.o, so people with these sitting
in their compile directories will get them cleaned out.  Release won't ship
this way.
(3) Maxusers Makefile depends depend on assym.h not genassym.o now.

27 years agoNetBSD -> OpenBSD where relevant and appropriate.
gene [Wed, 23 Apr 1997 00:29:14 +0000 (00:29 +0000)]
NetBSD -> OpenBSD where relevant and appropriate.

27 years agoNetBSD -> OpenBSD in comments. Last references in here.
gene [Wed, 23 Apr 1997 00:28:22 +0000 (00:28 +0000)]
NetBSD -> OpenBSD in comments.  Last references in here.

27 years agoDamn. Change _all_ instances of #ifdef __NetBSD__ to #if
gene [Tue, 22 Apr 1997 23:50:05 +0000 (23:50 +0000)]
Damn.  Change _all_ instances of #ifdef __NetBSD__ to #if
defined(__NetBSD__) || defined(__OpenBSD__).  This compiles again.

27 years agomove motd generation to avoid user races; kashmir@umiacs.umd.edu
deraadt [Tue, 22 Apr 1997 23:04:57 +0000 (23:04 +0000)]
move motd generation to avoid user races; kashmir@umiacs.umd.edu

27 years agoUpdate for 2.1.
etheisen [Tue, 22 Apr 1997 21:11:29 +0000 (21:11 +0000)]
Update for 2.1.

27 years agofix vnd
gvf [Tue, 22 Apr 1997 20:26:38 +0000 (20:26 +0000)]
fix vnd

27 years agoPull in John Wittowski's HWDIRECT updates from 04/18.
gene [Tue, 22 Apr 1997 20:11:34 +0000 (20:11 +0000)]
Pull in John Wittowski's HWDIRECT updates from 04/18.
Also, sync up with NetBSD with correct RCSids.
Credit goes to Scott Reynolds for the space -> tab KNF in this file.
Also, note that although rcsid's are matching, we do not support the
opt_mrg_adb.h file as NetBSD does.

27 years agocorrecting a bad mistake I made
todd [Tue, 22 Apr 1997 19:06:06 +0000 (19:06 +0000)]
correcting a bad mistake I made

27 years agoAdd libz and tick version # to reflect change.
gvf [Tue, 22 Apr 1997 16:13:38 +0000 (16:13 +0000)]
Add libz and tick version # to reflect change.

27 years agoReorg to look more like sys/lib/libsa/Makefile
gvf [Tue, 22 Apr 1997 16:07:57 +0000 (16:07 +0000)]
Reorg to look more like sys/lib/libsa/Makefile
Reduce dependency on libkern.
Add libz.
Support passing thru CFLAGS from other Makefiles.

27 years agoReduce dependency on libkern.
gvf [Tue, 22 Apr 1997 16:05:38 +0000 (16:05 +0000)]
Reduce dependency on libkern.

27 years agoBSD -> OpenBSD
gvf [Tue, 22 Apr 1997 16:02:20 +0000 (16:02 +0000)]
BSD -> OpenBSD

27 years agominor clean to -q
gvf [Tue, 22 Apr 1997 16:01:19 +0000 (16:01 +0000)]
minor clean to -q

27 years agoGNU Groff 1.10 exhaustively tested.
kstailey [Tue, 22 Apr 1997 14:07:25 +0000 (14:07 +0000)]
GNU Groff 1.10 exhaustively tested.
Jason, thanks for a good foundation to build on, but mine works better.

27 years agoSome minor cleanup.
briggs [Tue, 22 Apr 1997 13:37:56 +0000 (13:37 +0000)]
Some minor cleanup.

27 years ago2.1
deraadt [Tue, 22 Apr 1997 10:34:39 +0000 (10:34 +0000)]
2.1

27 years agoMake the Theo be quiet.
downsj [Tue, 22 Apr 1997 08:00:02 +0000 (08:00 +0000)]
Make the Theo be quiet.

27 years agoremoved uname requirement; if not OpenBSD execute with 'os=`uname -s`' as
todd [Tue, 22 Apr 1997 07:43:50 +0000 (07:43 +0000)]
removed uname requirement; if not OpenBSD execute with 'os=`uname -s`' as
an environment variable

27 years agonamespace polution bug fixed
todd [Tue, 22 Apr 1997 07:05:12 +0000 (07:05 +0000)]
namespace polution bug fixed

27 years agoSunOS compatibility fixes
todd [Tue, 22 Apr 1997 06:34:33 +0000 (06:34 +0000)]
SunOS compatibility fixes

27 years agoThis MAKEDEV no longer requires awk.
todd [Tue, 22 Apr 1997 05:28:56 +0000 (05:28 +0000)]
This MAKEDEV no longer requires awk.
It almost is free of expr but will require more work.
PLEASE let me know if this changes anything ASAP!

27 years agoDo some beautification of this file (that theo didn't :P).
gene [Tue, 22 Apr 1997 02:55:42 +0000 (02:55 +0000)]
Do some beautification of this file (that theo didn't :P).
Also, print a better error message when the host you're checking isn't
ypbound.  The previous error was cryptic and incomprehensible.

27 years agoindent
deraadt [Tue, 22 Apr 1997 01:49:16 +0000 (01:49 +0000)]
indent

27 years agofewer blank lines
deraadt [Tue, 22 Apr 1997 01:05:18 +0000 (01:05 +0000)]
fewer blank lines

27 years agohide some pieces under _STANDALONE
mickey [Tue, 22 Apr 1997 00:40:17 +0000 (00:40 +0000)]
hide some pieces under _STANDALONE

27 years agofirst cut, ftp works
deraadt [Tue, 22 Apr 1997 00:35:09 +0000 (00:35 +0000)]
first cut, ftp works

27 years agoUgly hack to work around bug in 88k linker.
rahnds [Mon, 21 Apr 1997 21:04:36 +0000 (21:04 +0000)]
Ugly hack to work around bug in 88k linker.

27 years agodon't use cc for ld, bad things happens w/ DESTDIR defined; by dm@
mickey [Mon, 21 Apr 1997 20:31:00 +0000 (20:31 +0000)]
don't use cc for ld, bad things happens w/ DESTDIR defined; by dm@

27 years agousleep testing code
mickey [Mon, 21 Apr 1997 20:20:25 +0000 (20:20 +0000)]
usleep testing code

27 years agorewrite command processing.
mickey [Mon, 21 Apr 1997 20:03:30 +0000 (20:03 +0000)]
rewrite command processing.
two levels of commands from now (set has it's own {device,image,addr,howto})
all the combinations of {device,path,image,options} is now possible on boot.
move cmd_state init into .data again, no more memory limits

27 years agouse dev/ic/i8042reg.h, not domestic defines
mickey [Mon, 21 Apr 1997 19:55:39 +0000 (19:55 +0000)]
use dev/ic/i8042reg.h, not domestic defines

27 years agorewrite
mickey [Mon, 21 Apr 1997 19:52:51 +0000 (19:52 +0000)]
rewrite

27 years agoexit()
mickey [Mon, 21 Apr 1997 19:49:30 +0000 (19:49 +0000)]
exit()

27 years agoprobe for keyboard/screen by looking into CMOS.
mickey [Mon, 21 Apr 1997 19:47:32 +0000 (19:47 +0000)]
probe for keyboard/screen by looking into CMOS.
what people say?

27 years agocopyright (;
mickey [Mon, 21 Apr 1997 19:42:03 +0000 (19:42 +0000)]
copyright (;

27 years agosome comments on recent stuff
mickey [Mon, 21 Apr 1997 19:40:44 +0000 (19:40 +0000)]
some comments on recent stuff

27 years agorespect NOMAN
kstailey [Mon, 21 Apr 1997 17:42:33 +0000 (17:42 +0000)]
respect NOMAN

27 years agowe run OpenBSD
kstailey [Mon, 21 Apr 1997 16:08:36 +0000 (16:08 +0000)]
we run OpenBSD

27 years agocorrect grammar
kstailey [Mon, 21 Apr 1997 15:43:56 +0000 (15:43 +0000)]
correct grammar

27 years agooptions GPL_MATH_EMULATE
kstailey [Mon, 21 Apr 1997 15:41:55 +0000 (15:41 +0000)]
options GPL_MATH_EMULATE

27 years agomention GPL_MATH_EMULATE
kstailey [Mon, 21 Apr 1997 15:40:22 +0000 (15:40 +0000)]
mention GPL_MATH_EMULATE

27 years agonope, breaks other things
downsj [Mon, 21 Apr 1997 08:41:17 +0000 (08:41 +0000)]
nope, breaks other things

27 years agonope, breaks other things
deraadt [Mon, 21 Apr 1997 08:37:49 +0000 (08:37 +0000)]
nope, breaks other things

27 years agoAdd a few disk devices to the ramdisk.
downsj [Mon, 21 Apr 1997 08:18:02 +0000 (08:18 +0000)]
Add a few disk devices to the ramdisk.

27 years agoNo more minirot.
downsj [Mon, 21 Apr 1997 08:16:41 +0000 (08:16 +0000)]
No more minirot.

27 years agoInclude a passwd file, other smaller than normal config files.
downsj [Mon, 21 Apr 1997 08:15:53 +0000 (08:15 +0000)]
Include a passwd file, other smaller than normal config files.

27 years agoSYS_INST has left the building!
downsj [Mon, 21 Apr 1997 07:37:36 +0000 (07:37 +0000)]
SYS_INST has left the building!

27 years agominiroot has left the building.
downsj [Mon, 21 Apr 1997 07:36:00 +0000 (07:36 +0000)]
miniroot has left the building.

27 years agoLots of changes...
downsj [Mon, 21 Apr 1997 07:32:11 +0000 (07:32 +0000)]
Lots of changes...

* Build via a vnd, ala i386.
* Remove most of the sleep calls and all of the background processing.
* Add the notion of `kernel sets'.
* Add a couple more binaries to the ramdisk.

27 years agoIntegrate local changes
tholo [Mon, 21 Apr 1997 04:40:59 +0000 (04:40 +0000)]
Integrate local changes

27 years agoMissing files from import
tholo [Mon, 21 Apr 1997 04:33:40 +0000 (04:33 +0000)]
Missing files from import

27 years agoLatest release from Cyclic Software
tholo [Mon, 21 Apr 1997 04:24:52 +0000 (04:24 +0000)]
Latest release from Cyclic Software

27 years agodefined(YP) -> ${YP} == "yes"
millert [Mon, 21 Apr 1997 03:39:19 +0000 (03:39 +0000)]
defined(YP) -> ${YP} == "yes"

27 years agoTake care when accessing DAFB--some quadra-class machines use other video
briggs [Mon, 21 Apr 1997 00:58:14 +0000 (00:58 +0000)]
Take care when accessing DAFB--some quadra-class machines use other video
controllers.

27 years agodon't forget $(SACFLAGS)
mickey [Mon, 21 Apr 1997 00:41:32 +0000 (00:41 +0000)]
don't forget $(SACFLAGS)

27 years agoMove hp300 rdsetroot.c to top level common directory, the one copy should
downsj [Sun, 20 Apr 1997 23:38:17 +0000 (23:38 +0000)]
Move hp300 rdsetroot.c to top level common directory, the one copy should
be used by all ports.

27 years agofix typo (jtc@netbsd.org)
millert [Sun, 20 Apr 1997 23:34:17 +0000 (23:34 +0000)]
fix typo (jtc@netbsd.org)

27 years agoIncorporate some NetBSD changes:
millert [Sun, 20 Apr 1997 23:29:32 +0000 (23:29 +0000)]
Incorporate some NetBSD changes:
tip.c
    getchar() returns an int [important since EOF == -1] (thorpej)
    Set CLOCAL if dc flag is set (mellon)
tip.h
    Change booleans from char to short so that comparisons against negative
    values work as expected on systems with unsigned chars. (thorpej)
    Add boolean for dc flag (mellon)
hunt.c
    Set O_NONBLOCK if dc flag set. Don't set HUPCL if dc flag is set. (mellon)
remote.c
    Add boolean for dc flag (mellon)

27 years agoRemove hack to work around make(1) bug now that the make(1)
millert [Sun, 20 Apr 1997 22:30:17 +0000 (22:30 +0000)]
Remove hack to work around make(1) bug now that the make(1)
change in question has been backed out.

27 years agoBack out the following change since it introduces an ordering problem:
millert [Sun, 20 Apr 1997 22:28:25 +0000 (22:28 +0000)]
Back out the following change since it introduces an ordering problem:
    in compat mode, expand .USE before evaluating the list of targets,
    instead of doing .USE expansions on demand, because they can cause
    tree restructuring.

27 years agoNew POSIX 1003.1b syscalls; from pk@NetBSD
tholo [Sun, 20 Apr 1997 20:56:17 +0000 (20:56 +0000)]
New POSIX 1003.1b syscalls; from pk@NetBSD

27 years agoAllow kern_clock.c to see interrupt frames on i386
tholo [Sun, 20 Apr 1997 20:55:01 +0000 (20:55 +0000)]
Allow kern_clock.c to see interrupt frames on i386

27 years agoAdd new POSIX 1003.1b related syscalls; from pk@NetBSD
tholo [Sun, 20 Apr 1997 20:48:27 +0000 (20:48 +0000)]
Add new POSIX 1003.1b related syscalls; from pk@NetBSD

27 years agoAdd macros and types needed for POSIX 1003.1b timers
tholo [Sun, 20 Apr 1997 20:47:33 +0000 (20:47 +0000)]
Add macros and types needed for POSIX 1003.1b timers

27 years agoAdd new clock related types; from NetBSD
tholo [Sun, 20 Apr 1997 20:46:40 +0000 (20:46 +0000)]
Add new clock related types; from NetBSD

27 years agoAdd POSIX 1003.1b-1993
tholo [Sun, 20 Apr 1997 20:45:34 +0000 (20:45 +0000)]
Add POSIX 1003.1b-1993

27 years agoindentation
mickey [Sun, 20 Apr 1997 19:01:35 +0000 (19:01 +0000)]
indentation

27 years agoflush
deraadt [Sun, 20 Apr 1997 18:27:23 +0000 (18:27 +0000)]
flush

27 years agosupport for -o port=N; provos
deraadt [Sun, 20 Apr 1997 15:37:25 +0000 (15:37 +0000)]
support for -o port=N; provos

27 years agotypo
niklas [Sun, 20 Apr 1997 12:42:26 +0000 (12:42 +0000)]
typo

27 years agotypo
niklas [Sun, 20 Apr 1997 11:43:47 +0000 (11:43 +0000)]
typo