unix-history/.git
30 years agoBacked out changes to vm_fault done by SEF w/NetBSD as they don't solve
David Greenman [Mon, 12 Jul 1993 16:13:59 +0000 (16:13 +0000)]
Backed out changes to vm_fault done by SEF w/NetBSD as they don't solve
the problem they were supposed to and their 'correctness' is in question.
Also, removed a NetBSD fix (apparently from Yuval Yarom) to vm_mmap that
conflicts with a much better patch from Guido van Ruuij.

30 years agocorrected some error handling in dialers (hayes and courier)
Andrew Moore [Mon, 12 Jul 1993 15:18:23 +0000 (15:18 +0000)]
corrected some error handling in dialers (hayes and courier)
and on carrier loss (in tipout)

30 years agoFixed two occarances of ldos which should have been lods.
Rod Grimes [Mon, 12 Jul 1993 09:34:38 +0000 (09:34 +0000)]
Fixed two occarances of ldos which should have been lods.
(From Christoph Robitschko)

30 years agoChanged the reference to mkpasswd to pwd_mkdb since that is what is used
Rod Grimes [Mon, 12 Jul 1993 09:32:55 +0000 (09:32 +0000)]
Changed the reference to mkpasswd to pwd_mkdb since that is what is used
now.  (From Christoph Robitschko).

30 years agoFor all ed0 driver lines removed iosiz 8192, and fixed the weintr to be
Rod Grimes [Mon, 12 Jul 1993 09:30:38 +0000 (09:30 +0000)]
For all ed0 driver lines removed iosiz 8192, and fixed the weintr to be
edintr (error from last time I updated these)

30 years agoFixed from Sascha Wildner (swildner@channelz.gnu.de) for roll numbers
Rod Grimes [Mon, 12 Jul 1993 09:20:16 +0000 (09:20 +0000)]
Fixed from Sascha Wildner (swildner@channelz.gnu.de) for roll numbers
out of range on i386 platforms.

30 years agoTwo manual page fixes from Sascha Wildner (swildner@channelz.gun.de),
Rod Grimes [Mon, 12 Jul 1993 09:18:07 +0000 (09:18 +0000)]
Two manual page fixes from Sascha Wildner (swildner@channelz.gun.de),
cleans up the builtin operators list (unesacaped *(ua)), and the
access table for { }.

30 years agoRemoved gcc hacks from cdefs.h Send any flames to me not the list :-)
Paul Richards [Sat, 10 Jul 1993 14:54:26 +0000 (14:54 +0000)]
Removed gcc hacks from cdefs.h Send any flames to me not the list :-)

30 years agoFrom Paul Kranenburg, fix so that it uses it argument properly
Rod Grimes [Sat, 10 Jul 1993 01:56:15 +0000 (01:56 +0000)]
From Paul Kranenburg, fix so that it uses it argument properly

30 years agoUpdate diff, diff3, and sdiff's makefiles to use .PATH: instead of
J.T. Conklin [Fri, 9 Jul 1993 20:36:06 +0000 (20:36 +0000)]
Update diff, diff3, and sdiff's makefiles to use .PATH: instead of
copying the same files to multiple directories.  This should make
things easier when it comes time to update to a newer version of
diffutils.

With this checkin, this brings the netbsd and freebsd diff dists
into sync.

30 years agoUpdate makefiles:
J.T. Conklin [Fri, 9 Jul 1993 16:15:13 +0000 (16:15 +0000)]
Update makefiles:
centralize obj/noobj conditional in Makefile.inc
use DPADD
don't compile profiling library
install rcsfreeze correctly
After this commit, the freebsd and netbsd rcs distribution will be in sync.

30 years agoForgot to cvs add g++.script (again!)
Paul Richards [Fri, 9 Jul 1993 07:18:22 +0000 (07:18 +0000)]
Forgot to cvs add g++.script (again!)

30 years agoAdded g++ script so g++ compiles .c files as c++ code
Paul Richards [Fri, 9 Jul 1993 07:17:09 +0000 (07:17 +0000)]
Added g++ script so g++ compiles .c files as c++ code

