mycroft
|
4c8302e0f4
|
Oops. Add missing label.
|
1996-05-23 17:07:03 +00:00 |
mycroft
|
8d0a82819c
|
We can only get a control mbuf for PRU_SEND or PRU_SENDOOB. Add diagnostic
code to panic in this case.
|
1996-05-23 16:49:08 +00:00 |
mycroft
|
5288bfd58b
|
Make sure the control and data mbufs are freed in all cases.
|
1996-05-23 16:41:49 +00:00 |
mycroft
|
03232fb1f2
|
Separate some code into separate functions.
Make unp_addr be a pointer to the sockaddr, not to the mbuf, as with raw
sockets.
Other minor cleanup.
|
1996-05-23 16:03:45 +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 |
christos
|
09afd77655
|
More proto fixes
|
1996-02-09 18:59:18 +00:00 |
pk
|
00acf2040e
|
unp_detach() return type botch.
|
1996-02-04 20:32:15 +00:00 |
christos
|
e630447d8c
|
First pass at prototyping
|
1996-02-04 02:17:43 +00:00 |
mycroft
|
873ed30f83
|
so_pcb should be a void *.
|
1995-08-17 02:57:20 +00:00 |
mycroft
|
0ecd5256ad
|
Allocate PCBs with malloc(), more mgetclr(). Be more careful to free the
PCB after it's done with.
|
1995-08-16 00:29:50 +00:00 |
mycroft
|
bb85930bbe
|
Add missing argument to closef().
|
1995-04-05 21:26:40 +00:00 |
mycroft
|
a18ec3cb1b
|
LEASE_CHECK -> VOP_LEASE
|
1994-12-13 21:52:35 +00:00 |
mycroft
|
2f710a54ee
|
Convert process, file, and namei lists and hash tables to use queue.h.
|
1994-08-30 03:04:28 +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
|
699bbb84b6
|
Update to 4.4-Lite fs code.
|
1994-06-08 11:28:29 +00:00 |
mycroft
|
511a02415f
|
Fix panic when closing a file descriptor on which access rights have been sent
but not received.
|
1994-05-04 09:50:11 +00:00 |
mycroft
|
7f50bd1829
|
Canonicalize all #includes.
|
1993-12-18 04:21:37 +00:00 |
mycroft
|
40222e846f
|
Fix from Noriyuki Soda <soda@sra.co.jp>:
recvmsg(2) always returns -1 with errno==EMSGSIZE, when trying
to pass file descriptors through UNIX domain socket.
|
1993-09-14 03:35:08 +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 |
andrew
|
d790308a20
|
Yuval Yarom's 'panic:closef: count < 0' fix to unp_discard().
|
1993-06-12 14:01:23 +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 |