freebsd-skq/sys/compat
David Malone 4d45de743a 1) Linux_sendto was trashing the BSD sockaddr it put in the stackgap,
so be more careful about calling stackgap_init.

    Tested by: Fred Souza <fred@storming.org>

2) Linux_sendmsg was forgetting to fill out the bsd_args struct.

    Reviewed by: ume

3) The args to linux_connect have differently named types on alpha and
i386, so add a cast to stop gcc complaining.

    Spotted by: peter
2003-02-08 09:26:31 +00:00
..
freebsd32 Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. 2003-01-21 08:56:16 +00:00
ia32 SCARGS removal take II. 2002-12-14 01:56:26 +00:00
linprocfs SMP locking for ifnet list. 2002-12-22 05:35:03 +00:00
linux 1) Linux_sendto was trashing the BSD sockaddr it put in the stackgap, 2003-02-08 09:26:31 +00:00
netbsd Remove __P. 2002-03-20 05:48:58 +00:00
pecoff Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. 2003-01-21 08:56:16 +00:00
svr4 Consolidate MIN/MAX macros into one place (param.h). 2003-02-02 13:17:30 +00:00