John Dyson
95461b450d
1) Start using a cleaner and more consistant page allocator instead
...
of the various ad-hoc schemes.
2) When bringing in UPAGES, the pmap code needs to do another vm_page_lookup.
3) When appropriate, set the PG_A or PG_M bits a-priori to both avoid some
processor errata, and to minimize redundant processor updating of page
tables.
4) Modify pmap_protect so that it can only remove permissions (as it
originally supported.) The additional capability is not needed.
5) Streamline read-only to read-write page mappings.
6) For pmap_copy_page, don't enable write mapping for source page.
7) Correct and clean-up pmap_incore.
8) Cluster initial kern_exec pagin.
9) Removal of some minor lint from kern_malloc.
10) Correct some ioopt code.
11) Remove some dead code from the MI swapout routine.
12) Correct vm_object_deallocate (to remove backing_object ref.)
13) Fix dead object handling, that had problems under heavy memory load.
14) Add minor vm_page_lookup improvements.
15) Some pages are not in objects, and make sure that the vm_page.c can
properly support such pages.
16) Add some more page deficit handling.
17) Some minor code readability improvements.
1998-02-05 03:32:49 +00:00
Eivind Eklund
47cfdb166d
Turn DIAGNOSTIC into a new-style option.
1998-02-04 22:34:03 +00:00
Jonathan Lemon
4f36d4ac99
Document the fpgetprec/fpsetprec functions in their man page.
...
Add cross-references to the elusive fpsetmask() function to various other
man pages.
Reviewed by: bde
1998-02-04 22:30:20 +00:00
Eivind Eklund
4c890f3b43
Remove old, commented-out option SUIDDIR after Julian added a proper
...
entry for it.
1998-02-04 22:03:27 +00:00
Eivind Eklund
8e734a64e3
Make the LKMs handle DIAGNOSTIC as a new-style option.
1998-02-04 21:56:39 +00:00
Guido van Rooij
3d08e8c2cc
This seems to fix my problem that after resume/suspend, sometimes
...
pccard claims that the driver is already allocated.
It works around a race when pccardd gets woken up too late after a resume.
This is a 2.2.6 candidate.
Reviewed by: nate@freebsd.org
1998-02-04 20:19:39 +00:00
David Greenman
1540674007
Restrict idleprio to superuser:
...
Realtime priority has to be restricted for reasons which should be
obvious. However, for idle priority, there is a potential for
system deadlock if an idleprio process gains a lock on a resource
that other processes need (and the idleprio process can't run
due to a CPU-bound normal process). Fix me! XXX
PR: 5639
1998-02-04 18:43:10 +00:00
Bill Paul
1754677b27
Fix Makefile.yp so that it no longer creates a temporary file called
...
/tmp/ypmake, thereby fixing problems with successive map updates
possibly reading stale copies of this file left behind by a previous
failed run.
PR: 5571
1998-02-04 16:16:58 +00:00
Garrett Wollman
18635c20b3
Don't install printcap.5 from here.
1998-02-04 15:59:43 +00:00
Garrett Wollman
19dd7f4d5a
Install printcap.5 from here.
1998-02-04 15:59:10 +00:00
Garrett Wollman
d2fc2bd0d3
Mention nameD_program.
1998-02-04 15:57:13 +00:00
Jordan K. Hubbard
aa97a2eac2
MF22
1998-02-04 15:05:23 +00:00
Jordan K. Hubbard
8fc933e5ae
MF22: update to newest version from author.
1998-02-04 15:04:09 +00:00
Andrey A. Chernov
381ee3485b
Add comment describing settings
...
Use 66 lines on the page
1998-02-04 13:03:57 +00:00
Andrey A. Chernov
0b9bd7b7e8
Add commented out example of Russian output filter usage
1998-02-04 12:09:06 +00:00
Andrey A. Chernov
6094ceca72
Add Russian printer filters, mandatory because hardware code page 866
...
is different with KOI8-R
1998-02-04 12:00:46 +00:00
Andrey A. Chernov
9ad9ea38ac
Add /usr/libexec/lpr/ru for Russian printer filters (coming soon)
1998-02-04 11:51:26 +00:00
Satoshi Asami
6b76dece87
(1) Improve the obsolete tcl/tk detection and dignosis.
...
Reviewed by: the lists
(2) Change MASTER_SITE_CTAN to reflect current reality.
Submitted by: fenner
(3) Add new port variable NO_LATEST_LINK. When this is set, the
"Latest" package symlink is not created. Use this for ports that
are betas when there is also a port for an older, more stable,
version.
(4) Don't be too stupid about "make deinstall".
Submitted by: fenner
1998-02-04 10:36:56 +00:00
KATO Takenori
8e1f6a1f4a
Sync with sys/i386/conf/options.i386 revision 1.71.
1998-02-04 10:22:05 +00:00
KATO Takenori
99b1ec9000
Sync with sys/i386/i386/machdep.c revision 1.286.
1998-02-04 10:19:33 +00:00
Philippe Charnier
966fcf2944
Convert to mdoc.
1998-02-04 07:30:11 +00:00
Philippe Charnier
fb9d8a6886
Convert to mdoc. Move Id to the top.
1998-02-04 07:29:20 +00:00
Daniel O'Callaghan
ed158e7e93
Submitted by: Alex Nash
...
Style nit - extraneous space.
1998-02-04 07:04:44 +00:00
Andrey A. Chernov
4b6860cf1c
Add Genius PnP Mouse (simple one)
1998-02-04 06:46:33 +00:00
Eivind Eklund
346ebe5115
Change LINT_PCCARD_HACK to COMPILING_LINT, and put it in its own header file
...
"opt_lint.h". This should prevent the next person needing the same trick
from inventing their own option, too.
1998-02-04 04:41:37 +00:00
Eivind Eklund
cecc50bcd3
Make SPX_HACK a new-style option.
1998-02-04 04:12:29 +00:00
Eivind Eklund
cb71d9bfa8
Make this work with SPX_HACK as a new-style option.
1998-02-04 04:07:43 +00:00
Eivind Eklund
ec1f7adf74
Put SCSI_2_DEF in opt_scsi.h. This cause a lot more recompliation than
...
necessary when this option change, but I don't think it is worth its own
header file.
1998-02-04 03:59:50 +00:00
Eivind Eklund
7dff14331f
Make FAILSAFE a new-style option.
1998-02-04 03:47:16 +00:00
Eivind Eklund
0fec5b52a7
Add #include "opt_devfs.h"
1998-02-04 03:30:31 +00:00
Eivind Eklund
287591d703
Re-add my DEVFS changes after they were stomped on. This time, I throw away
...
the DEVFS tokens (as they weren't used anywhere anyway).
1998-02-04 03:16:25 +00:00
Alexander Langer
31ea9a843a
Display ipfw rules which have reached the log limit.
1998-02-04 01:53:19 +00:00
Eivind Eklund
a30e742145
Make LINT at least compile. This faithfully duplicate the changes
...
done to ufs/ufs/ufs_vnops.c for the same problem, but I don't know if
that will actually make SUIDDIR work for ext2fs.
1998-02-04 01:16:03 +00:00
Brian Somers
b3796ed639
Merge from MP branch:
...
Correct magic number format string
1998-02-04 01:06:23 +00:00
Bruce Evans
9357fa70bd
Cleaned up some comments and ifdefs.
1998-02-03 22:32:23 +00:00
Bruce Evans
e7a5897899
Added #include of <sys/queue.h> so that this file is more "self"-sufficent.
1998-02-03 22:19:35 +00:00
Bruce Evans
f77c781169
Forward declare a struct and #include <sys/queue.h> so that this file
...
is more "self"-sufficent.
1998-02-03 22:17:45 +00:00
Bruce Evans
44429dc4f7
Converted DISABLE_PSE to a new-style option.
...
Fixed some formatting in options.i386.
1998-02-03 22:09:01 +00:00
Bruce Evans
a4b6385ede
Fixed pedantic syntax errors.
1998-02-03 21:56:42 +00:00
Bruce Evans
9cf2c3e77a
Forward declare some structs so that this file is more self-sufficient.
1998-02-03 21:52:02 +00:00
Bruce Evans
a3bdf7a34c
Fixed staticization.
1998-02-03 21:41:12 +00:00
Bruce Evans
c53e436efc
Forward declare some structs so that this file is more self-sufficient.
...
Don't declare kernel objects or functions unless KERNEL is defined.
1998-02-03 21:39:30 +00:00
Bruce Evans
a8961a8284
Ifdefed some SMP and VM86 code. Note that although VM86 is not a global
...
option, the ifdef on it in a header works because only the name of the
VM86 extension is hidden.
1998-02-03 21:27:50 +00:00
Paul Traina
5099706acd
Don't print garbage when user enters EOF at name prompt.
...
PR: 5565
Submitted by: Jens Schweikhardt
1998-02-03 20:53:25 +00:00
Bruce Evans
318ed3ed7a
Forward declare a union so that this file is self-sufficient.
...
Cleaned up ifdefs.
1998-02-03 20:46:18 +00:00
Bruce Evans
b9759fe4f9
Fixed a gratuitous ANSIism.
1998-02-03 20:37:29 +00:00
Bruce Evans
7a1a679ecb
Ifdefed use of a GNU feature.
1998-02-03 20:32:38 +00:00
Bruce Evans
65fa467e59
Moved misplaced idempotency ifdef. Multiple inclusion was fatal since
...
there was a typedef outside the ifdef.
Fixed syntax error after the #endif for this ifdef.
Didn't fix the usual style bugs for this ifdef...
1998-02-03 20:24:13 +00:00
Bruce Evans
98a6e74553
Changed inline' to
__inline' so that this file can be compiled by
...
`gcc -ansi'.
Changed NULL to 0 so that this file is more self-sufficient (now
only <sys/types.h> is a prerequisite).
1998-02-03 20:14:35 +00:00
Bruce Evans
eafe3040d4
Don't declare prototypes for driver functions unless KERNEL is defined.
1998-02-03 20:07:02 +00:00