]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
30 years agoAdded GPL_MATH_EMULATE to options
Gary Clark II [Fri, 29 Apr 1994 21:53:55 +0000 (21:53 +0000)]
Added GPL_MATH_EMULATE to options
This should not be used in binary distributions.

30 years agoAdded files for option gpl_math_emulate
Gary Clark II [Fri, 29 Apr 1994 21:49:02 +0000 (21:49 +0000)]
Added files for option gpl_math_emulate

30 years agoDeleted on ifdef dontdef
Gary Clark II [Fri, 29 Apr 1994 21:44:23 +0000 (21:44 +0000)]
Deleted on ifdef dontdef
Added ifdef for GPL_MATH_EMULATE so we get the extra padding that is needed
in the save87 struct.

30 years agoAdded ifdef for GPL_MATH_EMULATE to keep the sytem from panicing when
Gary Clark II [Fri, 29 Apr 1994 21:39:55 +0000 (21:39 +0000)]
Added ifdef for GPL_MATH_EMULATE to keep the sytem from panicing when
using it.

30 years agoAdded rcs Id's
Gary Clark II [Fri, 29 Apr 1994 21:34:30 +0000 (21:34 +0000)]
Added rcs Id's

30 years agoAdded rcs Id's
Gary Clark II [Fri, 29 Apr 1994 21:23:31 +0000 (21:23 +0000)]
Added rcs Id's

30 years agoAdded rcs Id's
Gary Clark II [Fri, 29 Apr 1994 21:16:27 +0000 (21:16 +0000)]
Added rcs Id's

30 years agoAdded rcs Id's
Gary Clark II [Fri, 29 Apr 1994 21:07:14 +0000 (21:07 +0000)]
Added rcs Id's

30 years agoAdd rcs Id
Gary Clark II [Fri, 29 Apr 1994 21:02:30 +0000 (21:02 +0000)]
Add rcs Id

30 years agoAdded casts to keep gcc quiet
Gary Clark II [Fri, 29 Apr 1994 20:58:52 +0000 (20:58 +0000)]
Added casts to keep gcc quiet

30 years agoAdded commits to keep gcc quiet
Gary Clark II [Fri, 29 Apr 1994 20:52:06 +0000 (20:52 +0000)]
Added commits to keep gcc quiet

30 years agoAdded casts to keep gcc quiet.
Gary Clark II [Fri, 29 Apr 1994 20:49:04 +0000 (20:49 +0000)]
Added casts to keep gcc quiet.

30 years agorename the function fscale to emu_fscale to prevent conflicts.
Gary Clark II [Fri, 29 Apr 1994 20:43:44 +0000 (20:43 +0000)]
rename the function fscale to emu_fscale to prevent conflicts.

30 years agoImport of gpl'ed math emulator.
Gary Clark II [Fri, 29 Apr 1994 20:42:02 +0000 (20:42 +0000)]
Import of gpl'ed math emulator.
No changes have been done.

