Poul-Henning Kamp
3d05297c86
Cosmetics. (sort of) Added 19 prototypes.
1994-10-10 00:58:36 +00:00
Jordan K. Hubbard
c67da8bec0
Make the Bt545S work a little nicer with a strategic delay.
...
Submitted by: dyson
1994-10-10 00:46:09 +00:00
Andrey A. Chernov
6ede20071a
Merge term.h & nterm.h
1994-10-10 00:34:44 +00:00
Andrey A. Chernov
af1f5928f1
Merge term.h and nterm.h
1994-10-10 00:32:19 +00:00
Andrey A. Chernov
6a5cea9ba2
Fix termcap path
1994-10-09 23:51:43 +00:00
Andrey A. Chernov
55ac4c2d5d
Move copyright link from initscr to newterm (initscr may be not called).
...
Small cleanup.
1994-10-09 23:31:13 +00:00
Søren Schmidt
5de177eaf6
Added errno conversion table (initialize to zero).
1994-10-09 22:07:38 +00:00
Søren Schmidt
5dfe901236
Added spare space on the usr stack. Used in ibcs2 emulation.
1994-10-09 22:03:58 +00:00
Søren Schmidt
c96f129304
Updated to convert errno return in syscall if conversion tabel present.
1994-10-09 22:02:06 +00:00
Søren Schmidt
6b05178783
Updated to add errno conversion table (initialize to zero).
1994-10-09 22:00:17 +00:00
Søren Schmidt
c1451a8a5c
Updated to add errno conversion table. (intialize to zero).
1994-10-09 21:58:47 +00:00
Søren Schmidt
5aa7191752
Changed option IBCS2 to COMPAT_IBCS2 (for lkm support)
1994-10-09 21:53:49 +00:00
Søren Schmidt
97f8109e27
Added errno conversion table for ibcs2 support.
1994-10-09 21:53:05 +00:00
Søren Schmidt
1448aa0202
Latest ibcs2 changes, add errno conversion table.
...
Also add 256 byte spare space on the usr stack.
1994-10-09 21:50:57 +00:00
Rodney W. Grimes
de4d7b8018
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
Rodney W. Grimes
95888a7194
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
Rodney W. Grimes
4ac2ef542b
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
David Greenman
3156bbb2d1
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
Andrey A. Chernov
5dc8d4254a
Generate term.h only once, not each beforeinstall.
...
Add 'update_term_h' target for manual update
1994-10-09 18:39:01 +00:00
Andrey A. Chernov
f404a9f3aa
Split all binaries from makefile now
1994-10-09 17:50:50 +00:00
Andrey A. Chernov
f849e2cf15
Splitted from libmytinfo
1994-10-09 17:40:30 +00:00
Andrey A. Chernov
9e6f124826
Preparation to split binary away, move caps to TESTS
...
Add some testing bits to TESTS directory
1994-10-09 16:37:35 +00:00
Andrey A. Chernov
833f087253
Back out part of ctype fixes, unneded with new ctypoe
1994-10-09 15:40:07 +00:00
Andrey A. Chernov
c31c20bb26
Back out ctype fix, unneded with new ctype
1994-10-09 15:25:23 +00:00
Andrey A. Chernov
a73699e164
Back out part of ctype fixes, unneded with new ctype
1994-10-09 15:22:35 +00:00
Andrey A. Chernov
bac719f599
Sync with ctype.h (remove EOF handling)
1994-10-09 11:20:55 +00:00
Andrey A. Chernov
09b133a008
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
Andrey A. Chernov
7afcaa86db
Add copyright.c to be always linked in
1994-10-09 09:27:55 +00:00
David Greenman
ceff08fff5
Modified to use swaplist instead of swapmap.
1994-10-09 07:45:58 +00:00
David Greenman
8d7547c27e
#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
David Greenman
82c4eab0a7
#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
David Greenman
35c10d2239
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
Andrey A. Chernov
6dabd3aad2
Restore leading tabs
1994-10-09 02:09:14 +00:00
Poul-Henning Kamp
05f0fdd26a
Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc.
...
Reviewed by: davidg
1994-10-09 01:52:19 +00:00
Paul Traina
403ef23238
Update multicasting FAQ entry
1994-10-09 01:14:51 +00:00
Paul Traina
20e8cfc673
Cosmetic cleanup
1994-10-09 00:46:16 +00:00
David Greenman
da8b3304fb
Call resetpriority, not setpriority() ...oops.
...
Submitted by: John Dyson
1994-10-09 00:18:22 +00:00
Jordan K. Hubbard
90c00ca832
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
Poul-Henning Kamp
ac0776aed7
Cosmetics: silences gcc -Wall.
1994-10-08 22:39:58 +00:00
Poul-Henning Kamp
df4409487f
Cosmetics: to silence gcc -wall.
1994-10-08 22:38:27 +00:00
Poul-Henning Kamp
b18375bc71
Cosmetics: added a #include and a static prototype to silence gcc.
1994-10-08 22:37:00 +00:00
Poul-Henning Kamp
dcd01eb305
Cosmetics: added ()'s and fixed prinf-formats to make gcc silent.
1994-10-08 22:33:43 +00:00
Poul-Henning Kamp
82b695b22d
A couple of prototypes moved out from here.
1994-10-08 22:27:58 +00:00
Poul-Henning Kamp
07716162c6
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
Poul-Henning Kamp
b4a8d5753e
Added prototypes here and there. Moved pfctlinput into socket.h.
1994-10-08 22:23:00 +00:00
Poul-Henning Kamp
50a1a05445
Added prototypes.
1994-10-08 22:21:34 +00:00
Poul-Henning Kamp
3fb3086e98
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
Jordan K. Hubbard
d8bd99269c
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
Andrey A. Chernov
4c02aebe2f
Sync with ctype.h (EOF, sign extention fixes)
1994-10-08 17:42:45 +00:00
Andrey A. Chernov
262fb20771
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