Remove config(8)'s knowledge about NMBCLUSTERS, no code in /sys
knows about it any more.
Remove references to NMBCLUSTERS which is obsoleted.
PR: 100427
Revision Changes Path
1.1373 +1 -4 src/sys/conf/NOTES
1.552 +0 -1 src/sys/conf/options
1.42 +1 -1 src/sys/boot/common/help.common
1.86 +2 -4 src/sys/boot/common/loader.8
----------------------------
revision 1.13
date: 2006/08/23 23:51:29; author: rik; state: Exp; lines: +1 -1
Fix path for source file in files.FOO.
----------------------------
revision 1.12
date: 2006/08/09 21:23:42; author: rik; state: Exp; lines: +122 -22
- Added ability to provide (optional) path to the kernel sources
- Added check of dirs used by example generator
- Fixed path for ${s}/conf/files.FOO and include it via files
directive from config file
- Changed kernel configuration example with the driver: it is
not produced by copying Generic but by including it
- KDB is added to config (for DDB)
- Added module building instead and fixed kernel building
Reviewed by: julian@
----------------------------
revision 1.11
date: 2006/08/09 20:57:24; author: rik; state: Exp; lines: +57 -32
Added copyright templete
Fixed compilation
Reviewed by: julian@
----------------------------
Requested by: yar@
----------------------------
revision 1.24
date: 2006/08/09 10:53:26; author: rik; state: Exp; lines: +24 -3
- Added 'files "files.FOO"' to config for inclusion of user specific files.
- Added KDB option to config file (for DDB).
- Added ability to compile custom kernel.
Discussed with: julian@
----------------------------
revision 1.23
date: 2006/08/06 11:06:35; author: rik; state: Exp; lines: +32 -19
- Added ability to provide (optional) path to the kernel sources
- Fixed path for ${s}/conf/files.FOO and a note that it should be merged into
corresponding file to be able to compile the kernel
- Changed kernel configuration example with the driver: it is not produced by
copying Generic but by including it
- Changed from automatic module building to asking an user if it whants to
Reviewed by: julian@
----------------------------
revision 1.22
date: 2006/08/06 11:04:22; author: rik; state: Exp; lines: +9 -12
Fix compilation.
Reviewed by: julian@
----------------------------
Requested by: yar@
Allow for setting negative priority (niceness) when $foo_user is non-root.
The order in _doit must be "nice su", not "su nice", for that.
In addition, don't ignore the exit status from "cd $foo_chdir".
with HEAD. Key changes include:
- Support a limited set of punctuation in interface names ".-/+" by
converting them to '_' before looking up interface variables.
- Don't flush routes by default when an interface is removed.
- Don't generate unnecessicary noise on startup when interfaces are
renamed.
PR: conf/92433
A kernel with 'options XBOX' will be bootable on a Microsoft Xbox (it will do
nothing extra if booted on a non-xbox i386)
The /sys/i386/conf/XBOX kernel configuration file contains a kernel with
support for all XBOX peripherals.
Approved by: imp (mentor)
Reviewed by: arch@ (no objection)
Lock the vnode around the call to VOP_GETATTR. Move the locked code
and vn_fullpath (that call malloc(..., M_WAITOK)) from under the
vm object lock, since sleep is not allowed while holding the mutex.
Being there, wrap VOP_GETATTR call with conditional Giant aquire.
Currently this is (almost) noop because pseudofs is Giant-locked.
Approved by: pjd (mentor)
- allow matching on subject: ranges of uid, ranges of gid, jail id
and object: ranges of uid, ranges of gid, filesystem, object is
suid, object is sgid, object matches subject uid/gid, object type.
This involves an ABI change between the kernel module and libugidfw,
but no change between applications and ugidfw.
Add two new scripts (mdconfig/mdconfig2) to replace old ramdisk{,-own}
scripts. These scripts handle vnode backed md(4) devices.
Two new variables have been introduced to be able to populate the md(4)
device once it has been mounted (mdconfig_*_files and mdconfig_*_cmd).
Use should be as easy as:
mdconfig_md0="-t malloc -s 10m"
mdconfig_md1="-t vnode -f /var/foo.img"
See rc.conf(5) for more information and description of the additional
variables.
src/etc/rc.d/Makefile: rev 1.71 -> 1.72
src/etc/rc.d/mdconfig: rev 1.3
src/etc/rc.d/mdconfig2: rev 1.3
src/share/man/man5/rc.conf.5: rev 1.296 -> 1.297
Approved by: cperciva (mentor)
Radio Shack USB Cable
Prolific Pharos
Willcom W-SIM
HAMLET exagerate XUR232
No functional changes to the driver, so at worst, I've merged support
for devices that didn't work before and though i think they should
work now, they don't. Please let me know if there are problems.