Skip site navigation (1)Skip section navigation (2)

CVS log for src/sys/modules/procfs/Makefile

[BACK] Up to [FreeBSD] / src / sys / modules / procfs

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.35.2.1.2.1: download - view: text, markup, annotated - select for diffs
Fri Nov 11 04:20:22 2011 UTC (2 months, 4 weeks ago) by kensmith
Branches: RELENG_9_0
CVS tags: RELENG_9_0_0_RELEASE
Diff to: previous 1.35.2.1: preferred, colored
Changes since revision 1.35.2.1: +0 -0 lines
SVN rev 227445 on 2011-11-11 04:20:22Z by kensmith

Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
cycle.

Approved by:	re (implicit)

Revision 1.35.2.1: download - view: text, markup, annotated - select for diffs
Fri Sep 23 00:51:37 2011 UTC (4 months, 2 weeks ago) by kensmith
Branches: RELENG_9
CVS tags: RELENG_9_0_BP
Branch point for: RELENG_9_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +0 -0 lines
SVN rev 225736 on 2011-09-23 00:51:37Z by kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by:	re (implicit)

Revision 1.32.14.1: download - view: text, markup, annotated - select for diffs
Tue Dec 21 17:10:29 2010 UTC (13 months, 2 weeks ago) by kensmith
Branches: RELENG_7_4
CVS tags: RELENG_7_4_0_RELEASE
Diff to: previous 1.32: preferred, colored; next MAIN 1.33: preferred, colored
Changes since revision 1.32: +0 -0 lines
SVN rev 216618 on 2010-12-21 17:10:29Z by kensmith

Copy stable/7 to releng/7.4 in preparation for FreeBSD-7.4 release.

Approved by:	re (implicit)

Revision 1.32.10.3.4.1: download - view: text, markup, annotated - select for diffs
Tue Dec 21 17:09:25 2010 UTC (13 months, 2 weeks ago) by kensmith
Branches: RELENG_8_2
CVS tags: RELENG_8_2_0_RELEASE
Diff to: previous 1.32.10.3: preferred, colored; next MAIN 1.32.12.1: preferred, colored
Changes since revision 1.32.10.3: +0 -0 lines
SVN rev 216617 on 2010-12-21 17:09:25Z by kensmith

Copy stable/8 to releng/8.2 in preparation for FreeBSD-8.2 release.

Approved by:	re (implicit)

Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Aug 23 06:13:29 2010 UTC (17 months, 2 weeks ago) by imp
Branches: MAIN
CVS tags: RELENG_9_BP, HEAD
Branch point for: RELENG_9
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
SVN rev 211690 on 2010-08-23 06:13:29Z by imp

MFtbemd:

Use MACHINE_CPUARCH in preference to MACHINE_ARCH.  The former is the
source code location of the machine, the latter the binary output.  In
general, we want to use MACHINE_CPUARCH instead of MACHINE_ARCH unless
we're tesitng for a specific target.  The isn't even moot for
i386/amd64 where there's momemntum towards a MACHINE_CPUARCH == x86,
although a specific cleanup for that likely would be needed...

Revision 1.32.10.3.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 14 02:09:06 2010 UTC (19 months, 4 weeks ago) by kensmith
Branches: RELENG_8_1
CVS tags: RELENG_8_1_0_RELEASE
Diff to: previous 1.32.10.3: preferred, colored; next MAIN 1.32.12.1: preferred, colored
Changes since revision 1.32.10.3: +0 -0 lines
SVN rev 209145 on 2010-06-14 02:09:06Z by kensmith

Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.

Approved by:	re (implicit)

Revision 1.32.10.3: download - view: text, markup, annotated - select for diffs
Wed Apr 7 02:24:41 2010 UTC (22 months ago) by nwhitehorn
Branches: RELENG_8
CVS tags: RELENG_8_2_BP, RELENG_8_1_BP
Branch point for: RELENG_8_2, RELENG_8_1
Diff to: previous 1.32.10.2: preferred, colored; branchpoint 1.32: preferred, colored; next MAIN 1.33: preferred, colored
Changes since revision 1.32.10.2: +1 -1 lines
SVN rev 206336 on 2010-04-07 02:24:41Z by nwhitehorn

