summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* handle long usernames more carefullyimp1998-01-071-5/+8
* Convert to mdoc format.charnier1998-01-051-248/+146
* size_t -> unsignedache1998-01-041-3/+3
* Expanded cross references.alex1998-01-029-8/+20
* Remove unneeded code left from testingache1998-01-021-13/+2
* 1) Redo internal interface to be more latest ncurses-likeache1998-01-023-73/+82
* Fix another problem with clearing the last line of thesteve1998-01-011-1/+1
* 1. EOF was returned when the buffer size was larger than INT_MAX. Thisache1998-01-012-10/+10
* Drop the use of caddr_t in conjunction with mmap(2).alex1997-12-311-4/+4
* Convert caddr_t --> void * for sys/mman.h functions.alex1997-12-319-16/+16
* Fixed formatting of the MADV_FREE flag description.alex1997-12-301-3/+3
* Typo fix.alex1997-12-301-2/+2
* Document MS_SYNC.alex1997-12-301-0/+1
* Handle the condition where BS is typed while the cursor issteve1997-12-291-1/+3
* The terminating character in strings is `NUL', not `NULL'.wosch1997-12-282-2/+2
* fork() checks RLIMIT_NPROC, not RLIMIT_NOFILE.hoek1997-12-261-1/+1
* Changed pthread_detach to conform to POSIX, i.e. the single argumentalex1997-12-253-30/+9
* Removed unnecessary initialization of hp in gethostbyaddr_r.alex1997-12-251-3/+3
* Add overflow checks: if output size becomes bigger than INT_MAX,ache1997-12-251-2/+13
* Correct type of stored argument place (from previous fix)ache1997-12-242-4/+4
* 1) Restore back comment about snprintf()ache1997-12-241-7/+10
* Return back to BSD snprintf semantics which recent C9x standard adoptsache1997-12-243-21/+23
* 1) Oops! Insert again if (n == 0) return 0.ache1997-12-242-10/+10
* Back out part related to "return 0 if n == 0" and return EOF as before.ache1997-12-242-6/+2
* Fix snprintf(...%n...)ache1997-12-241-5/+9
* Remove wrong comment about snprintf:ache1997-12-241-5/+4
* snprintf return value fixes to conform Single Unix specs:ache1997-12-242-6/+16
* Change errno usage as a field in a structure and as an argument to ajb1997-12-202-28/+28
* Fixed the termcap 3.0 hacks. They were very broken in my configurationbde1997-12-191-10/+11
* Comment that long double is poorly implemented, not that it is unimplemented.bde1997-12-191-2/+3
* Put the .PATH statement first as in all other libc Makefile.inc's.bde1997-12-191-3/+2
* Format the MLINKS statement the same as in most other libc Makefile.inc's.bde1997-12-191-2/+3
* Fix recursion problem which occurs when a signal is received duringjb1997-12-151-3/+12
* Delete "typedef ... date" (see style(9)).helbig1997-12-134-43/+51
* Added easterog() and easteroj() which compute orthodox easter forhelbig1997-12-074-25/+55
* Add libcalendar.helbig1997-12-041-2/+2
* This commit was generated by cvs2svn to compensate for changes in r31529,helbig1997-12-045-0/+650
|\
| * Provides date of easter and other calendar related arithmetic.helbig1997-12-045-0/+650
* "un-bump" the major number for libtermcap.so. This brings -current backpeter1997-12-021-2/+13
* s/geteid/geteuid/ - it's lucky I have a large supply of left-over pointypeter1997-11-291-1/+1
* Work around the problems caused by calling issetugid() in libtermcap inpeter1997-11-291-2/+41
* Upgrade minor versionpst1997-11-271-2/+2
* Modify the return values to comply with POSIX. Previously thesealex1997-11-2527-231/+114
* Added missing source file uthread_sigwait.c.alex1997-11-243-3/+6
* Correct the return value from pthread_cond_timedwait when a timeoutalex1997-11-233-3/+3
* Fixed spelling of EACCES.bde1997-11-235-12/+19
* Fixed long double formats. They were mostly not implemented exceptbde1997-11-231-4/+7
* const correctness for dl*()brian1997-11-223-15/+15
* Fix bit-twiddling in sigismember(3).jraynard1997-11-211-1/+1
* Don't check for the unlikely case of useconds == 0 here. The kernelbde1997-11-201-7/+4
OpenPOWER on IntegriCloud