summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-09-26- smaller list widthJason McIntyre
2003-09-26better realloc. ok deraadt@Ted Unangst
2003-09-26- kill some bad .Xr's that were messing postscript outputJason McIntyre
2003-09-26minor tweaks as i fail to find real bugsTheo de Raadt
2003-09-26incorrect indentTheo de Raadt
2003-09-26make usage match man pageTheo de Raadt
2003-09-26Death to bitfields, this time "struct psr".Miod Vallat
2003-09-26spacingTheo de Raadt
2003-09-26check strdup for error. based on report from Jared Yanovich. ok deraadt@Ted Unangst
2003-09-26select to pollMichael Shalayeff
2003-09-26put 64bit macros/functions documentation back.Federico G. Schwindt
2003-09-26avoid strdup. and, while at it, fix a file leak at sigexit time spottedTheo de Raadt
2003-09-26use ereallocTheo de Raadt
2003-09-26use emalloc and watch for strdup failureTheo de Raadt
2003-09-26use emallocTheo de Raadt
2003-09-26No need to include non-standard machine/endian.h header sinceTodd C. Miller
2003-09-26for %#s, # is the amount of input string, not the amount of output string.Theo de Raadt
2003-09-26Walking up to a firewall box which had the console logged in, to seeTheo de Raadt
2003-09-26check strdup failure; ok anil millertTheo de Raadt
2003-09-26can free(NULL)Theo de Raadt
2003-09-26Fix off-by-ones in format string for 's' specifier; millert@, deraadt@ okAaron Campbell
2003-09-26syncOtto Moerbeek
2003-09-26free(NULL) works; jjy2+@pitt.eduTheo de Raadt
2003-09-26correct scanf sizes; anil aaron okTheo de Raadt
2003-09-26add bounds to sscanf, millert@Anil Madhavapeddy
2003-09-26Move statistics counters from individual pf_test_<proto>() andRyan Thomas McBride
2003-09-26File args are optional. Document strings and \<newline><whitespace> inOtto Moerbeek
2003-09-26don't listen to INADDR_ANY if Listen-on is specified.Cedric Berger
2003-09-26cleanup, and an ammendment from otto@;Jason McIntyre
2003-09-26off by one in fscanf; from aaron@Anil Madhavapeddy
2003-09-26.Xr mount_ntfs;Jason McIntyre
2003-09-26<> -> .Aq;Jason McIntyre
2003-09-26no need to set the listen sockets to non-block; ok deraadt@Markus Friedl
2003-09-26Enable dc(1) and bc(1) regressionsOtto Moerbeek
2003-09-26Disable bc (and dc).Otto Moerbeek
2003-09-26Enable new bc(1) and dc(1).Otto Moerbeek
2003-09-26Add a line saying we should conform to Posix. Also warn we do not haveOtto Moerbeek
2003-09-26erm, committing to teh right repository helps sometimes.Henning Brauer
2003-09-26Check strdup() return value, as pointed out by deraadt@Otto Moerbeek
2003-09-26realloc tuning; pvalchev okTheo de Raadt
2003-09-26spacingTheo de Raadt
2003-09-26spacingTheo de Raadt
2003-09-26RegenMiod Vallat
2003-09-26Add majors and devsw entries for the missing scsi devices on mvme*8k.Miod Vallat
2003-09-26regenMichael Shalayeff
2003-09-26fix buffer size; leonard+gnats@itee.uq.edu.auTheo de Raadt
2003-09-26fix columns; sahara@surt.netTheo de Raadt
2003-09-26realloc fixes; ok deraadt millertPeter Valchev
2003-09-26It is safe to pass free() a NULL pointer since C89; update example toTodd C. Miller
2003-09-26make accept failures not globally fatal.Bob Beck