MFC r205014,205015:

Provide groundwork for 32-bit binary compatibility on non-x86 platforms,
for upcoming 64-bit PowerPC and MIPS support. This renames the COMPAT_IA32
option to COMPAT_FREEBSD32, removes some IA32-specific code from MI parts
of the kernel and enhances the freebsd32 compatibility code to support
big-endian platforms.

This MFC is required for MFCs of later changes to the freebsd32
compatibility from HEAD.

Requested by:	kib

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Mar 11 14:49:06 2010 UTC (23 months ago) by nwhitehorn
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
SVN rev 205014 on 2010-03-11 14:49:06Z by nwhitehorn

Provide groundwork for 32-bit binary compatibility on non-x86 platforms,
for upcoming 64-bit PowerPC and MIPS support. This renames the COMPAT_IA32
option to COMPAT_FREEBSD32, removes some IA32-specific code from MI parts
of the kernel and enhances the freebsd32 compatibility code to support
big-endian platforms.

Reviewed by:	kib, jhb

Revision 1.32.12.1: download - view: text, markup, annotated - select for diffs
Wed Feb 10 00:26:20 2010 UTC (2 years ago) by kensmith
Branches: RELENG_7_3
CVS tags: RELENG_7_3_0_RELEASE
Diff to: previous 1.32: preferred, colored; next MAIN 1.33: preferred, colored
Changes since revision 1.32: +0 -0 lines
SVN rev 203736 on 2010-02-10 00:26:20Z by kensmith

Copy stable/7 to releng/7.3 as part of the 7.3-RELEASE process.

Approved by:	re (implicit)

Revision 1.32.10.2: download - view: text, markup, annotated - select for diffs
Thu Oct 29 16:19:58 2009 UTC (2 years, 3 months ago) by kib
Branches: RELENG_8
Diff to: previous 1.32.10.1: preferred, colored; branchpoint 1.32: preferred, colored
Changes since revision 1.32.10.1: +1 -0 lines
SVN rev 198611 on 2009-10-29 16:19:58Z by kib

MFC r197428:
Add per-process osrel node to the procfs, to allow read and set p_osrel
value for the process.

Revision 1.32.10.1.2.1: download - view: text, markup, annotated - select for diffs
Sun Oct 25 01:10:29 2009 UTC (2 years, 3 months ago) by kensmith
Branches: RELENG_8_0
CVS tags: RELENG_8_0_0_RELEASE
Diff to: previous 1.32.10.1: preferred, colored; next MAIN 1.32.10.2: preferred, colored
Changes since revision 1.32.10.1: +0 -0 lines
SVN rev 198460 on 2009-10-25 01:10:29Z by kensmith

Copy stable/8 to releng/8.0 as part of 8.0-RELEASE release procedure.

Approved by:	re (implicit)

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Sep 23 12:08:08 2009 UTC (2 years, 4 months ago) by kib
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -0 lines
SVN rev 197428 on 2009-09-23 12:08:08Z by kib

Add per-process osrel node to the procfs, to allow read and set p_osrel
value for the process.

Approved by:	des (procfs maintainer)
MFC after:	3 weeks

Revision 1.32.10.1: download - view: text, markup, annotated - select for diffs
Mon Aug 3 08:13:06 2009 UTC (2 years, 6 months ago) by kensmith
Branches: RELENG_8
CVS tags: RELENG_8_0_BP
Branch point for: RELENG_8_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +0 -0 lines
SVN rev 196045 on 2009-08-03 08:13:06Z by kensmith

Copy head to stable/8 as part of 8.0 Release cycle.

Approved by:	re (Implicit)

