cgd
|
40be71a246
|
bump up number of SLIP pseudo-devs to 4
|
1993-12-10 16:22:58 +00:00 |
|
cgd
|
0c17abe5e2
|
comment out references to red; we don't install it
|
1993-12-10 16:14:52 +00:00 |
|
cgd
|
a33e17ef28
|
move config files into /etc/sliphome, and note that and other changes in docs
|
1993-12-10 14:18:00 +00:00 |
|
cgd
|
381d61d756
|
move slip compression configuration into the interface flags,
and diddle a couple of related things.
|
1993-12-10 13:24:21 +00:00 |
|
cgd
|
9fa00062f5
|
deal with change in setting of slip params
|
1993-12-10 13:19:12 +00:00 |
|
deraadt
|
6401f7c13a
|
speed up getpwnam/getpwuid for standard cases
|
1993-12-10 12:46:29 +00:00 |
|
cgd
|
b556fd992e
|
slight fix to last
|
1993-12-10 11:45:25 +00:00 |
|
cgd
|
7489d1a908
|
add MULTICAST recognition
|
1993-12-10 11:29:42 +00:00 |
|
cgd
|
285bdc5f46
|
LLC -> LINK, documentation
|
1993-12-10 11:23:54 +00:00 |
|
cgd
|
0e5dbe1a22
|
IF_LLC0 -> IF_LINK0
|
1993-12-10 10:57:40 +00:00 |
|
cgd
|
1da7a80f7e
|
the IFF_MULTICAST constant should always be defined. also,
move IFF_LLC* -> IFF_LINK*; they were misnamed.
|
1993-12-10 10:57:05 +00:00 |
|
mycroft
|
7af32d8c3c
|
memcpy.S and memmove.S on i386 are now separate.
|
1993-12-10 10:55:12 +00:00 |
|
mycroft
|
cc81da7447
|
Shorten setup for longword operations a little.
|
1993-12-10 10:51:11 +00:00 |
|
mycroft
|
dca61f6f90
|
Share code.
|
1993-12-10 10:45:18 +00:00 |
|
cgd
|
3cb0e14c70
|
fix from Piero Serini <piero@strider.st.dsi.unimi.it> so that
"stty eof undef" etc. works
|
1993-12-10 09:51:38 +00:00 |
|
cgd
|
be41cadc54
|
use ./ before invoked programs. this makefile should really be made ro-safe
|
1993-12-10 09:42:13 +00:00 |
|
mycroft
|
30eca65416
|
Clean up deleted files.
|
1993-12-10 09:39:30 +00:00 |
|
mycroft
|
d093458663
|
Use POSIX.2 regular expression routines.
|
1993-12-10 09:39:27 +00:00 |
|
mycroft
|
239fa04f43
|
We use regex.h, not regexp.h, now.
|
1993-12-10 09:01:24 +00:00 |
|
mycroft
|
e4f36e2ea9
|
Remove excess cruft. This machine has too little memory for unused baggage.
|
1993-12-10 08:55:32 +00:00 |
|
mycroft
|
714c5818db
|
Make sure the high 16 bits of cpl gets a sane value (0) when reloading after a
process switch. (HI THEO!)
|
1993-12-10 08:51:28 +00:00 |
|
cgd
|
94dd8a0dfb
|
dtrt with 'error' in setpriority()
|
1993-12-10 07:19:16 +00:00 |
|
hpeyerl
|
7e2c70ce74
|
Add random.s for multicast stuff.
|
1993-12-10 05:38:37 +00:00 |
|
hpeyerl
|
dc1b697fb8
|
More multicast stuff
>From cmaeda@cs.washington.edu
These patches are derived from the IP Multicast patches for BSDI.
|
1993-12-10 05:37:33 +00:00 |
|
mycroft
|
a09abb4d2b
|
Minor cleanup.
|
1993-12-10 05:10:22 +00:00 |
|
jtc
|
fe6e50dbb6
|
Implemented sorting options found in Sun's rup.
|
1993-12-09 23:58:02 +00:00 |
|
deraadt
|
3cf1d8505e
|
echo ^V^? correctly as ^?. From Edward Wang <edward@homer.CS.Berkeley.EDU>
|
1993-12-09 22:58:17 +00:00 |
|
pk
|
02fca0e730
|
Really suppress clock warning message, even if celebrating.
|
1993-12-09 20:27:53 +00:00 |
|
jtc
|
ba416b30ee
|
Fix formatting bug.
|
1993-12-09 19:16:15 +00:00 |
|
jtc
|
0bac3c4487
|
Upgrade to version 2.4.4.
|
1993-12-09 19:06:03 +00:00 |
|
pk
|
9610135cb8
|
Do the right thing when arguments are NULL.
Don't leave filesystems marked busy after copyout() errors.
|
1993-12-09 18:00:18 +00:00 |
|
cgd
|
fcea20f055
|
fix from piero@strider.st.dsi.unimi.it (Piero Serini) to get
"id <login>" to dtrt with primary group name.
|
1993-12-09 10:28:26 +00:00 |
|
mycroft
|
095ee89371
|
Clean up deleted files.
|
1993-12-09 09:53:42 +00:00 |
|
mycroft
|
95241e6955
|
Eliminate a compiler warning.
|
1993-12-09 00:38:25 +00:00 |
|
hpeyerl
|
748eecc392
|
Two new files for Multicast
|
1993-12-09 00:35:00 +00:00 |
|
hpeyerl
|
3a4bc73f21
|
More multicast related stuff.
>From Chris Maeda, cmaeda@cs.washington.edu
These patches are derived from the IP Multicast patches for BSDI.
|
1993-12-09 00:32:14 +00:00 |
|
hpeyerl
|
f0cbd5ece5
|
more Multicast stuff.
>From Chris Maeda, cmaeda@cs.washington.edu
These patches are derived from the IP Multicast patches for BSDI.
|
1993-12-08 23:48:05 +00:00 |
|
hpeyerl
|
9589a22f73
|
More multicast stuff.
>From Chris Maeda, cmaeda@cs.washington.edu
These patches are derived from the IP Multicast patches for BSDI.
|
1993-12-08 23:46:31 +00:00 |
|
mycroft
|
e69c5b3268
|
Implement ptrace(), copied from the Amiga port.
|
1993-12-08 23:11:40 +00:00 |
|
cgd
|
6a129be327
|
get rid of definitions of *OBJMACHINE which charles (hopefully)
accidentally added...
|
1993-12-08 23:10:33 +00:00 |
|
mycroft
|
f67ccd2bf0
|
Move #define of NIPCREG outside #fidef.
|
1993-12-08 22:46:15 +00:00 |
|
jtc
|
a9e5cc4f83
|
No reason these can't share code...
|
1993-12-08 22:10:14 +00:00 |
|
mycroft
|
676f96319e
|
Take 2. Key off __NetBSD__ and -D it from the Makefile.
|
1993-12-08 21:31:57 +00:00 |
|
mycroft
|
226710e9dd
|
Key off `m68k' for some instruction format issues. I recall changing this
once before...
|
1993-12-08 21:11:45 +00:00 |
|
mycroft
|
ed306b5df9
|
Add strchr.S and strrchr.S for m68k.
|
1993-12-08 21:03:05 +00:00 |
|
mycroft
|
cd8e1bd162
|
No reason these can't share code...
|
1993-12-08 21:01:56 +00:00 |
|
pk
|
230b816542
|
Use %hi operator when fiddling a bit high...
|
1993-12-08 18:33:43 +00:00 |
|
pk
|
002972f3f2
|
Suppress `preposterous time' message if the time base equals zero, as
is the case with NFS mounted root filesystems.
|
1993-12-08 18:26:19 +00:00 |
|
pk
|
6a51809ffe
|
Check for dumpdev being NODEV. If so, exit silently, unless verbose is on.
|
1993-12-08 16:43:16 +00:00 |
|
pk
|
4bb077c003
|
Make `neg %reg' work (will check this with newer gasses later).
|
1993-12-08 15:36:57 +00:00 |
|