Age | Commit message (Expand) | Author |
2003-09-26 | use erealloc | Theo de Raadt |
2003-09-26 | use emalloc and watch for strdup failure | Theo de Raadt |
2003-09-26 | use emalloc | Theo de Raadt |
2003-09-26 | No need to include non-standard machine/endian.h header since | Todd C. Miller |
2003-09-26 | for %#s, # is the amount of input string, not the amount of output string. | Theo de Raadt |
2003-09-26 | Walking up to a firewall box which had the console logged in, to see | Theo de Raadt |
2003-09-26 | check strdup failure; ok anil millert | Theo de Raadt |
2003-09-26 | can free(NULL) | Theo de Raadt |
2003-09-26 | Fix off-by-ones in format string for 's' specifier; millert@, deraadt@ ok | Aaron Campbell |
2003-09-26 | sync | Otto Moerbeek |
2003-09-26 | free(NULL) works; jjy2+@pitt.edu | Theo de Raadt |
2003-09-26 | correct scanf sizes; anil aaron ok | Theo de Raadt |
2003-09-26 | add bounds to sscanf, millert@ | Anil Madhavapeddy |
2003-09-26 | Move statistics counters from individual pf_test_<proto>() and | Ryan Thomas McBride |
2003-09-26 | File args are optional. Document strings and \<newline><whitespace> in | Otto Moerbeek |
2003-09-26 | don't listen to INADDR_ANY if Listen-on is specified. | Cedric Berger |
2003-09-26 | cleanup, and an ammendment from otto@; | Jason McIntyre |
2003-09-26 | off by one in fscanf; from aaron@ | Anil Madhavapeddy |
2003-09-26 | .Xr mount_ntfs; | Jason McIntyre |
2003-09-26 | <> -> .Aq; | Jason McIntyre |
2003-09-26 | no need to set the listen sockets to non-block; ok deraadt@ | Markus Friedl |
2003-09-26 | Enable dc(1) and bc(1) regressions | Otto Moerbeek |
2003-09-26 | Disable bc (and dc). | Otto Moerbeek |
2003-09-26 | Enable new bc(1) and dc(1). | Otto Moerbeek |
2003-09-26 | Add a line saying we should conform to Posix. Also warn we do not have | Otto Moerbeek |
2003-09-26 | erm, committing to teh right repository helps sometimes. | Henning Brauer |
2003-09-26 | Check strdup() return value, as pointed out by deraadt@ | Otto Moerbeek |
2003-09-26 | realloc tuning; pvalchev ok | Theo de Raadt |
2003-09-26 | spacing | Theo de Raadt |
2003-09-26 | spacing | Theo de Raadt |
2003-09-26 | Regen | Miod Vallat |
2003-09-26 | Add majors and devsw entries for the missing scsi devices on mvme*8k. | Miod Vallat |
2003-09-26 | regen | Michael Shalayeff |
2003-09-26 | fix buffer size; leonard+gnats@itee.uq.edu.au | Theo de Raadt |
2003-09-26 | fix columns; sahara@surt.net | Theo de Raadt |
2003-09-26 | realloc fixes; ok deraadt millert | Peter Valchev |
2003-09-26 | It is safe to pass free() a NULL pointer since C89; update example to | Todd C. Miller |
2003-09-26 | make accept failures not globally fatal. | Bob Beck |
2003-09-26 | retry for ECONNABORTED too | Theo de Raadt |
2003-09-26 | better mtd comment; from form@ | Michael Shalayeff |
2003-09-26 | spelling, from jolan, and ispell. | Bob Beck |
2003-09-26 | realloc properly; ok jason | Theo de Raadt |
2003-09-26 | 7955/7596 rng works (it's just like the 7951, actually) | Jason Wright |
2003-09-26 | Add recipes fortune file. Start with the Hackathon barbeque recipes | Bob Beck |
2003-09-26 | use a much more random salt; prompted by ast@domdv.de | Theo de Raadt |
2003-09-26 | free(NULL) allowed | Theo de Raadt |
2003-09-26 | reading the record skip the remainder of data we do not need. we are still sc... | Michael Shalayeff |
2003-09-26 | free(NULL) is valid | Theo de Raadt |
2003-09-26 | missed a file | Michael Shalayeff |
2003-09-26 | Fix typo: 'Which disk do you wish to initialize??' -> '... initialize?'. | Kenneth R Westerback |