]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
29 years agoAdd LDADD+= -ltermcap
ache [Wed, 12 Oct 1994 02:06:02 +0000 (02:06 +0000)]
Add LDADD+= -ltermcap

29 years agoLDADD: = -> +=
ache [Wed, 12 Oct 1994 01:59:06 +0000 (01:59 +0000)]
LDADD: = -> +=

29 years agoSHARED_LDADD --> LDADD
ache [Wed, 12 Oct 1994 01:57:56 +0000 (01:57 +0000)]
SHARED_LDADD --> LDADD
cmp redirection removed

29 years agoSHARED_LDADD --> LDADD
ache [Wed, 12 Oct 1994 01:54:38 +0000 (01:54 +0000)]
SHARED_LDADD --> LDADD

29 years agoFix two problems pointed by Bruce:
ache [Wed, 12 Oct 1994 01:51:27 +0000 (01:51 +0000)]
Fix two problems pointed by Bruce:
keys.tries generated in ${.CURDIR} which may be readonly
lib_options.{po,so} not properly rebuilded if keys.tries deleted
and no .depend

29 years agoOutput error diagnostics, if occurse.
ache [Tue, 11 Oct 1994 23:52:16 +0000 (23:52 +0000)]
Output error diagnostics, if occurse.
Add radiolist test.

29 years agoUse libdialog now.
ache [Tue, 11 Oct 1994 23:51:09 +0000 (23:51 +0000)]
Use libdialog now.

29 years agoLIBDIALOG added
ache [Tue, 11 Oct 1994 23:38:19 +0000 (23:38 +0000)]
LIBDIALOG added

29 years agolibdialog added
ache [Tue, 11 Oct 1994 23:34:13 +0000 (23:34 +0000)]
libdialog added

29 years agoAdd libdialog to beforeinstall section
ache [Tue, 11 Oct 1994 23:33:00 +0000 (23:33 +0000)]
Add libdialog to beforeinstall section

29 years agoThis commit was generated by cvs2svn to compensate for changes in r3515,
ache [Tue, 11 Oct 1994 23:30:51 +0000 (23:30 +0000)]
This commit was generated by cvs2svn to compensate for changes in r3515,
which included commits to RCS files with non-trunk default branches.

29 years agoMake all dialog box available from C programs via functions calls
ache [Tue, 11 Oct 1994 23:30:51 +0000 (23:30 +0000)]
Make all dialog box available from C programs via functions calls

29 years agoFix a bug which caused panics when attempting to change just the flags of
wollman [Tue, 11 Oct 1994 23:16:38 +0000 (23:16 +0000)]
Fix a bug which caused panics when attempting to change just the flags of
a route.  (This still doesn't work, but it doesn't panic now.)  It looks
like there may be a number of incipient bugs in this code.

Also, get ready for the time when all IP gateway routes are cloning, which
is necessary to keep proper TCP statistics.

29 years agoOuch, fixed bug in errno translation (ibcs2 support).
sos [Tue, 11 Oct 1994 22:37:14 +0000 (22:37 +0000)]
Ouch, fixed bug in errno translation (ibcs2 support).

29 years agoFixed bug in ibcs2 signal translation.
sos [Tue, 11 Oct 1994 20:42:01 +0000 (20:42 +0000)]
Fixed bug in ibcs2 signal translation.

29 years agoRemoved static declaration of getvnode() (used in ibcs2)
sos [Tue, 11 Oct 1994 20:40:12 +0000 (20:40 +0000)]
Removed static declaration of getvnode() (used in ibcs2)

29 years agoBetter IXANY/IXOFF processing into setflags.
ache [Tue, 11 Oct 1994 20:29:42 +0000 (20:29 +0000)]
Better IXANY/IXOFF processing into setflags.
Cosmetique 'tab' fix

29 years agoFix old cs8->cs7 bug, bringed by rlogin.
ache [Tue, 11 Oct 1994 20:04:49 +0000 (20:04 +0000)]
Fix old cs8->cs7 bug, bringed by rlogin.
Obtained from:  FreeBSD 1.x

29 years agoImplement meta bit in more cosher way after contacting with zmbenhal
ache [Tue, 11 Oct 1994 16:36:53 +0000 (16:36 +0000)]
Implement meta bit in more cosher way after contacting with zmbenhal
Shut up compiler warning