30 years agoConfigure: If netmask wasn't entered at all, it caused the ifconfig line to
Jordan K. Hubbard [Tue, 26 Apr 1994 23:26:18 +0000 (23:26 +0000)]
Configure: If netmask wasn't entered at all, it caused the ifconfig line to
have a bogus trailing `netmask' with no argument.  Fixed.

Rod:  Please take this into 1.1 Release.

30 years agoDocument parts of the case statements, which instruction is emulated.
Andreas Schulz [Tue, 26 Apr 1994 22:51:48 +0000 (22:51 +0000)]
Document parts of the case statements, which instruction is emulated.
Marked all dubious parts with ATS :-) for better searching. First round
of better documentation of the math emulator and of bugfixing it.

30 years agoBack my earlier BSD_TTY change out of -current.
Jordan K. Hubbard [Tue, 26 Apr 1994 21:30:33 +0000 (21:30 +0000)]
Back my earlier BSD_TTY change out of -current.

30 years agoUpdated swedish keymap.
Søren Schmidt [Tue, 26 Apr 1994 09:24:06 +0000 (09:24 +0000)]
Updated swedish keymap.

30 years agoFixed missing bounds check in scroll up/down sequence, that could
Søren Schmidt [Tue, 26 Apr 1994 09:09:57 +0000 (09:09 +0000)]
Fixed missing bounds check in scroll up/down sequence, that could
cause a panic (and did).

30 years agoFrom John Dyson:
David Greenman [Mon, 25 Apr 1994 23:48:20 +0000 (23:48 +0000)]
From John Dyson:

Fixed physio in the 386 case - write faults weren't properly implemented.

30 years agoFrom: stark!gene@newsserv.cs.sunysb.edu (Gene Stark)
Jordan K. Hubbard [Mon, 25 Apr 1994 16:18:07 +0000 (16:18 +0000)]
From: stark!gene@newsserv.cs.sunysb.edu (Gene Stark)
Message-Id: <199404171501.LAA01245@stark.UUCP>
To: freebsd-hackers@freefall.cdrom.com
Subject: Make world and UUCP
Sender: freebsd-hackers-owner@freefall.cdrom.com
Precedence: bulk

It would be much more convenient if "make world" didn't clobber my
UUCP configuration files in /etc/uucp.  Perhaps the easiest fix would
be to change the names of the sample configuration files:

config -> config.sample
ports -> ports.sample
...

30 years agoFrom: Marko Teiste <mte@tigger.cirion.fi>
Jordan K. Hubbard [Mon, 25 Apr 1994 16:16:59 +0000 (16:16 +0000)]
From: Marko Teiste <mte@tigger.cirion.fi>
Message-Id: <199404241154.OAA00260@tigger.cirion.fi>
Subject: uucp error
Index: gun/libexec/uucp FreeBSD-1.1-GAMMA
Apparently-To: FreeBSD-bugfiler@freefall.cdrom.com
Sender: freebsd-bugs-owner@freefall.cdrom.com
Precedence: bulk

Description:
When calling remote uucp site dialing succeeds, but standard
login chat fails. Debug file shows that uucico does not see
any characters send from remote.

Repeat-By:
use sio drivers, 16450 base serial and standard taylor configuration
provided with the GAMMA release. Run uucico and observer.

Fix:
define HAVE_BSD_TTY instead of HAVE_POSIX_TTY in common_source/policy.h
and recompile.

30 years agoFix to handle routed with multiple args from Andy J. Chichak.
Jordan K. Hubbard [Mon, 25 Apr 1994 15:33:12 +0000 (15:33 +0000)]
Fix to handle routed with multiple args from Andy J. Chichak.
This should go into 1.1 Release if it's not too late.

30 years agoFix gross spelling and typographical errors pointed out by Keith Bostic.
Jordan K. Hubbard [Sun, 24 Apr 1994 01:22:07 +0000 (01:22 +0000)]
Fix gross spelling and typographical errors pointed out by Keith Bostic.

30 years agoFix gross spelling and typographical errors pointed out by Keith Bostic.
Jordan K. Hubbard [Sun, 24 Apr 1994 01:06:32 +0000 (01:06 +0000)]
Fix gross spelling and typographical errors pointed out by Keith Bostic.

30 years agoFix proper include place
Andrey A. Chernov [Sun, 24 Apr 1994 00:07:35 +0000 (00:07 +0000)]
Fix proper include place

30 years agoWe don't have DMA automode, so correct all places to work without
Andrey A. Chernov [Sat, 23 Apr 1994 22:54:31 +0000 (22:54 +0000)]
We don't have DMA automode, so correct all places to work without
it too.

30 years agoDefine new option, INACCURATE_MICROTIME_IS_OK. When this is defined,
Garrett Wollman [Sat, 23 Apr 1994 21:39:18 +0000 (21:39 +0000)]
Define new option, INACCURATE_MICROTIME_IS_OK.  When this is defined,
the NTP kernel PLL is disabled, and acquire_timer0() is enabled, thus
opening the door for microtime() (and hence gettimeofday()) to return
bogus timestamps.  This option is necessary for the `pca' driver to
work, but is implemented to underscore the fact that accurate timekeeping
and the `pca' driver are incompatible at present.  If someone writes a version
of microtime() that works when the `pca' driver is being used, this can get
junked.

30 years agodevice pca0 added
Andrey A. Chernov [Sat, 23 Apr 1994 12:13:27 +0000 (12:13 +0000)]
device pca0 added

30 years agoLittle optimization of contigmalloc parameters
Andrey A. Chernov [Sat, 23 Apr 1994 05:21:33 +0000 (05:21 +0000)]
Little optimization of contigmalloc parameters

30 years agoAdditional changes for 2.5
Andrey A. Chernov [Sat, 23 Apr 1994 04:16:53 +0000 (04:16 +0000)]
Additional changes for 2.5

