Age | Commit message (Expand) | Author |
2003-09-27 | Correct wording on -C option. | Ryan Thomas McBride |
2003-09-26 | better realloc. ok deraadt@ henning@ | Ted Unangst |
2003-09-26 | Typos: defintion -> definition, proccess -> process | Miod Vallat |
2003-09-26 | better realloc. ok deraadt@ | Ted Unangst |
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 | spacing | Theo de Raadt |
2003-09-26 | File args are optional. Document strings and \<newline><whitespace> in | Otto Moerbeek |
2003-09-26 | cleanup, and an ammendment from otto@; | Jason McIntyre |
2003-09-26 | no need to set the listen sockets to non-block; ok deraadt@ | Markus Friedl |
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 | Check strdup() return value, as pointed out by deraadt@ | Otto Moerbeek |
2003-09-26 | spacing | Theo de Raadt |
2003-09-26 | spacing | Theo de Raadt |
2003-09-26 | fix columns; sahara@surt.net | Theo de Raadt |
2003-09-26 | retry for ECONNABORTED too | Theo de Raadt |
2003-09-25 | Call fsync() _after_ tcsetattr() and pass tcsetattr the TCSASOFT | Todd C. Miller |
2003-09-25 | USD doc for bc(1) using the Caldera license. | Otto Moerbeek |
2003-09-25 | Makefile for bc(1). | Otto Moerbeek |
2003-09-25 | bc.library and bc.1 manual page using the Caldera license. | Otto Moerbeek |
2003-09-25 | A new, BSD licensed implementation of bc(1). | Otto Moerbeek |
2003-09-25 | - indent and literal for examples | Jason McIntyre |
2003-09-25 | - clarify "put" and "get" commands. This is based on a FreeBSD PR submitted | Jason McIntyre |
2003-09-25 | don't run out of bounds. fixes david's crash during regress. | Ted Unangst |
2003-09-24 | knf | Theo de Raadt |
2003-09-24 | fix automatic connection which is supposed to be done in put command; | Theo de Raadt |
2003-09-23 | move client only agent code to clientloop.c | Markus Friedl |
2003-09-23 | don't print trailing \0; bug #709; Robert.Dahlem@siemens.com | Markus Friedl |
2003-09-23 | replace fatal_cleanup() and linked list of fatal callbacks with static | Markus Friedl |
2003-09-22 | Fix read beyond end of buffer, found by mallocguard. ok deraadt@ espie@ | Dale Rahn |
2003-09-22 | canonical realloc | Vincent Labrecque |
2003-09-22 | fix leak on realloc failure | Vincent Labrecque |
2003-09-22 | Off-by-ones, from aaron@ | Miod Vallat |
2003-09-22 | Kill warnings. Add a note saying the current paper describes the | Otto Moerbeek |
2003-09-22 | Typo. | Otto Moerbeek |
2003-09-22 | Make registers contain zero initially. Needed for new bc(1) and original dc(1) | Otto Moerbeek |
2003-09-22 | remove my (incorrect) BUGS addition; | Jason McIntyre |
2003-09-22 | tweaks; | Jason McIntyre |
2003-09-21 | Replace err(1, "") with err(1, NULL) to avoid a warning; Andrey Matveev | Todd C. Miller |
2003-09-20 | Implement hardwareflow varable in tip(1) like Solaris and hf in /etc/remote. | Todd C. Miller |
2003-09-20 | Remove bogus comment. | Otto Moerbeek |
2003-09-19 | do not += snprintf; andrushock@korovino.net | Theo de Raadt |
2003-09-19 | spaces | Theo de Raadt |
2003-09-19 | blanks | Theo de Raadt |
2003-09-19 | Add missing copyright. | Otto Moerbeek |
2003-09-19 | spaces | Theo de Raadt |
2003-09-19 | Original USD.doc from 4.4 BSD, using the Caldera license. Needs cleanup. | Otto Moerbeek |
2003-09-19 | Man page based on 4.4 BSD man page, using the Caldera license. | Otto Moerbeek |