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
mycroft
ea15b558a8
Use common version of cons.c.
1994-02-06 00:44:26 +00:00
mycroft
442a100145
Increase # of transmit buffers.
1994-02-05 15:08:47 +00:00
mycroft
cd2e9eb071
Remember to set txcnt before it bites me.
1994-02-05 15:04:18 +00:00
pk
7080a02c57
clnt_call requires timeval argument
1994-02-05 14:58:14 +00:00
deraadt
b9a452cc0c
reality
1994-02-05 12:49:02 +00:00
mycroft
7ef678610c
Remove an #ifdef we no longer need.
1994-02-05 08:01:22 +00:00
mycroft
4cc75ce9a9
Clean up deleted files.
1994-02-05 07:26:21 +00:00
cgd
4127f9529e
pull ttys out of ${MACHINE}
1994-02-05 07:26:19 +00:00
mycroft
0ee7464aba
Allow multiple transmit buffers to be outstanding. Original code by Hibler;
...
some cleanup by me.
1994-02-05 06:58:08 +00:00
mycroft
ebb4a096a1
Add multicast support. Lots of other cleanup, mostly from the SPARC port.
1994-02-05 05:06:54 +00:00
hpeyerl
4adcc641a7
Eliminate confusion.
1994-02-05 02:30:49 +00:00
cgd
114cf35108
dtrt with exec header size
1994-02-05 02:23:30 +00:00