30 years agoAdded support for the 16 port Boca via a flag to specify that there is
David Greenman [Sat, 23 Apr 1994 02:11:43 +0000 (02:11 +0000)]
Added support for the 16 port Boca via a flag to specify that there is
no master port.

30 years agoSound driver updated to version 2.5
Andrey A. Chernov [Sat, 23 Apr 1994 02:03:17 +0000 (02:03 +0000)]
Sound driver updated to version 2.5

30 years agoUpdated to version 2.5
Andrey A. Chernov [Sat, 23 Apr 1994 01:55:45 +0000 (01:55 +0000)]
Updated to version 2.5

30 years agoUpdate sound driver to version 2.5
Andrey A. Chernov [Sat, 23 Apr 1994 01:50:14 +0000 (01:50 +0000)]
Update sound driver to version 2.5

30 years agoTell the user that we didn't try to set the bus speed, in case they're
Garrett Wollman [Thu, 21 Apr 1994 22:14:43 +0000 (22:14 +0000)]
Tell the user that we didn't try to set the bus speed, in case they're
used to NetBSD or older versions of the code that did do it.
Will document TUNE_1542 also.

30 years agoAdd note about kernel PLL support.
Garrett Wollman [Thu, 21 Apr 1994 21:10:20 +0000 (21:10 +0000)]
Add note about kernel PLL support.

30 years agoEnable kernelized NTP PLL support on the daemon side.
Garrett Wollman [Thu, 21 Apr 1994 21:07:20 +0000 (21:07 +0000)]
Enable kernelized NTP PLL support on the daemon side.
If your clocks suddenly start running backwards 500 hours per day,
let me know.
ifdef out some bogus declarations.

30 years agoEnable kernelized NTP PLL support on the daemon side.
Garrett Wollman [Thu, 21 Apr 1994 21:06:40 +0000 (21:06 +0000)]
Enable kernelized NTP PLL support on the daemon side.
If your clocks suddenly start running backwards 500 hours per day,
let me know.

30 years agoChanged timer usage to new functions in clock.c
Søren Schmidt [Thu, 21 Apr 1994 14:22:26 +0000 (14:22 +0000)]
Changed timer usage to new functions in clock.c

30 years agoChange timer usage to use new functions in clock.c
Søren Schmidt [Thu, 21 Apr 1994 14:21:50 +0000 (14:21 +0000)]
Change timer usage to use new functions in clock.c

30 years agoAdded IO_PPI define, pulled timer related stuff
Søren Schmidt [Thu, 21 Apr 1994 14:20:54 +0000 (14:20 +0000)]
Added IO_PPI define, pulled timer related stuff

30 years agoPulled out timer related functions -> now in clock.c
Søren Schmidt [Thu, 21 Apr 1994 14:20:07 +0000 (14:20 +0000)]
Pulled out timer related functions -> now in clock.c

30 years agoNew support for sharing the timers
Søren Schmidt [Thu, 21 Apr 1994 14:19:16 +0000 (14:19 +0000)]
New support for sharing the timers
acquire_timer / release_timer

Pulled in timer related functions from isa.c

30 years agopcaudio device driver:
Søren Schmidt [Thu, 21 Apr 1994 14:16:55 +0000 (14:16 +0000)]
pcaudio device driver:
Driver for playing .au type files through the internal speaker
Uses new timer support in clock.c

30 years agopcaudio.c added
Søren Schmidt [Thu, 21 Apr 1994 14:13:43 +0000 (14:13 +0000)]
pcaudio.c added

30 years agoNew file for pcaudio device driver
Søren Schmidt [Thu, 21 Apr 1994 14:12:28 +0000 (14:12 +0000)]
New file for pcaudio device driver

30 years agocdev 24 used for pcaudio (PCM speaker driver)
Søren Schmidt [Thu, 21 Apr 1994 14:10:31 +0000 (14:10 +0000)]
cdev 24 used for pcaudio (PCM speaker driver)

30 years agodevice support for pcaudio added
Søren Schmidt [Thu, 21 Apr 1994 14:08:27 +0000 (14:08 +0000)]
device support for pcaudio added

30 years agoMerged xntp3.3q from vendor branch.
Garrett Wollman [Thu, 21 Apr 1994 01:32:32 +0000 (01:32 +0000)]
Merged xntp3.3q from vendor branch.

