summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
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
2003-09-23don't print trailing \0; bug #709; Robert.Dahlem@siemens.comMarkus Friedl
ok millert/deraadt@
2003-09-23replace fatal_cleanup() and linked list of fatal callbacks with staticMarkus Friedl
cleanup_exit() function. re-refine cleanup_exit() where appropriate, allocate sshd's authctxt eary to allow simpler cleanup in sshd. tested by many, ok deraadt@
2003-09-22Fix read beyond end of buffer, found by mallocguard. ok deraadt@ espie@Dale Rahn
2003-09-22canonical reallocVincent Labrecque
ok tedu henning
2003-09-22fix leak on realloc failureVincent Labrecque
ok henning tedu
2003-09-22Off-by-ones, from aaron@Miod Vallat
2003-09-22Kill warnings. Add a note saying the current paper describes theOtto Moerbeek
historical implementation, not the current one. At some point in time, I'll try to describe the current implementation. ok jmc@
2003-09-22Typo.Otto Moerbeek
2003-09-22Make registers contain zero initially. Needed for new bc(1) and original dc(1)Otto Moerbeek
compatible.
2003-09-22remove my (incorrect) BUGS addition;Jason McIntyre
from tholo@
2003-09-22tweaks;Jason McIntyre
ok otto@
2003-09-21Replace err(1, "") with err(1, NULL) to avoid a warning; Andrey MatveevTodd C. Miller
2003-09-20Implement hardwareflow varable in tip(1) like Solaris and hf in /etc/remote.Todd C. Miller
Based on PR 3411 from Matthew Gream Also document "tandem" variable (XON/XOFF) in tip man page.
2003-09-20Remove bogus comment.Otto Moerbeek
2003-09-19do not += snprintf; andrushock@korovino.netTheo de Raadt
2003-09-19spacesTheo de Raadt
2003-09-19blanksTheo de Raadt
2003-09-19Add missing copyright.Otto Moerbeek