Commit Graph

5897 Commits

Author SHA1 Message Date
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
cgd ecb9421ced compatibility fixes suggested by Luke Mewburn <lm@rmit.edu.au> 1994-02-07 07:00:26 +00:00
cgd 8310908256 actually do the install when done 1994-02-07 05:11:24 +00:00
cgd adaf3036a9 convert to use makewhatis; eventually will need to use 'catman' 1994-02-07 05:10:30 +00:00
cgd 7038181e7e add some new targets to DTRT when installing/building 1994-02-07 05:08:57 +00:00
proven 628d7fa69f 0 is not a valid signal, in the current scheme. The header signal.h does
#define sigmask(m)      (1 << ((m)-1))

Also sigismember is supposed to return 1 if the signal is a member of the
mask, and 0 is it isn't.
1994-02-07 04:47:49 +00:00
deraadt 646c517baa i thought i'd fixed the graphics before 1994-02-07 00:21:21 +00:00
briggs a09eafbddd Fixup calls to profclock and softclock. 1994-02-06 22:06:25 +00:00
ws f0813df6f0 Fix off by one error 1994-02-06 20:38:42 +00:00
chopps 6e9b4b15e0 moved struct out of param lists. 1994-02-06 18:48:28 +00:00
chopps 2595681cf2 fixed warns and compile errors (under newer gcc's) 1994-02-06 18:48:00 +00:00
mycroft 57892d4faf Remove another use of b_actl. 1994-02-06 17:39:48 +00:00
deraadt 9c9539c664 cleanup 1994-02-06 15:27:54 +00:00
ws 2df8c5f528 If you add files, be sure to have enough bits to encode an inode number! 1994-02-06 14:01:16 +00:00
mycroft 805c52eecb Eliminate some more uses of b_actl. 1994-02-06 11:28:37 +00:00
mycroft a8f3db1d79 Use b_actf, not av_forw. 1994-02-06 10:13:02 +00:00
mycroft adeebc448e Use b_actf, not av_forw. 1994-02-06 10:00:30 +00:00
cgd 0acef81434 numeric -> symbolic constant 1994-02-06 08:19:56 +00:00
mycroft 42e64dc254 Remove another use of b_actl. 1994-02-06 08:01:45 +00:00
mycroft 70a4b20dfa Use b_actb, not b_actl. 1994-02-06 07:24:58 +00:00
mycroft 7e9018aaeb Add b_actf and b_actb like 4.4; b_actl is deprecated. 1994-02-06 07:18:03 +00:00
cgd f14db48cf2 add a missing '/set' and a few directories 1994-02-06 06:49:39 +00:00
cgd 6b38148aa1 fix jtc's recent Makefile.inc change, and be paranoid about 'make distribution' 1994-02-06 06:48:46 +00:00
cgd d38898b89f don't use DESTDIR for this 1994-02-06 06:28:12 +00:00
cgd e66d2ec65d fix from Matthieu Herrb <matthieu@laas.fr> to do multiple arguments. 1994-02-06 05:27:40 +00:00
mycroft e0cbda5321 Add a prototype, to eliminate silly warnings. 1994-02-06 01:32:31 +00:00
mycroft 3738793f03 Remove outdated console handling code. 1994-02-06 01:08:36 +00:00
mycroft 7165791ed6 Fix typo. 1994-02-06 00:53:26 +00:00
mycroft f1827085d7 Strict prototyping and a couple of other nits. 1994-02-06 00:46:02 +00:00
mycroft fd2124f1a9 Clean up deleted files. 1994-02-06 00:44:41 +00:00