summaryrefslogtreecommitdiff
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Mostly synchronize lib/libthr and sys/kern/kern_umtx.c with the codeKonstantin Belousov2009-03-242-0/+14
* MFC: r185519Giorgos Keramidas2008-12-061-4/+9
* MFC r181280: Avoid printing bogus error messages if BLOCKSIZE is garbage.Colin Percival2008-08-301-0/+1
* MFC r173182: remove extraneous .Ef requestGarrett Wollman2008-06-241-2/+1
* MFCKonstantin Belousov2008-05-193-8/+9
* MFC scandir.c,v 1.9David Schultz2008-05-061-13/+3
* MFC: Kernel mode Network Lock Manager.Doug Rabson2008-04-101-1/+1
* MFC:David Xu2008-03-231-1/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_7'.cvs2svn2008-03-151-0/+120
* MFC rev. 1.26:Garrett Wollman2008-03-131-1/+19
* MFC: Merge malloc(3) improvements and fixes. The highlights are:Jason Evans2008-03-071-0/+1
* MFC: Fix a typo in regards to the ENOENT error.John Baldwin2008-01-071-1/+1
* Add fts_set_clientptr(3), fts_get_clientptr(3) and fts_get_stream(3) manSean Farley2007-09-281-1/+2
* Change the C wrappers for mmap/lseek/pread/pwrite/truncate/ftruncate toPeter Wemm2007-07-042-1/+63
* Some libc symbol map cleanups.Daniel Eischen2007-05-311-3/+0
* ANSIfy function definitions, reduces diff against OpenBSD.Xin LI2007-05-251-17/+8
* Use C comments since we now preprocess these files with CPP.Daniel Eischen2007-04-291-15/+26
* Cleanup sysconf(3) a bit. sysconf(3) assumes in some places it operatesPawel Jakub Dawidek2007-04-141-21/+18
* Expand the description of the host's UUID.Ruslan Ermilov2007-04-101-3/+3
* Clean-ip TLS symbol versions. [_]__tls_get_addr function is part ofAlexander Kabaev2007-04-091-6/+1
* Document KERN_HOSTUUID.Pawel Jakub Dawidek2007-04-091-1/+4
* Bump date.Pawel Jakub Dawidek2007-04-051-1/+1
* Add security.jail.mount_allowed sysctl, which allows to mount andPawel Jakub Dawidek2007-04-051-0/+7
* Add entry for dl_iterate_phdr.Alexander Kabaev2007-04-031-0/+1
* Add stub for dl_iterate_phdr.Alexander Kabaev2007-04-031-0/+10
* Change macro in order to refer to FreeBSD 7.0 instead of 7.0BSD.Jason Evans2007-03-281-2/+2
* Remove some stray roff formatting that caused incorrect rendering.Jason Evans2007-03-281-1/+0
* Don't assert() the TLS allocation requested is big enough; justTim Kientzle2007-02-251-2/+2
* o s/cgetseq/cgetset/Maxim Konovalov2007-02-111-1/+1
* Remove getobjformat() from libc's symbol map. It probably should have beenPeter Wemm2007-01-251-1/+0
* Retire more remnants of a.out support, as threatened in 2002.Peter Wemm2007-01-253-182/+2
* o Remove duplicate includes.Maxim Konovalov2007-01-201-1/+0
* Remove 3rd clause, renumber, ok per emailWarner Losh2007-01-121-4/+1
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-09151-603/+0
* band-aide until _SC_PHYS_PAGES actually is definedWarner Losh2006-12-141-0/+2
* Add support for _SC_PHYS_PAGES, which is not standard, but can be found inPawel Jakub Dawidek2006-12-142-1/+27
* Document _SC_PAGESIZE. There are still 85 undocumented variables.Pawel Jakub Dawidek2006-12-141-1/+3
* Minor clarification.Diomidis Spinellis2006-12-031-1/+1
* o As POSIX requires confstr(3) returns zero on errors, not -1.Maxim Konovalov2006-12-031-2/+2
* More accurately document the implementation details of internal storage.Ruslan Ermilov2006-10-122-21/+23
* Document what "msgsz" argument really denotes. [1]Ruslan Ermilov2006-10-121-4/+9
* Fix TLS on sparc64 for statically and dynamically linked binariesKip Macy2006-10-081-1/+10
* getenv.3: Put "is" on a line with other wordsTom Rhodes2006-10-071-1/+2
* Automatically re-stir every 400000 callsAndrey A. Chernov2006-10-041-2/+4
* Markup nit.Ruslan Ermilov2006-09-291-1/+1
* o Don't fseek() on closed file.Maxim Konovalov2006-09-181-2/+2
* Markup fixes.Ruslan Ermilov2006-09-172-2/+2
* Fix style(9) in code copied from rtld.Marcel Moolenaar2006-09-011-3/+3
* Fix the variant I allocation for KSE: Allow a larger TCB and assumeMarcel Moolenaar2006-09-011-46/+37
* o It speaks about struct msqid_ds not struct shmid_ds.Maxim Konovalov2006-08-091-1/+1