freebsd kernel with SKQ
Go to file
bde f68534c325 Made rintf() actually work. It was completely broken (when s_rint.c
was compiled with -O) by the precision bug in the i386 version of
gcc (assignments and casts don't clip the precision).  E.g.,
rintf(12.3456789) was 12.125.

Avoid the same bug in rint().  It was only broken for the unusual
case when the i387 precision is 64 bits.  FreeBSD defaults to 53
bit precision to avoid problems like this, but the standard math
emulator always uses 64 bit precision.
1996-08-28 16:34:36 +00:00
bin set error status on exit, to be consistent with manpage and standard commands. 1996-08-27 21:51:48 +00:00
contrib Fix bugs in the ISO (Fletcher) checksum, obey the -q flag, misc cleanup of 1996-08-21 20:03:57 +00:00
eBones Same as non-secure telnetd, add support for ``-P altlogin'' to specify 1996-08-13 07:53:54 +00:00
etc Fix buffer overrun, and run as nobody 1996-08-25 21:37:11 +00:00
games Convert to newly aded collate compare function 1996-08-12 19:12:40 +00:00
gnu Keep in sync with latest bash 1996-08-28 15:47:16 +00:00
include New version of routed.h to match new version of routed. 1996-08-27 16:21:34 +00:00
lib Made rintf() actually work. It was completely broken (when s_rint.c 1996-08-28 16:34:36 +00:00
libexec sync copyright with /usr/share/examples/etc/bsd-style-copyright 1996-08-27 20:04:45 +00:00
lkm Added or restored #include of <machine/md_var.h>. Some declarations 1996-07-01 20:29:10 +00:00
release Conditionalize some annoying debug statements, update the docs. 1996-08-23 07:56:06 +00:00
sbin Add support to halt, to allow it to request that the power be turned off 1996-08-24 01:40:02 +00:00
secure Same as non-secure telnetd, add support for ``-P altlogin'' to specify 1996-08-13 07:53:54 +00:00
share Add missing src-tools 1996-08-28 14:06:32 +00:00
sys Oops, send the operation type, not the name to the NAT code... 1996-08-27 20:52:27 +00:00
tools Revamp the generated libtcl Makefile :- 1996-08-28 07:56:55 +00:00
usr.bin sync copyright with /usr/share/examples/etc/bsd-style-copyright 1996-08-27 20:04:45 +00:00
usr.sbin sync copyright with /usr/share/examples/etc/bsd-style-copyright 1996-08-27 20:04:45 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile Revert all the make depend changes. 1996-08-25 05:17:49 +00:00