aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* MFC:Xin LI2013-02-211-89/+104
* MFC r206760: getcwd(3): Clarify that EACCES may or may not be checked.Jilles Tjoelker2010-05-051-3/+11
* MFC: r199046Christian Brueffer2009-11-161-1/+1
* MFC: rev. 197681Joe Marcus Clarke2009-10-041-1/+1
* MF7: If the running kernel has support for shm_open() and shm_unlink() asJohn Baldwin2009-06-231-0/+28
* MFC: Add a feature_present(3) function which checks to see if a named kernelJohn Baldwin2009-06-113-2/+137
* Merge r192129+r190661:Xin LI2009-05-281-5/+7
* MFC revisions 162191, 166134, and 172259:Xin LI2009-04-021-1/+0
* MFC: r185519Giorgos Keramidas2008-12-061-4/+9
* MFC r181280: Avoid printing bogus error messages if BLOCKSIZE is garbage.Colin Percival2008-08-311-0/+1
* MFCKonstantin Belousov2008-05-193-8/+9
* MFC: kernel-mode NFS lock manager.Doug Rabson2008-04-242-2/+3
* MFC rev. 1.26:Garrett Wollman2008-03-131-1/+19
* MFC: Fix a typo in regards to the ENOENT error.John Baldwin2008-01-071-1/+1
* 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