summaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Collapse)AuthorAgeFilesLines
* MFC: 1.5: remove unused <errno.h>David E. O'Brien2001-03-051-1/+0
| | | | Notes: svn path=/stable/4/; revision=73661
* MFC: remove duplicate FreeBSD idDavid E. O'Brien2001-03-051-2/+0
| | | | Notes: svn path=/stable/4/; revision=73660
* MFC: add freeBSD idDavid E. O'Brien2001-03-051-0/+2
| | | | Notes: svn path=/stable/4/; revision=73659
* MFC: 1.3: remove unneeded <errno.h> & add FreeBSD idDavid E. O'Brien2001-03-051-1/+2
| | | | Notes: svn path=/stable/4/; revision=73658
* MFC: 1.4: remove unneeded <errno.h>David E. O'Brien2001-03-051-1/+0
| | | | Notes: svn path=/stable/4/; revision=73657
* MFC: add $FreeBSD$David E. O'Brien2001-03-051-0/+2
| | | | Notes: svn path=/stable/4/; revision=73656
* MFC: fix style bugDavid E. O'Brien2001-03-051-1/+1
| | | | Notes: svn path=/stable/4/; revision=73650
* MFC: 1.5: remove unneeded <errno.h>David E. O'Brien2001-03-051-1/+0
| | | | Notes: svn path=/stable/4/; revision=73645
* MFC: 1.6: prefix the register argument of indirect 'jmp's with a *David E. O'Brien2001-03-051-1/+1
| | | | Notes: svn path=/stable/4/; revision=73643
* Add $FreeBSD$'s to match -current. These were all added in the wrongDavid E. O'Brien2001-03-058-2/+16
| | | | | | | style to -current. But for now, we are just trying to reduce the diffs. Notes: svn path=/stable/4/; revision=73641
* MFC: 1.8: include <stdio.h>David E. O'Brien2001-03-051-11/+13
| | | | | | | 1.7: style fixes Notes: svn path=/stable/4/; revision=73639
* MFC: 1.17: remove register and add $freeBSD$David E. O'Brien2001-03-051-8/+10
| | | | Notes: svn path=/stable/4/; revision=73637
* Add $FreeBSD$David E. O'Brien2001-03-051-0/+2
| | | | Notes: svn path=/stable/4/; revision=73636
* MFC: 1.6: remove unneeded <errno.h>David E. O'Brien2001-03-051-1/+0
| | | | Notes: svn path=/stable/4/; revision=73635
* MFC: 1.9: remove registerDavid E. O'Brien2001-03-051-2/+2
| | | | Notes: svn path=/stable/4/; revision=73633
* MFC: 1.15: remove unneeded <errno.h>David E. O'Brien2001-03-051-1/+2
| | | | Notes: svn path=/stable/4/; revision=73631
* style tweaks to reduce diff to -currentDavid E. O'Brien2001-03-051-6/+9
| | | | Notes: svn path=/stable/4/; revision=73630
* MFC: getlogin rev 1.5David E. O'Brien2001-03-052-22/+68
| | | | | | | | | | | | Change the interface of getlogin_r to return an int. The former interface was based on a draft version of POSIX whereas the final (1996) version of POSIX specified that the error is returned. While I'm here, fix getlogin_r so that it works for more than just the first time it's called. Notes: svn path=/stable/4/; revision=73628
* style changes to reduce diffs to -currentDavid E. O'Brien2001-03-051-16/+18
| | | | Notes: svn path=/stable/4/; revision=73627
* MFC: sync with -current.David E. O'Brien2001-03-051-2/+5
| | | | Notes: svn path=/stable/4/; revision=73625
* MFC: 1.10: remove errno.hDavid E. O'Brien2001-03-051-1/+0
| | | | Notes: svn path=/stable/4/; revision=73624
* MFC: 1.10: remove 'const' from 'telldir(const DIR *)'David E. O'Brien2001-03-051-4/+4
| | | | | | | 1.9: whitespace only change: trim trailing whitespace Notes: svn path=/stable/4/; revision=73623
* MFC: 1.3: find device names which were not present when dev_mkdb(8) was runDavid E. O'Brien2001-03-051-12/+27
| | | | Notes: svn path=/stable/4/; revision=73622
* MFC: 1.9: include <sys/stat.h>David E. O'Brien2001-03-051-0/+1
| | | | Notes: svn path=/stable/4/; revision=73621
* MFC: 1.7 style changes and don't use a pointer after freeing it.David E. O'Brien2001-03-051-3/+3
| | | | Notes: svn path=/stable/4/; revision=73620
* Style change to reduce diff from -current.David E. O'Brien2001-03-051-2/+2
| | | | Notes: svn path=/stable/4/; revision=73619
* MFC: sysctlnametomib()David E. O'Brien2001-03-052-3/+56
| | | | Notes: svn path=/stable/4/; revision=73618
* MFC: add a man page for the dbm_* functions, and update the Makefile toDavid E. O'Brien2001-03-051-1/+11
| | | | | | | link it in. Notes: svn path=/stable/4/; revision=73616
* MFC: 1.5: don't need errno.hDavid E. O'Brien2001-03-051-1/+2
| | | | Notes: svn path=/stable/4/; revision=73615
* remove trailing `.' in SEE ALSO listDavid E. O'Brien2001-03-051-1/+1
| | | | Notes: svn path=/stable/4/; revision=73613
* MFC: 1.6: style changesDavid E. O'Brien2001-03-051-6/+0
| | | | Notes: svn path=/stable/4/; revision=73612
* MFC: r1.15: fix style bugsKris Kennaway2001-03-051-29/+16
| | | | Notes: svn path=/stable/4/; revision=73588
* MFC: r1.10: correct search pathKris Kennaway2001-03-051-4/+7
| | | | Notes: svn path=/stable/4/; revision=73585
* MFC: Fix up prototypes and includesKris Kennaway2001-03-053-6/+35
| | | | | | | | | | | | | | | | Covers the following revisions: libc/rpc/rpc.3 1.13 libc/stdlib/tsearch.3 1.5 libc/xdr/xdr.3 1.10 libdisk/libdisk.3 1.20 libftpio/ftpio.3 1.27 libposix1e/posix1e.3 1.11 libusb/usb.3 1.5 libutil/logout.3 1.8 Notes: svn path=/stable/4/; revision=73581
* Commit the forward compat stuff. We add aliases for __sF[0123] asWarner Losh2001-03-051-0/+20
| | | | | | | | __stdin, __stdout and __stderr. Note, we don't generate references to them (yet). That will be done in 6.0, so don't panic just yet. Notes: svn path=/stable/4/; revision=73580
* MFC: r1.7: fix C error in manpageKris Kennaway2001-03-051-1/+1
| | | | Notes: svn path=/stable/4/; revision=73578
* MFC: r1.5: fix typoKris Kennaway2001-03-051-1/+2
| | | | Notes: svn path=/stable/4/; revision=73577
* MFC: Update unused __dtoa prototypes to match reality.Tor Egge2001-03-022-3/+3
| | | | Notes: svn path=/stable/4/; revision=73351
* MFC: Impliment the ISO-C99 strto[u]ll()David E. O'Brien2001-03-025-160/+91
| | | | | | | and rewrite strto[u]q() in terms of it. Notes: svn path=/stable/4/; revision=73338
* MFC: r1.40; initialize structure.Jonathan Lemon2001-02-281-5/+3
| | | | Notes: svn path=/stable/4/; revision=73228
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-02-272-0/+265
| | | | Notes: svn path=/stable/4/; revision=73169
* MFC: Enable AI_ADDRCONFIG as a valid flag of getaddrinfo(3). SomeHajimu UMEMOTO2001-02-261-5/+0
| | | | | | | | | | | | applications specify AI_ADDRCONFIG and fail to run under FreeBSD. Latest mnews is known. Now, getaddrinfo(3) behaves according to AI_ADDRCONFIG. include/netdb.h: 1.16->1.17 lib/libc/net/getaddrinfo.c: 1.16->1.17 Notes: svn path=/stable/4/; revision=73071
* MFC: Correct 2nd argument of getnameinfo(3) to socklen_t.Hajimu UMEMOTO2001-02-261-1/+1
| | | | | | | | | | | include/netdb.h: 1.15->1.16 lib/libc/net/getnameinfo.c: 1.6->1.7 sys/alpha/include/ansi.h: 1.10->1.12 sys/i386/include/ansi.h: 1.19->1.21 sys/sys/socket.h: 1.47->1.49 Notes: svn path=/stable/4/; revision=73070
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-02-261-0/+196
| | | | Notes: svn path=/stable/4/; revision=73067
* MFC: sync to current.Jonathan Lemon2001-02-261-13/+51
| | | | Notes: svn path=/stable/4/; revision=73062
* MFC: Fix my ambiguous message about ECONNABORTED.Jimmy Olgeni2001-02-251-1/+2
| | | | Notes: svn path=/stable/4/; revision=73055
* MFC: Add ECONNABORTED to the ERRORS section.Jimmy Olgeni2001-02-251-0/+2
| | | | Notes: svn path=/stable/4/; revision=73047
* MFC: Remove freelists managed by Balloc/Bfree. Change __dtoa internal API.Tor Egge2001-02-193-69/+44
| | | | | | | PR: 15070 Notes: svn path=/stable/4/; revision=72711
* MFC 1.29->1.30Hajimu UMEMOTO2001-02-181-102/+170
| | | | | | | | | | | | - __ivaliduser_sa() was introduced for IPv6 support to lpd - iruserok_sa() and __ivaliduser_af() were re-organized to use __ivaliduser_sa() - __icheckhost() was re-written to use getaddrinfo() instead of getipnodebyname() - better handling of multiple destination addresses in rcmd() Notes: svn path=/stable/4/; revision=72662
* My previous commit was overenthusiastic - it does not apply to RELENG_4.Kris Kennaway2001-02-181-2/+0
| | | | | | | Pointy hat to: kris Notes: svn path=/stable/4/; revision=72622