30 years agoInstalled A. Chernov's patches:
Andrew Moore [Fri, 9 Jul 1993 05:14:05 +0000 (05:14 +0000)]
Installed A. Chernov's patches:

Standard curses library use eight bit for standout mode, so
8-bit characters displays like highlighted 7-bit characters.

This patch produce library which is fully compatible with all curses
programs and add 8-bit chars to all input/display functions.
---
I don't think, that any programs wish to use internal curses
attribute _STANDOUT directly, in expressions like:
        addch( ch | _STANDOUT );
        Normal interface use standout() and standend() functions instead.
        Many programs use 'char' type (with sign extention) for input characters
        and sign extention becomes _STANDOUT mode in this case.
        So, I refuse this future and allow 8-bit characters for programs,
        which is designed for 7-bit only ('char' type using instead of
        'unsigned char').
---
This small patch fix unpleasant standard curses bug:
curses can't expand TAB at all (but tries).
A man who wrote this curses misplace SYNC_IN and SYNCH_OUT,
this patch exchange macro calls.

This patch useful for standard 7-bit curses too, for this
you must delete '_' symbol before waddbytes and apply patch.
---
Oh, NO! This curses are really buggy!

This small patch fix following problem:
[ assumed scrollok(stdscr, TRUE) ]
when addch(ch) at lower right corner of screen, curses are realy
gone mad instead if simple scrolling... Curses code assumed that
this will be done correctly, but implement it with two bugs.

30 years agoRemoved tahoe copy of cksum.i386.c and linked
Paul Richards [Fri, 9 Jul 1993 02:55:37 +0000 (02:55 +0000)]
Removed tahoe copy of cksum.i386.c and linked
/usr/src/sys.386bsd/i386/i386/in_cksum.c to cksum.i386.c

30 years agoPut if_we driver well and truly back into the kernel.
Jordan K. Hubbard [Fri, 9 Jul 1993 01:17:46 +0000 (01:17 +0000)]
Put if_we driver well and truly back into the kernel.

