Commit Graph

1515 Commits

Author SHA1 Message Date
wollman
b8d815e354 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.
1994-04-21 21:07:20 +00:00
wollman
77f4c03810 Enable kernelized NTP PLL support on the daemon side.
If your clocks suddenly start running backwards 500 hours per day,
let me know.
1994-04-21 21:06:40 +00:00
sos
6626597893 Changed timer usage to new functions in clock.c 1994-04-21 14:22:26 +00:00
sos
19ae6c4b85 Change timer usage to use new functions in clock.c 1994-04-21 14:21:50 +00:00
sos
f5bd4b77ef Added IO_PPI define, pulled timer related stuff 1994-04-21 14:20:54 +00:00
sos
4d08dd5dcf Pulled out timer related functions -> now in clock.c 1994-04-21 14:20:07 +00:00
sos
5c111f4de1 New support for sharing the timers
acquire_timer / release_timer

Pulled in timer related functions from isa.c
1994-04-21 14:19:16 +00:00
sos
1e2d65433b pcaudio device driver:
Driver for playing .au type files through the internal speaker
	Uses new timer support in clock.c
1994-04-21 14:16:55 +00:00
sos
6d4f3ed1d1 pcaudio.c added 1994-04-21 14:13:43 +00:00
sos
66ffaad8c4 New file for pcaudio device driver 1994-04-21 14:12:28 +00:00
sos
d46befb426 cdev 24 used for pcaudio (PCM speaker driver) 1994-04-21 14:10:31 +00:00
sos
d6961f411f device support for pcaudio added 1994-04-21 14:08:27 +00:00
wollman
05f4dc2d89 Merged xntp3.3q from vendor branch. 1994-04-21 01:32:32 +00:00
wollman
c01f82e4de This commit was generated by cvs2svn to compensate for changes in r1381,
which included commits to RCS files with non-trunk default branches.
1994-04-21 00:33:33 +00:00
wollman
1185c9048d xntp3.3s from UDel 1994-04-21 00:33:33 +00:00
phk
dabbd670e2 Adding bootoption '-r' which is "use compiled in root". This allows me to
boot from a floppy and have root on wd2 for instance.
1994-04-20 22:06:24 +00:00
dg
f96beca076 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.
1994-04-20 07:06:57 +00:00
wollman
b7f08b2da5 Reserve block device 8 and character device 32 for users' drivers. 1994-04-19 23:45:43 +00:00
csgr
331261a269 Fixed Makefile problem pointed out by Piero Serini 1994-04-19 06:43:36 +00:00
csgr
c03bddd061 Much fixed handling of .so entries.
Also turns pages that consists of a single .so entry into a hard link.
1994-04-18 18:46:50 +00:00
rgrimes
7c6e8330e7 Fix the ifconfig lines so that they have interface names on them. 1994-04-18 11:00:44 +00:00
rgrimes
80d13aeaa1 >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.
----------------------------
1994-04-18 06:44:43 +00:00
rgrimes
628518e102 >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.
1994-04-18 04:26:25 +00:00
rgrimes
3b29644154 >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.
1994-04-18 04:25:21 +00:00
rgrimes
b65a173db0 >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.
1994-04-18 04:23:33 +00:00
csgr
78b7b2b9e7 get the soelim crud right this time ! 1994-04-17 22:27:56 +00:00
csgr
e9c77690d8 fix to get .so's working - I hope 1994-04-17 22:13:08 +00:00
csgr
17dcbb802e This commit was generated by cvs2svn to compensate for changes in r1366,
which included commits to RCS files with non-trunk default branches.
1994-04-17 21:26:21 +00:00
csgr
5f372b8ae9 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
1994-04-17 21:26:21 +00:00
rgrimes
03a1b8a5c6 >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.
1994-04-17 19:57:35 +00:00
jkh
2721283a01 Whoops, -Y and -N would work better if they were in the getopts string! 1994-04-16 21:50:53 +00:00
sean
a4cd02770b 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.
1994-04-15 16:57:38 +00:00
dg
1de7b67118 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.
1994-04-14 07:49:40 +00:00
ats
a0bf786879 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.
1994-04-13 20:52:40 +00:00
ats
1b507f27d4 Better link ldconfig static instead dynamic. 1994-04-13 20:49:42 +00:00
ats
39f7032a44 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.
1994-04-13 19:54:43 +00:00
dg
660a996a6a 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.
1994-04-13 10:15:34 +00:00
ache
9c02995354 Make all devices at least 2*64K buffers, 2*32K buffers
isn't enough for my home 33Mhz.
1994-04-13 01:57:03 +00:00
ache
23f3779a1a snd7 config line corrected, irqaremoved 1994-04-13 01:29:14 +00:00
ache
5ae9f2eaea Now SoundDriver use 64K DMA region instead of older 4K by
using new contigmalloc function.
1994-04-13 01:10:08 +00:00
csgr
634f317593 Remove lpa from the generic kernels - one step closer to nuking lpa !! 1994-04-12 16:05:13 +00:00
ache
870fc69a5d Patch from S0ren, 80x50 font trashed after switching from X console 1994-04-12 00:05:23 +00:00
ache
9039dbfd3b Tenmicrosec change backed out, because our DELAY is accurate
only about 40 microseconds.
1994-04-11 21:27:00 +00:00
wollman
75b405c75c /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?).
1994-04-11 19:18:05 +00:00
ache
e5274bcaba We have a better way to wait ten microseconds then inbs:
tenmicrosec() now use DELAY(10)
1994-04-11 18:17:12 +00:00
dg
f1e9ab81ed 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).
1994-04-10 20:06:28 +00:00
csgr
a493330292 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!!)
1994-04-10 11:17:13 +00:00
ache
93a4b9fbcc mail a+rwxt changes backed out 1994-04-10 00:56:12 +00:00
csgr
c98d4ed47e change to lptioctl 1994-04-08 22:13:49 +00:00
ache
17f5b24fbf Fix arguments of CONS_GETINFO 1994-04-07 23:23:01 +00:00