Custom Query (245 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 245)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#7 fixed emxomf: 255 name limit and weak symbols bird bird
Description

There is a problem with the encoding of weak symbols and the 255 limit. Weak symbols can excess 255 chars with their $w$<stuff> while the references will not, thus causing the linking to fail. What needs doing is to standardize the length of the $w$ suffix (only using timestamp, prefering TSC) and limit standard symbols (i.e. non-weak) and symbol references to a length where they will be trunkated when the weak ones will be. $w$<64-bit hex#> == 3+16, so the limit should be dropped from 255 to 236.

#8 fixed libc: fcntl(F_SETFL) w/ O_NONBLOCK on sockets bird bird
Description

the above doesn't work. See http://ubb.innotek.de/cgi-bin/ultimatebb.cgi?ubb=get_topic&f=33&t=000132#000001

#19 fixed gcc: gcc limits.h overrides limits.h from libc bird bird
Description

GCC has it's own limits.h which hides the limits.h in usr/include installed by libc. This means that we're missing lot's a stuff, esp. PATH_MAX.

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Note: See TracQuery for help on using queries.