aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Document that kldunloadf can return EINVAL.Tom Rhodes2008-12-251-1/+5
* Add support for the FPA floating-point format on ARM. TheMarcel Moolenaar2008-12-233-3/+23
* Add an ENVIRONMENT section to note that the RSH variable can be set toMurray Stokely2008-12-141-0/+7
* Merge the resolver part of BIND 9.4.3 into HEAD.Hajimu UMEMOTO2008-12-147-28/+182
* Consolidate some variable initializations. No substantive change.David Schultz2008-12-112-13/+13
* Move the xprintf hook to where it belongs; it shouldn't be in theDavid Schultz2008-12-101-6/+4
* o Use full month name in .Dd macro.Maxim Konovalov2008-12-091-1/+1
* Import the strndup(3) function.Konstantin Belousov2008-12-064-3/+75
* Order the str*.c files mostly alphabetical.Konstantin Belousov2008-12-061-3/+3
* Add an easier example.Pawel Jakub Dawidek2008-12-051-1/+16
* The times(3) function returns the number of CLK_TCKs since theGiorgos Keramidas2008-12-011-4/+9
* Fix fread() to return a correct value on platforms where sizeof(int) !=Ruslan Ermilov2008-12-011-1/+1
* Fix a lock order reversal bug that could cause deadlock during fork(2).Jason Evans2008-12-011-11/+37
* It's silly to claim recv(2) is to be removed in favour of recvfrom(2)Ivan Voras2008-11-301-1/+0
* Adjust an assertion to handle the case where a lock is contested, butJason Evans2008-11-301-1/+1
* Do not spin when trying to lock on a single-CPU system.Jason Evans2008-11-301-10/+12
* MFp4:Bjoern A. Zeeb2008-11-292-9/+30
* Add two rtld exported symbols, _rtld_atfork_pre and _rtld_atfork_post.Konstantin Belousov2008-11-272-0/+14
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.Pawel Jakub Dawidek2008-11-171-2/+7
* On i386, the primary function that SYSCALL() generates is with thePeter Wemm2008-11-153-3/+3
* Several cleanups related to pipe(2).Ed Schouten2008-11-111-6/+1
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.Ed Schouten2008-11-097-15/+8
* Add one more EACCES clause to rename.2.Edward Tomasz Napierala2008-11-071-0/+5
* Replace the non-standard disclaimer with the standard one from /COPYRIGHTWarner Losh2008-11-0419-152/+152
* Revert to preferring mmap(2) over sbrk(2) when mapping memory, due toJason Evans2008-11-032-13/+18
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-033-0/+99
* Add the ffsll and flsll functions. These are ffs and fls operatingKonstantin Belousov2008-11-035-8/+122
* Fix style.Konstantin Belousov2008-11-031-1/+1
* Sync with OpenBSD's dirname(3) - license change, avoid strcpy() overXin LI2008-11-032-68/+46
* Add missing END() macros, as per rev 184547 for amd64. The lack of thesePeter Wemm2008-11-0243-4/+59
* We've been lax about matching END() macros in asm code for some time. ThisPeter Wemm2008-11-0227-4/+46
* In example use of err(3) and errx(3), use sysexits(3) constants.Robert Watson2008-10-311-4/+5
* Pass a pointer to warn2 so the warn2 == IN_ALL would not be anXin LI2008-10-301-1/+1
* Finish what revision 1.40 started. Revision 1.40 removed a false statementAlan Cox2008-10-241-8/+6
* Fix a typo.Roman Divacky2008-10-231-1/+1
* Fix a typo. q is already a pointer.Konstantin Belousov2008-10-221-1/+1
* Remove doubtful structure definition with variable array members.Konstantin Belousov2008-10-221-67/+75
* - License change to a less restrictive one;Xin LI2008-10-191-33/+16
* Further simplify the code.Xin LI2008-10-191-11/+2
* Use strlcpy() in !localized case to avoid the -1's.Xin LI2008-10-171-2/+1
* MTC r183949:Alexander Leidinger2008-10-171-0/+5
* Let libstand(3) build on ARM.Rafal Jaworowski2008-10-141-0/+4
* Add unistd.h to the getosreldate(3) manpage.Konstantin Belousov2008-09-301-1/+2
* Support for CPU sets is going to appear in 7.1 before 8.0.John Baldwin2008-09-292-2/+2
* Fix some ifdef logic in the libc syncicache() bit that I somehow missed in theNathan Whitehorn2008-09-241-1/+3
* Allow the cacheline size on PowerPC to be set at runtime. This is essential forNathan Whitehorn2008-09-241-16/+16
* <osreldate.h> does not have a forward declration of getosreldate(), soCraig Rodrigues2008-09-201-1/+0
* Move uuid_enc_le, uuid_dec_le, uuid_enc_be and uuid_dec_be symbolsMaksim Yevmenkin2008-09-191-0/+3
* Add uuid_enc,dec_le,be() functions to Symbol.mapMaksim Yevmenkin2008-09-151-0/+4
* Fix async mode (required for ypbind in manycast mode).Doug Rabson2008-09-151-2/+2