Commit Graph

205696 Commits

Author SHA1 Message Date
jruoho
4a45a29ad9 Move the tests/libc/ieeefp to tests/libc/gen to match the structure of libc.
Also rename the test files to gain functional scope.
2011-09-19 05:25:50 +00:00
christos
e79509f088 fix typo. 2011-09-19 01:45:15 +00:00
pgoyette
b162989b60 When "loading" a built-in module needs to autoload a dependant module
which is not already loaded (or was loaded, and then unloaded), make
sure we return a pointer to the built-in module.  Otherwise, when the
initial module tries to update its dependancies' reference counts, we
trigger a KASSERT in module_enqueue().
2011-09-19 00:40:22 +00:00
christos
25cbc6bd7e Add 32 bit methods 2011-09-19 00:23:14 +00:00
christos
0c54db1c1e bump libc 2011-09-19 00:19:50 +00:00
christos
0786f153d9 bump for hcreate_r and friends 2011-09-18 23:57:06 +00:00
jym
b3d5f36ddc typo: prefict -> predict 2011-09-18 17:43:20 +00:00
njoly
f18fdd46cc Fix a few xrefs. 2011-09-18 10:58:28 +00:00
njoly
7d41567535 Fix lseek(2) swapped arguments. 2011-09-18 09:07:35 +00:00
jruoho
11f8ac704b Remove BUGS as per joerg@'s objection. 2011-09-18 05:33:13 +00:00
jruoho
81fd6738d6 IEEE checks for the exponential family. 2011-09-18 05:19:18 +00:00
jruoho
9273f704b7 Add few basic checks. 2011-09-18 04:49:11 +00:00
jruoho
abfe6bc07d Reduce tolerance to see whether still acosf(cosf(x)) != x on i386/qemu. 2011-09-18 04:48:38 +00:00
christos
8151226baf fix markup 2011-09-18 01:21:34 +00:00
reinoud
3de6efb873 Transform the clock signal to a sigaction so we have the info i.e. the
context! and thus a good definition for a clockframe!
2011-09-17 21:38:15 +00:00
jruoho
2b1d7604bf Remove ptrace(2) tests that are not yet ready but were accidentally
committed.
2011-09-17 18:53:31 +00:00
jruoho
9cbb4897e9 Simplify. 2011-09-17 18:52:21 +00:00
jruoho
e0a0895c11 IEEE checks for the arcus functions. 2011-09-17 18:08:35 +00:00
rkujawa
def7d667b2 Add mppb man page to distrib lists, mention the new driver in install notes. 2011-09-17 17:06:47 +00:00
rkujawa
f05698506a Add man page for mppb(4) - Prometheus PCI driver 2011-09-17 17:04:22 +00:00
rkujawa
a0972dbbf9 Mention Prometheus driver. 2011-09-17 17:00:12 +00:00
rkujawa
7f06d42d8f Add driver for Prometheus PCI bridge.
Change approved by phx.
2011-09-17 16:55:34 +00:00
christos
fb9e5ffdea remove the advertising clause so it can be used by the OpenJDK. 2011-09-17 16:54:39 +00:00
christos
45afe09801 ansify, const, knf 2011-09-17 15:15:46 +00:00
jym
256df2d4a9 - use -q to test for presence of a sysctl(7) variable silently
- modify powerd(8) sleep_button script so it can handle the soon-to-be
Xen suspend command.
2011-09-17 14:44:18 +00:00
christos
23c075161b add printflike 2011-09-17 14:25:43 +00:00
wiz
51f391f530 Convert to mdoc. 2011-09-17 13:28:51 +00:00
jruoho
6c414326e6 Add more cases. 2011-09-17 12:12:19 +00:00
jruoho
99d89af157 Few tests for the error functions. 2011-09-17 12:00:50 +00:00
jruoho
20aafc300b Remove rest of the NOTES and ERRORS and references to pow(3) family. 2011-09-17 10:52:52 +00:00
jruoho
a6e1d3b208 Split out pow(3) from exp(3). 2011-09-17 10:51:52 +00:00
joerg
cdbce62dc9 Define __arraycount if it doesn't exist. 2011-09-17 10:46:52 +00:00
plunky
e27c48bf6a const lookup argument 2011-09-17 08:23:36 +00:00
jruoho
719ceba55f IEEE corner case tests for the pow(3) family (incl. PR lib/45372). 2011-09-17 08:15:43 +00:00
jruoho
ca5cfe7128 Reduce the powers. 2011-09-17 06:21:19 +00:00
minskim
05d81a59ae Add back a line accidentally deleted in the previous commit. 2011-09-17 03:09:51 +00:00
christos
369862dcef Never invoke utmp_update() recursively if we are root. Instead close the
read-only file so it can be opened later. It can happen when a setuid
program utmp_update, seteuid(ruid) -> getutxent() -> seteuid(0) -> pututxent()
2011-09-17 01:52:29 +00:00
christos
8017e7237a log to both syslog and stderr. 2011-09-17 01:50:54 +00:00
christos
3145fd5cc6 Add utmp/utmpx support.
XXX: Should we make the top pty (tmux) hide?
XXX: Should we add an option to not create utmp entries for a tmux terminal?
2011-09-17 01:50:08 +00:00
christos
7aee9ef7a1 Add utmp support. 2011-09-17 01:48:46 +00:00
jym
b8647b8e93 Update list of algorithm identifiers available in opencrypto(9). 2011-09-16 22:27:36 +00:00
reinoud
981eb029d6 Fix sigactsunshare() to do what the manpage and the commit tells it to do!
I.e. unshare a process its sigacts by creating a new one BUT maintaining all
signal state.

The old code would CLEAR all the signal state. It used to work only due to the
fact that sigactunshare() is only used in execsigs() and the fact that
SIG_DFL was NULL.
2011-09-16 22:07:17 +00:00
christos
963ca07b86 new file(1) 2011-09-16 21:08:32 +00:00
christos
79bb278aa6 merge changes 2011-09-16 21:06:21 +00:00
reinoud
12590f04bf Improve diagnostics message on entry point too low/high checking 2011-09-16 21:02:28 +00:00
christos
1594e4f0e7 restore from the dead. 2011-09-16 20:38:12 +00:00
christos
f2668aff30 from ftp.astron.com:
- elf seeking fixes
- improvements in cdf parsing
- waitpid only for our child
- magic fixes and additions
2011-09-16 20:37:23 +00:00
christos
cc9ecc5e39 PR/45370: Takehiko NOZAKI: termcap emulation tget{flag,num,str} should
work with non-NUL terminated strings.
2011-09-16 18:51:44 +00:00
christos
025e844498 don't update access/change times on open. 2011-09-16 18:43:44 +00:00
joerg
ba0add90b0 Disable noreturn checks for remaining external code 2011-09-16 16:41:20 +00:00