Commit Graph

26897 Commits

Author SHA1 Message Date
julian
d91c090c67 Obtained from: Simon Shapiro
Userland utilities to control, and monitor a DPT RAID system.
1998-01-26 06:20:48 +00:00
julian
1a09a2f94f Add Simon Shapiro's DPT driver
this shouldn't break anything existing.
Userland utilities to follow.
1998-01-26 06:11:18 +00:00
peter
fc212fa822 Merge CYCLIC branch changes 1998-01-26 04:50:17 +00:00
peter
04a853bd3d Restore file that was inadvertently deleted last time 1998-01-26 04:48:56 +00:00
peter
61059234bb Remove stray files 1998-01-26 04:47:16 +00:00
peter
7a595ec55e re-sort back into order 1998-01-26 04:44:32 +00:00
peter
2d39af8a89 Add missing definition for swi_vm 1998-01-26 04:41:23 +00:00
peter
73c1b2e16a comment that pvcs_to_rcs is left out since it needs perl5 1998-01-26 04:33:03 +00:00
peter
a4486bf67a Add libdiff 1998-01-26 04:21:52 +00:00
peter
5bedf7ec33 Build the internal libified diff 1998-01-26 04:14:21 +00:00
peter
620564a0e1 Update options.h as per configure generated version 1998-01-26 04:02:05 +00:00
peter
8f8152b202 Update config.h 1998-01-26 03:59:21 +00:00
peter
b3f4525375 missing bracket 1998-01-26 03:54:53 +00:00
peter
e1f9e98cf8 Merge changes from CYCLIC onto main branch 1998-01-26 03:29:29 +00:00
peter
f163ab844b Merge changes from CYCLIC branch onto mainline. rcs.[ch] still to come. 1998-01-26 03:24:11 +00:00
peter
b309b273f1 This commit was generated by cvs2svn to compensate for changes in r32785,
which included commits to RCS files with non-trunk default branches.
1998-01-26 03:09:57 +00:00
peter
732631db68 Import cvs-1.9.23 as at 19980123. There are a number of really nice
things fixed in here, including the '-ko' vs. -A problem with
remote cvs which caused all files with -ko to be resent each time
(which is damn painful over a modem, I can tell you).  It also found a
heap of stray empty directories that should have been pruned with the -P
flag to cvs update but were not for some reason.

It also has the fully integrated rcs and diff, so no more fork/exec
overheads for rcs,ci,patch,diff,etc.  This means that it parses the control
data in the rcs files only once rather than twice or more.

