summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
...
* libc man pages: Remove reference to non-existent FreeBSD Securityeadler2014-03-073-8/+0
* fts: Don't abort if an empty pathname is given.jilles2014-03-061-5/+1
* Let __bt_put() accept the R_SETCURSOR flag, as stated in the dbopen(3) manpage.jlh2014-03-061-1/+2
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}marcel2014-03-0446-138/+142
* Merge from head up to r262611.dim2014-02-281-1/+1
|\
| * syncer(4) is a kernel process, not a user processbjk2014-02-271-1/+1
* | Merge from head up to r262472.dim2014-02-252-5/+4
|\ \ | |/
| * Consistently pass around context information using a simple pointer. Thistijl2014-02-242-5/+4
* | Merge from head up to r262311.dim2014-02-211-3/+3
|\ \ | |/
| * Match the correct variable to the variable description.brueffer2014-02-211-3/+3
* | In lib/libc/sparc64/sys/__sparc_utrap_setup.c, avoid an error aboutdim2014-02-201-1/+1
|/
* document _JAIL as a possible option to set a cpuset for a jail..jmg2014-02-151-1/+2
* Set errno on inet_ntop(3) failure.kevlo2014-02-071-2/+4
* fts: Fix double-free with conflicting concurrent modifications.jilles2014-02-071-4/+8
* libc/net: fix a portability issueeadler2014-02-051-1/+1
* libc/net: Fix some issues in inet6_opt_init() (from RFC 3542):eadler2014-02-041-4/+1
* Fix a typo.brueffer2014-02-031-1/+1
* The posix_madvise(3) and posix_fadvise(2) should return error onkib2014-01-304-8/+20
* mdoc: fix several uses of the Fx macro to point to actual releases.uqs2014-01-285-5/+5
* Add MLINK for fdclosedir.3 to directory.3 and sort fdopendir(3) entry.bdrewery2014-01-241-1/+2
* The posix_fallocate(2) syscall should return error number on error,kib2014-01-231-2/+2
* Update EINVAL description.pluknet2014-01-231-2/+2
* Update jemalloc to version 3.5.0.jasone2014-01-233-13/+31
* Add a new flag to /etc/ttys: onifconsole. This is equivalent to "on" if thenwhitehorn2014-01-201-0/+35
* Replace LIBGCC by LIBCOMPILER_RT.ed2014-01-181-3/+3
* libc/resolv: Use poll() instead of kqueue().jilles2014-01-142-3/+3
* ANSI-fy prototype.delphij2014-01-141-3/+1
* fts(3): Remove stray mentions of the obsolete fts_bignum.jilles2014-01-121-9/+1
* fts: Stat things relative to the directory fd, if possible.jilles2014-01-121-12/+19
* Add some missing .Nm for newer syscalls in existing man pages.jilles2014-01-113-3/+6
* Fix several bugs in sctp_bindx():tuexen2014-01-041-9/+18
* - Fix EBADF description, in following the future POSIX tc and what FreeBSDpluknet2013-12-271-3/+4
* Fix an apparent typo.pluknet2013-12-261-1/+1
* Provide the manual page for aio_fsync(2).pluknet2013-12-262-0/+153
* The compile time constant limit on number of swap devices was removed in 5.2.pluknet2013-12-251-5/+1
* shm_open(2): Fixed the history information.ru2013-12-181-3/+3
* getopt_long.3: wording quibbleseadler2013-12-131-2/+2
* Replace Sun RPC license with a 3-clause BSD license. This license changehrs2013-12-098-211/+211
* Do not force to run atexit handlers, which text comes from a dsokib2013-12-061-5/+10
* mdoc: remove EOL whitespace.joel2013-12-061-2/+2
* Various updates and tweaks to the wait(2) manpage.jhb2013-12-031-132/+174
* chmod(2): Document S_ISVTX following SUSv3/SUSv4.jilles2013-12-011-10/+16
* waitid(2): Do not tell userland programmers to include <sys/signal.h>.jilles2013-12-011-1/+1
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-303-5/+5
* Make process descriptors standard part of the kernel. rwhod(8) alreadypjd2013-11-301-6/+0
* Move the iconv wrapper source from libc_nonshared to libc/iconv so thatpeter2013-11-2514-287/+706
* There is no file under SISSL after license replacement in r258581.hrs2013-11-251-335/+0
* Replace Sun Industry Standards Source License for Sun RPC code with ahrs2013-11-252-89/+48
* Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,hrs2013-11-2551-1333/+1305
* Add ICONV_{GET,SET}_ILSEQ_INVALID iconvctl. GNU iconv returns EILSEQhrs2013-11-253-1/+33
OpenPOWER on IntegriCloud