/
nerfur
/
openbsd-src
ОбзорДокументацияВойти
/
nerfur
/
openbsd-src
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
openbsd-src/
bin/csh/
..
USD.doc

spelling fixes; from Daniel Dickman

16 лет назад
Makefile

remove misc. depend and yacc nits that no longer matter. okay millert@

9 лет назад
alloc.c

Restore the xmalloc(), xcalloc(), xreallocarray() and xstrdup() changes. OK deraadt@

8 лет назад
char.c

Clean up cruft made visible by the NLS unifdefing: * remove setlocale() calls * remove write-only variable AsciiOnly * remove now unused string constants STRLANG, STRLC_CTYPE * remove hardcoded support for ISO8859-1

11 лет назад
char.h

unifdef BUILTIN (unused), NLS (always set), SHORT_STRINGS (always set) and remove a few unused defines; no binary changes; ok tedu@ zhuk@

11 лет назад
const.c

Include hostname in shell prompts by default

9 лет назад
csh.1

escape "An" in a %T call, so groff does not flag it as an error;

3 года назад
csh.c

block SIGHUP in the same places where SIGCHLD is blocked to protect the process lists, because the SIGHUP handler looks at them (and it is very difficult to rewrite the that handler a different way) ok millert

2 года назад
csh.h

Fix multiple variable definitions to avoid errors with -fno-common.

6 лет назад
dir.c

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
dir.h

Fix multiple variable definitions to avoid errors with -fno-common.

6 лет назад
dol.c

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
error.c

Restore the xmalloc(), xcalloc(), xreallocarray() and xstrdup() changes. OK deraadt@

8 лет назад
exec.c

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
exp.c

backout last week of csh diffs. They are disasterously broken, on i386 it becomes entirely unusable.

8 лет назад
extern.h

remove prototypes with no matching function and externs with no var partly checked by millert@

2 года назад
file.c

I observed "csh i < file-containing-^T" to hit tenex(), which proceeds to perform tty(4) ioctl operations against a non-tty. That is a pledge violation, you can only do a subset of tty(4) ioctl against a fd which references a tty device. Sidestep this problem if the input descriptor is not a tty ok anton millert

6 лет назад
func.c

correct indentation; no functional change ok tb@

2 года назад
glob.c

blkfree() takes no action for NULL pointer so callers can avoid checking.

8 лет назад
hist.c

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
init.c

Kill the alloc command, which tried to measure behaviour based on sbrk. Discussed with guenther.

12 лет назад
lex.c

When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.

7 лет назад
misc.c

Fix some minor issues found by coverity.

8 лет назад
parse.c

Fix some minor issues found by coverity.

8 лет назад
pathnames.h

Remove the advertising clause in the UCB license which Berkeley rescinded 22 July 1999. Proofed by myself and Theo.

23 года назад
proc.c

block SIGHUP in the same places where SIGCHLD is blocked to protect the process lists, because the SIGHUP handler looks at them (and it is very difficult to rewrite the that handler a different way) ok millert

2 года назад
proc.h

Fix multiple variable definitions to avoid errors with -fno-common.

6 лет назад
sem.c

Now that we have dup2(), csh can use it instead of close()+dup(). Also, as used here, dup/dup2 will clear the close-on-exec flag, so delete the superfluous fcntl(F_SETFD,0) calls

2 года назад
set.c

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
str.c

Restore the xmalloc(), xcalloc(), xreallocarray() and xstrdup() changes. OK deraadt@

8 лет назад
time.c

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад