Commit Graph

1641 Commits

Author SHA1 Message Date
davidn
12a3835517 Fix typo. 1997-04-13 16:55:56 +00:00
davidn
c638443a2b Implement two new keywords and status flags for entries in /etc/ttys;
TTY_NETWORK (network), TTY_DIALUP (dialup), which determine a basic
connection type. TTY_DIALUP in particular will replace the old out of
date heuristic "tty[dD]*" in login.c (and better than the current
hard-coded method).
1997-04-13 15:16:03 +00:00
davidn
f1fc544bbc Add MLINKS for isdialuptty(3) & isnetworktty(3). 1997-04-13 15:12:14 +00:00
bde
9e1aca546f Fixed missing const in synopsis. 1997-04-13 14:12:48 +00:00
bde
cc04673c2b Fixed #include and/or prototype bugs in synopsis. 1997-04-13 14:10:05 +00:00
bde
9ebd8c5c8e "Fixed" prototype bugs in synopsis. 1997-04-13 14:05:58 +00:00
bde
b5ed96c360 Fixed missing #include in synopsis. 1997-04-13 13:52:58 +00:00
bde
3d2306dcae Fixed #includes in synopsis. 1997-04-13 13:48:43 +00:00
bde
a0d83089a3 Updated the LOCK_* #defines in the synopsis to be lexically identical
with the (Lite1) ones in fcntl.h).
1997-04-13 13:43:06 +00:00
bde
cccb9a6fd9 Fixed missing consts in synopsis. 1997-04-13 13:37:56 +00:00
bde
07fad8bc3c Fixed #include and/or prototype bugs in synopsis. 1997-04-13 13:35:33 +00:00
bde
ae023d0952 Fixed wrong #include in synopsis. 1997-04-13 13:29:06 +00:00
bde
6e8cbacedc Fixed #include and/or prototype bugs in synopsis. 1997-04-13 13:26:42 +00:00
bde
89fd9a1ca7 Fixed #include and/or prototype bugs in synopsis. 1997-04-13 13:16:20 +00:00
bde
64ab9b726d Fixed wrong/incomplete #includes in synopsis. 1997-04-13 13:02:07 +00:00
bde
9378f158c3 Fixed wrong function return type in synopsis. 1997-04-13 13:01:05 +00:00
bde
7591b3a02c Don't use literal semicolons in .Fn macro invocations. 1997-04-13 12:55:36 +00:00
bde
7d0ee5afec Fixed spelling of __set_ospeed (was _set_ospeed) and improved
nearby English.
1997-04-13 12:16:59 +00:00
bde
d37e3b2f7d Declare the documented (modulo a spelling error) interface
`void __set_ospeed(long);' in the appropriate header.

The implementation still uses speed_t instead of long.  This
will break properly when speed_t is fixed (speed_t shall be
unsigned ...).
1997-04-13 11:41:59 +00:00
jkh
1d085fa1a6 Support GLOBAL style tags. 1997-04-13 06:44:25 +00:00
jmz
91e5119212 Upgrade to the 1997/02/26 version. 1997-04-13 01:16:58 +00:00
peter
9fe1c039e6 Put on my flame proof suit and make libtcl build conditional on
the src/contrib/tcl directory existing, and also have an /etc/make.conf
override (NOTCL) to stop building libtcl.  This is in similar other
things from src/Makefile, eg: NOGAMES, NOLKM, etc.

This is so that people can put in a refuse entry in their cvsup files and
not fetch the tcl code, and have it not built automatically.  I'll do
something similar for perl.
1997-04-12 07:06:08 +00:00
jb
573711d243 Set wakeup time in pthread_cond_wait() to `forever' (-1) to prevent
calling thread from being rescheduled based on an unspecified wakeup
time.

