summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Remove some stray roff formatting that caused incorrect rendering.jasone2007-03-281-1/+0
* Don't assert() the TLS allocation requested is big enough; justkientzle2007-02-251-2/+2
* o s/cgetseq/cgetset/maxim2007-02-111-1/+1
* Remove getobjformat() from libc's symbol map. It probably should have beenpeter2007-01-251-1/+0
* Retire more remnants of a.out support, as threatened in 2002.peter2007-01-253-182/+2
* o Remove duplicate includes.maxim2007-01-201-1/+0
* Remove 3rd clause, renumber, ok per emailimp2007-01-121-4/+1
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-09151-603/+0
* band-aide until _SC_PHYS_PAGES actually is definedimp2006-12-141-0/+2
* Add support for _SC_PHYS_PAGES, which is not standard, but can be found inpjd2006-12-142-1/+27
* Document _SC_PAGESIZE. There are still 85 undocumented variables.pjd2006-12-141-1/+3
* Minor clarification.dds2006-12-031-1/+1
* o As POSIX requires confstr(3) returns zero on errors, not -1.maxim2006-12-031-2/+2
* More accurately document the implementation details of internal storage.ru2006-10-122-21/+23
* Document what "msgsz" argument really denotes. [1]ru2006-10-121-4/+9
* Fix TLS on sparc64 for statically and dynamically linked binarieskmacy2006-10-081-1/+10
* getenv.3: Put "is" on a line with other wordstrhodes2006-10-071-1/+2
* Automatically re-stir every 400000 callsache2006-10-041-2/+4
* Markup nit.ru2006-09-291-1/+1
* o Don't fseek() on closed file.maxim2006-09-181-2/+2
* Markup fixes.ru2006-09-172-2/+2
* Fix style(9) in code copied from rtld.marcel2006-09-011-3/+3
* Fix the variant I allocation for KSE: Allow a larger TCB and assumemarcel2006-09-011-46/+37
* o It speaks about struct msqid_ds not struct shmid_ds.maxim2006-08-091-1/+1
* Return length from fwopen() file callback instead of zero.phk2006-08-071-1/+1
* Remove stale comment about armimp2006-07-261-2/+0
* o compat_group() and files_group() are more complicated than I thoughtmaxim2006-07-141-4/+6
* - ANSIfy.delphij2006-06-051-69/+26
* o Record a file offset for a last successfully parsed group file line.maxim2006-06-011-0/+8
* Fix the output.ru2006-05-271-0/+1
* Reflect int -> size_t changes in glob.hache2006-05-221-3/+3
* Reflect size_t changes in glob.hache2006-05-221-22/+23
* Remove the kludge, as asked in the Makefile:ache2006-05-221-3/+0
* Save errno before calling pthread_mutex_lock because pthread_mutex_lockdavidxu2006-05-111-2/+2
* - Extend the nsswitch to support Services, Protocols and Rpcume2006-04-282-1/+554
* Correct usage example.ceri2006-04-181-1/+1
* Document that VIS_CSTYLE encodes space (040) as '\s'.brueffer2006-04-091-1/+3
* Allocate space for thread pointer, this allows thread library to accessdavidxu2006-03-281-3/+3
* Make _spinunlock() point to the spinunlock stub, not thedeischen2006-03-131-1/+1
* Add each directory's symbol map file to SYM_MAPS.deischen2006-03-131-0/+2
* Add symbol maps and initial symbol version definitions to libc.deischen2006-03-131-0/+446
* Add some more pthread stubs so that librt can use them.deischen2006-03-051-28/+105
* Remove debug printf.pjd2006-01-261-1/+0
* Make getttyent() report what the pts ptys as well.cognet2006-01-261-1/+38
* Use posix_memalign() in valloc() rather than making assumptions aboutjasone2006-01-122-20/+20
* Implement ELF symbol versioning using GNU semantics. This code aimskan2005-12-181-0/+9
* Make our ELF64 type definitions match standards. In particular thismarcel2005-12-181-3/+3
* Switch BUILD_ARCH in Makefile to use uname -p suggested by ru.ambrisko2005-12-033-6/+42
* Unbreak build when I fluff the clean-up of __FBSDID diff reductionambrisko2005-12-021-0/+2
* Add support to easily build FreeBSD unpacked in a chroot of anotherambrisko2005-12-022-0/+13
OpenPOWER on IntegriCloud