harti
4af00ec0ba
Style(9): remove unneccesary space and blank lines, indentation,
...
function prototypes. Use LIST_FOREACH instead of explicit loops.
The indentation of functions indendet by 4 space have been left alone.
2-space indented functions have been re-indented.
2003-08-06 13:46:15 +00:00
obrien
8b64eb1925
Use __FBSDID().
2003-06-11 05:37:42 +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
alfred
8c4c86de23
Remove __P.
2002-03-20 02:39:27 +00:00
phk
e87f7a15ad
Mechanical change to use <sys/queue.h> macro API instead of
...
fondling implementation details.
Created with: sed(1)
Reviewed by: md5(1)
2001-02-04 13:13:25 +00:00
dwmalone
dd75d1d73b
Convert more malloc+bzero to malloc+M_ZERO.
...
Submitted by: josh@zipperup.org
Submitted by: Robert Drehmel <robd@gmx.net>
2000-12-08 21:51:06 +00:00
peter
22f6069a2a
Add $FreeBSD$
2000-05-01 20:32:07 +00:00
eivind
4547a09753
Back out DIAGNOSTIC changes.
1998-02-06 12:14:30 +00:00
eivind
c552a9a1c3
Turn DIAGNOSTIC into a new-style option.
1998-02-04 22:34:03 +00:00
bde
598fd6fc0b
Fixed a sloppy common-style declaration.
...
natm_pcb.c:
Include <sys/socketvar.h> which will be used when M_PCB is declared
in the right place.
1997-12-20 00:13:51 +00:00
phk
36e7a51ea1
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
...
Distribute all but the most fundamental malloc types. This time I also
remembered the trick to making things static: Put "static" in front of
them.
A couple of finer points by: bde
1997-10-12 20:26:33 +00:00
bde
9195bd1ec7
Removed unused #includes.
1997-08-02 14:33:27 +00:00
kjc
c9ad0dc89a
import Chuck Cranor's ATM driver
1997-05-09 07:48:14 +00:00