30 years agoThis commit was generated by cvs2svn to compensate for changes in r1381,
Garrett Wollman [Thu, 21 Apr 1994 00:33:33 +0000 (00:33 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1381,
which included commits to RCS files with non-trunk default branches.

30 years agoxntp3.3s from UDel
Garrett Wollman [Thu, 21 Apr 1994 00:33:33 +0000 (00:33 +0000)]
xntp3.3s from UDel

30 years agoAdding bootoption '-r' which is "use compiled in root". This allows me to
Poul-Henning Kamp [Wed, 20 Apr 1994 22:06:24 +0000 (22:06 +0000)]
Adding bootoption '-r' which is "use compiled in root".  This allows me to
boot from a floppy and have root on wd2 for instance.

30 years agoBug fixes and performance improvements from John Dyson and myself:
David Greenman [Wed, 20 Apr 1994 07:06:57 +0000 (07:06 +0000)]
Bug fixes and performance improvements from John Dyson and myself:

1) check va before clearing the page clean flag. Not doing so was
causing the vnode pager error 5 messages when paging from
NFS. (pmap.c)
2) put back interrupt protection in idle_loop. Bruce didn't think
it was necessary, John insists that it is (and I agree). (swtch.s)
3) various improvements to the clustering code (vm_machdep.c). It's
now enabled/used by default.
4) bad disk blocks are now handled properly when doing clustered IOs.
(wd.c, vm_machdep.c)
5) bogus bad block handling fixed in wd.c.
6) algorithm improvements to the pageout/pagescan daemons. It's amazing
how well 4MB machines work now.

30 years agoReserve block device 8 and character device 32 for users' drivers.
Garrett Wollman [Tue, 19 Apr 1994 23:45:43 +0000 (23:45 +0000)]
Reserve block device 8 and character device 32 for users' drivers.

30 years agoFixed Makefile problem pointed out by Piero Serini
Geoff Rehmet [Tue, 19 Apr 1994 06:43:36 +0000 (06:43 +0000)]
Fixed Makefile problem pointed out by Piero Serini

30 years agoMuch fixed handling of .so entries.
Geoff Rehmet [Mon, 18 Apr 1994 18:46:50 +0000 (18:46 +0000)]
Much fixed handling of .so entries.
Also turns pages that consists of a single .so entry into a hard link.

30 years agoFix the ifconfig lines so that they have interface names on them.
Rodney W. Grimes [Mon, 18 Apr 1994 11:00:44 +0000 (11:00 +0000)]
Fix the ifconfig lines so that they have interface names on them.

30 years ago>From BETA_1_1 branch:
Rodney W. Grimes [Mon, 18 Apr 1994 06:44:43 +0000 (06:44 +0000)]
>From BETA_1_1 branch:
----------------------------
revision 1.8.2.1
date: 1994/04/18 06:37:29;  author: rgrimes;  state: Exp;  lines: +10 -4
Use the hostname.* files created by the installation to reduce the
amount of work one has to do when setting up a system.
----------------------------

30 years ago>From BETA_1_1 branch:
Rodney W. Grimes [Mon, 18 Apr 1994 04:26:25 +0000 (04:26 +0000)]
>From BETA_1_1 branch:
----------------------------
revision 1.1.2.1
date: 1994/04/10 20:20:26;  author: rgrimes;  state: Exp;  lines: +11 -5
Use /dev/fd0 instead of /dev/fd0a.  Add mounting of mcd1 if mcd0
fails when searching for a cdrom drive.

30 years ago>From BETA_1_1 branch
Rodney W. Grimes [Mon, 18 Apr 1994 04:25:21 +0000 (04:25 +0000)]
>From BETA_1_1 branch
----------------------------
revision 1.1.2.1
date: 1994/04/10 20:20:25;  author: rgrimes;  state: Exp;  lines: +3 -3
Use /dev/fd0 instead of /dev/fd0a.  Add mounting of mcd1 if mcd0
fails when searching for a cdrom drive.

30 years ago>From BETA_1_1 branch:
Rodney W. Grimes [Mon, 18 Apr 1994 04:23:33 +0000 (04:23 +0000)]
>From BETA_1_1 branch:
----------------------------
revision 1.53.2.3
date: 1994/04/10 20:19:37;  author: rgrimes;  state: Exp;  lines: +12 -3
Must have etc and usr directories on the cdinstall floppies.
Need to have device files for mcd1.
Create links for usr/libexec and usr/lib on cdinstall floppies so that
shared library code is loaded from cdrom.

