aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix recursion problem which occurs when a signal is received duringJohn Birrell1997-12-151-3/+12
* Delete "typedef ... date" (see style(9)).Wolfgang Helbig1997-12-134-43/+51
* Added easterog() and easteroj() which compute orthodox easter forWolfgang Helbig1997-12-074-25/+55
* Add libcalendar.Wolfgang Helbig1997-12-041-2/+2
* Provides date of easter and other calendar related arithmetic.Wolfgang Helbig1997-12-045-0/+650
* "un-bump" the major number for libtermcap.so. This brings -current backPeter Wemm1997-12-021-2/+13
* s/geteid/geteuid/ - it's lucky I have a large supply of left-over pointyPeter Wemm1997-11-291-1/+1
* Work around the problems caused by calling issetugid() in libtermcap inPeter Wemm1997-11-291-2/+41
* Upgrade minor versionPaul Traina1997-11-271-2/+2
* Modify the return values to comply with POSIX. Previously theseAlexander Langer1997-11-2527-231/+114
* Added missing source file uthread_sigwait.c.Alexander Langer1997-11-243-3/+6
* Correct the return value from pthread_cond_timedwait when a timeoutAlexander Langer1997-11-233-3/+3
* Fixed spelling of EACCES.Bruce Evans1997-11-235-12/+19
* Fixed long double formats. They were mostly not implemented exceptBruce Evans1997-11-231-4/+7
* const correctness for dl*()Brian Somers1997-11-223-15/+15
* Fix bit-twiddling in sigismember(3).James Raynard1997-11-211-1/+1
* Don't check for the unlikely case of useconds == 0 here. The kernelBruce Evans1997-11-201-7/+4
* stat() the correct file in execvp() so that the fine tuned errno handlingBruce Evans1997-11-201-2/+2
* Fix erroneous format string.John Polstra1997-11-181-2/+2
* Add cross-references to rfork(2).John Polstra1997-11-182-1/+3
* Close PR #4867: improve _listmatch() to avoid returning false positives.Bill Paul1997-11-161-9/+16
* Reviewed by: hackers@freebsd.org in generalJulian Elischer1997-11-132-1/+32
* Reviewed by: various.Julian Elischer1997-11-121-3/+2
* Describe MNT_NOCLUSTER{R,W} flags.KATO Takenori1997-11-091-0/+4
* changed prototype to match textJohn-Mark Gurney1997-11-051-8/+4
* Correct description of which runes are encoded as two bytes.Steve Price1997-11-052-4/+4
* Make the login_getclassbyname prototype match reality.Steve Price1997-11-051-2/+2
* Typo.Joerg Wunsch1997-10-281-2/+2
* Statisize usage().Philippe Charnier1997-10-271-1/+4
* In clntudp_call(), it is possible that xdr_replymsg() might failBill Paul1997-10-261-0/+14
* Typo.Wolfgang Helbig1997-10-261-1/+1
* Change L_SET to SEEK_SET for POSIX compliance.John Polstra1997-10-261-1/+1
* Fix a few typos.James Raynard1997-10-221-32/+33
* Back out part of OpenGroup specs about limiting max arg since it may breakAndrey A. Chernov1997-10-222-17/+4
* Reflect usleep code changes:Andrey A. Chernov1997-10-221-1/+24
* Changes in spirit of OpenGroup Singe Unix specs:Andrey A. Chernov1997-10-221-5/+11
* Document EINVAL as a possible return value from open(2).Joerg Wunsch1997-10-221-0/+7
* Sorted lists.Bruce Evans1997-10-2111-144/+146
* Remove terminfo manpage we don't have itAndrey A. Chernov1997-10-203-1660/+4
* Removed unused file. It just forces a return value of 0 on successBruce Evans1997-10-181-48/+0
* Add $IdAndrey A. Chernov1997-10-171-0/+4
* Fix LONG_MAX overflowingAndrey A. Chernov1997-10-171-10/+21
* Fix two bugs which caused various RPC programs (mountd, nfsd, ...)John Polstra1997-10-171-3/+3
* Copy time_to_sleep to time_remaining since it can be leftAndrey A. Chernov1997-10-161-0/+1
* Handle machine-dependent (stdlib) sources more automatically.Bruce Evans1997-10-162-4/+4
* Removed bogus .PATH statement.Bruce Evans1997-10-162-6/+2
* Removed the subdirectory paths from the definitions of MAN[1-9]. TheyBruce Evans1997-10-163-10/+7
* Handle machine-dependent (m-d) (string) sources more automatically.Bruce Evans1997-10-163-80/+23
* Reflect current sleep/usleep implementations stateAndrey A. Chernov1997-10-162-9/+5
* Cleanup #includesAndrey A. Chernov1997-10-162-5/+2