opnsense-src/sys/compat/linux
Jonathan Lemon f9132cebdc Wrap array accesses in macros, which also happen to be lvalues:
ifnet_addrs[i - 1]  -> ifaddr_byindex(i)
        ifindex2ifnet[i]    -> ifnet_byindex(i)

This is intended to ease the conversion to SMPng.
2001-09-06 02:40:43 +00:00
..
linux_file.c Fix linux_getcwd() so that if the cwd isn't cached (__getcwd() fails), 2001-08-29 19:05:27 +00:00
linux_getcwd.c Fix linux_getcwd() so that if the cwd isn't cached (__getcwd() fails), 2001-08-29 19:05:27 +00:00
linux_ioctl.c Wrap array accesses in macros, which also happen to be lvalues: 2001-09-06 02:40:43 +00:00
linux_ioctl.h Fix typo in license. 2000-08-25 07:32:24 +00:00
linux_ipc.c Don't auto-generate the syscalls. 2000-12-03 01:30:31 +00:00
linux_ipc.h fix a comment that was inadvertantly changed by a cvs merge 2000-11-02 15:04:19 +00:00
linux_mib.c Bah, back out part of previous commit. I got too carried away. 2001-06-15 08:18:24 +00:00
linux_mib.h Fix typo in license. 2000-08-25 07:32:24 +00:00
linux_misc.c Added the linux_sysinfo function to implement sysinfo(2). 2001-07-23 06:22:10 +00:00
linux_signal.c Undo part of the tangle of having sys/lock.h and sys/mutex.h included in 2001-05-01 08:13:21 +00:00
linux_signal.h The MI/MD split wasn't perfect and the MI files need hacks for the 2000-11-01 19:48:35 +00:00
linux_socket.c Only pick up so_error the first time through with EISCONN, as advertised. 2001-03-02 19:29:53 +00:00
linux_socket.h translate the flags in recvfrom and recvmsg from linux to bsd ones 2000-12-19 00:24:25 +00:00
linux_stats.c S_IFCHR is not a bit mask, it's just a value in a field. The correct 2001-06-04 03:39:14 +00:00
linux_uid16.c Speculatively add this file. It's part of the Linuxulator update 2001-09-01 18:11:45 +00:00
linux_util.c Fix typo: seperate -> separate. 2001-02-06 11:21:58 +00:00
linux_util.h The MI/MD split wasn't perfect and the MI files need hacks for the 2000-11-01 19:48:35 +00:00