1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/bin
guenther a554f8d9c2 Fix delivery of SIGPROF and SIGVTALRM to threaded processes by having
hardclock() set a flag on the running thread and force AST processing,
and then have the thread signal itself from userret().

idea and flag names from FreeBSD
ok jsing@
2013-10-08 03:50:06 +00:00
..
cat where "-" represents stdin, just use Sq, not Fl, since it's not a flag; 2013-07-16 06:52:05 +00:00
chio use .Mt for email address; from Jan Stary <hans at stare dot cz>; ok jmc@ 2013-07-15 23:43:58 +00:00
chmod remove some unnecessary sys/param.h inclusions 2012-12-04 02:24:45 +00:00
cp command-line (adj.) -> command line (n.); 2013-01-18 21:48:43 +00:00
csh Correct format string mismatches turned up by -Wformat=2 2013-08-22 04:43:40 +00:00
date replace sys/param.h with sys/types.h (and sometimes add limits.h if needed) 2012-12-04 02:38:50 +00:00
dd fiddle with the NO_CONV code to allow notrunc and noerror to still work. 2013-06-01 18:57:59 +00:00
df add an EXIT STATUS section for /bin; 2010-09-03 09:53:20 +00:00
domainname domainname is read by rc, not netstart; from Chad Gross 2012-05-27 07:10:15 +00:00
echo add an EXIT STATUS section for /bin; 2010-09-03 09:53:20 +00:00
ed tidy 2013-01-15 20:26:28 +00:00
expr Don't die with SIGFPE on INT_MIN / -1 or % -1. Instead make INT_MIN / 2013-03-28 08:39:54 +00:00
hostname gethostname.3 and sethostname.3 are one and the same, so don;t list them 2011-01-24 19:58:32 +00:00
kill zap unneeded test; from pablo caballero; ok nicm@ 2011-06-06 07:20:13 +00:00
ksh Back out revision 1.38. Commands executed via foo or $( bar ) 2013-09-14 20:09:30 +00:00
ln Add support for the -L and -P options. 2013-03-12 06:00:05 +00:00
ls Fix column padding of inode numbers and block counts >2^32, as well as 2013-05-30 16:34:32 +00:00
md5 SHA-224 is to SHA-256 as SHA-384 is to SHA-512. It was added in a 2013-04-15 15:54:17 +00:00
mkdir Revert rev 1.21 to fix a race condition where multiple mkdir -p's trying 2013-04-02 20:26:17 +00:00
mt replace sys/param.h with sys/types.h (and sometimes add limits.h if needed) 2012-12-04 02:38:50 +00:00
mv s/empy/empty/ typo fix 2012-06-18 23:41:13 +00:00
pax POSIX specifies that when the pax input file requests a hardlink 2013-10-08 03:10:36 +00:00
ps Fix delivery of SIGPROF and SIGVTALRM to threaded processes by having 2013-10-08 03:50:06 +00:00
pwd add an EXIT STATUS section for /bin; 2010-09-03 09:53:20 +00:00
rcp Handle time_t values as long long's when formatting them and when 2013-06-17 04:48:42 +00:00
rm handle large ino_t 2013-04-23 18:41:08 +00:00
rmail remove some unnecessary sys/param.h inclusions 2012-12-04 02:24:45 +00:00
rmdir minor cleanup; 2010-12-03 00:36:15 +00:00
sleep add an EXIT STATUS section for /bin; 2010-09-03 09:53:20 +00:00
stty some Bx/Ox conversion; 2013-08-14 08:39:24 +00:00
sync remove dead Xrs to update.8; 2011-04-29 07:12:44 +00:00
systrace use FD_CLOEXEC instead of 1; from David Hill 2013-04-29 00:28:23 +00:00
test Move test(1) test into regress. 2011-07-09 03:58:12 +00:00
Makefile prettier Makefiles 2007-05-18 16:08:12 +00:00
Makefile.inc