Revision 1.32.8.1: download - view: text, markup, annotated - select for diffs
Wed Apr 15 03:14:26 2009 UTC (2 years, 9 months ago) by kensmith
Branches: RELENG_7_2
CVS tags: RELENG_7_2_0_RELEASE
Diff to: previous 1.32: preferred, colored; next MAIN 1.33: preferred, colored
Changes since revision 1.32: +0 -0 lines
SVN rev 191087 on 2009-04-15 03:14:26Z by kensmith

Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.

Approved by:	re (implicit)

Revision 1.32.6.1: download - view: text, markup, annotated - select for diffs
Tue Nov 25 02:59:29 2008 UTC (3 years, 2 months ago) by kensmith
Branches: RELENG_7_1
CVS tags: RELENG_7_1_0_RELEASE
Diff to: previous 1.32: preferred, colored; next MAIN 1.33: preferred, colored
Changes since revision 1.32: +0 -0 lines
SVN rev 185281 on 2008-11-25 02:59:29Z by kensmith

Create releng/7.1 in preparation for moving into RC phase of 7.1 release
cycle.

Approved by:	re (implicit)

Revision 1.28.14.1.10.1: download - view: text, markup, annotated - select for diffs
Thu Oct 2 02:57:24 2008 UTC (3 years, 4 months ago) by kensmith
Branches: RELENG_6_4
CVS tags: RELENG_6_4_0_RELEASE
Diff to: previous 1.28.14.1: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28.14.1: +0 -0 lines
SVN rev 183531 on 2008-10-02 02:57:24Z by kensmith

Create releng/6.4 from stable/6 in preparation for 6.4-RC1.

Approved by:	re (implicit)

Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Sep 27 19:57:01 2006 UTC (5 years, 4 months ago) by ru
Branches: MAIN
CVS tags: RELENG_8_BP, RELENG_7_BP, RELENG_7_4_BP, RELENG_7_3_BP, RELENG_7_2_BP, RELENG_7_1_BP, RELENG_7_0_BP, RELENG_7_0_0_RELEASE, RELENG_7_0, RELENG_7
Branch point for: RELENG_8, RELENG_7_4, RELENG_7_3, RELENG_7_2, RELENG_7_1
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -0 lines
Fix our ioctl(2) implementation when the argument is "int".  New
ioctls passing integer arguments should use the _IOWINT() macro.
This fixes a lot of ioctl's not working on sparc64, most notable
being keyboard/syscons ioctls.

Full ABI compatibility is provided, with the bonus of fixing the
handling of old ioctls on sparc64.

Reviewed by:	bde (with contributions)
Tested by:	emax, marius
MFC after:	1 week

Revision 1.28.14.1: download - view: text, markup, annotated - select for diffs
Sat Aug 20 08:05:01 2005 UTC (6 years, 5 months ago) by yar
Branches: RELENG_6
CVS tags: RELENG_6_4_BP, RELENG_6_3_BP, RELENG_6_3_0_RELEASE, RELENG_6_3, RELENG_6_2_BP, RELENG_6_2_0_RELEASE, RELENG_6_2, RELENG_6_1_BP, RELENG_6_1_0_RELEASE, RELENG_6_1, RELENG_6_0_BP, RELENG_6_0_0_RELEASE, RELENG_6_0
Branch point for: RELENG_6_4
Diff to: previous 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28: +12 -0 lines
MFC rev. 1.29-1.31:

Make the procfs module buildable again in the MODULES_WITH_WORLD case.
This means defining a target for default opt_compat.h, but only if we
are not building the modules along with the kernel.

Approved by:	re (kensmith)

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Aug 18 14:50:08 2005 UTC (6 years, 5 months ago) by yar
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +5 -0 lines
Define the target for opt_compat.h only if KERNBUILDDIR
is not defined, so that the module will get the
compatibility options from the current kernel configuration
if built with the latter, not with the world.
[Some other modules seem in need of fixing WRT this, too.]

