Gleb Smirnoff
|
eb1b1807af
|
Mechanically substitute flags from historic mbuf allocator with
malloc(9) flags within sys.
Exceptions:
- sys/contrib not touched
- sys/mbuf.h edited manually
|
2012-12-05 08:04:20 +00:00 |
|
Ed Schouten
|
d745c852be
|
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 |
|
Gleb Smirnoff
|
674d86bf91
|
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 |
|
Rui Paulo
|
d28843a449
|
When calling panic(), always pass a format string.
|
2010-10-13 17:21:21 +00:00 |
|
Dag-Erling Smørgrav
|
1ede983cc9
|
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 |
|
Warner Losh
|
c398230b64
|
/* -> /*- for license, minor formatting changes
|
2005-01-07 01:45:51 +00:00 |
|
Stefan Farfeleder
|
5908d366fb
|
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 Elischer
|
f8aae7776f
|
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 Wemm
|
3c6b084e96
|
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 |
|
Warner Losh
|
a163d034fa
|
Back out M_* changes, per decision of the TRB.
Approved by: trb
|
2003-02-19 05:47:46 +00:00 |
|
Alfred Perlstein
|
44956c9863
|
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 |
|
David E. O'Brien
|
6e551fb628
|
Update to C99, s/__FUNCTION__/__func__/,
also don't use ANSI string concatenation.
|
2001-12-10 08:09:49 +00:00 |
|
Brooks Davis
|
cf776d8152
|
The initial commit contained an error in the license, this is the
correct one.
|
2001-09-27 00:04:29 +00:00 |
|
Brooks Davis
|
94408d94c3
|
/home/brooks/ng_gif.message
|
2001-09-26 23:50:17 +00:00 |
|