summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use PAGE_{SIZE,MASK,SHIFT} from machine/param.h rather than hard-codingjasone2008-09-101-120/+88
* Initialise the SVCAUTH field for new transport structures when they aredfr2008-09-092-2/+3
* Return two fixes from previous backout which does not requireache2008-09-091-1/+2
* Unbreak ia64: pges are 8KB.marcel2008-09-061-1/+1
* Add two example regexps: (1) one for matching all the characterskeramida2008-09-051-0/+8
* Add thread-specific caching for small size classes, based on magazines.jasone2008-08-274-256/+1139
* Implement WNOWAIT flag for wait4(2). It specifies that process whose statuskib2008-08-261-2/+10
* When calculating arguments to the interpreter for the shebang scriptkib2008-08-261-1/+18
* Remove grantpt.c, which should have been deleted in the MPSAFE TTY commit.ed2008-08-201-286/+0
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-208-103/+270
* Import the uuid_enc_le(), uuid_dec_le(), uuid_enc_be() andemax2008-08-143-2/+148
* Move CPU_SPINWAIT into the innermost spin loop, in order to allow fasterjasone2008-08-141-2/+3
* Re-order the terms of an expression in arena_run_reg_dalloc() to correctlyjasone2008-08-141-2/+2
* Add prototype defination for setfib(2) to sys/socket.h.delphij2008-08-081-1/+2
* Remove variables which are assigned values and never used thereafter.cperciva2008-08-081-5/+1
* Add an implementation of the RPCSEC_GSS authentication protocol for RPC. Thisdfr2008-08-0612-91/+360
OpenPOWER on IntegriCloud