Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2git to create tag 'tb_20250414'.tb_20250414 | cvs2svn | 12 days | 1 | -89/+0 |
| | |||||
* | system(3) should ignore SIGINT and SIGQUIT until the shell exits. | millert | 2022-05-21 | 1 | -4/+17 |
| | | | | | | | This got broken when system.c was converted from signal(3) to sigaction(2). Also add SIGINT and SIGQUIT to the set of blocked signals and unblock them in the parent after the signal handlers are installed. Based on a diff from Leon Fischer. OK deraadt@ | ||||
* | environ and __progname are not declared in a public header; declare them | guenther | 2016-03-13 | 1 | -3/+1 |
| | | | | | | in libc's hidden/stdlib.h instead of in each .c file that needs one ok deraadt@ gsoares@ mpi@ | ||||
* | Loop the waitpid() on EINTR, and save and restore the disposition of | guenther | 2015-10-23 | 1 | -9/+12 |
| | | | | | | | SIGINT and SIGQUIT with sigaction() instead of signal() so that all bits are preserved. ok deraadt@ millert@ | ||||
* | Remove cast of int* to int* | guenther | 2015-09-14 | 1 | -2/+2 |
| | |||||
* | Wrap <stdlib.h> so that calls go direct and the symbols not in the | guenther | 2015-09-13 | 1 | -1/+2 |
| | | | | | | C standard are all weak. Apply __{BEGIN,END}_HIDDEN_DECLS to gdtoa{,imp}.h, hiding the arch-specific __strtorx, __ULtox_D2A, __strtorQ, __ULtoQ_D2A symbols. | ||||
* | zap remaining rcsid. | espie | 2005-08-08 | 1 | -4/+1 |
| | | | | | | Kill old files that are no longer compiled. okay theo | ||||
* | ansi + de-register | pat | 2005-03-30 | 1 | -3/+2 |
| | | | | ok otto deraadt | ||||
* | Remove the advertising clause in the UCB license which Berkeley | millert | 2003-06-02 | 1 | -6/+2 |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | pid_t cleanup | deraadt | 2002-05-26 | 1 | -3/+3 |
| | |||||
* | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ↵ | millert | 2001-09-04 | 1 | -6/+8 |
| | | | | POSIX counterparts. | ||||
* | Remove dead code | tholo | 1996-09-15 | 1 | -2/+4 |
| | | | | | | Remove unused variables Silence some warnings lint(1) is your friend | ||||
* | Fix RCS ids | tholo | 1996-08-19 | 1 | -2/+1 |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | initial import of NetBSD tree | deraadt | 1995-10-18 | 1 | -0/+79 |