index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_module.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
Move the MOD_SHUTDOWN event from shutdown_post_sync to shutdown_final,
peter
2003-01-07
1
-1
/
+1
*
SCARGS removal take II.
alfred
2002-12-14
1
-6
/
+6
*
Backout removal SCARGS, the code freeze is only "selectively" over.
alfred
2002-12-13
1
-6
/
+6
*
Remove SCARGS.
alfred
2002-12-13
1
-6
/
+6
*
- Remove Giant acquisition from modevent(), modfnext(), modstat() and
arr
2002-06-26
1
-27
/
+11
*
- Lock down the ``module'' structure by adding an SX lock that is used by
arr
2002-03-18
1
-19
/
+58
*
Fix a warning. Do not assume pointer == long.
peter
2002-02-26
1
-2
/
+2
*
- Whitespace fixup left over from previous commit.
arr
2002-02-22
1
-10
/
+9
*
- Fix style further by adding parentheses around return values so that
arr
2002-02-20
1
-14
/
+14
*
- Style.9 formatting fix; this commit is mostly white space related with
arr
2002-02-20
1
-209
/
+209
*
KSE Milestone 2
julian
2001-09-12
1
-13
/
+13
*
Giant Pushdown. Saved the worst P4 tree breakage for last.
dillon
2001-09-01
1
-19
/
+52
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-3
/
+3
*
Staticize some malloc M_ instances.
phk
2000-12-08
1
-1
/
+1
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-3
/
+3
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-3
/
+3
*
First round implementation of a fine grain enhanced module to module
peter
2000-04-29
1
-15
/
+2
*
A hack basically.. We have a bunch of code that used to call
peter
1999-11-08
1
-1
/
+8
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Implement a new generic mechanism for attaching handler functions to
msmith
1999-08-21
1
-4
/
+6
*
Oops, set module->file..
peter
1999-05-20
1
-1
/
+2
*
First stages of a module dependency cleanup. This part fixes a
peter
1999-05-08
1
-21
/
+33
*
More -Wall / -Wcast-qual cleanup. Also, EXEC_SET can't use
dillon
1999-01-29
1
-3
/
+3
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-8
/
+8
*
Remove a diagnostic message left in by mistake.
dfr
1999-01-09
1
-3
/
+2
*
Implement a mechanism for a module to report a small amount of module
dfr
1999-01-09
1
-2
/
+27
*
put a \n on an error message printf
peter
1998-11-06
1
-2
/
+2
*
*gulp*. Jordan specifically OK'ed this..
peter
1998-10-16
1
-2
/
+2
*
Keep track of the containing file for modules. This is a bit of a hack,
peter
1998-10-10
1
-7
/
+11
*
Send a MOD_UNLOAD event before deleting the module. if the MOD_LOAD event
dfr
1998-10-03
1
-1
/
+2
*
Changed to the C9x draft spelling of the (unsigned) integral type
bde
1998-07-14
1
-3
/
+2
*
Fixed printf format errors.
bde
1998-07-11
1
-3
/
+4
*
Remove a bunch of variables which were unused both in GENERIC and LINT.
phk
1997-11-07
1
-2
/
+1
*
Move the "retval" (3rd) parameter from all syscall functions and put
phk
1997-11-06
1
-14
/
+15
*
Removed unused #includes.
bde
1997-10-28
1
-2
/
+1
*
make a couple functions static...
jmg
1997-10-24
1
-3
/
+3
*
Removed unused #includes.
bde
1997-08-02
1
-3
/
+1
*
This is the kernel linker. To use it, you will first need to apply
dfr
1997-05-07
1
-0
/
+304