summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Back out 2nd part of wrong iswascii() change in prev. commit.ache2007-10-231-1/+1
* Add a BUGS section to note that mount/chroot changes sincejb2007-10-221-0/+4
* Add the full module path name to the kld_file_stat structurejb2007-10-221-0/+5
* Remove out of date notes, the atoi code is thread-safe and async-canceldavidxu2007-10-191-4/+0
* Unbreak arm build by removing duplicate symbols.cognet2007-10-181-8/+0
* The fork symbols aren't MD, they already live in sys/.yar2007-10-181-3/+0
* Fix build from errors exposed with recent version_gen.awk commit.grehan2007-10-181-2/+1
* - Correctly define CACHED_SOCKET_PATH as /var/run/nscd after cached totmclaugh2007-10-171-1/+1
* VM_METER is long deprecated.ru2007-10-161-2/+2
* Rescue parts of the sensorsd commit that are still relevant:ru2007-10-161-6/+9
* Backout sensors framework.netchild2007-10-151-36/+6
* Add comment explaining __mb_sb_limit trick here.ache2007-10-151-0/+5
* Fix mdoc in last commit.ru2007-10-141-13/+15
* Import OpenBSD's sysctl hardware sensors framework.netchild2007-10-141-6/+34
* The problem is: currently our single byte ctype(3) functions are brokenache2007-10-1312-21/+57
* Remove symbols that should not be exported.deischen2007-10-131-29/+0
* MFKernel: do not use __XSCALE__ to detect if clz/pld/ldrd/strd arecognet2007-10-133-9/+9
* Fixed "make checkdpadd" (missing library dependencies).ru2007-10-011-0/+1
* Add fts_set_clientptr(3), fts_get_clientptr(3) and fts_get_stream(3) manscf2007-09-281-1/+2
* Assorted spelling, punctuation and mdoc fixes.brueffer2007-09-255-36/+39
* The precision for a string argument in a call to warnx() needs to be castscf2007-09-221-1/+2
* Add FreeBSD history.obrien2007-09-211-1/+3
* Fix some improper handling of malloc failuresmatteo2007-09-205-30/+53
* - Fix description to say "receive" instead of "send"gabor2007-09-201-2/+2
* Skip rebuilding environ in setenv() only upon reuse of an active variable;scf2007-09-151-2/+2
* Use better manuals for these ntp system calls. These were replaced byimp2007-09-153-201/+258
* We've been able to support EVFILT_VNODE filtering on non-UFSru2007-09-071-6/+1
* ensure the head entry of addrinfo chain has non-NULL ai_canonname to bejinmei2007-09-051-2/+19
* Add thr_kill2 syscall.davidxu2007-08-221-0/+3
* - Getipnodebyname() and getipnodebyaddr() reimplemented throughbushman2007-07-311-1387/+72
* - take out a needless panic under invariants for sctp_output.crrs2007-07-241-6/+107
* Set timeout for all NIS RPC requests to 1 second and not just forsimon2007-07-241-8/+8
* Added environ-replacement detection. For programs that "clean" (i.e., su)scf2007-07-201-78/+163
* Take a sentence into the present by removing a reference to FreeBSD 3.0.brueffer2007-07-141-4/+2
* - Modular congestion control, with RFC2581 being the default.rrs2007-07-141-7/+13
* Fix a typo that prevented the quad symbols from being exporteddeischen2007-07-061-1/+1
* Fix remaining syntax errors (missing semicolons)peter2007-07-051-2/+2
* Add missing \ characters in PSEUDO() macro on arm. Oops.peter2007-07-041-2/+2
* Change the C wrappers for mmap/lseek/pread/pwrite/truncate/ftruncate topeter2007-07-049-9/+119
* Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudopeter2007-07-047-22/+35
* Adjust the syscall stub macros to be consistent in their meaning. Inpeter2007-07-045-34/+20
* Fix missing prototype warnings. (Compile errors with -Werror on)peter2007-07-041-2/+2
* Significantly reduce the memory leak as noted in BUGS section forscf2007-07-045-259/+622
* - Removes some incorrect error returns (errno was being overriden inrrs2007-07-021-4/+2
* Fix sbrk.S to use _end symbol the same way brk.s was fixed some timekan2007-06-271-2/+2
* Add missing semi-colon.mjacob2007-06-261-1/+1
* - Fix wrong error return (the errno was being returned and not placedrrs2007-06-251-10/+24
* - Fix incorrect error return on sctp_getaddrlenrrs2007-06-221-3/+3
* Clean up after previous commit: new sentence -> new line, no empty lines,brueffer2007-06-191-4/+6
* - Fix the signature of sctp_connectx to match the function and adds somerrs2007-06-191-2/+6
OpenPOWER on IntegriCloud