summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Update posix1e-related man pages, especially as relates to MAC, to morerwatson2009-08-127-156/+129
* Eliminate a stale paragraph from the BUGS section. This "bug" wasalc2009-07-261-8/+1
* It is believed the last subsystem that limited ID sizes to somethingkensmith2009-07-221-7/+18
* Correct AT_SYMLINK_FOLLOW flag name in linkat(2) man page.jilles2009-07-191-1/+1
* Implement RTLD_NOLOAD flag for dlopen(3).kib2009-07-171-1/+8
* Second attempt at eliminating .text relocations in shared librarieskan2009-07-143-8/+2
* - Change mmap() to fail requests with EINVAL that pass a length of 0. Thisjhb2009-07-141-2/+2
* Add missing MLINKS for acl_{get,set}_link_fd(3).trasz2009-07-141-0/+2
* Move msg{snd,recv,get,ctl} manual pages from section 3 to 2.trasz2009-07-137-26/+27
* Fix fwrite() to return 0 when size or nmemb are zero.ed2009-07-122-4/+9
* There is an optimization in chmod(1), that makes it not to call chmod(2)trasz2009-07-083-3/+27
* - Don't suggest opening file for writing in preparation for fexecve(2).pjd2009-07-051-6/+5
* Make it clear where to look for for protocol-specific socket options.trasz2009-06-301-0/+9
* Make the structure definitions in the man pages match the real code, andkib2009-06-293-25/+7
* Back out previous revision until better tested fix is ready.kan2009-06-293-2/+8
* Eliminate .text relocations in shared libraries compiled with stack protector.kan2009-06-283-8/+2
* Implement %z for strptime.delphij2009-06-251-0/+28
* Fix acl_set_fd(3) and acl_get_fd(3) for cases where the kernel doesn't knowtrasz2009-06-252-2/+3
* Manual page tweaks.trasz2009-06-251-2/+2
* Fix c194955 - somehow I managed all the new files, tripling theirtrasz2009-06-2517-4664/+0
* Bump manual page timestamps.trasz2009-06-2519-19/+19
* Add NFSv4 ACL support to libc.trasz2009-06-2540-167/+7762
* Lock around access to nc_file and netconfig_info ("ni"). The RPCdelphij2009-06-241-3/+49
* Change the ABI of some of the structures used by the SYSV IPC API:jhb2009-06-245-8/+84
* Update SCCS IDs for Berkeley DB 1.86 merge.delphij2009-06-242-2/+2
* style: operators should appear at the line end if we have to wrap.delphij2009-06-241-2/+2
* Use const instead of __const, and merge the license change from NetBSD.delphij2009-06-231-9/+3
* Remove duplicate if-statement on gmt_is_set in gmtsub().edwin2009-06-231-8/+6
* Usermode portion of the support for swap allocation accounting:kib2009-06-231-0/+9
* Add a limit for child jails via the "children.cur" and "children.max"jamie2009-06-231-7/+7
* Remove unneeded stdlib directories.ed2009-06-234-12/+0
* Simplify. We can just use .sinclude here.ed2009-06-231-3/+1
* Remove hand-written labs/abs implementations. GCC is smart enough.ed2009-06-233-95/+1
* Remove unneeded stores back into the function arguments.ed2009-06-222-4/+0
* - Eliminate extra subcs instruction. I have not noticed before that westas2009-06-211-2/+1
* - Fix strncmp on arm. Return 0 as result without performing thestas2009-06-211-5/+9
* Rework the credential code to support larger values of NGROUPS andbrooks2009-06-192-10/+3
* In preparation for raising NGROUPS and NGROUPS_MAX, change basebrooks2009-06-195-20/+42
* Re-do r192913 in less intrusive way. Only do IP_RECVDSTADDR/IP_SENDSRCADDRkan2009-06-182-21/+36
* Retire the unused stub for the nfsclnt() system call.jhb2009-06-171-3/+0
* Add revoke(1).ed2009-06-151-1/+2
* Add a new 'void closefrom(int lowfd)' system call. When called, it closesjhb2009-06-154-1/+58
* Spacing fixes. No actual change.delphij2009-06-091-2/+2
* Do not attempt to set source address on outgoing messageskan2009-06-081-2/+2
* Document EINVAL for bind(2).pjd2009-06-011-0/+3
* Use GCC's __SOFTFP__ to test whether we're being compiledmarcel2009-05-313-10/+8
* Document how to enable strict RFC 1034 enforcements.delphij2009-05-291-1/+14
* Add an option to enforce strict RFC 1034 compliance.delphij2009-05-291-0/+4
* Match type for socket option (in practice, unnecessary, but stylistically it'...zml2009-05-281-1/+1
* Revert unnecessary memset after calloc.zml2009-05-281-1/+0
OpenPOWER on IntegriCloud