summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Change the C wrappers for mmap/lseek/pread/pwrite/truncate/ftruncate topeter2007-07-042-1/+63
* Some libc symbol map cleanups.deischen2007-05-311-3/+0
* ANSIfy function definitions, reduces diff against OpenBSD.delphij2007-05-251-17/+8
* Use C comments since we now preprocess these files with CPP.deischen2007-04-291-15/+26
* Cleanup sysconf(3) a bit. sysconf(3) assumes in some places it operatespjd2007-04-141-21/+18
* Expand the description of the host's UUID.ru2007-04-101-3/+3
* Clean-ip TLS symbol versions. [_]__tls_get_addr function is part ofkan2007-04-091-6/+1
* Document KERN_HOSTUUID.pjd2007-04-091-1/+4
* Bump date.pjd2007-04-051-1/+1
* Add security.jail.mount_allowed sysctl, which allows to mount andpjd2007-04-051-0/+7
* Add entry for dl_iterate_phdr.kan2007-04-031-0/+1
* Add stub for dl_iterate_phdr.kan2007-04-031-0/+10
* Change macro in order to refer to FreeBSD 7.0 instead of 7.0BSD.jasone2007-03-281-2/+2
* 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
OpenPOWER on IntegriCloud