summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
...
* Implement SEEK_DATA and SEEK_HOLE extensions to lseek(2) as found inpjd2007-04-052-1/+65
* Add security.jail.mount_allowed sysctl, which allows to mount andpjd2007-04-051-0/+7
* Avoid using intermediate variables by just comparing betweendelphij2007-04-051-27/+15
* Import amd64 assembly implementations of div(3) family from NetBSD.jkim2007-04-044-0/+51
* Add entry for dl_iterate_phdr.kan2007-04-031-0/+1
* Add stub for dl_iterate_phdr.kan2007-04-031-0/+10
* Use size_t instead of unsigned for pagesize-related values, in order tojasone2007-03-291-4/+8
* Remove the run promotion/demotion machinery. Replace it with red-blackjasone2007-03-281-430/+219
* Change macro in order to refer to FreeBSD 7.0 instead of 7.0BSD.jasone2007-03-281-2/+2
* Update the IMPLEMENTATION NOTES section to reflect recent mallocjasone2007-03-281-13/+30
* Remove some stray roff formatting that caused incorrect rendering.jasone2007-03-281-1/+0
* Add a HISTORY section.jasone2007-03-281-0/+5
* Fix some subtle bugs for posix_memalign() having to do with integerjasone2007-03-241-18/+43
* Fix posix_memalign() for large objects. Now that runs are extents ratherjasone2007-03-231-151/+297
* Use extents rather than binary buddies to track free pages withinjasone2007-03-231-323/+332
* Let people in on the magic of INET[6]_ADDRSTRLEN which comes quite handy inmlaier2007-03-211-1/+6
* Avoid using vsnprintf(3) unless MALLOC_STATS is defined, in order tojasone2007-03-201-152/+233
* o Add ENVIRONMENT section and mention there that TMPDIR is ignoredmaxim2007-03-161-1/+14
* - Sysctl's move to seperate filerrs2007-03-151-6/+11
* Wordsmithery.bms2007-03-091-1/+1
* Document SO_ACCEPTCONN.bms2007-03-081-1/+9
* Fix license. Clause 4 is still required (UCB materiel).bms2007-03-071-6/+5
* use 2-clause BSD license as per hoskins strike-off july 22 1999.bms2007-03-071-4/+6
* Only reject file descriptors higher than FD_SETSIZE if we are not usingjhb2007-03-051-7/+5
* Apply my patch properly.ru2007-03-051-1/+1
* Fix markup.bms2007-03-051-22/+36
* .Xr nit.bms2007-03-051-2/+2
* Update shutdown() manual page to reflect actual behaviour of code.bms2007-03-051-10/+82
* Test cases for back references.delphij2007-03-051-0/+24
* Only stop evaluation of a back reference if the match length isdelphij2007-03-051-15/+17
* Avoid infinite recursion on:delphij2007-03-051-0/+2
* Disable RPC exponential back-off for FreeBSD.org systems (IE. hiddensimon2007-03-042-0/+10
* - Bump _yplib_timeout limit from 10 to 20 seconds to better handlesimon2007-03-041-1/+9
* Document the AF_LINK extension which was imported from NetBSD.bms2007-02-281-4/+19
* Nuke ascii2addr() and addr2ascii(). They have no consumers anywherebms2007-02-288-441/+123
* Fix include declaration it was sys/sctp.h should be netinet/sctp.h,rrs2007-02-2613-13/+13
* Move _posix1e_acl_name_to_id out of acl_support.c and intokientzle2007-02-263-55/+52
* Don't assert() the TLS allocation requested is big enough; justkientzle2007-02-251-2/+2
* Modify chunk_alloc() to prefer mmap()ed memory over sbrk()ed memory.jasone2007-02-221-36/+40
* Fixes build breakage.. invalid type casts.. and invalidrrs2007-02-221-6/+6
* First cut of the sctp man pages. Still need work.rrs2007-02-2215-1/+1791
* Fixes __FreeBSD__ being present (they should not)rrs2007-02-221-6/+4
* Adds a performance improvement for when sctp_sendx isrrs2007-02-221-23/+43
* Fix mis-reference of incorrect manual page in ERRORS section.trhodes2007-02-171-1/+1
* New sentence -> new line. While here, fix apostrophe abuse.brueffer2007-02-141-4/+7
* Change the date.julian2007-02-131-1/+1
* Make the kse man page reflect the removal of the KSEGRP kernel abstraction.julian2007-02-131-54/+30
* o s/cgetseq/cgetset/maxim2007-02-111-1/+1
* Docment the acceptable values for the id parameter.mpp2007-02-011-1/+16
* Fix a utrace(2)-related bug in calloc(3).jasone2007-01-311-44/+56
OpenPOWER on IntegriCloud