summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2003-10-01.Xr compress 3 and a typo;Jason McIntyre
2003-10-01tweak;Jason McIntyre
ok otto@
2003-10-01handle failed strdup; reported by jjy2+@pitt.eduTheo de Raadt
2003-09-30parse elf now; help from millertMichael Shalayeff
2003-09-30Make sure strings and error messages sent to dc(1) properly escape [, ] and \.Otto Moerbeek
2003-09-30Teach dc(1) how to read strings with unbalanced braces by introducingOtto Moerbeek
backslash as an escape char. This is needed for bc(1), which is required by Posix to handle strings with brackets in them.
2003-09-30Flush stdout after P operator. Improves interaction with bc(1).Otto Moerbeek
2003-09-29GSSAPICleanupCreds -> GSSAPICleanupCredentialsMarkus Friedl
2003-09-29knfTheo de Raadt
2003-09-29realloc fix; ok henning cloderTheo de Raadt
2003-09-29- add list of options to -o and .Xr ssh_config(5)Jason McIntyre
- some other cleanup requested by deraadt@; ok deraadt@ markus@
2003-09-29- add some indent and spacingJason McIntyre
- punctuation fixes - update SEE ALSO
2003-09-29correction to SYNOPSIS and usage(): host argument must be specifiedJason McIntyre
if using port argument; from simon@freebsd
2003-09-29avaliable -> availableMiod Vallat
2003-09-29Implement (undocumented) dot shorthand, which was missing.Otto Moerbeek
Spotted by millert@.
2003-09-28realloc cleanupOtto Moerbeek
2003-09-28Free memory after a failing realloc.Otto Moerbeek
2003-09-28Fix error check for array store operator.Otto Moerbeek
2003-09-28Better error hanndling:Otto Moerbeek
- skip current line on syntax error - detect EOF in strings and comments - report correct line number in above case - more consistent warning and errors ok henning@
2003-09-28realloc(3) cleanup.Otto Moerbeek
ok cloder@ tedu@
2003-09-28Fix function return types. Unbreaks sparc64 compilation. Spotted byOtto Moerbeek
sturm@. ok deraadt@ sturm@ henning@
2003-09-27Correct wording on -C option.Ryan Thomas McBride
ok jmc@
2003-09-26better realloc. ok deraadt@ henning@Ted Unangst
2003-09-26Typos: defintion -> definition, proccess -> processMiod Vallat
There are more occurences hiding in binutils, lynx and afs but I am too lazy to report them upstream at the moment.
2003-09-26better realloc. ok deraadt@Ted Unangst
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-26spacingTheo de Raadt
2003-09-26File args are optional. Document strings and \<newline><whitespace> inOtto Moerbeek
numbers. ok jmc@
2003-09-26cleanup, and an ammendment from otto@;Jason McIntyre
2003-09-26no need to set the listen sockets to non-block; ok deraadt@Markus Friedl
2003-09-26Enable new bc(1) and dc(1).Otto Moerbeek
ok deraadt@
2003-09-26Add a line saying we should conform to Posix. Also warn we do not haveOtto Moerbeek
non-portable extensions from GNU bc(1).
2003-09-26Check strdup() return value, as pointed out by deraadt@Otto Moerbeek
2003-09-26spacingTheo de Raadt
2003-09-26spacingTheo de Raadt
2003-09-26fix columns; sahara@surt.netTheo de Raadt
2003-09-26retry for ECONNABORTED tooTheo de Raadt
2003-09-25Call fsync() _after_ tcsetattr() and pass tcsetattr the TCSASOFTTodd C. Miller
flag. Seems to help the occasional problem with messed up terminal input after suspending less.
2003-09-25USD doc for bc(1) using the Caldera license.Otto Moerbeek
ok deraadt@
2003-09-25Makefile for bc(1).Otto Moerbeek
ok deraadt@
2003-09-25bc.library and bc.1 manual page using the Caldera license.Otto Moerbeek
ok deraadt@
2003-09-25A new, BSD licensed implementation of bc(1).Otto Moerbeek
ok deraadt@
2003-09-25- indent and literal for examplesJason McIntyre
- sort FILES - .Xr weekly 8
2003-09-25- clarify "put" and "get" commands. This is based on a FreeBSD PR submittedJason McIntyre
by Gary W. Swearingen and fixed by Simon L. Nielsen in rev. 1.15; - some other small clarifications to the man page - sync usage()'s with the man page
2003-09-25don't run out of bounds. fixes david's crash during regress.Ted Unangst
ok david deraadt millert
2003-09-24knfTheo de Raadt
2003-09-24fix automatic connection which is supposed to be done in put command;Theo de Raadt
found by jmc, fixed by me
2003-09-23move client only agent code to clientloop.cMarkus Friedl