| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add auth_getpwd MLINK |  millert | 2002-03-16 | 1 | -3/+3 |
* | MI man page to document fpgetmask(3) and friends; from ross@NetBSD, ok deraadt |  pvalchev | 2002-02-16 | 1 | -13/+17 |
* | Add MLINK's for syslog_r and friends. |  fgsch | 2001-10-31 | 1 | -2/+3 |
* | Add missing LINK for cgetusedb |  krw | 2001-07-31 | 1 | -2/+2 |
* | Move description of exect() to execve(2) man page. Add a note about exect() not |  aaron | 2001-03-14 | 1 | -3/+3 |
* | Add references to new files. |  millert | 2000-11-21 | 1 | -28/+45 |
* | login.conf code from BSDi. This does not include the bsd auth code |  millert | 2000-08-20 | 1 | -24/+26 |
* | from freebsd: |  mickey | 2000-07-19 | 1 | -4/+6 |
* | well if you cannot do a libc commit properly a week before 2.7 tree lock, surely it can wait till after 2.7 |  deraadt | 2000-04-25 | 1 | -3/+2 |
* | getpw*_r() |  d | 2000-04-25 | 1 | -2/+3 |
* | *_r MLINKS |  d | 2000-03-23 | 1 | -3/+4 |
* | Add missing MLINKs |  millert | 1999-11-17 | 1 | -2/+2 |
* | doc isinff() and isnanf() |  deraadt | 1999-08-16 | 1 | -2/+2 |
* | Add thread-safety to libc, so that libc_r will build (on i386 at least). |  d | 1998-11-20 | 1 | -4/+4 |
* | man page repairs; aaron@ug.cs.dal.ca |  deraadt | 1998-08-29 | 1 | -1/+3 |
* | split dirname and basename man pages |  deraadt | 1998-07-04 | 1 | -3/+3 |
* | add XPG4.2 lockf; kleink |  deraadt | 1997-12-22 | 1 | -4/+4 |
* | new man page; mikel |  deraadt | 1997-09-08 | 1 | -2/+2 |
* | ln basename.3 dirname.3 |  millert | 1997-09-06 | 1 | -1/+2 |
* | Move getsubopt(3) to stdlib like lite2 and XPG4.2 say... |  millert | 1997-08-20 | 1 | -3/+3 |
* | basename(3) and dirname(3) as specified by XPG4 and XPG4.2 |  millert | 1997-08-17 | 1 | -4/+4 |
* | trailing blanks |  kstailey | 1997-07-23 | 1 | -2/+2 |
* | tabify |  kstailey | 1997-07-23 | 1 | -2/+2 |
* | Back out stringlist |  millert | 1997-02-03 | 1 | -6/+6 |
* | stringlist routines are now public (ftp uses them) |  millert | 1997-02-02 | 1 | -6/+6 |