summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fixed missing const. Include <unistd.h> so that the function type getsbde1997-04-141-1/+3
| | | | | checked. Submitted by: partly by roberto
* Fixed another prototype bug in synopsis.bde1997-04-141-1/+1
|
* Fix typo.davidn1997-04-131-1/+1
|
* Implement two new keywords and status flags for entries in /etc/ttys;davidn1997-04-132-4/+70
| | | | | | | 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).
* Add MLINKS for isdialuptty(3) & isnetworktty(3).davidn1997-04-131-2/+4
|
* Fixed missing const in synopsis.bde1997-04-132-3/+3
|
* Fixed #include and/or prototype bugs in synopsis.bde1997-04-132-2/+3
|
* "Fixed" prototype bugs in synopsis.bde1997-04-131-2/+4
|
* Fixed missing #include in synopsis.bde1997-04-131-0/+1
|
* Fixed #includes in synopsis.bde1997-04-131-1/+4
|
* Updated the LOCK_* #defines in the synopsis to be lexically identicalbde1997-04-131-4/+4
| | | | with the (Lite1) ones in fcntl.h).
* Fixed missing consts in synopsis.bde1997-04-131-2/+2
|
* Fixed #include and/or prototype bugs in synopsis.bde1997-04-134-6/+6
|
* Fixed wrong #include in synopsis.bde1997-04-131-1/+1
|
* Fixed #include and/or prototype bugs in synopsis.bde1997-04-134-10/+21
|
* Fixed #include and/or prototype bugs in synopsis.bde1997-04-1310-13/+26
|
* Fixed wrong/incomplete #includes in synopsis.bde1997-04-131-1/+1
|
* Fixed wrong function return type in synopsis.bde1997-04-131-1/+1
|
* Don't use literal semicolons in .Fn macro invocations.bde1997-04-1313-13/+13
|
* Fixed spelling of __set_ospeed (was _set_ospeed) and improvedbde1997-04-132-15/+16
| | | | nearby English.
* Declare the documented (modulo a spelling error) interfacebde1997-04-132-3/+3
| | | | | | | | `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 ...).
* Support GLOBAL style tags.jkh1997-04-131-9/+0
|
* Upgrade to the 1997/02/26 version.jmz1997-04-1362-781/+573
|
* Put on my flame proof suit and make libtcl build conditional onpeter1997-04-121-3/+6
| | | | | | | | | | 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.
* Set wakeup time in pthread_cond_wait() to `forever' (-1) to preventjb1997-04-113-72/+123
| | | | | | | calling thread from being rescheduled based on an unspecified wakeup time. Bug/fix pointed out by Alexandre Fenyo <fenyo@email.enst.fr>.
* Fixed missing #include in synopsis.bde1997-04-111-0/+1
|
* Fixed return type of __syscall() in synopsis.bde1997-04-111-3/+3
| | | | Don't quote "..." in synopsis. Quoting here is unnecessary and unusual.
* Fixed missing const(s) or #include(s) in synopsis.bde1997-04-1113-12/+18
|
* Fixed synopsis (the #include was bogus and the return type for brk() wasbde1997-04-111-2/+2
| | | | wrong).
* Fixed missing header in synopsis.bde1997-04-111-0/+1
|
* Fixed synopsis (prototype was missing a const).bde1997-04-111-1/+1
|
* Don't even think about processing bogus domain names here.wpaul1997-04-101-1/+5
|
* Typo police. Part of PR# 3242.mpp1997-04-091-1/+1
| | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
* Declare the constructor/destructor linker sets as extern rather thanjdp1997-04-091-3/+24
| | | | | | | | | | | | | | | | | 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.
* Missing newline caused too much text to be fed to the macro.peter1997-04-081-1/+2
| | | | Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>, PR#3228
* setsid is declared in <unistd.h>, which is self sufficient (doesn't needpeter1997-04-081-1/+1
| | | | | | prior <sys/types.h>) Fixes PR#3229, from Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
* Fix raceguido1997-04-071-2/+2
| | | | Obtained from: Keith Bostic
* Restore PATH_LOCALE functionality using issetugid() call nowache1997-04-075-8/+32
|
* Speedup in case locale not usedache1997-04-042-27/+17
|
* Speedup in case locale not usedache1997-04-041-5/+11
|
* Speedup in case locale not usedache1997-04-041-1/+3
|
* Eliminate some function calls when locale not usedache1997-04-041-6/+4
|
* Eliminate yet one function call when locale not usedache1997-04-041-3/+4
|
* Speedup in case locale not usedache1997-04-041-2/+6
|
* Speedup in case locale not usedache1997-04-041-7/+16
|
* Add libg++ 3.0jkh1997-04-032-2/+4255
|
* Honor the nouser/nogroup flag when determing if NULL shouldmpp1997-04-031-2/+2
| | | | | be returned if a cached uid/gid does not exist in the password file.
* Update to include details about the changes to setuid/setgid.peter1997-04-021-2/+6
|
* Fix an error in the previous revision that caused make world breakage.jdp1997-04-021-1/+3
|
* The user_from_{uid,gid} routines would return garbage if thempp1997-04-021-2/+2
| | | | | | | 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.
OpenPOWER on IntegriCloud