Custom Query (185 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Ticket Summary Owner Type Priority Milestone Component
#2 Convert cvs to svn bird defect highest libc-0.6 libc
#4 shmat wrong return code bird defect normal libc-0.6 libc
#7 emxomf: 255 name limit and weak symbols bird defect normal libc-0.6 emx
#8 libc: fcntl(F_SETFL) w/ O_NONBLOCK on sockets bird defect high libc-0.6 libc-backend
#15 Duplicate definition of setkey bird defect high libc-0.6 libc
#16 Allows dot as valid char for dll names bird enhancement normal libc-0.6 emx
#19 gcc: gcc limits.h overrides limits.h from libc bird defect high libc-0.6.1 gcc
#20 libc: random panic SIGSEGV when doing parallel builds bird defect highest libc-0.6.1 libc
#21 libc: limit Unix EAs to specific file systems bird defect normal libc-0.6.1 libc
#22 libc: path resolver fails on open file bird defect high libc-0.6.1 libc
#23 libc: symlink is broken bird defect high libc-0.6.1 libc
#24 libc: fts crashes because it's still using chdir() bird defect normal libc-0.6.1 libc-frontend
#27 ld bug when map files are requested bird defect normal libc-0.6.1 emx
#28 emxbind doesn't read library name from .def file bird defect normal libc-0.6.1 emx
#30 setlocale / ctype is broken. bird defect normal libc-0.6.1 libc
#32 libc: readdir_r returns -1 instead of errno bird defect normal libc-0.6.1 libc-frontend
#33 libc: panic when using timers bird defect normal libc-0.6.1 libc
#34 weakld: generate duplicate weak aliases bird defect highest libc-0.6.1 emx
#36 emxbind: export truncation bug and allow export & imports up to 255 chars bird defect normal libc-0.6.1 emx
#37 export for symbols longer than 255 chars bird defect normal libc-0.6.4 emx
#38 libc: when debugged default to breakpoint on panic bird enhancement normal libc-0.6.1 libc-backend
#39 dllar.cmd enhancements bird enhancement normal libc-0.6.2 emx
#40 libc: open("/", RDONLY) fails. bird defect normal libc-0.6.1 libc-backend
#41 libc: incorrect __libc_back_fsUnixAttribsGet() usage caused st_dev and st_ino to be 0 in some stat()s and chmod & fchmod to set MODE EA without type bird defect normal libc-0.6.1 libc-backend
#43 libc: Runtime configuration of where to use UnixEAs bird defect normal libc-0.6.4 libc-backend
#44 libc: statvfs reports 14 chars max filename length everywhere bird defect normal libc-0.6.4 libc
#46 ilink map file name is wrong when multiple dots are in target name bird defect normal libc-0.6.1 emx
#47 Create .sym files directly from emxomfld bird enhancement normal libc-0.6.2 emx
#48 libc: freopen(NULL, "rb", stdio) panics (doesn't work as expected) bird defect highest libc-0.6.1 libc-frontend
#49 libc: st_ctime is incorrect and st_birthtime isn't converted to UTC bird defect normal libc-0.6.1 libc-backend
#50 libc: umask isn't inherited bird defect high libc-0.6.1 libc-backend
#51 libc: unlink fails on readonly file bird defect high libc-0.6.1 libc-backend
#52 libc: path resolver fails resolving a directory symlink for lstat bird defect normal libc-0.6.1 libc-backend
#53 libc: freopen("missing",,) causes panic bird defect high libc-0.6.1 libc-frontend
#54 libc: fchdir(open('.', O_RDONLY)) may corrupt path resolving bird task normal libc-0.6.2 libc
#55 emxomfld doesn't delete temporary files bird defect normal libc-0.6.1 emx
#58 libc: closed standard handles cause uninitialized stdout/stdin/stderr streams bird defect high libc-0.6.1 baselayout
#60 libc: filehandle inheritance doesn't work right! bird defect highest libc-0.6.1 libc-backend
#61 libc: symlink(,existing) returns the wrong errno bird defect normal libc-0.6.1 libc-backend
#62 libc: getdelim / getline returns failure when the last line doesn't end with the delimiter / newline bird defect normal libc-0.6.1 libc-frontend
#65 libc: sys/stat.h doesn't work in non BSD source mode bird defect normal libc-0.6.1 libc
#67 libc: Remove ncurses headers bird defect normal libc-0.6.1 libc
#68 libc: getopt prototype clashes (getopt.h/unistd.h) bird defect normal libc-0.6.1 libc
#69 libc: basename & dirname return incorrect results for paths with drive bird defect normal libc-0.6.1 libc
#70 Demangle function names for omf debug info bird defect normal libc-0.6.1 emx
#71 libc: Incorrect fmutex padding in FILE bird defect normal libc-0.6.1 libc
#76 libc: fork() failed when using dlopen() bird defect normal libc-0.6.2 libc-backend
#79 Tar 1.16.1 bird task normal kNIX Bootstrap baselayout
#80 bzip2 and libbzip2 1.0.4 bird task normal kNIX Bootstrap baselayout
#81 cpio 2.6 bird task normal kNIX Bootstrap baselayout
#85 gzip 1.3.11 bird task normal kNIX Bootstrap baselayout
#89 emxomfld: Support wlink (the watcom linker) bird enhancement normal libc-0.6.2 emx
#93 make 3.81 bird task normal kNIX Bootstrap baselayout
#95 zlib 1.2.3 bird task normal kNIX Bootstrap baselayout
#100 gcc: can't throw across dll/exe boundraries bird defect normal libc-0.6.2 gcc
#102 libc: thread db locked after fork bird normal libc-0.6.2 libc-backend
#103 libc: atexit() callbacks in dlls are called after dlclose()/DosFreeModule() on the DLL bird defect normal libc-0.6.2 libc-backend
#109 libstdc++: infinite recursion during thread exit bird defect normal libc-0.6.2 gcc
#110 Superfluous DO in ENV.CMD bird defect normal baselayout
#111 libos2: Correct som data imports bird defect high libc-0.6.2 libc
#112 libc: stdio.h va_list & _POSIX_C_SOURCE=1 bird defect normal libc-0.6.2 libc
#113 libc: scanf("%lld", &lld) bird defect normal libc-0.6.2 libc-frontend
#114 libc: Unloading a DLL can break wait*() and other libc operations. bird defect normal libc-0.6.2 libc-frontend
#115 weakld: Don't bitch about export aliases bird defect lowest libc-0.6.2 emx
#118 libc: Incorrect DosSetFHState mask bird defect normal libc-0.6.2 libc-backend
#119 libc: logging stops in fork() child after libc data segment copying bird defect normal libc-0.6.2 libc-backend
#122 libc: open("file", O_RDONLY | O_CREAT, 0666) fails bird defect normal libc-0.6.2 libc
#123 emxomfld: exit with rc 8 on genuin weakld failures, not -1. bird defect normal libc-0.6.2 emx
#124 libc/gcc: link libstdc++ into the libc dll bird defect normal libc-0.6.2 libc
#125 libc: Missing nan(), nanl() and nanf() bird defect normal libc-0.6.2 libc-frontend
#128 libos2: unidef.h is missing a few defines bird defect normal libc-0.6.2 libc
#132 Please add a high-mem safe wrapper for DosQueryAppType() bird enhancement normal libc-0.6.3 libc
#133 _SC_PAGESIZE missing in sysconf() bird defect normal libc-0.6.2 libc
#134 emxomfld/wlink: The internalname and entryname of an IMPORTS statement is switched bird defect normal libc-0.6.2 emx
#135 libc: setlocale(LC_COLLATE, "C") doesn't work correctly bird defect normal libc-0.6.2 libc
#136 libc: incorrect parsing of single quotes in commandline arguments bird defect normal libc-0.6.2 libc-backend
#137 emxomf: Don't truncate symbols twice. bird defect normal libc-0.6.2 emx
#140 Definition file line can be greater than 512 bytes bird defect normal libc-0.6.2 emx
#141 libc: include the right types.h from sys/param.h, arpa/nameser.h and resolv.h bird defect normal libc-0.6.2 libc
#142 libc: tempnam(NULL,NULL) crashes and tempnam messes up errno bird defect normal libc-0.6.2 libc-frontend
#143 libc: __libc_Back_fsDirCurrentSet is hiding failures (chdir) bird defect normal libc-0.6.2 libc-backend
#144 libc: tolower() doesn't work for the first 128 chars if not inlined. bird defect normal libc-0.6.2 libc
#145 emxomf: deal with non-standard enum stabs bird defect normal libc-0.6.2 emx
#146 libc: fread() on a write-only stream incorrectly puts it in an irreversable read mode bird defect normal libc-0.6.2 libc-frontend
#147 libc: merge in current regex code and fix REG_ERANGE bug (sed/grep/++) bird defect normal libc-0.6.2 libc-frontend
#148 emxomf: The anonymous members of struct stat chokes the debuggers bird defect normal libc-0.6.2 emx
#149 libc: stat("/dev/null", &s) fails, fix. bird defect normal libc-0.6.2 libc-backend
#150 libc: symlinks 'files' contain garbage instead of the name bird defect normal libc-0.6.2 libc-backend
#151 libc: Recursive "LIBC SYS Filehandle Mutex" panic bird defect normal libc-0.6.2 libc-frontend
#152 libc: lost signals / thread pokes bird defect normal libc-0.6.2 libc-backend
#153 libc: Add a @executable_path rewrite rule by default. bird enhancement normal libc-0.6.2 libc-backend
#154 libc: _SC_ARG_MAX is significantly lower than ARG_MAX bird defect normal libc-0.6.6 libc
#155 libc: setlocale calls UniFreeUconvObjec(NULL) instead of UniFreeLocalObject causing crash in UConv.dll bird defect normal libc-0.6.2 libc
#158 libc: printf("%#X, 255) outputs 0xFF instead of 0XFF bird defect normal libc-0.6.2 libc-frontend
#159 emxomfld: wrc support bird enhancement normal libc-0.6.2 emx
#160 libc: 3 more default rewrite rules; /@system_root, /@system_drive and /@tmpdir bird enhancement normal libc-0.6.2 libc-backend
#162 libc: -Zno-fork -> unresolved do_return_failure and do_return_success bird defect normal libc-0.6.3 libc-backend
#163 libc: rmdir resolves symlinks in the last component bird defect normal libc-0.6.3 libc-backend
#165 libc: don't kill children when the parent exits bird defect normal libc-0.6.5 libc-backend
#166 libc: three serious __libc_tcpipops_Close4x bugs that might cause process crashes/hangs bird defect normal libc-0.6.3 libc-backend
#167 libc: __spawnve should wait for children to finish the inheriting bird defect normal libc-0.6.3 libc-backend
#168 libc: close filehandles on exec bird defect normal libc-0.6.3 libc-backend
#169 Crash in safe version of DosStartSession() when passing NULLs bird defect normal libc-0.6.3 libc
#170 SafeDosStartSession only passed first environment variable to child bird defect normal libc-0.6.3 libc
#172 libc: dup2/dup on tcpip socket doesn't clear the no-inhert/close-on-exec flags bird defect normal libc-0.6.3 libc-backend
#173 libc: bsdselect (4.4) will corrupt the stack / fail when given more than 64 sockets bird defect normal libc-0.6.3 libc-backend
#174 DosQueryAppType throws errors when os2safe.h is included (new with version 0.6.3) bird defect highest libc-0.6.3 libc
#176 kNIX: patch bird defect normal kNIX Bootstrap baselayout
#177 kNIX: wget bird defect normal kNIX Bootstrap baselayout
#179 emxomfld: ldconv temp files aren't converted to native OS/2 paths bird defect normal libc-0.6.4 emx
#180 libc: spawnvpe adds default extention (.exe) preventing execution of scripts without extension bird defect normal libc-0.6.6 libc
#181 libc: dlopen doesn't resolve paths before passing it on to OS/2 bird defect normal libc-0.6.4 libc-backend
#182 iconv() and path separator bird defect normal libc-0.6.5 libc
#183 libc: iconv uses alloca regardless of size bird defect normal libc-0.6.4 libc
#184 emxomfar does not accept '-' before command parameter bird defect normal libc-0.6.4 emx
#185 libc: Calling setlocale() from both parent and forked child crashes child bird defect normal libc-0.6.4 libc
#187 strftime is broken for several locales bird defect normal libc-0.6.5 libc
#192 really wrap WinUpper (fix typo) bird defect normal libc-0.6.4 libc
#193 fnmatch() implementation is broken bird defect normal libc-0.6.5 libc
#194 libc: _getdcwd(0, NULL, 8) should not fail bird defect normal libc-0.6.4 libc-frontend
#195 libc: spawning is very slow bird defect normal libc-0.6.4 libc-backend
#196 libc: add/use an spm notification event sem for speeding up spawn bird defect normal libc-0.6.4 baselayout
#198 libc: utimes doesn't handle dates prior to 1980 in a good manner bird defect normal libc-0.6.4 libc-backend
#199 libc: the ctype.h is_whatever doesn't handle EOF correctly / busted char 255 in setlocal bird defect normal libc-0.6.5 libc
#200 libc: stat on symlink returns garbage bird defect normal libc-0.6.4 libc-backend
#202 libc gid setting is calling wrong backend function bird defect normal libc-0.6.4 libc-backend
#203 MIN/MAX macros bird defect normal libc-0.6.4 libc
#204 chown/chgrp functions are only stubs, proposed fix Yuri Dario defect normal libc-0.6.6 libc-backend
#205 coreutils chmod does not work on files without EA bird defect normal libc-0.6.5 libc-backend
#207 include/sys/cdefs.h needs updating for GCC 4.x bird defect normal libc-0.6.4 libc
#209 iconv() return only 0 regardless of non-identical conversion bird defect normal libc-0.6.4 libc
#212 386/stdarg.h does not work with GCC 4.4.0 bird defect low libc-0.6.4 libc
#213 stat() not reporting readonly status correctly Yuri Dario defect normal libc-0.6.6 libc-backend
#219 wcscmp() and wcsncmp() are broken bird defect normal libc-0.6.5 libc
#220 emxomf: long names in libraries gets the wrong dict entry and barfs bird defect normal libc-0.6.6 libc
#221 ld crashes when linking a very large .o file bird defect normal libc-0.6.4 emx
#222 gcc 4.3 semantic change of extern inline bird defect normal libc-0.6.4 libc-frontend
#223 posix_memalign() is broken bird defect normal libc-0.6.4 libc
#233 getsockname() and getpeername() fail when using high memory bird defect normal libc-0.6.5 libc
#234 ld: Align .text by 16 bytes bird defect normal libc-0.6.5 emx
#236 sys/socket.h: Use _ALIGN instead of ALIGN for CMSG_NXTHDR bird defect normal libc-0.6.5 libc
#237 libc: _fullpath() changes current drive bird defect normal libc-0.6.5 libc
#239 emxomfld can generate incorrect stack size bird defect normal libc-0.6.4 baselayout
#240 libc: code set of setlocale() and nl_langinfo() bird defect normal libc-0.6.5 libc
#241 libc: build failure with newer gcc/binutils bird defect normal libc-0.6.5 libc
#247 libc: feof(pipe_handle) keeps returning 0 after pipe is closed bird defect normal libc-0.6.5 libc-backend
#248 libc: Unix extended attributes can cause non-EAs aware applictions to fail bird defect high libc-0.6.5 libc-backend
#253 libc: spawn() crash when starting a shell script bird defect high libc-0.6.5 libc-backend
#254 weakld: weakld incorrectly reports duplicate symbols bird defect normal libc-0.6.5 emx
#255 libc064 gives SIGSEGV when closing some processes due to being linked with IBM linker not wlink bird defect highest libc-0.6.5 libc
#256 LIBC stream fmutex panic Silvan Scherrer defect normal libc-0.6.6 libc
#258 Correct some documentation typos in 0.6.x branch sources bird task low libc-0.6.6 libc
#260 Add global argc and argv pointers bird defect highest libc
#261 libc 0.6.5 release not tagged in svn bird defect normal libc
#263 After a very high number of fork/system/popen calls bird defect normal libc-0.6.6 libc-backend
#264 dlopen does not expect NULL pszLibrary Yuri Dario defect normal libc-0.6.6 libc-backend
#265 TRAC admin request - need 6.5 version in drop down bird enhancement normal baselayout
#266 stderr is not thread safe bird defect Feedback Pending libc
#267 Make _abspath() use path rewrite feature bird defect normal libc-0.6.6 libc
#269 fopen() crash bird defect normal libc-0.6.6 libc-backend
#270 opendir() and a too long path bird defect normal libc-0.6.6 libc
#271 Build break when building GS 8.71 defect normal gcc
#273 fcntl() fails Silvan Scherrer defect highest libc-0.6.6 libc
#275 locale.h and unidef.h out of sync Yuri Dario defect normal libc-0.6.6 libc
#276 arithchk must be compiled with optimizer enabled defect highest libc-0.6.6 libc
#279 Conflicting types for 'system' Yuri Dario defect normal libc-0.6.6 libc
#280 include os2safe.h by default Silvan Scherrer defect highest libc-0.6.6 libc
#281 enable swab() in unistd.h defect normal libc-0.6.6 libc
#282 Add DosDevIOCtl() to os2safe.h defect lowest libc-0.6.6 libc
#283 stat() fails on /@unixroot bird defect normal libc-0.6.6 libc-backend
#285 Add env.var. for entering unix penthouse enhancement lowest libc-0.6.6 libc
#287 Prioritize SHELL over EMXSHELL bird defect normal libc-0.6.6 libc
#288 rename() fails if dest file is r/o defect normal libc-0.6.6 libc
#290 Program termination does not flush output buffers defect normal libc-0.6.6 gcc
#292 setlocale may not be SMP safe defect normal libc-0.6.6 libc
#293 emxomf - enhance to warn for out of range HLL debug index rather than die defect normal libc-0.6.6 emx
#294 DosOpen is not high memory safe enhancement low libc-0.6.6 libc
#307 argv[0] of shell script interpreter defect normal libc-0.6.6 libc-backend
#308 __spawnvpe() and interperter search defect normal libc-0.6.6 libc-backend
#312 FPU control word is altered at startup defect normal libc-0.6.6 libc
#316 emxomfar crash if no arguments defect normal libc-0.6.6 emx
#319 the executable named after a option is created if -o is not specified defect normal libc-0.6.6 gcc
#323 spawnlp() does not check if an entry is a directory defect normal libc-0.7 libc-frontend
#337 r3942 regression defect normal libc-0.7 libc
#360 Path rewriter affected paths cause crashes in forked child defect normal new libc
Note: See TracQuery for help on using queries.