summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/Makefile.inc (follow)
Commit message (Expand)AuthorAgeFilesLines
* More correction of section 3 layout. directory->opendir, fts->fts_open,deraadt2019-09-021-5/+5
* No specific called "exec(3)", so move primary manpage to a name whichderaadt2019-08-111-2/+2
* Move sigwait(3) from libpthread to libcjca2019-01-121-3/+3
* Add C11's timespec_get(3); minor bump for libc.guenther2018-10-301-3/+3
* sysctl(3) can now be renamed to sysctl(2)deraadt2018-01-121-2/+2
* Remove unused 32bit version of elf_hash().mpi2017-09-051-2/+2
* port the RBT code to userland by making it part of libc.dlg2017-06-191-2/+2
* It is distasteful to have manual pages which don't refer to realderaadt2017-05-291-2/+2
* Stop supporting longjmperror(); it's not used, not portable, and the checksguenther2016-05-231-2/+2
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-104/+1
* mlinks for _shadowtedu2015-11-181-1/+2
* For getgrent.3:guenther2015-10-301-2/+2
* Rename __sysctl syscall to just sysctl, as the userland wrapper is no longerguenther2015-09-131-2/+2
* Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signameguenther2015-09-061-4/+1
* Remove obsolete timezone() function.millert2015-04-071-3/+3
* Add support for stravis() to vis.3 and Makefile.inc.doug2015-02-061-2/+2
* In ingo's new world order, we do not want multiple manual pages describingderaadt2014-12-091-2/+2
* __tfork_thread is in libc, so move the manpage over tooguenther2014-07-101-4/+5
* Oh yeah, MLINKS for errc familyguenther2014-04-221-2/+3
* Add errc/verrc/warnc/vwarnc family: versions of err/... that take the errnoguenther2014-04-221-3/+3
* Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options,guenther2013-06-171-3/+5
* Add getprogname() and setprogname() to ease slackers^porters' work.ajacoutot2013-05-311-9/+10
* add shm_open and friends which i have been told ports programs wouldtedu2013-05-311-3/+5
* Implement fdatasync() as a wrapper around fsync()matthew2013-04-151-2/+3
* remove tahoe-specific makefile machinery, no such hardware is known to bemiod2012-09-151-13/+1
* new clean-room manpages for posix_spawn, unencumbered by any POSIX bullshit.espie2012-04-111-8/+10
* Add dirfd() as a function to libc per POSIX requirement; dirfd() macromatthew2012-03-221-2/+2
* Implement execvpe(3) and posix_spawn(3) and family. Based onmatthew2012-03-211-5/+21
* Add (rough draft) documentation for fdopendir(3) and the 15 newmatthew2011-07-181-2/+2
* Move fabs(3) manual page from libm to libc, for consistency. Themartynas2011-07-081-4/+5
* Revert (leaving the complex math part alone). Some stuff is dependingmartynas2011-07-081-5/+8
* Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingmartynas2011-07-081-8/+5
* Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentmiod2010-02-031-3/+3
* More shrinkage, a bit for ramdisks but mostly for static binaries:guenther2009-11-181-3/+5
* tweak previous;jmc2009-06-021-3/+4
* Split getpw{nam,uid} off into their own man page. Hopefully, thismillert2009-06-011-4/+4
* remove from gen so that lint doesn't check gen if assembly versionsmartynas2009-04-211-2/+2
* - ldexp implementation has issues. switch to the one from libmmartynas2009-04-191-4/+4
* - document and mlink frexpf, ldexpf, modff added 13 years agomartynas2008-12-121-1/+4
* - man pages for fpclassify, isfinite, isinf, isnan, isnormal, signbit,martynas2008-07-291-15/+19
* - move isinf, isnan dups to gen, since most is ieee 754martynas2008-07-241-8/+9
* implement getpwnam_r() and getpwuid_r() -- very nearly a rewrite of thederaadt2008-06-241-1/+2
* move statvfs.c to gen, since it is not a syscall; ok deraadt@otto2008-03-221-7/+8
* remove traces of non-existent getfstype() function;jmc2005-10-031-2/+2
* add missing MLINK for strnunvis.3, introduced -r1.14;jmc2005-10-021-2/+3
* Replace broken frexp() with a working one from FreeBSD. There'smillert2005-02-011-2/+2
* do not double login_cap.c; tholoderaadt2004-02-011-2/+2
* build ftw and nftwmillert2003-07-211-18/+21
* Implement isfdtype(3) as per the POSIX.1g draft; requested by David Hillmillert2002-10-161-11/+11
* use weak aliases whenever is possible; millert@ ok.fgsch2002-06-081-3/+2