Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC r264400,r265836: | ngie | 2014-12-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | r264400: NO_MAN= has been deprecated in favor of MAN= for some time, go ahead and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. r265836: Remove last two NO_MAN= in the tree. In both of these cases, MAN= is what is needed. | ||||
* | Fix typo. | glebius | 2013-07-17 | 1 | -1/+1 |
| | | | | Submitted by: ae | ||||
* | Improve example, so that it doesn't dump core when example module | glebius | 2013-07-17 | 1 | -2/+6 |
| | | | | isn't loaded. | ||||
* | Fix the syscall module name after r205320. | kib | 2010-06-15 | 1 | -1/+1 |
| | | | | | Submitted by: Vladislav Movchan <vladislav.movchan gmail com> MFC after: 1 week | ||||
* | Conform style.Makefile(5) and replace = and += with ?=, which lets you to | wkoszek | 2010-02-01 | 1 | -1/+1 |
| | | | | | | override WARNS. Reported by: <marius@nuenneri.ch> and uqs@ | ||||
* | Small cleanup while being here: | wkoszek | 2010-01-18 | 2 | -14/+6 |
| | | | | | | | | | | - sort includes - remove usage(), since it seems to come from older version of the KLD - remove unnecessary variable - mark argc/argv as unused Bring WARNS = 5 to the Makefile. | ||||
* | Include stdlib.h for exit(3) and unistd.h for syscall(2). This makes | wkoszek | 2010-01-18 | 1 | -0/+2 |
| | | | | this program to compile cleanly. | ||||
* | Where if not in examples we should follow style(9)? | pjd | 2009-06-03 | 1 | -12/+8 |
| | |||||
* | Include the <sys/sysproto.h> header which includes the prerequisite header | kevlo | 2007-07-22 | 1 | -0/+1 |
| | | | | | | for AUE_NULL. Approved by: re (kensmith) | ||||
* | Style. | ru | 2006-03-15 | 1 | -2/+2 |
| | |||||
* | Start the dreaded NOFOO -> NO_FOO conversion. | ru | 2004-12-21 | 1 | -1/+1 |
| | | | | OK'ed by: core | ||||
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+2 |
| | | | | any fake value. | ||||
* | According to module(9), when command is unrecognized, the module should | pjd | 2004-08-30 | 1 | -1/+1 |
| | | | | return EOPNOTSUPP. | ||||
* | Update the SUBDIR hacks to work with the current bsd.subdir.mk. | ru | 2002-07-11 | 1 | -4/+2 |
| | |||||
* | Update the KLD examples so they will work with current. | arr | 2001-11-13 | 1 | -1/+1 |
| | | | | Reviewed: jhb | ||||
* | Style. | ru | 2001-09-18 | 1 | -13/+3 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
| | |||||
* | Use modstat(2) to get the syscall number. | dfr | 1999-01-09 | 1 | -6/+7 |
| | |||||
* | Replace the misc example with a simpler syscall example using the new | dfr | 1999-01-09 | 5 | -0/+171 |
module registration hooks for syscalls. Submitted by: Assar Westerlund <assar@sics.se> |