Bug/fix pointed out by Alexandre Fenyo <fenyo@email.enst.fr>.
1997-04-11 22:38:22 +00:00
bde
1d8fd390ab Fixed missing #include in synopsis. 1997-04-11 18:57:26 +00:00
bde
323a67684e Fixed return type of __syscall() in synopsis.
Don't quote "..." in synopsis.  Quoting here is unnecessary and unusual.
1997-04-11 18:54:05 +00:00
bde
bbd8a8b2b5 Fixed missing const(s) or #include(s) in synopsis. 1997-04-11 18:47:10 +00:00
bde
639f56e6e1 Fixed synopsis (the #include was bogus and the return type for brk() was
wrong).
1997-04-11 18:39:44 +00:00
bde
96769b9c2a Fixed missing header in synopsis. 1997-04-11 18:09:29 +00:00
bde
91de0e4485 Fixed synopsis (prototype was missing a const). 1997-04-11 18:07:45 +00:00
wpaul
6b656589fb Don't even think about processing bogus domain names here. 1997-04-10 20:26:04 +00:00
mpp
d4d3e836cd Typo police. Part of PR# 3242.
Submitted by:	Philippe Charnier <charnier@xp11.frmug.org>
1997-04-09 23:05:04 +00:00
jdp
c48dea0dba Declare the constructor/destructor linker sets as extern rather than
common.  Add one do-nothing element to each set.  This ensures that
the linker realizes that they are linker sets rather than simple
commons, and makes it possible to link c++rt0.o into every shared
library regardless of whether it is a C++ library or not.  Without
this change, the constructors and destructors in the main program
could be executed multiple times.

This change is going to make it possible to get rid of the
CPLUSPLUSLIB makefile variable once and for all.  It is a piece of
the solution to PR gnu/3505 (gcc -shared).  Finally, it fixes a
heretofore unreported bug:  If CPLUSPLUSLIB was set in a makefile
for a C++ shared library that had no static constructors or
destructors in it, then the main program's constructors and
destructors would be executed multiple times.
1997-04-09 19:14:31 +00:00
peter
345faf083e Missing newline caused too much text to be fed to the macro.
Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>, PR#3228
1997-04-08 10:45:10 +00:00
peter
707935585d setsid is declared in <unistd.h>, which is self sufficient (doesn't need
prior <sys/types.h>)

Fixes PR#3229, from Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
1997-04-08 10:43:47 +00:00
guido
a9c96cc14b Fix race
Obtained from: Keith Bostic
1997-04-07 18:01:10 +00:00
ache
ae4e6169ed Restore PATH_LOCALE functionality using issetugid() call now 1997-04-07 08:54:38 +00:00
ache
2443fdeb98 Speedup in case locale not used 1997-04-04 20:10:53 +00:00
ache
a2b0343f0f Speedup in case locale not used 1997-04-04 19:40:49 +00:00
ache
e715fe6492 Speedup in case locale not used 1997-04-04 19:16:08 +00:00
ache
ed64bf08bd Eliminate some function calls when locale not used 1997-04-04 19:08:19 +00:00
ache
7f73e05149 Eliminate yet one function call when locale not used 1997-04-04 19:07:02 +00:00
ache
41d9720a8f Speedup in case locale not used 1997-04-04 18:44:19 +00:00
ache
b0f20c7329 Speedup in case locale not used 1997-04-04 18:28:38 +00:00
jkh
c1dc4555c7 Add libg++ 3.0 1997-04-03 06:08:28 +00:00
mpp
24fec69f7b Honor the nouser/nogroup flag when determing if NULL should
be returned if a cached uid/gid does not exist in the password
file.
1997-04-03 01:51:34 +00:00
peter
18bfa39c7d Update to include details about the changes to setuid/setgid. 1997-04-02 17:24:16 +00:00
jdp
01b642c718 Fix an error in the previous revision that caused make world breakage. 1997-04-02 16:49:18 +00:00
mpp
8037b7f527 The user_from_{uid,gid} routines would return garbage if the
uid/gid in question was in the cache, but did not exist
in the password file.  This causes the -nouser and -nogroup
options to find(1) to only print the first file owned by
an unknown user/group in some cases.
1997-04-02 06:20:04 +00:00
mpp
733ff61cd8 Grammar police. 1997-04-02 05:52:22 +00:00
ache
2fe8fae1c4 Add Id
Reduce space for error bufer from 512 to 128: there is no such long strings
can be returned from strerror()
1997-04-02 04:24:39 +00:00