Commit Graph

4813 Commits

Author SHA1 Message Date
Nate Sammons
4a12143420 Convert all sigsets correctly into libc sigset_t. Add functions
`long_to_sigset', `copy_sigset', and `copy_sigset_len'.  Add
additional arg to `printsigmask' and `sprintsigmask' to indicate
whether realtime signals may be in the mask, and keep the printing
rational.
1999-04-06 01:19:39 +00:00
Nate Sammons
771a6ff03c Use the kernel's struct stat instead of libc's. 1999-04-05 22:39:31 +00:00
Nate Sammons
94fe3a0be1 Remove (apparently?) unused definition of struct kernel_stat for
LINUXSPARC.
1999-04-05 22:33:54 +00:00
Nate Sammons
b4aa1139eb Fix a couple of typos in the man page. 1999-03-31 05:59:04 +00:00
Nate Sammons
3080aa492b Fix a silly bug in signame. A signal should be *greater* than the
minimum.
1999-03-30 00:16:41 +00:00
Nate Sammons
dab325a890 Fix wrong argument of rt_sigprocmask being used. 1999-03-29 23:33:35 +00:00
Nate Sammons
ce780fc9e6 Add new function `signame', which returns name (SIGXXX) of numeric
signal, and replace lookups in signalent[] with calls to it.
1999-03-29 23:23:13 +00:00
Nate Sammons
38508fdf0c Don't try to follow clone, until special handling for all of its
possible modes has been implemented.
1999-03-29 23:02:29 +00:00
Nate Sammons
ccd8f21626 Add capability for Linux to change a vfork call into plain fork, which
can be followed.  (Requires a kernel patch for now.)  Also document it.
1999-03-29 22:57:54 +00:00
Nate Sammons
39c761997d Change EXEC_vfork to SYS_vfork; broke compilation on at least
glibc2.1.
1999-03-29 21:46:56 +00:00
Wichert Akkerman
9047076564 sys/reg apparently only exists on i386 and m68k, so fix the test in
a couple of files
1999-03-17 00:42:25 +00:00
Wichert Akkerman
5daa028ca3 Simply bugfixes, see patch to debian/changelog for details 1999-03-15 19:49:42 +00:00
Wichert Akkerman
76baf7c9f6 Initial revision 1999-02-19 00:21:36 +00:00