summaryrefslogtreecommitdiffstats
path: root/lib/libc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* add an ENVIRONMENT section for TMPDIR;jmc2007-01-291-1/+15
| | | | | | from freebsd pr# 108346, from Anton Yuzhaninov much tweaked by otto and myself;
* Move paragraphs unrelated to bfname out of this list item.bluhm2007-01-251-2/+2
| | | | ok millert jmc
* Fix potential int overflow for printf(3) when passing in very largemillert2007-01-161-13/+50
| | | | values for the field width. Adapted from a diff by Christian Biere.
* sync with the code: int -> intmax_tsteven2007-01-161-3/+3
| | | | ok jmc@
* advertising clauses that can be droppedderaadt2007-01-081-6/+2
|
* fix mem leak, from NetBSD; ok miod@ kettenis@otto2007-01-081-1/+4
|
* RFC4291 declares that IPv6 numeric representation must have no more thanitojun2006-12-301-3/+8
| | | | 4 hex digits between colons. deraadt ok
* reword a sentence and kill some trailing whitespace;jmc2006-12-281-8/+8
|
* please gccderaadt2006-12-231-1/+2
|
* adapt to new two-level sensor sysctl framework; by Constantine A. Mureninderaadt2006-12-231-3/+16
|
* make more correct and less confusing; noted by David Madore;otto2006-12-212-9/+20
| | | | ok jmc@ deraadt@
* a failed mmap returns MAP_FAILED, not NULL. found while exercising paxotto2006-12-191-3/+3
| | | | in low-mem conditions; ok dim@
* Nuke GEMDOSFS. Unused part of unused atari port. Simplifieskrw2006-12-151-2/+1
| | | | | | | | MSDOSFS code. Eliminates -G option to mount_msdos. Nit detection by gwk@, tom@, jmc@. ok weingart@ tom@ thib@ dlg@ deraadt@
* tweak the text on deprecated functions, after some help from tom;jmc2006-12-092-12/+14
|
* various tweaks;jmc2006-12-091-18/+17
|
* various tweaks; my apologies to itojun for forgetting tojmc2006-12-091-26/+28
| | | | send him feedback for these
* switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).itojun2006-12-098-6/+972
| | | | | | | | | | the kernel still handles RFC2292 set/getsockopts, so that compiled binary has no trouble running. userland sees RFC3542 symbols only on header file so new code has to use RFC3542 API. bump libc shlib minor for function additions. tested on i386/amd64 by jmc, i386 by brad. checked by deraadt.
* return is not a function. (cosmetic)itojun2006-12-081-28/+28
|
* confstr() should return 0, not (size_t)-1, on errors; from Guy Harris.otto2006-12-042-6/+6
| | | | ok millert@ and jmc@ for the man page bit.
* try first mmap() allocation at pagesize, no need to re-mmap at every powerderaadt2006-11-261-1/+4
| | | | of 2 from 16 to pagesize(); ok otto
* introduce sysctl net.inet6.ip6.multicast_mtudisc (for multicast routers).itojun2006-11-211-1/+9
| | | | deraadt ok. manpage nit by jmc.
* change semantics of ff01::/16 to interface local multicastitojun2006-11-172-5/+6
| | | | | | (to sync up with more recent IPv6 spec) ok from: deraadt mcbride
* Adjust ktrace(2) man page to recent changes in struct ktr_header.moritz2006-11-141-3/+3
| | | | OK tedu@
* Do not use fpu in the softfloat case. Fixes lib/libc/ieeefp/roundotto2006-11-141-1/+5
| | | | regress test; ok miod@
* missing ;otto2006-11-131-2/+2
|
* fix infinity, taking into account endianess. ok drahn@ miod@otto2006-11-121-2/+6
|
* bump minor, for void set_rpc_maxgrouplist(int);grunk2006-11-101-1/+1
| | | | ok deraadt@
* add void set_rpc_maxgrouplist(int), to be able to make mount_nfs -ggrunk2006-11-103-3/+32
| | | | | | working again. help from millert@, ok deraadt@ pedro@
* Load the syscall number into the scratch register (r12) so that we dontdrahn2006-11-071-1/+3
| | | | need the copyin.
* Build the correct arch softfloat code.drahn2006-11-071-2/+2
|
* forgot to commit the new files for sh softfloat support.drahn2006-11-073-0/+147
|
* Move (back) to softfloat on sh for now.drahn2006-11-063-6/+19
|
* Copy MI softfloat bits from arm to here, so that they can be shared.drahn2006-11-0629-0/+7216
|
* Dont double fork, and since the assembles the same, use -1, instead of 0xffdrahn2006-11-031-6/+2
| | | | to subtract one.
* columns for underflow and overflow were swapped, noticed by Mathieu Oliviergrunk2006-11-021-2/+2
| | | | | | <molivier at users dot sourceforge dot net> ok jmc@ mickey@
* +.Xr fhstat 2jmc2006-10-311-1/+3
| | | | | from mjf@netbsd -r.1.21 ok otto
* must pull in sys/types.h unconditionaly, because it is needed my pthreadsderaadt2006-10-301-2/+2
| | | | includes used a bit later (for instance on the vax)
* suceed -> succeed; from chad doughertyjmc2006-10-301-2/+2
|
* make __dtoa & strtod() thread-safe useing the same method as newer gdtoaderaadt2006-10-294-40/+100
| | | | | codebase. tested mostly by ckuethe and myself. __dtoa() use now requires a call to __freedtoa()
* various fixes from wiz@netbsdjmc2006-10-261-7/+7
|
* evil AF_ISO and AF_NS references were hiding here, but we'll hunt 'em all down!henning2006-10-241-3/+1
|
* add rthread syscalls and bump minor.tedu2006-10-242-3/+4
| | | | | | rthreads are hardly done, but if just trying it out is too much of a hassle, we'll never make more progress. ok brad marc marco mbalmer
* respond to ben hawkes's ruxcon presentation.tedu2006-10-241-61/+125
| | | | | | | | | | | | | create special allocators for pginfo and pgfree structs instead of imalloc. this keeps them separated from application memory. for chunks, to prevent deterministic reuse, keep a small array and swizzle the to be freed chunk with a random previously freed chunk. this last bit only for chunks because keeping arbitrarily large regions of pages around may cause out of memory issues (and pages are, to some extent, returned in random order). all changes enabled by default. thanks to ben for pointing out these issues. ok tech@
* remove calls to abort(3) that can't happen anyway; fromotto2006-10-211-11/+1
| | | | <bret dot lambert at gmail.com>; ok millert@ deraadt@
* s/ip/ip6/mcbride2006-10-161-2/+2
|
* Document net.inet.ip.multipath and net.inet6.ip6.multipath.mcbride2006-10-161-1/+12
|
* mark up `>';jmc2006-10-151-3/+3
|
* Add a CAVEAT section that describes how to properly trim a newline fromcloder2006-10-141-10/+41
| | | | | a string, being careful to deal with 0-length strings. Help and input from jmc, ok deraadt
* Make fgets description much clearer with respect to its exact behavior.cloder2006-10-141-7/+9
| | | | OK and input from deraadt, jmc, millert.
* freebsd -r1.21:jmc2006-10-141-3/+5
| | | | | | | | | | | Document what "msgsz" argument really denotes; from brian candler (freebsd pr #101145) Don't say that "msgsz" can be less than 0, it cannot as it's unsigned (POSIX has the same bug); from ru@freebsd ok millert deraadt