summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Document that kldunloadf can return EINVAL.trhodes2008-12-251-1/+5
* Add support for the FPA floating-point format on ARM. Themarcel2008-12-233-3/+23
* Add an ENVIRONMENT section to note that the RSH variable can be set tomurray2008-12-141-0/+7
* Merge the resolver part of BIND 9.4.3 into HEAD.ume2008-12-147-28/+182
* Consolidate some variable initializations. No substantive change.das2008-12-112-13/+13
* Move the xprintf hook to where it belongs; it shouldn't be in thedas2008-12-101-6/+4
* o Use full month name in .Dd macro.maxim2008-12-091-1/+1
* Import the strndup(3) function.kib2008-12-064-3/+75
* Order the str*.c files mostly alphabetical.kib2008-12-061-3/+3
* Add an easier example.pjd2008-12-051-1/+16
* The times(3) function returns the number of CLK_TCKs since thekeramida2008-12-011-4/+9
* Fix fread() to return a correct value on platforms where sizeof(int) !=ru2008-12-011-1/+1
* Fix a lock order reversal bug that could cause deadlock during fork(2).jasone2008-12-011-11/+37
* It's silly to claim recv(2) is to be removed in favour of recvfrom(2)ivoras2008-11-301-1/+0
* Adjust an assertion to handle the case where a lock is contested, butjasone2008-11-301-1/+1
* Do not spin when trying to lock on a single-CPU system.jasone2008-11-301-11/+13
* MFp4:bz2008-11-292-9/+30
* Add two rtld exported symbols, _rtld_atfork_pre and _rtld_atfork_post.kib2008-11-272-0/+14
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-171-2/+7
* On i386, the primary function that SYSCALL() generates is with thepeter2008-11-153-3/+3
* Several cleanups related to pipe(2).ed2008-11-111-6/+1
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.ed2008-11-097-15/+8
* Add one more EACCES clause to rename.2.trasz2008-11-071-0/+5
* Replace the non-standard disclaimer with the standard one from /COPYRIGHTimp2008-11-0419-152/+152
* Revert to preferring mmap(2) over sbrk(2) when mapping memory, due tojasone2008-11-032-13/+18
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-033-0/+99
* Add the ffsll and flsll functions. These are ffs and fls operatingkib2008-11-035-8/+122
* Fix style.kib2008-11-031-1/+1
* Sync with OpenBSD's dirname(3) - license change, avoid strcpy() overdelphij2008-11-032-68/+46
* Add missing END() macros, as per rev 184547 for amd64. The lack of thesepeter2008-11-0243-4/+59
* We've been lax about matching END() macros in asm code for some time. Thispeter2008-11-0227-4/+46
* In example use of err(3) and errx(3), use sysexits(3) constants.rwatson2008-10-311-4/+5
* Pass a pointer to warn2 so the warn2 == IN_ALL would not be andelphij2008-10-301-1/+1
* Finish what revision 1.40 started. Revision 1.40 removed a false statementalc2008-10-241-8/+6
* Fix a typo.rdivacky2008-10-231-1/+1
* Fix a typo. q is already a pointer.kib2008-10-221-1/+1
* Remove doubtful structure definition with variable array members.kib2008-10-221-67/+75
* - License change to a less restrictive one;delphij2008-10-191-33/+16
* Further simplify the code.delphij2008-10-191-11/+2
* Use strlcpy() in !localized case to avoid the -1's.delphij2008-10-171-2/+1
* MTC r183949:netchild2008-10-171-0/+5
* Let libstand(3) build on ARM.raj2008-10-141-0/+4
* Add unistd.h to the getosreldate(3) manpage.kib2008-09-301-1/+2
* Support for CPU sets is going to appear in 7.1 before 8.0.jhb2008-09-292-2/+2
* Fix some ifdef logic in the libc syncicache() bit that I somehow missed in thenwhitehorn2008-09-241-1/+3
* Allow the cacheline size on PowerPC to be set at runtime. This is essential fornwhitehorn2008-09-241-16/+16
* <osreldate.h> does not have a forward declration of getosreldate(), sorodrigc2008-09-201-1/+0
* Move uuid_enc_le, uuid_dec_le, uuid_enc_be and uuid_dec_be symbolsemax2008-09-191-0/+3
* Add uuid_enc,dec_le,be() functions to Symbol.mapemax2008-09-151-0/+4
* Fix async mode (required for ypbind in manycast mode).dfr2008-09-151-2/+2
OpenPOWER on IntegriCloud