If the 'cvs diff' vs. Index thing is going to be fixed for future patch
compatability, this is the place to do it.
1998-01-26 03:09:57 +00:00
brian
b0f121d93d Remove ``start='' used when testing :-( 1998-01-26 02:26:29 +00:00
jmz
ac5af2af2d The status command prints the audio position, the media catalog and the
volume value for the disc. It is now possible to specify additional arguments
(audio, volume, media) to print only a subset of the full status.
This is particularly useful with drives which stop playing when asked to
return the catalog number.
1998-01-26 00:57:54 +00:00
kato
d0a09dca1d Undo previous commit. The cpuid symbol has been already used by SMP
stuff.

Pointed-out by:	Manfred Antar <root@mantar.slip.netcom.com>
1998-01-25 23:45:41 +00:00
wosch
619f5738ad Add two new options:
-i     Do not overwrite files.

     -s     Do not strip output pathname to base filename. By default uuencode
	    deletes any prefix ending with the last slash '/' for security
	    purpose.
1998-01-25 19:26:05 +00:00
wosch
bcc9eeb820 preconsolidate is mis-spelled preconsoidate
Submitted by:  "Danny J. Zerkel" <dzerkel@phofarm.com>
1998-01-25 19:21:04 +00:00
wosch
f4b13da4f8 Add reference to /usr/share/misc/iso3166 where are most
country names stored. web2 itself does not contain country names.
1998-01-25 19:20:00 +00:00
steve
39699f5cd0 Initialize if_ibytes and if_obytes to zero.
PR:		1376
Submitted by:	risner@stdio.com
1998-01-25 17:54:57 +00:00
steve
d6b0625d23 Allow comments to begin with multiple '#' characters.
PR:		4452
Submitted by:	Joao Carlos Mendes Luis <Jonny@mailhost.coppe.ufrj.br>
1998-01-25 17:51:10 +00:00
steve
65d1eef9d0 SEE ALSO swapinfo(8).
PR:		5447
Submitted by:	Craig Leres <leres@ee.lbl.gov>
1998-01-25 17:28:52 +00:00
steve
9fcdb68302 Fix a couple of operator precedence bugs.
PR:		5450
Submitted by:	Sakari Jalovaara <sja@tekla.fi>
1998-01-25 17:25:41 +00:00
kato
d5d35e9764 Added cpuid instruction. 1998-01-25 17:02:00 +00:00
kato
0b1afcbd77 Execute cpuid if BIOS disables cpuid instruction of Cyrix 6x86MX CPU,
and store its result into cpu_id and cpu_feature variables.

Tested by:	Simon Coggins <chaos@ultra.net.au>
1998-01-25 17:01:31 +00:00
steve
783acedcff Use -literal to make for a more pleasing list.
PR:		5547
Submitted by:	Matthew Hunt <mph@pobox.com>
1998-01-25 16:38:42 +00:00
steve
e5db1136a3 Fix a couple of typos.
PR:		5561
Submitted by:	Kazuo Horikawa <k-horik@yk.rim.or.jp>
1998-01-25 16:22:22 +00:00
yokota
1b5a63b402 Fix typo.
PR: docs/5562
1998-01-25 15:49:00 +00:00
kato
6427957e12 Even though BIOS writer's guide recommends cpuid instruction of Cyrix
6x86MX CPU is enabled (BIOS should not disable it), some BIOS disables
it via CCR4.  In this case, cpu variable becomes CPU_486 and
identblue() is called.  Because Cyrix 6x86MX has MSR and doesn't have
MSR1002, wrmsr instruction generates general protection fault.

Tested by:	Simon Coggins <chaos@ultra.net.au>
1998-01-25 12:01:38 +00:00
jb
dee462b2ca Make machine dependent asm code machine dependent. 8-) 1998-01-25 09:52:32 +00:00
jb
05144535f3 Change MACHINE -> MACHINE_ARCH so that the design make sense on those
machines where the processor chip determines the compiler, and where
multiple machines use the same architecture.
1998-01-25 09:49:00 +00:00
kato
97ce8a009c Sync with sys/i386/conf/options.i386 revision 1.67. 1998-01-25 09:45:38 +00:00
jb
bc1fc82219 Modify for MACHINE_ARCH support instead of assuming just x86.
Added alpha and m68k stuff.
1998-01-25 09:45:00 +00:00
kato
7f429a4bfa Fixed typo in comment. 1998-01-25 09:44:33 +00:00
jb
99613a0e1d signal() returns an pointer, so must be cast to long, not int before
comparing < 0.
1998-01-25 09:16:55 +00:00
jb
81a440536e read() and write() return ssize_t not int, so the first arg to atomic()
should be ssize_t too.
1998-01-25 09:15:10 +00:00
jb
f2459d66df Add a sysmk -> /dev/null definition ready for a coming change to
makesyscalls.sh.
1998-01-25 09:09:48 +00:00
jb
d708387107 Cast a size_t to a long to avoid a gcc warning. 1998-01-25 08:59:08 +00:00
dyson
beea50f626 Various NFS fixes:
Make vfs_bio buffer mgmt work better.
	Buffers were being used after brelse.
	Make nfs_getpages work independently of other NFS
		interfaces.  This eliminates some difficult
		recursion problems and decreases pagefault
		overhead.
	Remove an erroneous vfs_unbusy_pages.
	Fix a reentrancy problem, with nfs_vinvalbuf when
		vnode is already being rundown.
	Reassignbuf wasn't being called when needed under
		certain circumstances.

	(Thanks to Bill Paul for help.)
1998-01-25 06:24:09 +00:00
dyson
83081e7a25 Various NFS fixes:
Make vfs_bio buffer mgmt work better.
	Buffers were being used after brelse.
	Make nfs_getpages work independently of other NFS
		interfaces.  This eliminates some difficult
		recursion problems and decreases pagefault
		overhead.
	Remove an erroneous vfs_unbusy_pages.
	Fix a reentrancy problem, with nfs_vinvalbuf when
		vnode is already being rundown.
	Reassignbuf wasn't being called when needed under
		certain circumstances.

	(Thanks for help from Bill Paul.)
1998-01-25 06:14:26 +00:00
eivind
250cf1a991 Turn CLK_USE_TSC_CALIBRATION into a new-style option. 1998-01-25 04:37:47 +00:00
eivind
35147c6ca3 Make TCP_COMPAT_42 a new style option. 1998-01-25 04:23:33 +00:00
eivind
c4fe65bded Turn NSWAPDEV into a new-style option. 1998-01-25 04:13:25 +00:00
eivind
a81bc1ca35 Remove the FDSEEKWAIT option and description.
The functionality was present for two days in october/november 1994
before being backed out; I don't think we can consider it really
critical ;-)
1998-01-25 03:55:47 +00:00
eivind
477ac77383 Make MD5 a new-style option. This one was eeeeeaaaaaasssssyyyyy ;-) 1998-01-25 03:34:17 +00:00
kato
aa9bf417e9 Sync with sys/i386/conf/GENERIC revision 1.105. 1998-01-25 02:22:04 +00:00