summaryrefslogtreecommitdiff
path: root/sys/modules/procfs/Makefile
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2021-11-18Fix some modules to export more used symbolsKonstantin Belousov
2020-04-01Retire procfs-based process debugging.John Baldwin
2018-04-06Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis
2017-03-05remove procfs ctl interfaceEric Badger
2017-03-04sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper
2010-08-23MFtbemd:Warner Losh
2010-03-11Provide groundwork for 32-bit binary compatibility on non-x86 platforms,Nathan Whitehorn
2009-09-23Add per-process osrel node to the procfs, to allow read and set p_osrelKonstantin Belousov
2006-09-27Fix our ioctl(2) implementation when the argument is "int". NewRuslan Ermilov
2005-08-18Define the target for opt_compat.h only if KERNBUILDDIRYaroslav Tykhiy
2005-08-18Don't break local style.Yaroslav Tykhiy
2005-08-11Fix stand-alone (or MODULES_WITH_WORLD=1) build ofYaroslav Tykhiy
2002-10-26Slightly change the semantics of vnode labels for MAC: rather thanRobert Watson
2002-08-01Introduce support for Mandatory Access Control and extensibleRobert Watson
2002-02-04Move the pseudofs, procfs and linprocfs modules out from the fs directory.Dag-Erling Smørgrav
2001-12-04Pseudofsize procfs(5).Dag-Erling Smørgrav
2001-05-23- FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileRuslan Ermilov
2001-01-06Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien
2000-12-09Add four missing source files.Dag-Erling Smørgrav
2000-05-27Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofPeter Wemm
2000-05-04Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.Peter Wemm
1999-12-12Remove a whole bunch of "CFLAGS+= -DFSNAME" cruft. It hasn't beenPeter Wemm
1999-12-12Bring these more into line with other modules that have .h files generatedPeter Wemm
1999-11-28Removed special rules for building and cleaning device interface filesBruce Evans
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-05-04Add procfs_rlimit.c so the kernel actually compiles.Bill Fumerola
1998-10-16Sample initial set of kld-ified modules. Not all have been completelyPeter Wemm
1998-07-27A better solution to the rm_at_exit problem: Register the exit functionAlexander Langer
1998-07-25Override the default VFS LKM dispatch functions so that a moduleAlexander Langer
1998-07-01Added opt_vmpage.h to SRCS so that it actually gets created.Bruce Evans
1998-06-30Leading whitespace in Makefile are TABS not spaces....Søren Schmidt
1998-06-30fix more of my breakage... :(John-Mark Gurney
1998-02-06Back out opt_diagnostic.h changes.Eivind Eklund
1998-02-04Make the LKMs handle DIAGNOSTIC as a new-style option.Eivind Eklund
1997-02-22Revert $FreeBSD$ back to $Id$Peter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-06-18Add new parts, kernel not booted in other caseAndrey A. Chernov
1996-01-24Attempt to fix the procfs LKM after making some of the procfsPeter Wemm
1994-09-21Build LKMs for all ``easy'' filesystems. (lfs can be done, but it's moreGarrett Wollman