summaryrefslogtreecommitdiff
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_6_3'.cvs2svn2007-11-241-61/+0
* MFC:Sean Farley2007-10-061-1/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2007-07-041-0/+61
* MFC, the UNAME_ and OSVERSION environment over rides. This makesDoug Ambrisko2007-05-164-2/+53
* MFC rev. 1.14: confstr(3) returns zero on errors, not -1.Maxim Konovalov2006-12-131-2/+2
* MFC: 1.11 (automatically re-stir)Andrey A. Chernov2006-11-181-2/+4
* MFC:Tom Rhodes2006-11-031-1/+2
* MFC More accurately document the implementation details of internal storage.Ruslan Ermilov2006-10-162-21/+23
* MFC: 1.21: Document what "msgsz" actually means.Ruslan Ermilov2006-10-161-4/+9
* MFC rev. 1.36: don't fseek() on closed file.Maxim Konovalov2006-10-081-2/+2
* MFC r1.9: Correct usage example.Ceri Davies2006-10-071-1/+1
* MFC TLS variant I fixes.Marcel Moolenaar2006-09-021-47/+36
* MFC 1.37 + 1.38:Poul-Henning Kamp2006-09-011-3/+3
* MFC rev. 1.20: s/shmid_ds/msqid_ds/.Maxim Konovalov2006-08-161-1/+1
* MFC revision 1.12:Thomas Quinot2006-08-111-3/+3
* MFC rev. 1.35: complete fix for large group lines parsing.Maxim Konovalov2006-07-281-4/+6
* MFC rev. 1.34: record a file offset for a last successfully parsedMaxim Konovalov2006-07-011-0/+8
* MFC: rev. 1.28Christian Brueffer2006-04-131-1/+3
* MFC standardization of the ELF types and update of the ELF constants:Marcel Moolenaar2005-12-301-3/+3
* MFC: Add MLINK for execvP(3).John Baldwin2005-12-051-1/+1
* MFC (by deischen)Xin LI2005-10-081-1/+1
* MFC (by deischen)Xin LI2005-10-081-1/+4
* MFC of 1.34: fix innetgr() returning false positives and negatives when rever...Jonathan Chen2005-10-071-54/+63
* MFC: 1.26-1.28Andrey A. Chernov2005-10-041-7/+7
* MFC: 1.23Andrey A. Chernov2005-10-041-3/+3
* MFC: 1.13Matthew N. Dodd2005-07-251-3/+4
* Merge sem_init.3:1.18, sem_post.3:1.15, sem_wait.3:1.13 from HEAD toRobert Watson2005-07-173-0/+3
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2005-07-112-1371/+0
* Assorted markup fixes.Ruslan Ermilov2005-06-152-14/+33
* When IPC_NOWAIT is set and there is no message, msgrcv() failsRuslan Ermilov2005-06-141-3/+3
* reduce strlen() call.Hajimu UMEMOTO2005-05-201-4/+6
* use reentrant.h and simplify.Hajimu UMEMOTO2005-05-201-29/+20
* check return value of ttyname_r().Hajimu UMEMOTO2005-05-201-1/+2
* ttyname_r() didn't pass correct buffer size to devname_r().Hajimu UMEMOTO2005-05-201-1/+1
* Revert to old ttyname_r behavior that when _ioctl() returns 0 (SUCCEEDED),Xin LI2005-05-141-1/+1
* Provide more POSIX-complaint ttyname_r(3) interface[1], which is slightlyXin LI2005-05-132-22/+41
* Connect MLINKS for ttyname_r(3), and add prototype into unistd.h.Xin LI2005-05-111-1/+1
* Cleanup for getgrouplist(3):Xin LI2005-05-031-8/+6
* Include paths.h for prototype of getbootfile(3).Xin LI2005-05-031-0/+2
* Add a sysctl that returns the full path of a process' text file.David Schultz2005-04-181-3/+9
* Remove unused variables and assignments.Stefan Farfeleder2005-04-081-1/+0
* Use prototypes in the function definitions.Stefan Farfeleder2005-04-082-34/+14
* Add some missing errnos from POSIX. Nothing in FreeBSD generatesDavid Schultz2005-04-021-0/+5
* Use __weak_reference macro to define weak symbols.David Xu2005-03-211-31/+51
* Teach fmtcheck() about the ' (thousands separator) flag.David Schultz2005-03-211-1/+1
* Have ttyname_r() try to ask DEVFS for the device name.Poul-Henning Kamp2005-03-082-35/+16
* Make the returnvalue of times(3) insensitive to changes in wall-clock.Poul-Henning Kamp2005-03-081-3/+5
* Add manpage links for frexpf, frexpl, ldexpf, and ldexpl.David Schultz2005-03-071-0/+2
* Document frexpl and ldexpl.David Schultz2005-03-072-13/+25
* Fix incorrect comment.David Xu2005-03-011-1/+1