Bruce Evans 0921e4886f Cast pointers to uintptr_t instead of casting them to u_long. They
are still converted to u_long by assignment of the uintptr_t, and
address calculations are still done using u_long.  This is OK for
currently supported machines, but addresses should be represented
by vm_offset_t or uintptr_t in case pointers are longer than longs.

"Fixed" size of linker_path[].  MAXPATHLEN + 1 was 1 too large for
search paths with only one file path in them, but much too small
for search paths with several long file paths in them.
1999-08-24 00:38:52 +00:00
..
1999-08-11 20:35:38 +00:00
1999-06-07 20:37:29 +00:00
1999-07-21 18:02:27 +00:00
1999-04-30 06:51:51 +00:00
1999-04-27 11:18:52 +00:00
1999-08-19 16:06:08 +00:00
1999-06-17 23:42:45 +00:00
1999-08-08 20:24:58 +00:00
1999-06-17 23:42:45 +00:00
1999-08-13 11:22:48 +00:00