Add more compatibility options found in GENERIC to the default
opt_compat.h.  While not all of them are used in the procfs code,
we can't tell for sure if the system .h files don't need them either,
so let's stay on the safe side.

Submitted by:	kensmith
Reviewed by:	ru

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Aug 18 14:28:20 2005 UTC (6 years, 5 months ago) by yar
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -1 lines
Don't break local style.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Aug 11 14:45:10 2005 UTC (6 years, 6 months ago) by yar
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +7 -1 lines
Fix stand-alone (or MODULES_WITH_WORLD=1) build of
the procfs module by creating opt_compat.h with
appropriate compatibility options: COMPAT_43 on all
arch's and COMPAT_IA32 in addition on amd64.

Pointy hat to:	peter
MFC after:	3 days

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Oct 26 14:38:22 2002 UTC (9 years, 3 months ago) by rwatson
Branches: MAIN
CVS tags: RELENG_6_BP, RELENG_5_BP, RELENG_5_5_BP, RELENG_5_5_0_RELEASE, RELENG_5_5, RELENG_5_4_BP, RELENG_5_4_0_RELEASE, RELENG_5_4, RELENG_5_3_BP, RELENG_5_3_0_RELEASE, RELENG_5_3, RELENG_5_2_BP, RELENG_5_2_1_RELEASE, RELENG_5_2_0_RELEASE, RELENG_5_2, RELENG_5_1_BP, RELENG_5_1_0_RELEASE, RELENG_5_1, RELENG_5_0_BP, RELENG_5_0_0_RELEASE, RELENG_5_0, RELENG_5
Branch point for: RELENG_6
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +0 -2 lines
Slightly change the semantics of vnode labels for MAC: rather than
"refreshing" the label on the vnode before use, just get the label
right from inception.  For single-label file systems, set the label
in the generic VFS getnewvnode() code; for multi-label file systems,
leave the labeling up to the file system.  With UFS1/2, this means
reading the extended attribute during vfs_vget() as the inode is
pulled off disk, rather than hitting the extended attributes
frequently during operations later, improving performance.  This
also corrects sematics for shared vnode locks, which were not
previously present in the system.  This chances the cache
coherrency properties WRT out-of-band access to label data, but in
an acceptable form.  With UFS1, there is a small race condition
during automatic extended attribute start -- this is not present
with UFS2, and occurs because EAs aren't available at vnode
inception.  We'll introduce a work around for this shortly.

Approved by:	re
Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Aug 1 02:03:20 2002 UTC (9 years, 6 months ago) by rwatson
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -0 lines
Introduce support for Mandatory Access Control and extensible
kernel access control.

Modify procfs so that (when mounted multilabel) it exports process MAC
labels as the vnode labels of procfs vnodes associated with processes.

Approved by:	des
Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, NAI Labs

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Feb 6 10:23:02 2002 UTC (10 years ago) by des
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +0 -0 lines
Forced commit.  Previous commit was in response to:

PR:		kern/33583

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Feb 4 20:16:50 2002 UTC (10 years ago) by des
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +24 -17 lines
Move the pseudofs, procfs and linprocfs modules out from the fs directory.
Keeping them there seemed like a good idea at the time, but it annoys bde
and confuses people who do not understand how MODULES_OVERRIDE works.

Revision 1.24
Tue Dec 4 01:34:38 2001 UTC (10 years, 2 months ago) by des
Branches: MAIN
FILE REMOVED
Changes since revision 1.23: +1 -1 lines
Pseudofsize procfs(5).

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed May 23 09:42:27 2001 UTC (10 years, 8 months ago) by ru
Branches: MAIN
CVS tags: KSE_PRE_MILESTONE_2, KSE_MILESTONE_2
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
- FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file
  systems were repo-copied from sys/miscfs to sys/fs.

- Renamed the following file systems and their modules:
  fdesc -> fdescfs, portal -> portalfs, union -> unionfs.

