hpeyerl
b2ce654241
Add ep driver
1994-01-22 19:19:14 +00:00
briggs
80f5666771
If SCSI_DEBUG is on, a structure member wasn't updated from adapter_unit
...
to scsibus.
1994-01-22 14:16:58 +00:00
briggs
4861250d0c
Define ENTRY and ALTENTRY--hopefully for both STDC and K&R style...
...
Nabbed & mangled from sun3/include/asm.h and locore.s...
1994-01-22 13:41:08 +00:00
briggs
bf7f4476c9
Ditch ENTRY/ALTENTRY defines and include "m68k/asm.h" instead.
1994-01-22 13:39:32 +00:00
briggs
7f7f0683a3
Add include of "m68k/asm.h" and ditch ENTRY/ALTENTRY defines.
1994-01-22 13:38:36 +00:00
briggs
4629d6e367
Add parameter of function process_sstep to function header as well as body.
...
(blush)
1994-01-22 13:37:50 +00:00
glass
fff1b4e11c
remove history line that refers to the adduser command
1994-01-22 08:33:07 +00:00
cgd
aca2b87e68
don't forget to free old pathname buffer
1994-01-22 06:15:54 +00:00
briggs
27a2300de5
ifdef out copyinstr/copyoutstr/... functions that are now defined in copy.s.
1994-01-22 03:47:48 +00:00
briggs
19bd1bdf04
Add includes and ENTRY defs so it will compile.
...
Fixup copyinstr to get rid of 64k limitation on maxlength.
Non-optimal solution--needs to be sped up, and other functions need to
be fixed to overcome same limitation.
1994-01-22 03:45:03 +00:00
briggs
5760384081
Use m68k/m68k/copy.s.
1994-01-22 03:36:58 +00:00
cgd
5b86546ae3
add -I/usr/include/rpcsvc to CFLAGS, so that amq_clnt.c can find amq.h
1994-01-22 02:55:43 +00:00
cgd
4e9cb67485
(1) update usage info
...
(2) fix every instance of fprintf/exit except usage to use err()/errx()
(3) make netmask print out with a leading 0x, so that you can paste it back.
1994-01-22 02:04:35 +00:00
cgd
90ea102113
patch from Roland McGrath <roland@frob.com> to get invoked 'make's correct
1994-01-22 01:52:56 +00:00
cgd
bc980fa1b4
fix a botch
1994-01-22 00:29:20 +00:00
cgd
5fa9501505
kill the TWOENTRY gunk
1994-01-21 23:10:13 +00:00
cgd
756f7e744f
move over from the sun3 tree, and generalize so that the sun3 sfc/dfc
...
twiddling doesn't happen on the rest of the archs. this file should
be included by m68k ports via '#include "m68k/copy.s"' at the end of
locore. arguably, it should be linked in from a seperate .o, but
i can't untangle the necessary include file inclusions w/o a m68k to
compile on.
1994-01-21 22:50:10 +00:00
glass
28bd1b4bb0
restored wrong ?fc register on su*() routines. found by chris
1994-01-21 22:30:44 +00:00
hpeyerl
2eb7e135f7
From the knights that go "nit".(Tom Bishop <bishop@lear.bos.locus.com>)
1994-01-21 21:35:58 +00:00
cgd
2f6038ba19
switch a define to move things down a page. seems to work fine.
1994-01-21 18:59:19 +00:00
glass
261832c5df
got rid of a warning reported by Bill Sommerfeld
1994-01-21 06:33:31 +00:00
glass
f3307888b5
cleaned up some warnings
1994-01-21 06:26:00 +00:00
cgd
07fd779cd0
delete contents; can't appear in trunk until copyright is fixed.
1994-01-21 05:11:07 +00:00
briggs
f03dd88794
New parameter to process_sstep().
1994-01-21 04:21:06 +00:00
jtc
0760ea89b4
Flush stdout and stderr before processing an -exec (or -ok), so the output
...
of the exec'd command and find's output will be correctly interspersed.
(Bug noticed by Terry Lambert, of FreeBSD. Fix by me).
1994-01-21 02:59:38 +00:00
jtc
ac5d013c5c
rpc.bootparamd lives in /usr/sbin, not /usr/libexec.
1994-01-21 01:54:21 +00:00
briggs
29b900df29
cpu_*disklabel => *disklabel. This will all be revamped soon, anyway...
1994-01-21 00:20:57 +00:00
briggs
2665b526a0
Added new kern/exec* files.
1994-01-21 00:14:47 +00:00
briggs
7bed222bc4
A field name in a structure changed. So we did, too.
1994-01-20 23:58:47 +00:00
briggs
a0bbe77f60
Take out coninit and clean up some warnings.
1994-01-20 23:57:09 +00:00
briggs
8a9e97410c
Be friendly and only compile this stuff if NUK > 0.
1994-01-20 23:56:08 +00:00
briggs
64be0b1f3a
Make uk and su look like devices. Haven't tried compiling uk. su is still
...
nothing.
1994-01-20 23:55:16 +00:00
mycroft
05de5d96e0
Someone needs to find his space bar.
1994-01-20 23:08:13 +00:00
mycroft
381c79c430
Clean up deleted files.
1994-01-20 23:04:15 +00:00
jtc
9b343db615
Rpcgen fix allows us to simplify building of rpcsvc library.
1994-01-20 23:04:13 +00:00
ws
2cee3e073f
Make procfs really work for debugging.
...
Implement not & notepg files in procfs.
1994-01-20 21:22:47 +00:00
ws
16b1f2baeb
Make signal handling code use copyin/copyout instead of
...
direct access to user data.
Make procfs really work for debugging.
Implement not & notepg files in procfs.
1994-01-20 21:22:06 +00:00
ws
55a366e69b
Correct parameters of sync
1994-01-20 19:58:52 +00:00
jtc
8f9bfdc56a
Generated files were placed in the same directory as the source file
...
(instead of the current working directory) and #include directives
contained the path of the source file.
1994-01-20 18:21:56 +00:00
deraadt
fa8be24b36
delete references to mtpr.h
1994-01-20 18:17:00 +00:00
pk
9916da00fe
Initialize variable in mountmsdosfs().
1994-01-20 09:46:40 +00:00
jtc
837601413b
Don't compile with compat.c, since our C library allready has all the
...
functions it provides.
1994-01-20 02:56:55 +00:00
jtc
d5956614c6
Declare tzname[] extern, so compiler won't include it in object files.
1994-01-20 02:54:36 +00:00
jtc
44fa25f9b7
Vixie Cron 3.0-release
1994-01-20 02:46:53 +00:00
brezak
042650fe85
Fix uninitialized variable.
1994-01-20 02:17:17 +00:00
brezak
e568c13be8
Fix arguments to ip_getmoptions.
1994-01-19 21:36:56 +00:00
jtc
4870e69226
Change MANOWN, MANGRP, DOCOWN & DOCGRP to _not_ be initialized from
...
BINOWN or BINGRP. Otherwise manual pages and documentation installed
from the same directories as suid or sgid programs will have incorrect
user or group ownership. (Uucico manpage owned by uucp, su manpage owned
by root, etc.)
1994-01-19 21:26:11 +00:00
jtc
e304028c04
Fix off by one bug in pwcashe routine group_from_gid().
1994-01-19 21:15:46 +00:00
jtc
4f4897ff25
It's 1994 --- remove stdout redirection check.
1994-01-18 18:10:56 +00:00
brezak
17ea2355b4
Fix some prototype detected warnings/errors.
1994-01-18 03:26:53 +00:00