30 years agoRemoved $History$ line from hell (no leading #).
Jordan K. Hubbard [Fri, 9 Jul 1993 00:38:35 +0000 (00:38 +0000)]
Removed $History$ line from hell (no leading #).

30 years agoAdded copyright message -- it didn't have one before
Paul Richards [Fri, 9 Jul 1993 00:09:34 +0000 (00:09 +0000)]
Added copyright message -- it didn't have one before

30 years agoForgot to cvs add cksum.i386.c
Paul Richards [Thu, 8 Jul 1993 23:47:41 +0000 (23:47 +0000)]
Forgot to cvs add cksum.i386.c

30 years agoChanged Makefile to use Nate's selective obj/noobj build scheme.
Jordan K. Hubbard [Thu, 8 Jul 1993 21:57:48 +0000 (21:57 +0000)]
Changed Makefile to use Nate's selective obj/noobj build scheme.

30 years agoRemoved Fixed Links
Nate Willams [Thu, 8 Jul 1993 17:58:20 +0000 (17:58 +0000)]
Removed Fixed Links

30 years agoFixed up the make w/out obj directories in libc.
Nate Willams [Thu, 8 Jul 1993 17:50:03 +0000 (17:50 +0000)]
Fixed up the make w/out obj directories in libc.
(cgd@sun-lamp.cs.berkeley.edu)
remember curdir as something other than ".", so that makes
of things which include files in directories won't get hosed...
...
made .CURDIR be absolute, not relative, thereby eliminating
the need for some of the makefile trickery when making objects,
and fixing a few .PATH bugs

30 years agoRemoved link to cksum.tahoe.c, just copied it to cksum.i386.c
Paul Richards [Thu, 8 Jul 1993 17:02:21 +0000 (17:02 +0000)]
Removed link to cksum.tahoe.c, just copied it to cksum.i386.c
The link was screwing up build using obj in some circumstances.

30 years agoGnu grep 2.0 does fgrep too!
J.T. Conklin [Thu, 8 Jul 1993 16:18:59 +0000 (16:18 +0000)]
Gnu grep 2.0 does fgrep too!

30 years agoMade top level of /usr/include safe (only mpool..h and stab.h needed
Paul Richards [Thu, 8 Jul 1993 14:18:02 +0000 (14:18 +0000)]
Made top level of /usr/include safe (only mpool..h and stab.h needed
doing)

30 years agoRemoved the core.* before disaster strikes.
Paul Richards [Thu, 8 Jul 1993 12:17:08 +0000 (12:17 +0000)]
Removed the core.* before disaster strikes.
I removed core as well since it's pretty redundant.

30 years agoAdded less to list of things to make.
Jordan K. Hubbard [Thu, 8 Jul 1993 03:50:56 +0000 (03:50 +0000)]
Added less to list of things to make.

30 years agoRemoved man from list of targets.
Jordan K. Hubbard [Thu, 8 Jul 1993 01:15:33 +0000 (01:15 +0000)]
Removed man from list of targets.

30 years agoThis commit was generated by cvs2svn to track changes on a CVS vendor
Jordan K. Hubbard [Wed, 7 Jul 1993 23:07:02 +0000 (23:07 +0000)]
This commit was generated by cvs2svn to track changes on a CVS vendor
branch.

30 years agoNewer new man page reader.
Jordan K. Hubbard [Wed, 7 Jul 1993 23:07:02 +0000 (23:07 +0000)]
Newer new man page reader.

30 years agoNew man system changes
Nate Willams [Wed, 7 Jul 1993 22:27:07 +0000 (22:27 +0000)]
New man system changes

30 years agoNew man page system Makefile changes
Nate Willams [Wed, 7 Jul 1993 22:26:28 +0000 (22:26 +0000)]
New man page system Makefile changes

30 years agoMore obj/no-obj fixes to Makefile
Nate Willams [Wed, 7 Jul 1993 22:24:43 +0000 (22:24 +0000)]
More obj/no-obj fixes to Makefile

30 years agoAdded missing symlinked file into Makefile
Nate Willams [Wed, 7 Jul 1993 22:20:53 +0000 (22:20 +0000)]
Added missing symlinked file into Makefile

30 years agoCleaned up header files and added core.* to clean directives
Nate Willams [Wed, 7 Jul 1993 21:42:46 +0000 (21:42 +0000)]
Cleaned up header files and added core.* to clean directives

30 years agoA different (and temporarily more portable) way of obj/noobj
Nate Willams [Wed, 7 Jul 1993 20:38:17 +0000 (20:38 +0000)]
A different (and temporarily more portable) way of obj/noobj

30 years agoWhat a mess. Got tn3270 to work with/without obj directories, and you
Nate Willams [Wed, 7 Jul 1993 20:30:34 +0000 (20:30 +0000)]
What a mess.  Got tn3270 to work with/without obj directories, and you
aren't allowed to look at these Makefiles (too embarassing for both
Charles and I) :-(

30 years agoFixed panics and process hangs resulting from several bugs in the
David Greenman [Wed, 7 Jul 1993 14:02:39 +0000 (14:02 +0000)]
Fixed panics and process hangs resulting from several bugs in the
socket code and a bug in the pipe code. Suggested by Yuval Yurom on 2/93.
See test programs crashtest3.c and crashtest4.c.

31 years agoAdded gcc1 to gnu makefile
Paul Richards [Wed, 7 Jul 1993 07:13:40 +0000 (07:13 +0000)]
Added gcc1 to gnu makefile

31 years agoStopped gcc1 linking itself to gcc
Paul Richards [Wed, 7 Jul 1993 06:05:36 +0000 (06:05 +0000)]
Stopped gcc1 linking itself to gcc

31 years agoChanged dir names back since cvs wouldn't rename the actual dirs.
Paul Richards [Wed, 7 Jul 1993 06:01:05 +0000 (06:01 +0000)]
Changed dir names back since cvs wouldn't rename the actual dirs.

31 years agoChanged name of manual page
Paul Richards [Wed, 7 Jul 1993 05:53:09 +0000 (05:53 +0000)]
Changed name of manual page

31 years agoFixed gcc2 to co-exist with gcc1
Paul Richards [Wed, 7 Jul 1993 05:50:44 +0000 (05:50 +0000)]
Fixed gcc2 to co-exist with gcc1

31 years agoChanged makedb rule to use catpages. NOTE: This will still not produce
Jordan K. Hubbard [Wed, 7 Jul 1993 00:43:39 +0000 (00:43 +0000)]
Changed makedb rule to use catpages.  NOTE:  This will still not produce
the althogether desired effect since it will only build the database for
formatted pages, and we now format on demand.  We need some sort of
"catman" command we can run first, then this will work as expected.

31 years agoFixed a NetBSD anacronism.
Jordan K. Hubbard [Wed, 7 Jul 1993 00:38:56 +0000 (00:38 +0000)]
Fixed a NetBSD anacronism.

31 years agoAdded Makefile.
Jordan K. Hubbard [Wed, 7 Jul 1993 00:37:45 +0000 (00:37 +0000)]
Added Makefile.

31 years agoDescend into librpc properly
Jordan K. Hubbard [Wed, 7 Jul 1993 00:35:19 +0000 (00:35 +0000)]
Descend into librpc properly

31 years agosilence annoying compiler warning messages.
J.T. Conklin [Tue, 6 Jul 1993 23:24:53 +0000 (23:24 +0000)]
silence annoying compiler warning messages.

31 years agoPosix D11.2.2.3 requires that the system's true and false be accessed
J.T. Conklin [Tue, 6 Jul 1993 22:00:37 +0000 (22:00 +0000)]
Posix D11.2.2.3 requires that the system's true and false be accessed
instead of searching the $PATH.  The best way to satisfy this requirement
is to make them a builtin.

true was allready builtin, this patch adds false, and fixes a minor
manpage bug.

31 years agoFixed mkbuiltins to work with/without obj directories
Nate Willams [Tue, 6 Jul 1993 21:46:25 +0000 (21:46 +0000)]
Fixed mkbuiltins to work with/without obj directories

31 years agoReally cleaned up obj/noobj this time (same as I did with CVS)
Nate Willams [Tue, 6 Jul 1993 19:46:03 +0000 (19:46 +0000)]
Really cleaned up obj/noobj this time (same as I did with CVS)

31 years agoWe don't need librcs.a in /usr/lib, so make install not do anything
Nate Willams [Tue, 6 Jul 1993 19:38:11 +0000 (19:38 +0000)]
We don't need librcs.a in /usr/lib, so make install not do anything

31 years agoAdded a link entry for cksum.i386.c, since it is a symlink in the original
Nate Willams [Tue, 6 Jul 1993 19:23:15 +0000 (19:23 +0000)]
Added a link entry for cksum.i386.c, since it is a symlink in the original
distribution and CVS loses symlinks.

31 years agoReally fixed the obj/noobj problems in CVS, and also made it so a
Nate Willams [Tue, 6 Jul 1993 19:12:57 +0000 (19:12 +0000)]
Really fixed the obj/noobj problems in CVS, and also made it so a
make install did not install libcvs in /usr/lib, since it has no
reason to do that.

31 years agoRemoved egrep since the new grep is just a link to it w/out any changes
Nate Willams [Tue, 6 Jul 1993 18:53:50 +0000 (18:53 +0000)]
Removed egrep since the new grep is just a link to it w/out any changes
anymore

31 years agoLeft an ugly in the Makefile
Nate Willams [Tue, 6 Jul 1993 18:45:59 +0000 (18:45 +0000)]
Left an ugly in the Makefile

31 years agoUpdate GNU grep to version 2.0
Nate Willams [Tue, 6 Jul 1993 18:45:26 +0000 (18:45 +0000)]
Update GNU grep to version 2.0

31 years agoDon't echo anything when doing null args, since not doing anything is
Nate Willams [Tue, 6 Jul 1993 18:36:50 +0000 (18:36 +0000)]
Don't echo anything when doing null args, since not doing anything is
more like the standard behavior.

31 years ago#ifdef out an unecessary function prototype that conflicted with the
Nate Willams [Tue, 6 Jul 1993 18:06:49 +0000 (18:06 +0000)]
#ifdef out an unecessary function prototype that conflicted with the
system prototype. (Needed for gcc1)

31 years ago#ifdef out an unecessary function prototype that conflicted with the
Nate Willams [Tue, 6 Jul 1993 18:00:18 +0000 (18:00 +0000)]
#ifdef out an unecessary function prototype that conflicted with the
system prototype. (Needed for gcc1)

31 years agoUpdated slattach to new header-compression enabled version (from NetBSD)
Jordan K. Hubbard [Tue, 6 Jul 1993 16:46:02 +0000 (16:46 +0000)]
Updated slattach to new header-compression enabled version (from NetBSD)

31 years agoDo a proper ANSI declaration.
Jordan K. Hubbard [Tue, 6 Jul 1993 00:46:12 +0000 (00:46 +0000)]
Do a proper ANSI declaration.

31 years agoBad hack to get _abort messages gone.
Nate Willams [Mon, 5 Jul 1993 22:54:53 +0000 (22:54 +0000)]
Bad hack to get _abort messages gone.

I suspect that bdiv() was never called until we added the new math
libraries, and now that it is called (and calls abort()) we need ld
to also contain another link to libc.a as well to pick up abort()
which is contained in libc.a

HACK/HACK/HACK

31 years agoUser proper whatis database name.
Jordan K. Hubbard [Mon, 5 Jul 1993 22:54:43 +0000 (22:54 +0000)]
User proper whatis database name.

31 years agoFixed netstart to have a hard-coded localhost address.
Nate Willams [Mon, 5 Jul 1993 21:43:35 +0000 (21:43 +0000)]
Fixed netstart to have a hard-coded localhost address.
This fixes situations where you don't have a correct localhost in
your nameserver or no name-server.

31 years agoundid a NetBSD fix because without other support code it does nothing, and
David Greenman [Mon, 5 Jul 1993 13:50:18 +0000 (13:50 +0000)]
undid a NetBSD fix because without other support code it does nothing, and
also because it's untested.

31 years agofixed incorrect signed var type in select that can lead to a panic
David Greenman [Mon, 5 Jul 1993 13:47:49 +0000 (13:47 +0000)]
fixed incorrect signed var type in select that can lead to a panic

31 years agoAdded scandir.c back into the Makefile, since the new directory file
Nate Willams [Sun, 4 Jul 1993 04:07:39 +0000 (04:07 +0000)]
Added scandir.c back into the Makefile, since the new directory file
still requires it.

31 years agoIncreased default data size (DFLDSIZ) to 16MB. Need to rebuild libutil,
Rick Macklem [Sat, 3 Jul 1993 21:21:35 +0000 (21:21 +0000)]
Increased default data size (DFLDSIZ) to 16MB.  Need to rebuild libutil,
kernel, ps and w for this to work!

31 years agoArghh... someone forgot a \ on a line...
Rick Macklem [Sat, 3 Jul 1993 12:39:22 +0000 (12:39 +0000)]
Arghh... someone forgot a \ on a line...

31 years agoRemoved DPADD of libcompat, added LINKS and MLINKS for page -> more
Rick Macklem [Sat, 3 Jul 1993 03:09:19 +0000 (03:09 +0000)]
Removed DPADD of libcompat, added LINKS and MLINKS for page -> more

31 years agoEnable traversal into the gnu tree at the top level now.
Rick Macklem [Sat, 3 Jul 1993 03:03:40 +0000 (03:03 +0000)]
Enable traversal into the gnu tree at the top level now.

31 years agoFix again for obj dir case..
Rick Macklem [Sat, 3 Jul 1993 02:47:17 +0000 (02:47 +0000)]
Fix again for obj dir case..

31 years agoUpdated since the links for the gnu stuff are no longer needed.
Rick Macklem [Sat, 3 Jul 1993 02:01:30 +0000 (02:01 +0000)]
Updated since the links for the gnu stuff are no longer needed.

31 years agoAnother missing ${COPY} knob
Rick Macklem [Sat, 3 Jul 1993 01:24:54 +0000 (01:24 +0000)]
Another missing ${COPY} knob

31 years agoRemoved rm -rf ./strip from install:, this should be done by a make clean
Rick Macklem [Sat, 3 Jul 1993 01:12:35 +0000 (01:12 +0000)]
Removed rm -rf ./strip from install:, this should be done by a make clean

31 years agoAdded ${COPY} knob to install, added CLEANFILES+= termcap so things get
Rick Macklem [Sat, 3 Jul 1993 01:06:26 +0000 (01:06 +0000)]
Added ${COPY} knob to install, added CLEANFILES+= termcap so things get
installed and cleaned up properly.

31 years agoNew manual page system, missed this one on the first round
Rick Macklem [Sat, 3 Jul 1993 00:53:52 +0000 (00:53 +0000)]
New manual page system, missed this one on the first round

31 years agoAdded ${COPY} knob to install
Rick Macklem [Sat, 3 Jul 1993 00:40:59 +0000 (00:40 +0000)]
Added ${COPY} knob to install

31 years agoAdded the ${COPY} knob to install
Rick Macklem [Sat, 3 Jul 1993 00:25:14 +0000 (00:25 +0000)]
Added the ${COPY} knob to install

31 years agoAdded ${COPY} knob to the install commands
Rick Macklem [Sat, 3 Jul 1993 00:21:21 +0000 (00:21 +0000)]
Added ${COPY} knob to the install commands

31 years agoRename manual page for new manual system, I missed this when doing
Rick Macklem [Sat, 3 Jul 1993 00:12:24 +0000 (00:12 +0000)]
Rename manual page for new manual system, I missed this when doing
the commits.

31 years agoThe 4.4 version needs alot more stuff than exists in the current interim
Nate Willams [Sat, 3 Jul 1993 00:01:21 +0000 (00:01 +0000)]
The 4.4 version needs alot more stuff than exists in the current interim
sources.  Back to the old version again.

31 years agoChris Provenzan (proven@Athena.MIT.EDU)
Nate Willams [Fri, 2 Jul 1993 22:05:24 +0000 (22:05 +0000)]
Chris Provenzan (proven@Athena.MIT.EDU)
Removed bugs and memory leaks from the directory functions.

31 years agoguido@gvr.win.tue.nl (Guido van Rooij)
Nate Willams [Fri, 2 Jul 1993 21:24:51 +0000 (21:24 +0000)]
guido@gvr.win.tue.nl (Guido van Rooij)
Bug:
telnet SEND command broken in client (e.g., SEND AYT)
Diagnosis::
In commands.c:sendcmd(),  options that don't have a special
handler function are sent by NET2ADD(IAC, what).
The local variable "what" is never assigned, resulting in junk
being sent to the telnet server.

31 years agodavidb@otto.bf.rmit.oz.au (David Burren [Athos])
Nate Willams [Fri, 2 Jul 1993 21:16:12 +0000 (21:16 +0000)]
davidb@otto.bf.rmit.oz.au (David Burren [Athos])
The following patch to /usr/src/usr.bin/netstat/route.c fixes what
I saw as two bugs in `netstat -r`:

1.      The output of "Route Tree for Protocol Family" specified the
        PF as an int rather than a name.
        My fix for this was a quick hack.

2.      The gateways in the routing table were always reported as
        numeric addresses, even when "-n" was ommitted.
        The fix for this is simple and clean.

31 years agoAdded err.3 to manual page list, got dropped when I did a cvs udpate/merge
Rick Macklem [Fri, 2 Jul 1993 12:02:53 +0000 (12:02 +0000)]
Added err.3 to manual page list, got dropped when I did a cvs udpate/merge
of Jordans work, and Nates work.

31 years agoAdded ed, it has been missed so many times now!
Rick Macklem [Fri, 2 Jul 1993 11:42:30 +0000 (11:42 +0000)]
Added ed, it has been missed so many times now!

31 years agoadded missing parens in buffer allocation (caused seg violation)
Andrew Moore [Fri, 2 Jul 1993 10:55:17 +0000 (10:55 +0000)]
added missing parens in buffer allocation (caused seg violation)

31 years agoWe really need atof somewhere in the tree, so tell the Makefile to
Nate Willams [Fri, 2 Jul 1993 10:25:21 +0000 (10:25 +0000)]
We really need atof somewhere in the tree, so tell the Makefile to
to find it.

31 years ago1) Bug description =============================================
Nate Willams [Fri, 2 Jul 1993 09:16:49 +0000 (09:16 +0000)]
1) Bug description =============================================

Programs compiled on 386bsd using the stock gcc 1.39 do not cast
doubles to ints correctly.  K&R says: "When the value of a
floating type is converted to integral type, the fractional part
is discarded...".  However, under 386bsd, doubles get ROUNDED to
the nearest int during a cast (instead of getting truncated).
This did not seem to occur under gcc 2.3.3 (on ref.tfs.com).

2) Fix by steve@robobar.co.uk (Steve Bleazard) ==================

