| Commit message (Expand) | Author | Age | Files | Lines |
* | More correction of section 3 layout. directory->opendir, fts->fts_open, |  deraadt | 2019-09-02 | 1 | -5/+5 |
* | No specific called "exec(3)", so move primary manpage to a name which |  deraadt | 2019-08-11 | 1 | -2/+2 |
* | Move sigwait(3) from libpthread to libc |  jca | 2019-01-12 | 1 | -3/+3 |
* | Add C11's timespec_get(3); minor bump for libc. |  guenther | 2018-10-30 | 1 | -3/+3 |
* | sysctl(3) can now be renamed to sysctl(2) |  deraadt | 2018-01-12 | 1 | -2/+2 |
* | Remove unused 32bit version of elf_hash(). |  mpi | 2017-09-05 | 1 | -2/+2 |
* | port the RBT code to userland by making it part of libc. |  dlg | 2017-06-19 | 1 | -2/+2 |
* | It is distasteful to have manual pages which don't refer to real |  deraadt | 2017-05-29 | 1 | -2/+2 |
* | Stop supporting longjmperror(); it's not used, not portable, and the checks |  guenther | 2016-05-23 | 1 | -2/+2 |
* | for some time now mandoc has not required MLINKS to function |  jmc | 2016-03-30 | 1 | -104/+1 |
* | mlinks for _shadow |  tedu | 2015-11-18 | 1 | -1/+2 |
* | For getgrent.3: |  guenther | 2015-10-30 | 1 | -2/+2 |
* | Rename __sysctl syscall to just sysctl, as the userland wrapper is no longer |  guenther | 2015-09-13 | 1 | -2/+2 |
* | Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signame |  guenther | 2015-09-06 | 1 | -4/+1 |
* | Remove obsolete timezone() function. |  millert | 2015-04-07 | 1 | -3/+3 |
* | Add support for stravis() to vis.3 and Makefile.inc. |  doug | 2015-02-06 | 1 | -2/+2 |
* | In ingo's new world order, we do not want multiple manual pages describing |  deraadt | 2014-12-09 | 1 | -2/+2 |
* | __tfork_thread is in libc, so move the manpage over too |  guenther | 2014-07-10 | 1 | -4/+5 |
* | Oh yeah, MLINKS for errc family |  guenther | 2014-04-22 | 1 | -2/+3 |
* | Add errc/verrc/warnc/vwarnc family: versions of err/... that take the errno |  guenther | 2014-04-22 | 1 | -3/+3 |
* | Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options, |  guenther | 2013-06-17 | 1 | -3/+5 |
* | Add getprogname() and setprogname() to ease slackers^porters' work. |  ajacoutot | 2013-05-31 | 1 | -9/+10 |
* | add shm_open and friends which i have been told ports programs would |  tedu | 2013-05-31 | 1 | -3/+5 |
* | Implement fdatasync() as a wrapper around fsync() |  matthew | 2013-04-15 | 1 | -2/+3 |
* | remove tahoe-specific makefile machinery, no such hardware is known to be |  miod | 2012-09-15 | 1 | -13/+1 |
* | new clean-room manpages for posix_spawn, unencumbered by any POSIX bullshit. |  espie | 2012-04-11 | 1 | -8/+10 |
* | Add dirfd() as a function to libc per POSIX requirement; dirfd() macro |  matthew | 2012-03-22 | 1 | -2/+2 |
* | Implement execvpe(3) and posix_spawn(3) and family. Based on |  matthew | 2012-03-21 | 1 | -5/+21 |
* | Add (rough draft) documentation for fdopendir(3) and the 15 new |  matthew | 2011-07-18 | 1 | -2/+2 |
* | Move fabs(3) manual page from libm to libc, for consistency. The |  martynas | 2011-07-08 | 1 | -4/+5 |
* | Revert (leaving the complex math part alone). Some stuff is depending |  martynas | 2011-07-08 | 1 | -5/+8 |
* | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using |  martynas | 2011-07-08 | 1 | -8/+5 |
* | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent |  miod | 2010-02-03 | 1 | -3/+3 |
* | More shrinkage, a bit for ramdisks but mostly for static binaries: |  guenther | 2009-11-18 | 1 | -3/+5 |
* | tweak previous; |  jmc | 2009-06-02 | 1 | -3/+4 |
* | Split getpw{nam,uid} off into their own man page. Hopefully, this |  millert | 2009-06-01 | 1 | -4/+4 |
* | remove from gen so that lint doesn't check gen if assembly versions |  martynas | 2009-04-21 | 1 | -2/+2 |
* | - ldexp implementation has issues. switch to the one from libm |  martynas | 2009-04-19 | 1 | -4/+4 |
* | - document and mlink frexpf, ldexpf, modff added 13 years ago |  martynas | 2008-12-12 | 1 | -1/+4 |
* | - man pages for fpclassify, isfinite, isinf, isnan, isnormal, signbit, |  martynas | 2008-07-29 | 1 | -15/+19 |
* | - move isinf, isnan dups to gen, since most is ieee 754 |  martynas | 2008-07-24 | 1 | -8/+9 |
* | implement getpwnam_r() and getpwuid_r() -- very nearly a rewrite of the |  deraadt | 2008-06-24 | 1 | -1/+2 |
* | move statvfs.c to gen, since it is not a syscall; ok deraadt@ |  otto | 2008-03-22 | 1 | -7/+8 |
* | remove traces of non-existent getfstype() function; |  jmc | 2005-10-03 | 1 | -2/+2 |
* | add missing MLINK for strnunvis.3, introduced -r1.14; |  jmc | 2005-10-02 | 1 | -2/+3 |
* | Replace broken frexp() with a working one from FreeBSD. There's |  millert | 2005-02-01 | 1 | -2/+2 |
* | do not double login_cap.c; tholo |  deraadt | 2004-02-01 | 1 | -2/+2 |
* | build ftw and nftw |  millert | 2003-07-21 | 1 | -18/+21 |
* | Implement isfdtype(3) as per the POSIX.1g draft; requested by David Hill |  millert | 2002-10-16 | 1 | -11/+11 |
* | use weak aliases whenever is possible; millert@ ok. |  fgsch | 2002-06-08 | 1 | -3/+2 |