ed
|
e97eae1577
|
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
This means that their use is restricted to a single C file.
|
2011-11-07 06:44:47 +00:00 |
|
glebius
|
6c78a88c3b
|
Node constructor methods are supposed to be called in syscall
context always. Convert nodes to consistently use M_WAITOK flag
for memory allocation.
Reviewed by: julian
|
2011-04-18 09:12:27 +00:00 |
|
rpaulo
|
3ad0c4bcd6
|
When calling panic(), always pass a format string.
|
2010-10-13 17:21:21 +00:00 |
|
des
|
66f807ed8b
|
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
MFC after: 3 months
|
2008-10-23 15:53:51 +00:00 |
|
imp
|
a50ffc2912
|
/* -> /*- for license, minor formatting changes
|
2005-01-07 01:45:51 +00:00 |
|
stefanf
|
9dea8aeba1
|
Consistently use __inline instead of __inline__ as the former is an empty macro
in <sys/cdefs.h> for compilers without support for inline.
|
2004-07-04 16:11:03 +00:00 |
|
julian
|
c85e63d425
|
Switch to using C99 sparse initialisers for the type methods array.
Should make no binary difference.
Submitted by: Gleb Smirnoff <glebius@cell.sick.ru>
Reviewed by: Harti Brandt <harti@freebsd.org>
MFC after: 1 week
|
2004-05-29 00:51:19 +00:00 |
|
peter
|
fbc7526e8f
|
Finish driving a stake through the heart of netns and the associated
ifdefs scattered around the place - its dead Jim!
The SMB stuff had stolen AF_NS, make it official.
|
2003-03-05 19:24:24 +00:00 |
|
imp
|
cf874b345d
|
Back out M_* changes, per decision of the TRB.
Approved by: trb
|
2003-02-19 05:47:46 +00:00 |
|
alfred
|
bf8e8a6e8f
|
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
|
2003-01-21 08:56:16 +00:00 |
|
obrien
|
7fd9a6a23a
|
Update to C99, s/__FUNCTION__/__func__/,
also don't use ANSI string concatenation.
|
2001-12-10 08:09:49 +00:00 |
|
brooks
|
33cc1da19c
|
The initial commit contained an error in the license, this is the
correct one.
|
2001-09-27 00:04:29 +00:00 |
|
brooks
|
375454f578
|
/home/brooks/ng_gif.message
|
2001-09-26 23:50:17 +00:00 |
|