opnsense-src/sys
Julian Elischer 381dd1d2ca Submitted by: archie@whistle.com
This is a patch to sys/net/if.c. What it does is patch the algorithm
for finding an IP address on an interface which most closely matches
a given IP address. The problem with it is when no address matches,
and you have to just pick one at random. Then the code ends up picking
the last IP address in the list. This patch changes things so it
picks up the first address instead.
Usually the first address is more useful as the later ones are aliases.
1996-08-07 04:09:05 +00:00
..
alpha Change the way moused talk to syscons, now its only delivering mouseevents 1996-06-25 08:54:57 +00:00
amd64 Eliminated i586_ctr_rate. Use i586_ctr_freq instead. 1996-08-02 21:16:27 +00:00
compat/linux Fix memory leak bug in the path parsing code which never released it's 1996-08-05 20:52:30 +00:00
compile Stop cvs up -P from removing empty compile directories. 1994-08-25 16:20:16 +00:00
conf Create FreeBSD copyright (c comment) for OS version 1996-08-04 22:34:23 +00:00
ddb A small bit of defensive programming in case the panic is during process 1996-06-15 07:08:02 +00:00
dev Megacommit to straigthen out ETHER_ mess. 1996-08-06 21:14:36 +00:00
fs bzero reserved field into directory entry, junk here cause 1996-07-28 07:58:55 +00:00
geom Fail when odd number of disks are specified with mirror flag. Memory 1996-07-24 23:45:24 +00:00
gnu Added #include of <machine/md_var.h>. This will be needed when 1996-06-25 20:31:01 +00:00
i386 Megacommit to straigthen out ETHER_ mess. 1996-08-06 21:14:36 +00:00
isa Eliminated i586_ctr_rate. Use i586_ctr_freq instead. 1996-08-02 21:16:27 +00:00
isofs/cd9660 Moved the fsnode MALLOC to before the call to getnewvnode() so that the 1996-06-12 03:36:23 +00:00
kern Add separate kmalloc classes for BIO buffers and Ktrace info. 1996-08-04 20:13:08 +00:00
libkern General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
miscfs Only use the special bdevvp() for DEVFS if DEVFS_ROOT is defined. This 1996-07-30 18:00:32 +00:00
modules Added or restored #include of <machine/md_var.h>. Some declarations 1996-07-01 20:29:10 +00:00
msdosfs bzero reserved field into directory entry, junk here cause 1996-07-28 07:58:55 +00:00
net Submitted by: archie@whistle.com 1996-08-07 04:09:05 +00:00
netatalk Submitted by: archie@whistle.com 1996-07-23 22:00:14 +00:00
netinet Megacommit to straigthen out ETHER_ mess. 1996-08-06 21:14:36 +00:00
netipx Clean up -Wunused warnings. 1996-06-12 05:11:41 +00:00
netkey This is the `netkey' kernel key-management service (the PF_KEY analogue 1996-06-14 17:22:18 +00:00
netns finish killing off netns. (For some reason, CVS `undeleted' these 1996-02-13 18:19:17 +00:00
nfs Various fixes from frank@fwi.uva.nl (Frank van der Linden) via 1996-07-16 10:19:45 +00:00
nfsclient Various fixes from frank@fwi.uva.nl (Frank van der Linden) via 1996-07-16 10:19:45 +00:00
nfsserver Various fixes from frank@fwi.uva.nl (Frank van der Linden) via 1996-07-16 10:19:45 +00:00
pc98 Another round of merge. 1996-07-30 18:56:16 +00:00
pccard Added #include of <machine/md_var.h>. This will be needed when 1996-06-25 20:31:01 +00:00
pci Megacommit to straigthen out ETHER_ mess. 1996-08-06 21:14:36 +00:00
powerpc/include Add commands for ptrace get/set registers.. (Same numbers as NetBSD) 1996-01-24 18:51:48 +00:00
rpc Fix a bunch of spelling errors in the comment fields 1996-01-30 23:33:04 +00:00
scsi The sd and od drivers didn't check for negative block numbers (like wd.c 1996-08-02 06:10:49 +00:00
sys Add separate kmalloc classes for BIO buffers and Ktrace info. 1996-08-04 20:13:08 +00:00
tools Another mega commit to staticize things. 1995-12-14 09:55:16 +00:00
ufs Don't use NULL in non-pointer contexts. 1996-07-12 04:12:25 +00:00
vm Backed out the recent changes/enhancements to the VM code. The 1996-07-30 03:08:57 +00:00
Makefile The Great PC98 Merge. 1996-06-14 11:02:28 +00:00