- Renamed corresponding kernel options:
  FDESC -> FDESCFS, PORTAL -> PORTALFS, UNION -> UNIONFS.

- Install header files for the above file systems.

- Removed bogus -I${.CURDIR}/../../sys CFLAGS from userland
  Makefiles.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Jan 6 14:00:11 2001 UTC (11 years, 1 month ago) by obrien
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -2 lines
Use a consistent style and one much closer to the rest of /usr/src

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Dec 9 13:17:35 2000 UTC (11 years, 2 months ago) by des
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +13 -3 lines
Add four missing source files.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat May 27 01:14:09 2000 UTC (11 years, 8 months ago) by peter
Branches: MAIN
CVS tags: PRE_SMPNG
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of
encoding the relative path.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu May 4 12:08:11 2000 UTC (11 years, 9 months ago) by peter
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.
This means that the kernel can be totally self contained now and is not
dependent on the last buildworld to update /usr/share/mk.  This might
also make it easier to build 5.x kernels on 4.0 boxes etc, assuming
gensetdefs and config(8) are updated.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Dec 12 20:34:10 1999 UTC (12 years, 2 months ago) by peter
Branches: MAIN
CVS tags: RELENG_4_BP, RELENG_4_9_BP, RELENG_4_9_0_RELEASE, RELENG_4_9, RELENG_4_8_BP, RELENG_4_8_0_RELEASE, RELENG_4_8, RELENG_4_7_BP, RELENG_4_7_0_RELEASE, RELENG_4_7, RELENG_4_6_BP, RELENG_4_6_2_RELEASE, RELENG_4_6_1_RELEASE, RELENG_4_6_0_RELEASE, RELENG_4_6, RELENG_4_5_BP, RELENG_4_5_0_RELEASE, RELENG_4_5, RELENG_4_4_BP, RELENG_4_4_0_RELEASE, RELENG_4_4, RELENG_4_3_BP, RELENG_4_3_0_RELEASE, RELENG_4_3, RELENG_4_2_0_RELEASE, RELENG_4_1_1_RELEASE, RELENG_4_1_0_RELEASE, RELENG_4_11_BP, RELENG_4_11_0_RELEASE, RELENG_4_11, RELENG_4_10_BP, RELENG_4_10_0_RELEASE, RELENG_4_10, RELENG_4_0_0_RELEASE, RELENG_4
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -4 lines
Remove a whole bunch of "CFLAGS+= -DFSNAME" cruft.  It hasn't been
needed for ages, but keeps getting cut/pasted into new Makefiles.
(Once apon a time it was used to activate mount arguments in
 <sys/mount.h>, but that was killed with extreme prejudice long ago)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Dec 12 16:47:32 1999 UTC (12 years, 2 months ago) by peter
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -3 lines
Bring these more into line with other modules that have .h files generated
on the fly.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Nov 28 18:53:15 1999 UTC (12 years, 2 months ago) by bde
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -5 lines
Removed special rules for building and cleaning device interface files
and empty options files.  The rules are now generated automatically in
bsd.kmod.mk.  Cleaned up related things ($S and ${CLEANFILES}).

Revision 1.13.2.1: download - view: text, markup, annotated - select for diffs
Sun Aug 29 16:27:35 1999 UTC (12 years, 5 months ago) by peter
Branches: RELENG_3
CVS tags: RELENG_3_5_0_RELEASE, RELENG_3_4_0_RELEASE, RELENG_3_3_0_RELEASE
Diff to: previous 1.13: preferred, colored; next MAIN 1.14: preferred, colored
Changes since revision 1.13: +1 -1 lines
$Id$ -> $FreeBSD$

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Aug 28 00:47:33 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
$Id$ -> $FreeBSD$

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue May 4 21:08:58 1999 UTC (12 years, 9 months ago) by billf
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -3 lines
Add procfs_rlimit.c so the kernel actually compiles.

