summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2003-04-19- kill unused varAnil Madhavapeddy
- sscanf format string should scan for u_short not u_int - some missing includes - convert u_short -> in_port_t (from millert) ok millert@
2003-04-18Fix format odditiy in 'ERRORS' section, formats like mmap(2) manpage now.Dale Rahn
2003-04-18Document that mquery() returns EINVAL if request memory was not availableDale Rahn
when MAP_FIXED is specified. ok tedu@
2003-04-17fix typo; Julien BordetTodd C. Miller
2003-04-17picky assembler warning cleanupsDale Rahn
2003-04-17ELF fixups, ELF PIC syscall support, asm changes as requested by assembler.Dale Rahn
2003-04-17i386 startup code for ELF. based on newer version of NetBSD code.Dale Rahn
2003-04-16Warn people that the value of the pointer passed in to asprinf()Todd C. Miller
is implementation-specific when we get ENOMEM but mention that *we* set it to NULL.
2003-04-14when libc/shlib_version says you need to crank this one too, DO NOT IGNORETheo de Raadt
THAT ADVICE -- IT IS THERE FOR A REASON
2003-04-14standalone/stand alone -> stand-alone;Jason McIntyre
from NetBSD (Igor Sobrado); httpd stuff passed to apache people; ok millert@
2003-04-14There are two related changes.Artur Grabowski
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.
2003-04-13try to use the X Window System, X11 or XFree86 consistently.Jason McIntyre
diffs from Paul Weismann, via mickey@ aided, abetted and ok'd matthieu@
2003-04-12Change copyright to a less restrictive ISC-style license to encourageTodd C. Miller
people to bundle this code.
2003-04-12underfined -> undefined;Jason McIntyre
from Fabio Olive Leite;
2003-04-11bindresvport() does not automatically select another port if theTodd C. Miller
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.
2003-04-10make the second example valid; ok millert@Jason Peel
2003-04-09makeing local table static saves some bytes; idea from mickey@Markus Friedl
2003-04-08remove printf("bar\n");Markus Friedl
2003-04-08invalid mdoc macrosDavid Krause
caused words to disappear from the output ok jmc@ a while ago
2003-04-07Xr to strlcpy and strlcat more; ok millertTheo de Raadt
2003-04-06sprintf->snprintf. deraadt@ suggestions and okHakan Olsson
2003-04-06string handling; ok millertTheo de Raadt
2003-04-05sprintf->snprintfMarc Espie
2003-04-05strlcpyMarc Espie
2003-04-05Trivial sprintf() -> snprintf() changes. ok deraadt@Hakan Olsson
2003-04-05fix typo, bad tdeval; pt out by emmf26@umr.eduPeter Valchev
2003-04-05sprintf -> snprintfThierry Deval
ok tedu@, krw@; hints deraadt@, millert@
2003-04-05add a size parameter to doabbr(), and convertThierry Deval
strcpy/sprintf -> strlcpy/snprintf. ok tedu@, krw@; help from deraadt@, millert@
2003-04-05sprintf -> snprintfThierry Deval
ok tedu@, hints deraadt@, millert@
2003-04-05strcpy/strcat -> strlcpy/strlcatThierry Deval
ok tedu@, hints by deraadt@ and millert@
2003-04-04strcpy -> strlcpyThierry Deval
ok deraadt@
2003-04-04strcat -> strlcatHans Insulander
ok deraadt@ tedu@ tdeval@
2003-04-04use strlcpy/snprintf; deraadt@ OKTodd C. Miller
2003-04-04oopsTheo de Raadt
2003-04-04incorrect bounds limit; spotted by hoTheo de Raadt
2003-04-04more strcpy & sprintf murder; ho okTheo de Raadt
2003-04-04change sectok_fmt_fid() to accept a size_t for the pathname length;Theo de Raadt
must crank major, and update utils that use it
2003-04-03exceeds -> exceedes;Jason McIntyre
from Pedro Bastos (thanks)
2003-04-03Correct off-by-one error in previous commit. millert@ ok.Hakan Olsson
2003-04-03Use snprintf() and strlcpy() throughout.Todd C. Miller
2003-04-03str{cat,cpy}/sprintf cleanup. markus@, deraadt@ okHakan Olsson
2003-04-03strcpy -> strlcpyHans Insulander
ok millert@
2003-04-03Remove crypt macro, it conflicts with unistd.hHans Insulander
ok markus@
2003-04-03rfc -> RFCJason McIntyre
implenented -> implemented
2003-04-02Use snprintf instead of sprintf; deraadt@ OKTodd C. Miller
2003-04-02the obvious simple snprintf changesTheo de Raadt
2003-04-02use strlcpy; millert okTheo de Raadt
2003-04-02Use snprintf instead of a strcpy(), strncat() and strcat() sequenceTodd C. Miller
deraadt@ OK
2003-04-02fifo -> FIFOJason McIntyre
ok millert@
2003-04-02nfs -> NFSJason McIntyre