aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/sysvipc
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-155-5/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-165-5/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Fix some modules to export more used symbolsKonstantin Belousov2021-11-183-0/+6
| | | | | | | | | and remove non-present symbols that are now reported by kmod_syms.awk. Reviewed by: emaste Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D32878
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-063-3/+3
| | | | | | | | | | | | | | | | | | | | | opt_compat.h is mentioned in nearly 180 files. In-progress network driver compabibility improvements may add over 100 more so this is closer to "just about everywhere" than "only some files" per the guidance in sys/conf/options. Keep COMPAT_LINUX32 in opt_compat.h as it is confined to a subset of sys/compat/linux/*.c. A fake _COMPAT_LINUX option ensure opt_compat.h is created on all architectures. Move COMPAT_LINUXKPI to opt_dontuse.h as it is only used to control the set of compiled files. Reviewed by: kib, cem, jhb, jtl Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D14941 Notes: svn path=/head/; revision=332122
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-043-3/+3
| | | | | | | | | | | This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
* Add opt_compat.h to SRCS.Rui Paulo2010-10-132-2/+2
| | | | Notes: svn path=/head/; revision=213781
* Remove opt_mac.h generation for various kernel modules that no longerRobert Watson2009-06-063-3/+3
| | | | | | | | | require it. Submitted by: pjd Notes: svn path=/head/; revision=193588
* Fix the standalone module build.David E. O'Brien2005-02-093-4/+3
| | | | Notes: svn path=/head/; revision=141562
* Include "../Makefile.inc".Yoshihiro Takahashi2002-11-061-0/+3
| | | | Notes: svn path=/head/; revision=106496
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderPaul Saab2001-10-101-1/+1
| | | | | | | | | | tunable. Reviewed by: peter MFC after: 2 weeks Notes: svn path=/head/; revision=84783
* Zap some bad examples:Peter Wemm2001-02-043-9/+0
| | | | | | | | | opt_foo.h: touch opt_foo.h .. is unnecessary - kmod.mk does this for us. Notes: svn path=/head/; revision=71985
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-063-10/+13
| | | | Notes: svn path=/head/; revision=70711
* Forgotten makefile.Alfred Perlstein2000-12-011-0/+5
| | | | Notes: svn path=/head/; revision=69487
* sysvipc loadable.Alfred Perlstein2000-12-013-0/+31
new syscall entry lkmressys - "reserved loadable syscall" Make syscall_register allow overwriting of such entries (lkmressys). Notes: svn path=/head/; revision=69449