glass
e1fec74952
clock.c: now compiles even if address is bogus :)
...
conf.c: compiled, until prom addition :)
cons.c: add entry for prom driver
lib.s: remove some includes; we're being included by locore.s
locore.s: include asm.h, syscall.h, add icode
m68k.s: now included by locore.s
added signal.s; contains signal support
sun3_startup.c: fixed compile bug in vector table initialization; fixed mon
usage
swapgeneric.c: doesn't refer to drivers we don't have
1993-06-27 00:46:09 +00:00
glass
4c06bc4b0d
removed dumb define for enablertclock()
1993-06-26 01:29:40 +00:00
glass
124d060763
added resettodr()
1993-06-26 01:17:52 +00:00
glass
fba81270ab
new intersil clock support; this time written from datasheet
...
still need to write resettodr()
1993-06-25 23:07:14 +00:00
glass
24e43b8ea3
initial commit
1993-06-25 10:31:21 +00:00
glass
c6b347c351
adding include files...not much of this works
1993-06-25 10:28:37 +00:00
glass
68f2474ad2
initial commit. little of this actually works
1993-06-25 10:26:08 +00:00
glass
086f942e40
keep the directory from being deleted
1993-06-25 10:25:13 +00:00
mycroft
0ee0a87c29
Fix uninitialized variable.
1993-06-24 21:34:54 +00:00
mycroft
d3e01f582d
Whose inane idea was it to copy this list?
...
BTW, we need a `-r' option.
1993-06-24 06:11:34 +00:00
mycroft
d343706d65
Fix fencepost error.
1993-06-23 06:52:08 +00:00
mycroft
100f7b0bc5
Oops. Reversed order of args to outb(). Still haven't gotten my 486 booted
...
with a new kernel to actually test this, though.
1993-06-23 05:48:57 +00:00
mycroft
1ab35e6283
Only the magic numbers are in network order.
1993-06-22 23:01:55 +00:00
mycroft
0387281928
Reverse a diff I included accidentally.
1993-06-22 17:42:25 +00:00
brezak
af4554d4e0
Close misbehaving connections instead of exiting.
1993-06-22 17:20:23 +00:00
glass
c09c197fec
god damn fucking stupid ansi type promotion.....
1993-06-22 06:30:38 +00:00
cgd
b2285d45d0
special case raw disk handling return values
1993-06-22 05:19:14 +00:00
mycroft
3c2c47d933
Remove symlinks before recreating them.
1993-06-22 02:40:34 +00:00
glass
b7545aa929
fixing more ansi-style function definitions...
1993-06-22 02:33:21 +00:00
mycroft
59962eab80
Remove symlink before recreating it.
1993-06-22 02:26:09 +00:00
glass
ac6d9dc22e
more damn ansi function declarations. damn you chris....
1993-06-22 01:59:39 +00:00
glass
ee8d969be4
ansi-style function definitions
1993-06-22 01:31:53 +00:00
glass
e168d06817
some prototypes that weren't __P() protected; the pseudo-advantages
...
of trying to do a port using the native-compiler
1993-06-22 00:56:35 +00:00
mycroft
2da3166a31
/usr/src/usr.lib --> /usr/src/lib, and add some /usr/src/gnu paths.
1993-06-22 00:53:15 +00:00
mycroft
74a4ef2554
Don't use absolute path for /sys; we -I/sys anyway.
1993-06-22 00:49:01 +00:00
brezak
a7ee7f88c1
Add getopt(1) from ref public sources.
1993-06-21 12:43:56 +00:00
cgd
0e761b8d7e
fix behavior when VM_MAXUSER_ADDRESS == (-UPAGES * NBPG)
1993-06-21 10:18:20 +00:00
deraadt
05f50ca11e
I don't know what I did that was so critical, but now the floppy driver
...
works on my machine (it did not before). Big voodoo.
1993-06-21 09:39:52 +00:00
deraadt
6012a4f69e
date comamnd ignored seconds value. patch from <mhw@cs.brown.edu>
1993-06-21 05:18:44 +00:00
deraadt
1ca1339919
> NetBSD 0.8a (TDR) #2 : Mon Jun 21 11:06:03 MDT 1993
...
produces "uname -v" output "TDR#2"
"uname -a" then is..
> NetBSD gecko 0.8a TDR#2 i386
1993-06-21 02:06:10 +00:00
deraadt
799dc259d9
BADSIG --> SIG_ERR
1993-06-21 00:55:05 +00:00
deraadt
80ab28ea30
if the floppy does not exist, say nothing.
1993-06-20 08:42:05 +00:00
deraadt
277c73694e
print "maddr 0xd0000 msize 65536" as "maddr 0xd0000-0xdffff" instead.
1993-06-20 07:24:53 +00:00
andrew
4c0169f317
Fixed ECHONL.
1993-06-20 04:52:53 +00:00
mycroft
258bea75fc
Add some parens for GAS 2.x.
1993-06-19 06:57:00 +00:00
glass
c751fe1973
fixed so that 'obj' directory wasn't required. forwarded fix off to Allman.
1993-06-18 23:36:59 +00:00
glass
7af879627b
example config file; used by sun-lamp
1993-06-18 23:07:57 +00:00
glass
1619a1bb2c
fixed compilation, and mktemp usage problem
1993-06-18 22:19:20 +00:00
glass
0d66213fcd
baseline of new version of m4 supplied by Ozan Yigit, original author
...
of the broken m4 we had. This is his stuff virgin + our Makefile.
1993-06-18 21:50:26 +00:00
glass
e66e5354ca
link with -lutil to get getloadavg()
1993-06-18 21:21:08 +00:00
cgd
c15a7d06cd
a couple of local mods; always ask for shell in single user, use -lcrypt,
...
use root's shell rather that /bin/sh when going to single-user, etc.
1993-06-18 21:16:25 +00:00
cgd
a63ff5217e
incorporate bsdi's version of init; this is their version, w/no local changes
...
other than adding Id strings as appropriate
1993-06-18 20:51:45 +00:00
cgd
d1ed63195d
fix the divide-by-zero problem w/old disks. this patch is ws's "fault."
1993-06-18 20:45:35 +00:00
mycroft
99d9fd9026
Clean up deleted files.
1993-06-18 20:44:35 +00:00
glass
cb8fe8af94
baseline commit of sendmail release 8 version 8.1B
...
(this is the sendmail stuff as it will appear in 4.4BSD)
1993-06-18 20:42:53 +00:00
mycroft
1a012c5667
Clean up deleted files.
1993-06-18 20:42:52 +00:00
glass
52021971d9
baseline commit of sendmail release 8 version 8.1B
...
(this is the sendmail stuff as it will appear in 4.4BSD)
1993-06-18 20:42:15 +00:00
mycroft
239b788fc6
Clean up deleted files.
1993-06-18 20:42:13 +00:00
glass
100f4f365f
baseline commit of sendmail release 8 version 8.1B
...
(this is the sendmail stuff as it will appear in 4.4BSD)
1993-06-18 20:41:58 +00:00
mycroft
b580eb544e
Clean up deleted files.
1993-06-18 20:41:56 +00:00