30 years agoget the soelim crud right this time !
Geoff Rehmet [Sun, 17 Apr 1994 22:27:56 +0000 (22:27 +0000)]
get the soelim crud right this time !

30 years agofix to get .so's working - I hope
Geoff Rehmet [Sun, 17 Apr 1994 22:13:08 +0000 (22:13 +0000)]
fix to get .so's working - I hope

30 years agoManctl utility:
Geoff Rehmet [Sun, 17 Apr 1994 21:26:21 +0000 (21:26 +0000)]
Manctl utility:
compresses man pages
uncompresses man pages
purges old formatted man pages (not implemented yet)

currently still under development, but worth trying out (IMHO)
a man page ;-) must still be written for manctl - to follow shortly

30 years ago>From BETA_1_1 branch:
Rodney W. Grimes [Sun, 17 Apr 1994 19:57:35 +0000 (19:57 +0000)]
>From BETA_1_1 branch:
----------------------------
revision 1.2.2.3
date: 1994/04/17 19:45:24;  author: rgrimes;  state: Exp;  lines: +13 -2
Eliminate warning messages about /sbin/sh /sbin/init and /etc/termcap
when extracting the bin or des archives.  Note this is also the
place I fixed the libc.so.1.0 problem a long time ago by adding
a --exclude libc.so.1.0 to the tar command.

30 years agoWhoops, -Y and -N would work better if they were in the getopts string!
Jordan K. Hubbard [Sat, 16 Apr 1994 21:50:53 +0000 (21:50 +0000)]
Whoops, -Y and -N would work better if they were in the getopts string!

30 years agoAs a result of the distribution crontab, /usr/libexec/atrun was being run
Sean Vickery [Fri, 15 Apr 1994 16:57:38 +0000 (16:57 +0000)]
As a result of the distribution crontab, /usr/libexec/atrun was being run
only once an hour instead of every five minutes.  This was due to a minute
specification of 0/5 -- which should have been */5.  This has been fixed.
Expect your /var/cron/log to grow much faster now.

30 years agoChanges from John Dyson and myself:
David Greenman [Thu, 14 Apr 1994 07:49:40 +0000 (07:49 +0000)]
Changes from John Dyson and myself:

1) Removed all instances of disable_intr()/enable_intr() and changed
them back to splimp/splx. The previous method was done to improve
the performance, but Bruces recent changes to inline spl* have
made this unnecessary.
2) Cleaned up vm_machdep.c considerably. Probably fixed a few bugs, too.
3) Added a new mechanism for collecting page statistics - now done by
a new system process "pagescan". Previously this was done by the
pageout daemon, but this proved to be impractical.
4) Improved the page usage statistics gathering mechanism - performance is
much improved in small memory machines.
5) Modified mbuf.h to enable the support for an external free routine when
using mbuf clusters. Added appropriate glue in various places to
allow this to work.
6) Adapted a suggested change to the NFS code from Yuval Yurom to take
advantage of #5.
7) Added fault/swap statistics support.

30 years agoChange the private declarations from dlopen,dlclose,dlsym,dlctl
Andreas Schulz [Wed, 13 Apr 1994 20:52:40 +0000 (20:52 +0000)]
Change the private declarations from dlopen,dlclose,dlsym,dlctl
to public. These functions are also used in /usr/include/link.h,
so it looks, like they shouldn't be private.
I will ask Paul about that, if this is correct.

30 years agoBetter link ldconfig static instead dynamic.
Andreas Schulz [Wed, 13 Apr 1994 20:49:42 +0000 (20:49 +0000)]
Better link ldconfig static instead dynamic.

30 years agoChanged the Makefiles for catman and makewhatis that the output from the
Andreas Schulz [Wed, 13 Apr 1994 19:54:43 +0000 (19:54 +0000)]
Changed the Makefiles for catman and makewhatis that the output from the
sed goes into an obj dir, if it exists, instead of the src dir.

30 years agoAdd delays after changing from 8/16 - 16/8 bit mode and after enabling/
David Greenman [Wed, 13 Apr 1994 10:15:34 +0000 (10:15 +0000)]
Add delays after changing from 8/16 - 16/8 bit mode and after enabling/
disabling the shared memory. The 83C790 needs these or it does bad things.

30 years agoMake all devices at least 2*64K buffers, 2*32K buffers
Andrey A. Chernov [Wed, 13 Apr 1994 01:57:03 +0000 (01:57 +0000)]
Make all devices at least 2*64K buffers, 2*32K buffers
isn't enough for my home 33Mhz.

