Commit Graph

5626 Commits

Author SHA1 Message Date
mycroft 191957b47b Format police. 1994-02-09 20:54:44 +00:00
mycroft 22cc3a7bc9 Fix some spacing; enable old ioctls if COMPAT_SUNOS. 1994-02-09 20:35:24 +00:00
mycroft a8aa70d4a5 Remove l_rend and l_meta. 1994-02-09 20:18:17 +00:00
chopps 2413e2f66c added support for TEAC 60M, quite possibly the worst scsi interface on the planet earth. 1994-02-09 20:16:55 +00:00
mycroft b9a95fd820 Don't attempt to prototype d_dump, as it varies per machine. Remove l_rend
and l_meta, as they are not used.
1994-02-09 20:12:42 +00:00
deraadt c5a096fcf1 do not -DKERNEL please 1994-02-09 15:00:32 +00:00
deraadt 12ef386619 need struct buf for proto's 1994-02-09 14:57:08 +00:00
cgd 5a5a76afa0 add cf/cf to subdir, so it'll get built 1994-02-09 08:28:36 +00:00
cgd cdf1056390 do makedb in DESTDIR/... 1994-02-09 08:00:16 +00:00
cgd c0793f717f have _SUBDIRUSE done in 'realinstall', not in 'install' so that
'afterinstall' actually happens *after* the real install!
since this entire section is in a "!target(install)", having
it done the other way was wrong and unnecessary  (i.e. the
previous change/comment was bogus).
1994-02-09 07:55:08 +00:00
glass 2be040e54d better. shame though, sendmail is so *EASY* to configure now. 1994-02-09 07:53:47 +00:00
cgd f1bbbc4fa0 don't assume a machine-dependent dir 1994-02-09 07:51:44 +00:00
cgd 43c245f03b slight consistency 1994-02-09 07:32:23 +00:00
cgd 2902d380f1 install a prototype sendmail.cf 1994-02-09 07:29:36 +00:00
cgd 0b5dd219eb add support for a 'distribution' target, to install tcpproto.cf 1994-02-09 07:29:06 +00:00
cgd 68e8ab5797 provisional fix to understand 57.6k and 115.2k 1994-02-09 07:06:11 +00:00
cgd d43a0f37b1 don't panic if user does 'cat /kern', though result is dubious. 1994-02-09 06:32:17 +00:00
jtc 3705329589 Add entries for /usr/share/man/{cat,man}[48]/{amiga,sparc}. 1994-02-09 01:58:17 +00:00
chopps b4318b8153 removed vn, now in sys/dev 1994-02-09 01:51:13 +00:00
mycroft caa12d08f1 Clean up deleted files. 1994-02-09 01:50:14 +00:00
chopps 12bda9154d moved to proper place. (from arch/amiga/dev) 1994-02-09 01:24:45 +00:00
cgd 3059ace712 disable toor by default 1994-02-09 00:19:53 +00:00
cgd 054d17fafb patch from Diomidis Spinellis to fix 'infinite' loop 1994-02-09 00:06:07 +00:00
cgd ac29ea9d85 kill typo 1994-02-08 23:20:40 +00:00
deraadt 37fd24a631 use normal major numbers for ptys 1994-02-08 21:39:55 +00:00
chopps 6539f446bd describes amiga's actions on exec of reboot 1994-02-08 13:04:30 +00:00
pk f1ffa7a2c4 Brr, even very local symbols must sometimes be in the symbol tables.
XXX- should rename these symbols for public consumption.
1994-02-08 10:20:57 +00:00
mycroft 5580321195 Don't try to clear the diag register in NVRAM; it's used for other purposes
by some BIOSes, and mysterious lossage results.
1994-02-08 05:10:48 +00:00
mycroft cad28d28e6 Fix core dump when source is a directory. 1994-02-08 05:09:26 +00:00
briggs d220a8bafd Update to use b_actf instead of av_forw(?) per Charles Hannum's changes. 1994-02-08 03:54:08 +00:00
mycroft 7ce014f038 Clean up multicast code; part from magnum branch, and part from Brad Parker
<brad@fcr.com>.  A couple of other nits.
1994-02-08 03:06:20 +00:00
chopps 4abc3ff245 handle __STDC__ preprocessor. 1994-02-08 02:31:55 +00:00
cgd 4a0f440f45 don't core when handed "grep \'{\' *". also, fix the error message
when that happens.
1994-02-07 23:55:37 +00:00
cgd bfc442a8a8 torch flcopy 1994-02-07 23:31:18 +00:00
mycroft 707d3dc4ac Clean up deleted files. 1994-02-07 23:31:00 +00:00
cgd 0b5ba5176a be sure to clear pm_fmod when mounting the FS, and be a bit more careful
when setting it.  The former allows one to unmount readonly-mounted file
systems, the latter is good style.
1994-02-07 23:14:16 +00:00
proven b1fc22f93a Add one complete thread safe stdio. 1994-02-07 22:05:21 +00:00
proven 1c3caff3ff RCS ids added.
pthread_once() moved to separate file.
pthread_detach(), and pthread_join() routines added,
and sleep now sleeps only the running thread not the process.
1994-02-07 22:04:13 +00:00
proven 0ddc616639 RCS ids added.
pthread_once() defines moved to separate header file.
1994-02-07 22:02:26 +00:00
proven 21f4b3b04c More wrapper functions, and some hacks for machine independent sleep
mechanisms.
1994-02-07 22:00:44 +00:00
proven 772f07b4a8 The latest pthread library. 1994-02-07 21:59:27 +00:00
jtc 5cffad2151 Use movzbl, not movsbl, to zero extend for unsigned comparison.
Fix from Bruce Evans.
1994-02-07 20:57:05 +00:00
jtc bbcdac1400 Don't install manpage links to regexp(3), they overwrite the links
to regex(3).
1994-02-07 18:29:53 +00:00
deraadt bea88de8ed attempted cleanup 1994-02-07 15:22:31 +00:00
chopps 6dd465d0be remove redef of SIZE_T, logically same, lexically different. 1994-02-07 15:16:17 +00:00
cgd 341cd2eca5 clean up slightly. kill entries for:
X-10 power controller (never incorporated into NetBSD)
	(old) soundblaster (as opposed to /dev/audio)
	codrv (never incorporated; whatever happened to it?)
	dcfclk (never incorporated)
	acct (deprecated)
(they're now marked "XXX unused", and should be used before extending the
table, in the future.)
1994-02-07 07:44:54 +00:00
cgd 9ea6d6571f kill support for 'dcfclk' ; shouldn't pollute tree for things not in NetBSD. 1994-02-07 07:33:49 +00:00
cgd 6231aa2d5d kill comments about where to have numbers assigned. 1994-02-07 07:30:50 +00:00
mycroft c820be75f2 Clean up deleted files. 1994-02-07 07:30:38 +00:00
chopps 77325b2517 removed old drivers. updated st.c for buf struct changes (used diff from hp300) 1994-02-07 07:30:35 +00:00