perry
|
275d1554aa
|
Abolition of bcopy, ovbcopy, bcmp, and bzero, phase one.
bcopy(x, y, z) -> memcpy(y, x, z)
ovbcopy(x, y, z) -> memmove(y, x, z)
bcmp(x, y, z) -> memcmp(x, y, z)
bzero(x, y) -> memset(x, 0, y)
|
1998-08-04 04:03:10 +00:00 |
perry
|
730baa7431
|
fix sizeofs so they comply with the KNF style guide. yes, it is pedantic.
|
1998-07-31 22:50:48 +00:00 |
thorpej
|
a4a34ba74a
|
Add two additional arguments to the fileops read and write calls, a
pointer to the offset to use, and a flags word. Define a flag that
specifies whether or not to update the offset passed by reference.
|
1998-06-30 05:33:11 +00:00 |
matt
|
754c43dcfc
|
Hook for 0-copy (or other optimized) sends and receives
|
1998-04-25 17:35:18 +00:00 |
fvdl
|
e5bc90f40c
|
Merge with Lite2 + local changes
|
1998-03-01 02:20:01 +00:00 |
mycroft
|
2bc736661a
|
Implement poll(2).
|
1996-09-07 12:40:22 +00:00 |
mycroft
|
49d52c9b1c
|
Pass a proc pointer down to the usrreq and pcbbind functions for PRU_ATTACH, PRU_BIND and
PRU_CONTROL. The usrreq interface really needs to be split up, but this will have to wait.
Remove SS_PRIV completely.
|
1996-05-22 13:54:55 +00:00 |
mycroft
|
5482957905
|
splnet --> splsoftnet
|
1995-08-12 23:59:09 +00:00 |
cgd
|
6ac2bbfc35
|
be more careful with types, also pull in headers where necessary.
|
1994-10-30 21:43:03 +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
|
d361acde18
|
Update to 4.4-Lite networking code, with a few local changes.
|
1994-05-13 06:01:27 +00:00 |
mycroft
|
bb675b0e4c
|
Minor changes.
|
1994-05-11 10:27:22 +00:00 |
mycroft
|
ee2d6ef1e3
|
Minor changes.
|
1994-05-11 10:26:49 +00:00 |
mycroft
|
efe5996f50
|
Set the file type correctly for stat().
|
1994-04-25 08:09:59 +00:00 |
mycroft
|
cd6e6bc193
|
Remove sbselqueue().
|
1994-04-25 08:08:56 +00:00 |
mycroft
|
7f50bd1829
|
Canonicalize all #includes.
|
1993-12-18 04:21:37 +00:00 |
andrew
|
0e6cb953ea
|
ANSIfications - removed all implicit function return types and argument
definitions. Ensured that all files include "systm.h" to gain access to
general prototypes. Casts where necessary.
|
1993-06-27 06:01:27 +00:00 |
cgd
|
fe1802950b
|
add include of select.h if necessary for protos, or delete if extraneous
|
1993-05-22 11:40:42 +00:00 |
cgd
|
8d6c77881c
|
make kernel select interface be one-stop shopping & clean it all up.
|
1993-05-18 18:18:40 +00:00 |
cgd
|
61f282557f
|
initial import of 386bsd-0.1 sources
|
1993-03-21 09:45:37 +00:00 |