30 years agosnd7 config line corrected, irqaremoved
Andrey A. Chernov [Wed, 13 Apr 1994 01:29:14 +0000 (01:29 +0000)]
snd7 config line corrected, irqaremoved

30 years agoNow SoundDriver use 64K DMA region instead of older 4K by
Andrey A. Chernov [Wed, 13 Apr 1994 01:10:08 +0000 (01:10 +0000)]
Now SoundDriver use 64K DMA region instead of older 4K by
using new contigmalloc function.

30 years agoRemove lpa from the generic kernels - one step closer to nuking lpa !!
Geoff Rehmet [Tue, 12 Apr 1994 16:05:13 +0000 (16:05 +0000)]
Remove lpa from the generic kernels - one step closer to nuking lpa !!

30 years agoPatch from S0ren, 80x50 font trashed after switching from X console
Andrey A. Chernov [Tue, 12 Apr 1994 00:05:23 +0000 (00:05 +0000)]
Patch from S0ren, 80x50 font trashed after switching from X console

30 years agoTenmicrosec change backed out, because our DELAY is accurate
Andrey A. Chernov [Mon, 11 Apr 1994 21:27:00 +0000 (21:27 +0000)]
Tenmicrosec change backed out, because our DELAY is accurate
only about 40 microseconds.

30 years ago/dev/null was not a very good choice of shell for login-disabled users.
Garrett Wollman [Mon, 11 Apr 1994 19:18:05 +0000 (19:18 +0000)]
/dev/null was not a very good choice of shell for login-disabled users.
Used the canonical non-existent file (/nonexistent) instead  This should
probably be documented somewhere, but it's unclear where the right
place is (passwd(5)? login(8)? hier(7)?  all three?).

30 years agoWe have a better way to wait ten microseconds then inbs:
Andrey A. Chernov [Mon, 11 Apr 1994 18:17:12 +0000 (18:17 +0000)]
We have a better way to wait ten microseconds then inbs:
tenmicrosec() now use DELAY(10)

30 years agoFixed brokeness in the support of the 83C790/Elite Ultra (now that I
David Greenman [Sun, 10 Apr 1994 20:06:28 +0000 (20:06 +0000)]
Fixed brokeness in the support of the 83C790/Elite Ultra (now that I
finally have the f**king documentation!):

1) Changed all the numeric register offsets to symbolic ones (it should
have been this way originally).
2) If 16 bit, disable the shared memory when not using it. Apparantly
switching between 8/16bit mode makes the Ultra unhappy unless
this is done (i.e. it trashes the bus).

30 years agoModify wdprobe() to correctly recognise some 2 drive systems,
Geoff Rehmet [Sun, 10 Apr 1994 11:17:13 +0000 (11:17 +0000)]
Modify wdprobe() to correctly recognise some 2 drive systems,
on which it was failing.  Modifications follow ATA, but also
allow some weird setups which seem to contradict ATA (aaarrrrgghhh!!)

30 years agomail a+rwxt changes backed out
Andrey A. Chernov [Sun, 10 Apr 1994 00:56:12 +0000 (00:56 +0000)]
mail a+rwxt changes backed out

30 years agochange to lptioctl
Geoff Rehmet [Fri, 8 Apr 1994 22:13:49 +0000 (22:13 +0000)]
change to lptioctl

30 years agoFix arguments of CONS_GETINFO
Andrey A. Chernov [Thu, 7 Apr 1994 23:23:01 +0000 (23:23 +0000)]
Fix arguments of CONS_GETINFO

30 years agoRemove unneded irq/drq/vector from snd?
Andrey A. Chernov [Thu, 7 Apr 1994 22:18:49 +0000 (22:18 +0000)]
Remove unneded irq/drq/vector from snd?

30 years agofrom kimmel@varese.cs.umass.edu (Matt Kimmel):
David Greenman [Thu, 7 Apr 1994 12:10:31 +0000 (12:10 +0000)]
from kimmel@varese.cs.umass.edu (Matt Kimmel):
"el" driver for 3COM 3C501. This driver has some serious performance
problems and drops packets on the floor like hot potatos.

30 years agoMake Bruce happy: silently enter ddb on a BPT or trace trap if ddb is
David Greenman [Thu, 7 Apr 1994 10:51:00 +0000 (10:51 +0000)]
Make Bruce happy: silently enter ddb on a BPT or trace trap if ddb is
configured in the kernel.

