summaryrefslogtreecommitdiffstats
path: root/lib/libc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* typos;jmc2003-04-309-29/+29
|
* remove printf from static dlctl and dlerror stubs. Return -1 ifmarc2003-04-291-4/+2
| | | | | | dlctl called from a static prog. dlerror will display the proper error in if also called. -1 return suggested by drahn@ general ok from several others
* Change mquery() function call signature to be the same a mmap(). Itdrahn2003-04-281-4/+5
| | | | | | | | needs the prot/flags info and passing the addresses via arg/return allows it to be traced via ktrace better than an in/out paramter. This adds a new mquery syscall and renames the old one to omquery. New kernel _MUST_ be built, booted, and 'make includes' before building ld.so with this change.
* Remove note about POLLMSG. not used and not provided. ok millert@tedu2003-04-251-4/+1
|
* Make function declaration and man page match prototype. Closes PR 3236millert2003-04-252-11/+9
|
* backout mquery change, something broke when not combined with a different diff.drahn2003-04-251-5/+4
|
* Document hw.sensorsgrange2003-04-251-1/+6
|
* always widen the imputed netmask if it is narrower than the specified octets.henning2003-04-251-3/+3
| | | | | | | | | fixes a strange behaviour where inet_net_pton would always return 4 (bits) for multicast addresses no matter how many octets were specified. negotiated with Paul Vixie, original author of this function. ok millert@
* Document changes to mquery(2) function signature change, now the same as mmap(2)drahn2003-04-251-15/+17
|
* change mquery() function call signature to be the same a mmap(). Itdrahn2003-04-251-4/+5
| | | | | | | | needs the prot/flags info and passing the addresses via arg/return allows it to be traced via ktrace better than an in/out paramter. This adds a new mquery syscall and renames the old one to omquery. New kernel _MUST_ be built and installed before building ld.so with this change. ok millert@ tedu@
* Indent delay slot insnsjason2003-04-228-43/+43
|
* char * in prototypes should be const; Kamo Hiroyasumillert2003-04-221-4/+4
|
* Mention that stroul() et al *do* accept negative numbers, theymillert2003-04-211-1/+6
| | | | just (effectively) cast to unsigned. ho@ OK
* Close .Blmpech2003-04-211-1/+2
| | | | millert@
* Fix format odditiy in 'ERRORS' section, formats like mmap(2) manpage now.drahn2003-04-181-2/+2
|
* Document that mquery() returns EINVAL if request memory was not availabledrahn2003-04-181-5/+4
| | | | when MAP_FIXED is specified. ok tedu@
* fix typo; Julien Bordetmillert2003-04-171-2/+2
|
* ELF fixups, ELF PIC syscall support, asm changes as requested by assembler.drahn2003-04-1712-35/+84
|
* Warn people that the value of the pointer passed in to asprinf()millert2003-04-161-3/+8
| | | | | is implementation-specific when we get ENOMEM but mention that *we* set it to NULL.
* There are two related changes.art2003-04-144-5/+149
| | | | | | | | | | | | The first one is an mquery(2) syscall. It's for asking the VM system about where to map things. It will be used by ld.so, read the man page for details. The second change is related and is a centralization of uvm_map hint that all callers of uvm_map calculated. This will allow us to adjust this hint on architectures that have segments for non-exec mappings. deraadt@ drahn@ ok.
* Change copyright to a less restrictive ISC-style license to encouragemillert2003-04-123-68/+35
| | | | people to bundle this code.
* underfined -> undefined;jmc2003-04-121-2/+2
| | | | from Fabio Olive Leite;
* bindresvport() does not automatically select another port if themillert2003-04-111-30/+34
| | | | | | specified one is in use (closes PR 3192). While I am here, reorganize and clean up much of the wording. This now reads like a native speaker of English wrote it.
* make the second example valid; ok millert@jsyn2003-04-101-3/+4
|
* makeing local table static saves some bytes; idea from mickey@markus2003-04-091-2/+2
|
* Xr to strlcpy and strlcat more; ok millertderaadt2003-04-075-8/+13
|
* string handling; ok millertderaadt2003-04-061-14/+21
|
* fix typo, bad tdeval; pt out by emmf26@umr.edupvalchev2003-04-051-2/+2
|
* add a size parameter to doabbr(), and converttdeval2003-04-051-15/+21
| | | | | strcpy/sprintf -> strlcpy/snprintf. ok tedu@, krw@; help from deraadt@, millert@
* sprintf -> snprintftdeval2003-04-051-6/+12
| | | | ok tedu@, hints deraadt@, millert@
* strcpy/strcat -> strlcpy/strlcattdeval2003-04-053-9/+9
| | | | ok tedu@, hints by deraadt@ and millert@
* strcat -> strlcathin2003-04-041-3/+3
| | | | ok deraadt@ tedu@ tdeval@
* exceeds -> exceedes;jmc2003-04-031-2/+2
| | | | from Pedro Bastos (thanks)
* Use snprintf instead of a strcpy(), strncat() and strcat() sequencemillert2003-04-021-5/+4
| | | | deraadt@ OK
* fifo -> FIFOjmc2003-04-026-24/+24
| | | | ok millert@
* nfs -> NFSjmc2003-04-021-4/+4
|
* use strlcpy(); assumes buf is at least ndigit bytes long which is asmillert2003-04-021-4/+7
| | | | safe as we can get. deraadt@ OK
* Rewritten setuserpath() that is much clearer and uses strlcpy()millert2003-03-311-43/+68
| | | | for added paranoia. tdeval@ and mpech@ OK
* F_[GS]ETFL deal with file status flags, not descriptor status flags.millert2003-03-281-3/+7
| | | | Closes PR 3172
* Ip -> IP;jmc2003-03-281-2/+2
| | | | ok miod@
* spelling typos/errorsdavid2003-03-181-2/+2
| | | | ok miod@ jmc@
* duplicate words: and and, the thedavid2003-03-181-2/+2
| | | | ok miod@ jmc@
* mention namelen in DESCRIPTIONmillert2003-03-182-2/+10
|
* Do not capitalize "Indicates" as it does not start the sentencemillert2003-03-182-4/+4
|
* If hostname != NULL, hostname is not a numeric string, and AI_NUMERICHOSTjason2003-03-171-3/+3
| | | | is set, return EAI_NONAME like RFC2553 specifies. millert/itojun ok.
* some small typos;jmc2003-03-175-11/+11
|
* ANSI function headersmillert2003-03-142-12/+6
|
* a few more strlcy; ok from beck & hoderaadt2003-03-135-17/+19
|
* add some notes about nosuid mounted file systems. suggested by deraadt@tedu2003-03-101-1/+5
| | | | ok deraadt@ millert@
* duplicate words and spelling fixes in commentsdavid2003-03-104-10/+10
| | | | ok miod@