rgrimes
7566bede3c
1. Mark file as seriously out of date with reality.
...
2. Update the list of library names and variables.
3. Update to reflect forth coming bsd.inc.mk file.
4. Update which .mk files include other .mk files.
Submitted by: Bruce Evans (partial, enhanced by me)
1994-10-09 21:22:32 +00:00
rgrimes
df04d5a891
1. Remove comments about broken procfs, it has been fixed.
...
2. Remove comments about exit status of 2 from mtree, that won't
happen any more.
3. Update mtree commands to use new -U option.
1994-10-09 20:31:01 +00:00
rgrimes
162fb0a314
Add -U option which does the same things as -u except exits with 0
...
instead of 2 on MISMATCH.
1994-10-09 20:28:31 +00:00
dg
0c0e5e4cbf
Backed out part of the last change that prevents the rpos table from
...
being output if <= 1 rpos; there is a bug in the kernel which doesn't
quite get along with this. Changed default #rpos to 1, and fixed up
manual page. Converted nrpos to 1 if user specifies 0.
1994-10-09 20:10:56 +00:00
ache
5648fa5d60
Generate term.h only once, not each beforeinstall.
...
Add 'update_term_h' target for manual update
1994-10-09 18:39:01 +00:00
ache
933cf81391
Split all binaries from makefile now
1994-10-09 17:50:50 +00:00
ache
d1c7980fc6
This commit was generated by cvs2svn to compensate for changes in r3462,
...
which included commits to RCS files with non-trunk default branches.
1994-10-09 17:40:30 +00:00
ache
514095b9ab
Splitted from libmytinfo
1994-10-09 17:40:30 +00:00
ache
62b2a0f6fe
Preparation to split binary away, move caps to TESTS
...
Add some testing bits to TESTS directory
1994-10-09 16:37:35 +00:00
ache
edad1978e6
Back out part of ctype fixes, unneded with new ctypoe
1994-10-09 15:40:07 +00:00
ache
e0df6f34b8
Back out ctype fix, unneded with new ctype
1994-10-09 15:25:23 +00:00
ache
ff00733418
Back out part of ctype fixes, unneded with new ctype
1994-10-09 15:22:35 +00:00
ache
42017de88f
Sync with ctype.h (remove EOF handling)
1994-10-09 11:20:55 +00:00
ache
738848484c
Remove EOF handling after Bruce explanation. This step returns
...
to 4.4 way to not allow EOF in ctype and now all signed chars
(including '\377' which becomes EOF) converted to (unsigned char) properly.
1994-10-09 11:18:44 +00:00
ache
eb3b7db32d
Add copyright.c to be always linked in
1994-10-09 09:27:55 +00:00
dg
54e9286d06
Modified to use swaplist instead of swapmap.
1994-10-09 07:45:58 +00:00
dg
ba264d2489
#if 0'd out the meat of the swap code until I get a chance to rewrite it.
1994-10-09 07:42:32 +00:00
dg
9666d1c886
#if 0'd out the meat of the swap code until I get a chance to rewrite it.
1994-10-09 07:37:18 +00:00
dg
8ec51aef1b
Got rid of map.h. It's a leftover from the rmap code, and we use rlists.
...
Changed swapmap into swaplist.
1994-10-09 07:35:18 +00:00
ache
5f111b489b
Restore leading tabs
1994-10-09 02:09:14 +00:00
phk
09c3293a0f
Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc.
...
Reviewed by: davidg
1994-10-09 01:52:19 +00:00
pst
1877e1438d
Update multicasting FAQ entry
1994-10-09 01:14:51 +00:00
pst
e028f1db3d
Cosmetic cleanup
1994-10-09 00:46:16 +00:00
dg
877f7da834
Call resetpriority, not setpriority() ...oops.
...
Submitted by: John Dyson
1994-10-09 00:18:22 +00:00
jkh
34751162a4
Be optionally verbose about free-space checking. I need this to ascertian
...
whether or not this always works.
1994-10-08 23:55:36 +00:00
phk
632c3f49e9
Cosmetics: silences gcc -Wall.
1994-10-08 22:39:58 +00:00
phk
3282d8a721
Cosmetics: to silence gcc -wall.
1994-10-08 22:38:27 +00:00
phk
ec6c0e6ca7
Cosmetics: added a #include and a static prototype to silence gcc.
1994-10-08 22:37:00 +00:00
phk
5f8e9e2c4d
Cosmetics: added ()'s and fixed prinf-formats to make gcc silent.
1994-10-08 22:33:43 +00:00
phk
ce7e00f64f
A couple of prototypes moved out from here.
1994-10-08 22:27:58 +00:00
phk
be4fdf00a8
Removed unused vars. Silenced gcc -Wall. Some of this stuff is virtually
...
type-less. Everything is "u_int32" :-(
1994-10-08 22:26:40 +00:00
phk
5251e75557
Added prototypes here and there. Moved pfctlinput into socket.h.
1994-10-08 22:23:00 +00:00
phk
4ffcc0d5e9
Added prototypes.
1994-10-08 22:21:34 +00:00
phk
cbcc30050b
db_disasm.c: Unused var zapped.
...
pmap.c: tons of unused vars zapped, various other warnings silenced.
trap.c: unused vars zapped.
vm_machdep.c: A wrong argument, which by chance did the right thing, was
corrected.
1994-10-08 22:19:51 +00:00
jkh
f040c21669
This file describes new features, conventions or newly introduced "gotchas"
...
that a user coming from a 1.x environment should know about.
See the notes in the file for more info.
1994-10-08 17:57:45 +00:00
ache
078887695c
Sync with ctype.h (EOF, sign extention fixes)
1994-10-08 17:42:45 +00:00
ache
dcc191d798
Handle EOF case in all macros by ANSI standard.
...
Cast all ints < 0 to (unsigned char) to fix common problem
with sign extention on signed char.
1994-10-08 17:36:44 +00:00
ache
91339cb74c
Dialog added
1994-10-08 15:19:12 +00:00
ache
097b8f852c
This commit was generated by cvs2svn to compensate for changes in r3430,
...
which included commits to RCS files with non-trunk default branches.
1994-10-08 15:16:41 +00:00
ache
6f63580a25
Moved from ports, arrow keys allowed to edit input,
...
back tab key understanded now
1994-10-08 15:16:41 +00:00
ache
1ae4caa5f2
libmytinfo, libncurses added to 'make beforeinstall' sequence
1994-10-08 15:08:14 +00:00
dg
620770cf48
Completely removed trailer support. The only reason I wrote that code in
...
the first place was so that BPF could grok trailer packets. I've since
decided that this is a job for tcpdump to decipher (if at all). Also
fixed up checks for received packet length to better cope with ancient
starlan boards.
1994-10-08 09:24:20 +00:00
phk
06258807e1
POSSIBLE BOGUS CODE found, (related to dos-partitions) in ufs_disksubr.c,
...
look for CC_WALL.
Cosmetics, a couple of unused vars.
1994-10-08 06:57:29 +00:00
rgrimes
c447e587f4
Correct #ifdef for nfs_disless support is #ifdef NFS, there will be no
...
option DISKLESS for the 2.0 nfs diskless support. A 2.0 diskless kernel
simple needs NFS linked in statically.
1994-10-08 06:20:52 +00:00
phk
ee22b0c649
Cosmetics for gcc -Wall. A couple of unused "int i"'s removed and a couple of
...
prototypes added. And the usual () work.
1994-10-08 06:20:06 +00:00
phk
179b7ba3f8
I got my patch-file applied twice it seems. Fixed.
1994-10-08 03:31:53 +00:00
jkh
ef5db70468
Add HW.TROUBLE to ROADMAP.
1994-10-08 03:15:53 +00:00
jkh
a406c92b21
Put this here, moving it from /usr/src.
1994-10-08 03:10:34 +00:00
phk
34a9d3d869
Prototypes of today. Brought to you by a 28 minute transit time on BART :-)
...
(For the SF-unaware: I ride the BART (The Bay-area subway) for half an hour
each way to work. I use the time to shut up gcc -Wall on my handbook).
1994-10-08 01:45:30 +00:00
phk
0acc5560ac
Cosmetics.
1994-10-08 01:41:15 +00:00