29 years ago- remove unnecessary #includes (I think a couple of redundant ones remain)
csgr [Tue, 11 Oct 1994 11:29:17 +0000 (11:29 +0000)]
- remove unnecessary #includes (I think a couple of redundant ones remain)
- excise some unused code (#if 0'd out - don't want to nuke it yet)
- fix problems with "make depend" - some macros were screwing it up
- get rid of some static local variables

There still seems to be a small reentrancy problem somewhere.

29 years agoMake `id' and `groups' somewhat faster and less cpu-intensive :-)
wollman [Tue, 11 Oct 1994 02:13:21 +0000 (02:13 +0000)]
Make `id' and `groups' somewhat faster and less cpu-intensive :-)

Really!

29 years agoTurn off OXTABS by default. Inspection of systems here finds no commercial
wollman [Tue, 11 Oct 1994 00:16:28 +0000 (00:16 +0000)]
Turn off OXTABS by default.  Inspection of systems here finds no commercial
systems with it on by default (or the equivalent flag) and terminal control
sequences confuse it greatly.  (Try running `ls' under bash in an XTerm,
for instance.)

29 years agoImplement HOME/END keys for line edit
ache [Mon, 10 Oct 1994 22:32:07 +0000 (22:32 +0000)]
Implement HOME/END keys for line edit

29 years agoImplement insert-mode line editing
ache [Mon, 10 Oct 1994 19:49:22 +0000 (19:49 +0000)]
Implement insert-mode line editing

29 years agominaddr #ifdef lost in previous commit. Sorry.
phk [Mon, 10 Oct 1994 18:06:58 +0000 (18:06 +0000)]
minaddr #ifdef lost in previous commit.  Sorry.

29 years agoRemove /usr/include/g++/{gen,sys}, we long ago quit using them.
rgrimes [Mon, 10 Oct 1994 15:17:14 +0000 (15:17 +0000)]
Remove /usr/include/g++/{gen,sys}, we long ago quit using them.

29 years agoupdated mailing lists and took out refs to 1.1 be around.
gclarkii [Mon, 10 Oct 1994 10:46:14 +0000 (10:46 +0000)]
updated mailing lists and took out refs to 1.1 be around.

29 years agoupdate mailing lists
gclarkii [Mon, 10 Oct 1994 10:39:10 +0000 (10:39 +0000)]
update mailing lists
Changed around some directorys in the FAQ
(Thanks Jordan)

29 years agoCosmetics. Silence gcc -Wall
phk [Mon, 10 Oct 1994 07:57:33 +0000 (07:57 +0000)]
Cosmetics.  Silence gcc -Wall

29 years agoCosmetics. Silence gcc -Wall.
phk [Mon, 10 Oct 1994 07:56:07 +0000 (07:56 +0000)]
Cosmetics.  Silence gcc -Wall.

29 years agoCosmetics. reduce the noise from gcc -Wall.
phk [Mon, 10 Oct 1994 07:55:48 +0000 (07:55 +0000)]
Cosmetics.  reduce the noise from gcc -Wall.

29 years agoHmm, only translate errno when doing an actual return.
sos [Mon, 10 Oct 1994 07:33:01 +0000 (07:33 +0000)]
Hmm, only translate errno when doing an actual return.

Reviewed by: sef@freefall.cdrom.com

29 years agoClean up after last commit: get rid of some unused variables.
dg [Mon, 10 Oct 1994 05:19:11 +0000 (05:19 +0000)]
Clean up after last commit: get rid of some unused variables.

29 years agoSHAREDSTRINGS support was no longer used and just clutters things up,
rgrimes [Mon, 10 Oct 1994 03:18:47 +0000 (03:18 +0000)]
SHAREDSTRINGS support was no longer used and just clutters things up,
removed.

29 years agoRewrote swap code to work with our swap layout. Much of the code stolen
dg [Mon, 10 Oct 1994 02:33:50 +0000 (02:33 +0000)]
Rewrote swap code to work with our swap layout. Much of the code stolen
from swapinfo.c.

29 years agoGot rid of "APM" macro. Now only NAPM is needed to activate the APM stuff.
phk [Mon, 10 Oct 1994 01:14:03 +0000 (01:14 +0000)]
Got rid of "APM" macro.  Now only NAPM is needed to activate the APM stuff.

29 years agoCosmetics. Silence gcc -Wall. Much more to do here :-(
phk [Mon, 10 Oct 1994 01:12:27 +0000 (01:12 +0000)]
Cosmetics.  Silence gcc -Wall.  Much more to do here :-(

29 years agolocore.s: Made the APM stuff depend on NAPM > 0 rather than a separate
phk [Mon, 10 Oct 1994 01:10:22 +0000 (01:10 +0000)]
locore.s:  Made the APM stuff depend on NAPM > 0 rather than a separate
"APM" macro.
machdep.c: Made the APM-descriptors unconditional.
Bruce: if these still conflict with your debugger, please put in a reservation
for your debugger.  These three desc. can be anywhere, as long as they are
contiguous, so just move them as needed.

29 years agoCosmetics. Added a prototype.
phk [Mon, 10 Oct 1994 01:06:48 +0000 (01:06 +0000)]
Cosmetics.  Added a prototype.

29 years agoCosmetics. make gcc less noisy. Still some way to go here.
phk [Mon, 10 Oct 1994 01:04:55 +0000 (01:04 +0000)]
Cosmetics.  make gcc less noisy.  Still some way to go here.

29 years agoChange link to symbolic link (term.h)
ache [Mon, 10 Oct 1994 01:03:26 +0000 (01:03 +0000)]
Change link to symbolic link (term.h)

29 years agoCosmetics. related to getting prototypes into view.
phk [Mon, 10 Oct 1994 01:00:49 +0000 (01:00 +0000)]
Cosmetics.  related to getting prototypes into view.

29 years agoCosmetics. (sort of) Added 19 prototypes.
phk [Mon, 10 Oct 1994 00:58:36 +0000 (00:58 +0000)]
Cosmetics. (sort of)  Added 19 prototypes.

29 years agoMake the Bt545S work a little nicer with a strategic delay.
jkh [Mon, 10 Oct 1994 00:46:09 +0000 (00:46 +0000)]
Make the Bt545S work a little nicer with a strategic delay.
Submitted by: dyson

29 years agoMerge term.h & nterm.h
ache [Mon, 10 Oct 1994 00:34:44 +0000 (00:34 +0000)]
Merge term.h & nterm.h

29 years agoMerge term.h and nterm.h
ache [Mon, 10 Oct 1994 00:32:19 +0000 (00:32 +0000)]
Merge term.h and nterm.h

29 years agoFix termcap path
ache [Sun, 9 Oct 1994 23:51:43 +0000 (23:51 +0000)]
Fix termcap path

29 years agoMove copyright link from initscr to newterm (initscr may be not called).
ache [Sun, 9 Oct 1994 23:31:13 +0000 (23:31 +0000)]
Move copyright link from initscr to newterm (initscr may be not called).
Small cleanup.

29 years agoAdded errno conversion table (initialize to zero).
sos [Sun, 9 Oct 1994 22:07:38 +0000 (22:07 +0000)]
Added errno conversion table (initialize to zero).

29 years agoAdded spare space on the usr stack. Used in ibcs2 emulation.
sos [Sun, 9 Oct 1994 22:03:58 +0000 (22:03 +0000)]
Added spare space on the usr stack. Used in ibcs2 emulation.

29 years agoUpdated to convert errno return in syscall if conversion tabel present.
sos [Sun, 9 Oct 1994 22:02:06 +0000 (22:02 +0000)]
Updated to convert errno return in syscall if conversion tabel present.

29 years agoUpdated to add errno conversion table (initialize to zero).
sos [Sun, 9 Oct 1994 22:00:17 +0000 (22:00 +0000)]
Updated to add errno conversion table (initialize to zero).

29 years agoUpdated to add errno conversion table. (intialize to zero).
sos [Sun, 9 Oct 1994 21:58:47 +0000 (21:58 +0000)]
Updated to add errno conversion table. (intialize to zero).

29 years agoChanged option IBCS2 to COMPAT_IBCS2 (for lkm support)
sos [Sun, 9 Oct 1994 21:53:49 +0000 (21:53 +0000)]
Changed option IBCS2 to COMPAT_IBCS2 (for lkm support)

29 years agoAdded errno conversion table for ibcs2 support.
sos [Sun, 9 Oct 1994 21:53:05 +0000 (21:53 +0000)]
Added errno conversion table for ibcs2 support.

29 years agoLatest ibcs2 changes, add errno conversion table.
sos [Sun, 9 Oct 1994 21:50:57 +0000 (21:50 +0000)]
Latest ibcs2 changes, add errno conversion table.
Also add 256 byte spare space on the usr stack.

29 years ago1. Mark file as seriously out of date with reality.
rgrimes [Sun, 9 Oct 1994 21:22:32 +0000 (21:22 +0000)]
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)

29 years ago1. Remove comments about broken procfs, it has been fixed.
rgrimes [Sun, 9 Oct 1994 20:31:01 +0000 (20:31 +0000)]
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.

29 years agoAdd -U option which does the same things as -u except exits with 0
rgrimes [Sun, 9 Oct 1994 20:28:31 +0000 (20:28 +0000)]
Add -U option which does the same things as -u except exits with 0
instead of 2 on MISMATCH.

29 years agoBacked out part of the last change that prevents the rpos table from
dg [Sun, 9 Oct 1994 20:10:56 +0000 (20:10 +0000)]
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.

29 years agoGenerate term.h only once, not each beforeinstall.
ache [Sun, 9 Oct 1994 18:39:01 +0000 (18:39 +0000)]
Generate term.h only once, not each beforeinstall.
Add 'update_term_h' target for manual update

29 years agoSplit all binaries from makefile now
ache [Sun, 9 Oct 1994 17:50:50 +0000 (17:50 +0000)]
Split all binaries from makefile now

29 years agoThis commit was generated by cvs2svn to compensate for changes in r3462,
ache [Sun, 9 Oct 1994 17:40:30 +0000 (17:40 +0000)]
This commit was generated by cvs2svn to compensate for changes in r3462,
which included commits to RCS files with non-trunk default branches.

29 years agoSplitted from libmytinfo
ache [Sun, 9 Oct 1994 17:40:30 +0000 (17:40 +0000)]
Splitted from libmytinfo

29 years agoPreparation to split binary away, move caps to TESTS
ache [Sun, 9 Oct 1994 16:37:35 +0000 (16:37 +0000)]
Preparation to split binary away, move caps to TESTS
Add some testing bits to TESTS directory

29 years agoBack out part of ctype fixes, unneded with new ctypoe
ache [Sun, 9 Oct 1994 15:40:07 +0000 (15:40 +0000)]
Back out part of ctype fixes, unneded with new ctypoe

29 years agoBack out ctype fix, unneded with new ctype
ache [Sun, 9 Oct 1994 15:25:23 +0000 (15:25 +0000)]
Back out ctype fix, unneded with new ctype

29 years agoBack out part of ctype fixes, unneded with new ctype
ache [Sun, 9 Oct 1994 15:22:35 +0000 (15:22 +0000)]
Back out part of ctype fixes, unneded with new ctype

29 years agoSync with ctype.h (remove EOF handling)
ache [Sun, 9 Oct 1994 11:20:55 +0000 (11:20 +0000)]
Sync with ctype.h (remove EOF handling)

29 years agoRemove EOF handling after Bruce explanation. This step returns
ache [Sun, 9 Oct 1994 11:18:44 +0000 (11:18 +0000)]
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.

29 years agoAdd copyright.c to be always linked in
ache [Sun, 9 Oct 1994 09:27:55 +0000 (09:27 +0000)]
Add copyright.c to be always linked in

29 years agoModified to use swaplist instead of swapmap.
dg [Sun, 9 Oct 1994 07:45:58 +0000 (07:45 +0000)]
Modified to use swaplist instead of swapmap.

29 years ago#if 0'd out the meat of the swap code until I get a chance to rewrite it.
dg [Sun, 9 Oct 1994 07:42:32 +0000 (07:42 +0000)]
#if 0'd out the meat of the swap code until I get a chance to rewrite it.

29 years ago#if 0'd out the meat of the swap code until I get a chance to rewrite it.
dg [Sun, 9 Oct 1994 07:37:18 +0000 (07:37 +0000)]
#if 0'd out the meat of the swap code until I get a chance to rewrite it.

29 years agoGot rid of map.h. It's a leftover from the rmap code, and we use rlists.
dg [Sun, 9 Oct 1994 07:35:18 +0000 (07:35 +0000)]
Got rid of map.h. It's a leftover from the rmap code, and we use rlists.
Changed swapmap into swaplist.

29 years agoRestore leading tabs
ache [Sun, 9 Oct 1994 02:09:14 +0000 (02:09 +0000)]
Restore leading tabs

29 years agoCosmetics: unused vars, ()'s, #include's &c &c to silence gcc.
phk [Sun, 9 Oct 1994 01:52:19 +0000 (01:52 +0000)]
Cosmetics:  unused vars, ()'s, #include's &c &c to silence gcc.
Reviewed by: davidg

29 years agoUpdate multicasting FAQ entry
pst [Sun, 9 Oct 1994 01:14:51 +0000 (01:14 +0000)]
Update multicasting FAQ entry

29 years agoCosmetic cleanup
pst [Sun, 9 Oct 1994 00:46:16 +0000 (00:46 +0000)]
Cosmetic cleanup

29 years agoCall resetpriority, not setpriority() ...oops.
dg [Sun, 9 Oct 1994 00:18:22 +0000 (00:18 +0000)]
Call resetpriority, not setpriority() ...oops.

Submitted by: John Dyson

29 years agoBe optionally verbose about free-space checking. I need this to ascertian
jkh [Sat, 8 Oct 1994 23:55:36 +0000 (23:55 +0000)]
Be optionally verbose about free-space checking.  I need this to ascertian
whether or not this always works.

29 years agoCosmetics: silences gcc -Wall.
phk [Sat, 8 Oct 1994 22:39:58 +0000 (22:39 +0000)]
Cosmetics:  silences gcc -Wall.

29 years agoCosmetics: to silence gcc -wall.
phk [Sat, 8 Oct 1994 22:38:27 +0000 (22:38 +0000)]
Cosmetics:  to silence gcc -wall.

29 years agoCosmetics: added a #include and a static prototype to silence gcc.
phk [Sat, 8 Oct 1994 22:37:00 +0000 (22:37 +0000)]
Cosmetics:  added a #include and a static prototype to silence gcc.

29 years agoCosmetics: added ()'s and fixed prinf-formats to make gcc silent.
phk [Sat, 8 Oct 1994 22:33:43 +0000 (22:33 +0000)]
Cosmetics: added ()'s and fixed prinf-formats to make gcc silent.

29 years agoA couple of prototypes moved out from here.
phk [Sat, 8 Oct 1994 22:27:58 +0000 (22:27 +0000)]
A couple of prototypes moved out from here.

29 years agoRemoved unused vars. Silenced gcc -Wall. Some of this stuff is virtually
phk [Sat, 8 Oct 1994 22:26:40 +0000 (22:26 +0000)]
Removed unused vars.  Silenced gcc -Wall.  Some of this stuff is virtually
type-less.  Everything is "u_int32" :-(

29 years agoAdded prototypes here and there. Moved pfctlinput into socket.h.
phk [Sat, 8 Oct 1994 22:23:00 +0000 (22:23 +0000)]
Added prototypes here and there.  Moved pfctlinput into socket.h.

29 years agoAdded prototypes.
phk [Sat, 8 Oct 1994 22:21:34 +0000 (22:21 +0000)]
Added prototypes.

29 years agodb_disasm.c: Unused var zapped.
phk [Sat, 8 Oct 1994 22:19:51 +0000 (22:19 +0000)]
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.

29 years agoThis file describes new features, conventions or newly introduced "gotchas"
jkh [Sat, 8 Oct 1994 17:57:45 +0000 (17:57 +0000)]
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.

29 years agoSync with ctype.h (EOF, sign extention fixes)
ache [Sat, 8 Oct 1994 17:42:45 +0000 (17:42 +0000)]
Sync with ctype.h (EOF, sign extention fixes)

29 years agoHandle EOF case in all macros by ANSI standard.
ache [Sat, 8 Oct 1994 17:36:44 +0000 (17:36 +0000)]
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.

29 years agoDialog added
ache [Sat, 8 Oct 1994 15:19:12 +0000 (15:19 +0000)]
Dialog added

29 years agoMoved from ports, arrow keys allowed to edit input,
ache [Sat, 8 Oct 1994 15:16:41 +0000 (15:16 +0000)]
Moved from ports, arrow keys allowed to edit input,
back tab key understanded now

29 years agoThis commit was generated by cvs2svn to compensate for changes in r3430,
ache [Sat, 8 Oct 1994 15:16:41 +0000 (15:16 +0000)]
This commit was generated by cvs2svn to compensate for changes in r3430,
which included commits to RCS files with non-trunk default branches.

29 years agolibmytinfo, libncurses added to 'make beforeinstall' sequence
ache [Sat, 8 Oct 1994 15:08:14 +0000 (15:08 +0000)]
libmytinfo, libncurses added to 'make beforeinstall' sequence

29 years agoCompletely removed trailer support. The only reason I wrote that code in
dg [Sat, 8 Oct 1994 09:24:20 +0000 (09:24 +0000)]
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.

29 years agoPOSSIBLE BOGUS CODE found, (related to dos-partitions) in ufs_disksubr.c,
phk [Sat, 8 Oct 1994 06:57:29 +0000 (06:57 +0000)]
POSSIBLE BOGUS CODE found, (related to dos-partitions) in ufs_disksubr.c,
look for CC_WALL.
Cosmetics, a couple of unused vars.

29 years agoCorrect #ifdef for nfs_disless support is #ifdef NFS, there will be no
rgrimes [Sat, 8 Oct 1994 06:20:52 +0000 (06:20 +0000)]
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.