5013 Commits

Author SHA1 Message Date
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
brezak
38253dddb8 Patch for ip-multicast bugs from mccanne@ee.lbl.gov (Steven McCanne) 1994-01-18 02:36:53 +00:00
brezak
ae0948f33c Include nfs_hack_mountroot() in NFSDISKLESS_HARDWIRE 1994-01-18 01:35:15 +00:00
brezak
4f26b34d35 Includes filesystem types from 4.4 1994-01-18 01:32:06 +00:00
jtc
c4b7945dca My previous checkin didn't really change the FPU Exception Mask -- it was
trapped inside an #ifdef -- this commit changes it as I had originally
intended.
1994-01-17 18:10:01 +00:00
jtc
e17ece4c95 Clean up wording 1994-01-17 18:07:30 +00:00
jtc
a72c672c85 Add cron to subdirs 1994-01-17 17:22:18 +00:00
mycroft
591ec2bf77 Clean up deleted files. 1994-01-17 17:10:59 +00:00
deraadt
51fe63d28c whoops. typo. 1994-01-17 15:13:32 +00:00
mycroft
0df1b00481 Clean up deleted files. 1994-01-17 01:04:42 +00:00
briggs
b05de50fc1 We aren't a VAX. 1994-01-17 01:04:08 +00:00
brezak
fb122acd70 Don't use -O; it breaks this test. 1994-01-16 15:50:19 +00:00
brezak
783ae1ea3c Cleanup. 1994-01-16 15:50:00 +00:00
cgd
8c996398fc clean up, break script handling out of check_exec(), and comment a bit. 1994-01-16 03:09:59 +00:00
cgd
e11a5f7688 casting for exec_package field changes 1994-01-16 03:08:18 +00:00
cgd
92cb33abed add function for FD handling 1994-01-16 03:07:33 +00:00
cgd
9230977177 update for new exec 1994-01-16 03:04:59 +00:00
cgd
4bceaf8efd bump ARG_MAX up to 256k; should be 1M, but not now 1994-01-16 03:04:05 +00:00
cgd
1e0d9f8ad1 add files for updated execve() 1994-01-16 03:03:38 +00:00
cgd
a939028310 include <machine/cpu.h> not <machine/mtpr.h> 1994-01-16 02:22:51 +00:00
mycroft
900084ce24 Clean up deleted files. 1994-01-16 02:00:01 +00:00
cgd
b8b27d46f2 pull in <machine/cpu.h>, rather than <machine/mtpr.h> for soft intr stuff 1994-01-16 01:58:59 +00:00
cgd
d8f4f2b929 add nearly every option known to man, and clean up 1994-01-16 01:38:07 +00:00
cgd
82a0744073 turn on SYSVSHM and note the default value of SHMMAXPGS 1994-01-16 01:36:15 +00:00
cgd
ea52295d11 SHMMAXPGS now pegged at 1024, where it belongs 1994-01-16 01:36:07 +00:00
deraadt
b2c0b0a0c8 add a pmap_kernel() function 1994-01-16 00:58:07 +00:00
deraadt
6db422de7f cpu_exit returns void 1994-01-16 00:53:44 +00:00
deraadt
7c98e17fdb add sysarch() stub 1994-01-16 00:52:47 +00:00
deraadt
405bf3d48d use SYS_syscall instead of SYS_indir
and turn off the 64 bit syscall interface
1994-01-16 00:49:47 +00:00
deraadt
376a5f4108 pullin vm_statistics.h 1994-01-16 00:42:16 +00:00
deraadt
18b8ee0b5c prototyped callvec (ripped from stand/libsa/callvec.c)
#ifdef RB_MINIROOT support
our setregs() takes a stack pointer argument
netbsd-ify sendsig/sigreturn code, ie. alternate stacks
add dummy stubs for ptrace
1994-01-16 00:41:17 +00:00
deraadt
e04b358332 cleanup 1994-01-16 00:34:10 +00:00
deraadt
bdad42bda1 delete duplicate proto for slattach 1994-01-15 20:23:30 +00:00