summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Import a sanitized version of jdp's crt1.c from i386-elf. I have removedjb1998-03-101-0/+63
* This commit was manufactured by cvs2svn to create branch 'jb'.cvs2svn1998-01-112269-385287/+0
* CSU source for Alpha obtained from NetBSD. The makefile will requirejb1998-01-114-0/+419
* We can now build libm on Alpha. There is very little MD alpha code.jb1998-01-101-3/+0
* This is the only alpha math source that NetBSD has.jb1998-01-102-0/+90
* Put back __libalias_version so ppp(8) build again.steve1998-01-101-0/+3
* Sync with ipfw interface change: fw_pts is now part of a union (aalex1998-01-101-5/+5
* include <net/if.h> and restore this to sanity.jkh1998-01-101-0/+1
* Bruce says that ${.CURDIR}/csu/${MACHINE} will prevent finding ajb1998-01-101-2/+6
* Allow this to compile with NetBSD tools.jb1998-01-091-1/+1
* Teach libalias to work with IPFW firewalls (controlled by a flag).eivind1998-01-099-93/+475
* Don't build libc, libc_r or libm on Alpha yet. We'll do the otherjb1998-01-091-3/+7
* Make a couple of the stat flags dependent on the sys/stat.h header filejb1998-01-094-4/+36
* Build lib/csu/${MACHINE} only if it exists so that when porting FreeBSDjb1998-01-091-1/+1
* 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
OpenPOWER on IntegriCloud