PR:		kern/11497
Submitted by:	Jos Backus <jos.backus@nl.origin-it.com> (misordered patch)
Pointy Hat:	phk, adrian

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Oct 16 04:30:48 1998 UTC (13 years, 3 months ago) by peter
Branches: MAIN
CVS tags: RELENG_3_BP, RELENG_3_2_PAO_BP, RELENG_3_2_PAO, RELENG_3_2_0_RELEASE, RELENG_3_1_0_RELEASE, RELENG_3_0_0_RELEASE, PRE_VFS_BIO_NFS_PATCH, PRE_SMP_VMSHARE, PRE_NEWBUS, POST_VFS_BIO_NFS_PATCH, POST_SMP_VMSHARE, POST_NEWBUS
Branch point for: RELENG_3
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -4 lines
Sample initial set of kld-ified modules.  Not all have been completely
converted yet.  These are more of a starting point.  This is NOT connected
to the parent Makefile.

OK'ed by jkh (who is ever so patiently waiting)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Jul 27 01:07:00 1998 UTC (13 years, 6 months ago) by alex
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
A better solution to the rm_at_exit problem: Register the exit function
during first mount.  Unregister the exit function at last unmount.

Concept by:	sef
Reviewed by:	sef
Implemented by:	alex

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Jul 25 15:52:43 1998 UTC (13 years, 6 months ago) by alex
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Override the default VFS LKM dispatch functions so that a module
unload function can be provided (this is necessary to unregister
the at_exit handler).

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Jul 1 17:02:57 1998 UTC (13 years, 7 months ago) by bde
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -5 lines
Added opt_vmpage.h to SRCS so that it actually gets created.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Jun 30 16:09:28 1998 UTC (13 years, 7 months ago) by sos
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Leading whitespace in Makefile are TABS not spaces....

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jun 30 11:28:06 1998 UTC (13 years, 7 months ago) by jmg
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -1 lines
fix more of my breakage... :(

create opt_vmpage.h

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Feb 6 23:54:27 1998 UTC (14 years ago) by eivind
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -6 lines
Back out opt_diagnostic.h changes.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Feb 4 21:56:39 1998 UTC (14 years ago) by eivind
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +6 -2 lines
Make the LKMs handle DIAGNOSTIC as a new-style option.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Feb 22 12:48:49 1997 UTC (14 years, 11 months ago) by peter
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Revert $FreeBSD$ back to $Id$

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jan 14 06:22:18 1997 UTC (15 years ago) by jkh
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jun 18 16:58:44 1996 UTC (15 years, 7 months ago) by ache
Branches: MAIN
CVS tags: old_RELENG_2_2_BP, old_RELENG_2_2_7_RELEASE, old_RELENG_2_2_6_RELEASE, old_RELENG_2_2_5_RELEASE, old_RELENG_2_2_2_RELEASE, old_RELENG_2_2_1_RELEASE, old_RELENG_2_2_0_RELEASE, old_RELENG_2_2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
Add new parts, kernel not booted in other case

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jan 24 19:34:49 1996 UTC (16 years ago) by peter
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -5 lines
Attempt to fix the procfs LKM after making some of the procfs
code shared with ptrace and "standard" in the config.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Sep 21 23:27:13 1994 UTC (17 years, 4 months ago) by wollman
Branches: MAIN
CVS tags: old_RELENG_2_1_7_RELEASE, old_RELENG_2_1_6_RELEASE, old_RELENG_2_1_6_1_RELEASE, old_RELENG_2_1_5_RELEASE, old_RELENG_2_1_0_RELEASE, old_RELENG_2_1_0_BP, old_RELENG_2_1_0, old_RELENG_2_0_5_RELEASE, old_RELENG_2_0_5_BP, old_RELENG_2_0_5_ALPHA, old_RELENG_2_0_5, old_RELEASE_2_0, old_BETA_2_0, old_ALPHA_2_0
Build LKMs for all ``easy'' filesystems.  (lfs can be done, but it's more
work; ditto NFS and it's even more work.)

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options