Age | Commit message (Expand) | Author |
2003-04-17 | picky assembler warning cleanups | Dale Rahn |
2003-04-17 | ELF fixups, ELF PIC syscall support, asm changes as requested by assembler. | Dale Rahn |
2003-04-17 | i386 startup code for ELF. based on newer version of NetBSD code. | Dale Rahn |
2003-04-16 | Warn people that the value of the pointer passed in to asprinf() | Todd C. Miller |
2003-04-14 | when libc/shlib_version says you need to crank this one too, DO NOT IGNORE | Theo de Raadt |
2003-04-14 | standalone/stand alone -> stand-alone; | Jason McIntyre |
2003-04-14 | There are two related changes. | Artur Grabowski |
2003-04-13 | try to use the X Window System, X11 or XFree86 consistently. | Jason McIntyre |
2003-04-12 | Change copyright to a less restrictive ISC-style license to encourage | Todd C. Miller |
2003-04-12 | underfined -> undefined; | Jason McIntyre |
2003-04-11 | bindresvport() does not automatically select another port if the | Todd C. Miller |
2003-04-10 | make the second example valid; ok millert@ | Jason Peel |
2003-04-09 | makeing local table static saves some bytes; idea from mickey@ | Markus Friedl |
2003-04-08 | remove printf("bar\n"); | Markus Friedl |
2003-04-08 | invalid mdoc macros | David Krause |
2003-04-07 | Xr to strlcpy and strlcat more; ok millert | Theo de Raadt |
2003-04-06 | sprintf->snprintf. deraadt@ suggestions and ok | Hakan Olsson |
2003-04-06 | string handling; ok millert | Theo de Raadt |
2003-04-05 | sprintf->snprintf | Marc Espie |
2003-04-05 | strlcpy | Marc Espie |
2003-04-05 | Trivial sprintf() -> snprintf() changes. ok deraadt@ | Hakan Olsson |
2003-04-05 | fix typo, bad tdeval; pt out by emmf26@umr.edu | Peter Valchev |
2003-04-05 | sprintf -> snprintf | Thierry Deval |
2003-04-05 | add a size parameter to doabbr(), and convert | Thierry Deval |
2003-04-05 | sprintf -> snprintf | Thierry Deval |
2003-04-05 | strcpy/strcat -> strlcpy/strlcat | Thierry Deval |
2003-04-04 | strcpy -> strlcpy | Thierry Deval |
2003-04-04 | strcat -> strlcat | Hans Insulander |
2003-04-04 | use strlcpy/snprintf; deraadt@ OK | Todd C. Miller |
2003-04-04 | oops | Theo de Raadt |
2003-04-04 | incorrect bounds limit; spotted by ho | Theo de Raadt |
2003-04-04 | more strcpy & sprintf murder; ho ok | Theo de Raadt |
2003-04-04 | change sectok_fmt_fid() to accept a size_t for the pathname length; | Theo de Raadt |
2003-04-03 | exceeds -> exceedes; | Jason McIntyre |
2003-04-03 | Correct off-by-one error in previous commit. millert@ ok. | Hakan Olsson |
2003-04-03 | Use snprintf() and strlcpy() throughout. | Todd C. Miller |
2003-04-03 | str{cat,cpy}/sprintf cleanup. markus@, deraadt@ ok | Hakan Olsson |
2003-04-03 | strcpy -> strlcpy | Hans Insulander |
2003-04-03 | Remove crypt macro, it conflicts with unistd.h | Hans Insulander |
2003-04-03 | rfc -> RFC | Jason McIntyre |
2003-04-02 | Use snprintf instead of sprintf; deraadt@ OK | Todd C. Miller |
2003-04-02 | the obvious simple snprintf changes | Theo de Raadt |
2003-04-02 | use strlcpy; millert ok | Theo de Raadt |
2003-04-02 | Use snprintf instead of a strcpy(), strncat() and strcat() sequence | Todd C. Miller |
2003-04-02 | fifo -> FIFO | Jason McIntyre |
2003-04-02 | nfs -> NFS | Jason McIntyre |
2003-04-02 | use strlcpy(); assumes buf is at least ndigit bytes long which is as | Todd C. Miller |
2003-04-02 | knf | Theo de Raadt |
2003-04-01 | Throw an error if the username field is empty; noticed by mpech@ | Todd C. Miller |
2003-03-31 | add a newline at end of file. gcc3 rightfully complains if the file | Bruno Rohee |