"...the bug appears to be in the __fix{uns}dfsi routines that
convert from double to long.  The 386 versions of these routines
do not appear to set the rounding mode.  [...] gcc 2.3.3 appears to
have it's own C version of these routines...."

31 years ago1) Bug description =============================================
Nate Willams [Fri, 2 Jul 1993 09:01:31 +0000 (09:01 +0000)]
1) Bug description =============================================

Programs compiled on 386bsd using the stock gcc 1.39 do not cast
doubles to ints correctly.  K&R says: "When the value of a
floating type is converted to integral type, the fractional part
is discarded...".  However, under 386bsd, doubles get ROUNDED to
the nearest int during a cast (instead of getting truncated).
This did not seem to occur under gcc 2.3.3 (on ref.tfs.com).

2) Fix by steve@robobar.co.uk (Steve Bleazard) ==================

"...the bug appears to be in the __fix{uns}dfsi routines that
convert from double to long.  The 386 versions of these routines
do not appear to set the rounding mode.  [...] gcc 2.3.3 appears to
have it's own C version of these routines...."

31 years agoModified Bruce Evan's patch to useracc to disallow access to UPAGES.
David Greenman [Fri, 2 Jul 1993 08:56:07 +0000 (08:56 +0000)]
Modified Bruce Evan's patch to useracc to disallow access to UPAGES.
Originally suggested by Yuval Yurom.
Modified calls to round_page() that pass a param that's off by one.
Suggested by Ralf Friedl and Guido Van Rooij.

31 years agoNew manual page system
Rick Macklem [Fri, 2 Jul 1993 08:51:38 +0000 (08:51 +0000)]
New manual page system

31 years agoNew manual page system
Rick Macklem [Fri, 2 Jul 1993 07:27:37 +0000 (07:27 +0000)]
New manual page system

31 years agoAdded diffs from NetBSD version to allow find to compile
Nate Willams [Fri, 2 Jul 1993 06:53:14 +0000 (06:53 +0000)]
Added diffs from NetBSD version to allow find to compile

31 years agoNew manual page system
Rick Macklem [Fri, 2 Jul 1993 06:44:42 +0000 (06:44 +0000)]
New manual page system

31 years agoConsolidate mark code - no functional changes or fixes.
Andrew Moore [Fri, 2 Jul 1993 06:16:28 +0000 (06:16 +0000)]
Consolidate mark code - no functional changes or fixes.

31 years agoNew manual page system
Rick Macklem [Fri, 2 Jul 1993 06:14:54 +0000 (06:14 +0000)]
New manual page system

31 years agoUpdated to newest version on uunet
Nate Willams [Fri, 2 Jul 1993 06:13:38 +0000 (06:13 +0000)]
Updated to newest version on uunet