wosch
530ad97724
preconsolidate is mis-spelled preconsoidate
...
Submitted by: "Danny J. Zerkel" <dzerkel@phofarm.com>
1998-01-25 19:21:04 +00:00
wosch
2b7140db96
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
b612ffaf1d
Initialize if_ibytes and if_obytes to zero.
...
PR: 1376
Submitted by: risner@stdio.com
1998-01-25 17:54:57 +00:00
steve
0344603634
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
c71566911e
SEE ALSO swapinfo(8).
...
PR: 5447
Submitted by: Craig Leres <leres@ee.lbl.gov>
1998-01-25 17:28:52 +00:00
steve
c0db3d8218
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
a75b33e075
Added cpuid instruction.
1998-01-25 17:02:00 +00:00
kato
208e260586
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
37a3680035
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
d934dd8e2d
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
42f3b538cd
Fix typo.
...
PR: docs/5562
1998-01-25 15:49:00 +00:00
kato
4f6278680f
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
014c10f649
Make machine dependent asm code machine dependent. 8-)
1998-01-25 09:52:32 +00:00
jb
b1946a8320
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
d9c8ef59e8
Sync with sys/i386/conf/options.i386 revision 1.67.
1998-01-25 09:45:38 +00:00
jb
109ee64102
Modify for MACHINE_ARCH support instead of assuming just x86.
...
Added alpha and m68k stuff.
1998-01-25 09:45:00 +00:00
kato
a362d5f691
Fixed typo in comment.
1998-01-25 09:44:33 +00:00
jb
f8e8406f2f
signal() returns an pointer, so must be cast to long, not int before
...
comparing < 0.
1998-01-25 09:16:55 +00:00
jb
25ffc13079
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
fbf068fe64
Add a sysmk -> /dev/null definition ready for a coming change to
...
makesyscalls.sh.
1998-01-25 09:09:48 +00:00
jb
4fc699e2cf
Cast a size_t to a long to avoid a gcc warning.
1998-01-25 08:59:08 +00:00
dyson
548a436486
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
4aef3b4b7a
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
1319257ef2
Turn CLK_USE_TSC_CALIBRATION into a new-style option.
1998-01-25 04:37:47 +00:00
eivind
0c7b702411
Make TCP_COMPAT_42 a new style option.
1998-01-25 04:23:33 +00:00
eivind
3e199e2bf3
Turn NSWAPDEV into a new-style option.
1998-01-25 04:13:25 +00:00
eivind
f4918db009
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
e009bb08b8
Make MD5 a new-style option. This one was eeeeeaaaaaasssssyyyyy ;-)
1998-01-25 03:34:17 +00:00
kato
165df64258
Sync with sys/i386/conf/GENERIC revision 1.105.
1998-01-25 02:22:04 +00:00
jb
58cb73a02b
Fix a cast from a pointer to a long instead of an int which was enough
...
to ruin a 64-bit day.
1998-01-24 20:57:38 +00:00
jkh
2fbcdbb0fa
Add script for properly breaking out the doc dist.
1998-01-24 17:45:14 +00:00
yokota
e91db411b2
Add brief note on error message from the driver.
1998-01-24 12:14:13 +00:00
yokota
cb24c2bf68
Small adjustment in sync check code.
1998-01-24 12:12:32 +00:00
jkh
d61a0bc6d3
Clean up doc bootstrap ports afterwards.
...
Small stylistic cleanup.
1998-01-24 07:30:55 +00:00
kato
d7c4ca0508
Sync with sys/i386/isa/wd.c revision 1.148.
1998-01-24 06:54:17 +00:00
kato
f7ba097831
Sync with sys/i386/i386/machdep.c revision 1.283.
1998-01-24 06:53:32 +00:00
steve
f00117c92b
Random data is no longer based on the time of day, rather the random
...
number device. Also clearly state that sequential data is the default.
PR: 5553
Submitted by: Jonathan Hanna <pangolin@rogers.wave.ca>
1998-01-24 03:32:33 +00:00
kato
1f43ea90ad
Sync with sys/i386/i386/machdep.c revision 1.282.
1998-01-24 03:15:37 +00:00
eivind
71ddd31390
Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.
...
This introduce an xxxFS_BOOT for each of the rootable filesystems.
(Presently not required, but encouraged to allow a smooth move of option *FS
to opt_dontuse.h later.)
LFS is temporarily disabled, and will be re-enabled tomorrow.
1998-01-24 02:54:56 +00:00
eivind
71161cca14
LKM-support for converting all file-system options to new-style options.
1998-01-24 02:21:53 +00:00
dyson
8726294764
Add better support for larger I/O clusters, including larger physical
...
I/O. The support is not mature yet, and some of the underlying implementation
needs help. However, support does exist for IDE devices now.
1998-01-24 02:01:46 +00:00
brian
4b6b8906a0
Fix error message.
...
Don't complicate the test compilation mentioned at the start of
the file.
1998-01-24 00:03:14 +00:00
brian
2fa1051841
Stop bogus warnings.
1998-01-23 22:29:16 +00:00
brian
b1b36a2e87
Re-implement the proxy arp sockaddr_dl search routine (again).
...
It now works :-) and searches all interface aliases.
1998-01-23 21:37:27 +00:00
jkh
c28ebdedae
Bring back handbook and FAQ by adding a mechanism for bootstrap ports
...
to the build. This will need more review as we go into it, but it should
do the basic job for now.
1998-01-23 20:15:54 +00:00
jkh
6d9aea860c
Add FAQ and handbook back to doc subtree.
1998-01-23 20:11:46 +00:00
jkh
a26fcf19bd
DISTRIBUTION=bin - we separate it out later.
1998-01-23 20:09:21 +00:00
jkh
5930ad49db
In !dists case, invoke the custom dist menu rather than the toplevel
...
dist menu. This makes a good deal more sense and should have been
this way all along.
1998-01-23 07:53:44 +00:00
jkh
0896cdc6b6
spelling and style police.
1998-01-23 07:48:54 +00:00
brian
f1d93f530b
Don't allow manual dialing unless in auto or interactive mode.
1998-01-23 04:36:42 +00:00