30 years agoUpdate lpt(4) man page to reflect recent changes to the lpt device driver.
Geoff Rehmet [Wed, 6 Apr 1994 20:21:33 +0000 (20:21 +0000)]
Update lpt(4) man page to reflect recent changes to the lpt device driver.
(also point out that lpa is now defunct.)

30 years agoChange default permission of /var/mail to 01777, because
Andrey A. Chernov [Wed, 6 Apr 1994 19:37:45 +0000 (19:37 +0000)]
Change default permission of /var/mail to 01777, because
MUA must have s-bit in other case (security hole).
This fix needed for procmail too, because procmail
uses NFS-locks in /var/mail directory

30 years agoChanges to lpt driver:
Geoff Rehmet [Wed, 6 Apr 1994 16:42:33 +0000 (16:42 +0000)]
Changes to lpt driver:
- ansi prototypes in lpt.c
- a bit of tidying in lpt.c
- ioctl in lpt.c for switching between polling and using interrupts
- added lpt.h - needed for ioctl to allow switching between polling
        and interrupt-driven modes.

30 years agoMake y_or_n() pay attention to AutoAnswer global.
Jordan K. Hubbard [Tue, 5 Apr 1994 14:08:47 +0000 (14:08 +0000)]
Make y_or_n() pay attention to AutoAnswer global.

30 years agoAdd -N and -Y flags for auto-answer feature.
Jordan K. Hubbard [Tue, 5 Apr 1994 14:05:40 +0000 (14:05 +0000)]
Add -N and -Y flags for auto-answer feature.

30 years agoAdd that /usr/X386/lib is also in the default path for ldconfig. Bug found
Andreas Schulz [Tue, 5 Apr 1994 08:24:19 +0000 (08:24 +0000)]
Add that /usr/X386/lib is also in the default path for ldconfig. Bug found
by Satoshi Asami ( asami@cs.berkeley.edu ). Fixed also a minor typo
problem.

30 years agofrom John Dyson:
David Greenman [Tue, 5 Apr 1994 03:23:32 +0000 (03:23 +0000)]
from John Dyson:

1) fixed some bugs related to the bounce buffer code
2) vnode pager now supports clustered pageouts
3) experimental code for clustering all I/O via a new "cldisksort"
4) added >16MB check to Bustek driver
5) made some experimental algorithmic changes to the pageout daemon
6) fixed bugs in truncating mapped files (esp when mapped via NFS)
7) reorganized vnode pager I/O code

30 years agoFirst pass at adding locale support. This code only deals with the LC_CTYPE
Garrett Wollman [Mon, 4 Apr 1994 21:11:12 +0000 (21:11 +0000)]
First pass at adding locale support.  This code only deals with the LC_CTYPE
class of locale data, but could be extended to handle other locale
classes, as well as message catalogues and other non-locale i18n
support.

I have left the old _ctype_ array in place, and moved the ctype.h
header to octype.h, so that existing shared binaries will still be
able to find and use it as they require.

See /usr/src/share/locale for information on how to create new locale
data files (eventually this procedure will be improved).  I'd like to
have a family of locale files for various countries, languages, and
character sets, so please contribute some.

This code was originally written by Paul Borman and contributed to
4.4; I did the integration, and have somewhat tested it.  crt0.c
probably ought to call setlocale() if it doesn't already, but I'd like
for people to create some locale files and try things manually first
before I make every program do this.

30 years agocorrected pointer to sound.doc
Poul-Henning Kamp [Mon, 4 Apr 1994 17:27:45 +0000 (17:27 +0000)]
corrected pointer to sound.doc

30 years agoThis addition allows compilation with EXCLUDE_AUDIO
Andrey A. Chernov [Sun, 3 Apr 1994 22:16:38 +0000 (22:16 +0000)]
This addition allows compilation with EXCLUDE_AUDIO
without compilation error.

30 years agoUpgraded to Delaware version 3.3p (yes, that's right, they're not increasing).
Garrett Wollman [Sun, 3 Apr 1994 20:37:34 +0000 (20:37 +0000)]
Upgraded to Delaware version 3.3p (yes, that's right, they're not increasing).
This version still doesn't talk to the kernel PLL code, but you should be
able to convince it to do so relatively easily.  Also deleted some junk
files and fixed all compilation warnings.