Age | Commit message (Expand) | Author |
2003-09-26 | - smaller list width | Jason McIntyre |
2003-09-26 | better realloc. ok deraadt@ | Ted Unangst |
2003-09-26 | - kill some bad .Xr's that were messing postscript output | Jason McIntyre |
2003-09-26 | minor tweaks as i fail to find real bugs | Theo de Raadt |
2003-09-26 | incorrect indent | Theo de Raadt |
2003-09-26 | make usage match man page | Theo de Raadt |
2003-09-26 | Death to bitfields, this time "struct psr". | Miod Vallat |
2003-09-26 | spacing | Theo de Raadt |
2003-09-26 | check strdup for error. based on report from Jared Yanovich. ok deraadt@ | Ted Unangst |
2003-09-26 | select to poll | Michael Shalayeff |
2003-09-26 | put 64bit macros/functions documentation back. | Federico G. Schwindt |
2003-09-26 | avoid strdup. and, while at it, fix a file leak at sigexit time spotted | Theo de Raadt |
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 |