perry
|
f07677dd81
|
nuke trailing whitespace
|
2005-02-26 22:45:09 +00:00 |
matt
|
e06794e93a
|
Remove #else of #if __STDC__
|
2004-04-26 01:41:15 +00:00 |
itojun
|
d2f1c029b9
|
kill sprintf, use snprintf
|
2004-04-21 18:40:37 +00:00 |
matt
|
cc11991cd5
|
Use M_ZERO appropriately. Change some incorrect uses of M_DONTWAIT to
M_NOWAIT.
|
2004-04-18 19:11:39 +00:00 |
christos
|
90e1f431ca
|
adjust to the sbreserve prototype change.
|
2004-04-17 15:18:53 +00:00 |
agc
|
aad01611e7
|
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
|
2003-08-07 16:26:28 +00:00 |
lukem
|
f85a625206
|
add RCSIDs
|
2001-11-13 00:12:56 +00:00 |
thorpej
|
e45efd967f
|
Deprecate the "m_act" alias of "m_nextpkt" (m_act is a historical
name), and just use m_nextpkt everywhere.
|
2001-10-18 20:17:24 +00:00 |
jdolecek
|
934f52d4ff
|
Sprinkle couple of cosmetic changes - use 'extern' in headers, make
some stuff static, const as appropriate, use static TAILQ_HEAD_INITIALIZER()
instead TAILQ_INIT() call.
|
2001-06-19 07:37:16 +00:00 |
sommerfeld
|
4eec028c2a
|
More format checking
|
2000-07-08 17:45:53 +00:00 |
augustss
|
4b30d9885e
|
More register removal.
|
2000-03-30 13:53:32 +00:00 |
soren
|
95054da1a1
|
Fix doubled 'the's in comments.
|
2000-03-13 23:52:25 +00:00 |
christos
|
8dfbc827ea
|
Fix copyright mess:
- remove trailing spaces.
- make copyrights consistent (put the date before the name).
|
1998-09-13 16:21:16 +00:00 |
wrstuden
|
43a04e85ab
|
Another printf(%:) down.
|
1998-07-25 00:42:03 +00:00 |
christos
|
a1dcf4b026
|
backout previous kprintf change
|
1996-10-13 02:10:01 +00:00 |
christos
|
0e189933f5
|
printf -> kprintf, sprintf -> ksprintf
|
1996-10-10 23:02:20 +00:00 |
mycroft
|
4e8477f520
|
Mostly minor changes.
Convert the listen queue to a TAILQ to avoid O(n^2) insertion. Should probably
be a hash table.
|
1996-05-23 23:35:22 +00:00 |
christos
|
09ed6483fd
|
- Parenthesize &
- Change %r -> %: as for recursive printf's
|
1996-03-30 21:54:33 +00:00 |
christos
|
0c7d098c3b
|
netccitt prototypes
|
1996-02-13 22:04:21 +00:00 |
mycroft
|
873ed30f83
|
so_pcb should be a void *.
|
1995-08-17 02:57:20 +00:00 |
mycroft
|
68735fd022
|
Encapsulate the test for sending a notification in a macro, sb_notify().
|
1995-08-04 01:09:57 +00:00 |
mycroft
|
415057458b
|
Update to match data structure changes.
|
1995-06-13 05:38:47 +00:00 |
cgd
|
cf92afd66e
|
New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'
|
1994-06-29 06:29:24 +00:00 |
mycroft
|
07b4f2ab54
|
Update to 4.4-Lite networking code, with a few local changes.
|
1994-05-13 06:02:48 +00:00 |
mycroft
|
f11636394f
|
Correct order of arguments to m_get*().
|
1994-01-06 23:57:36 +00:00 |
mycroft
|
95b048b53a
|
Canonicalize all #includes.
|
1993-12-18 00:40:47 +00:00 |
mycroft
|
29c396142a
|
Update for new select() mechanism.
|
1993-09-06 17:41:45 +00:00 |
cgd
|
f6f2d91f3e
|
add rcsids & clean up headers...
|
1993-05-20 04:12:01 +00:00 |
cgd
|
db622a7428
|
added netccitt, netiso, and netns support, from (currently
alpha) patch 126
|
1993-04-09 12:00:07 +00:00 |