- May 20, 2013
-
-
Guy Zana authored
Attempting to put an end to the linux<->freebsd confusion.
-
- Apr 29, 2013
-
-
Guy Zana authored
kern_accept() used to return a newly allocated sockaddr struct instead of modifying the given one. this is a porting issue, since we're not copying the struct to the user when kern_accept finish. change the calling convention of kern_accept so it'll modify the given sockaddr struct instead of returning a newly allocated one.
-
Guy Zana authored
-
Guy Zana authored
-
Guy Zana authored
-
- Apr 25, 2013
- Apr 23, 2013
- Apr 17, 2013
-
-
Guy Zana authored
previousely, the len argument weren't handled correctly, it should be returned to the user and the sockaddr salen should be initialized with the api when possible.
-
- Apr 07, 2013
-
-
Guy Zana authored
-