dragonfly.git
2005-04-29 Joerg Sonnenbergerextern int errno considered harmful.
2005-04-28 Joerg SonnenbergerIncluding errno.h and still declaring errno is BROKEN.
2005-04-28 Joerg SonnenbergerPANIC for now, if the linker can't allocate TLS space.
2005-04-28 Max OkumotoRestructured building the directive_hash.[ch] files...
2005-04-28 Joerg SonnenbergerReadd lost line.
2005-04-28 Joerg SonnenbergerReadd explicit u_char casts for tolower().
2005-04-28 Max OkumotoHandle longjmp(), vfork() warning message about variables.
2005-04-28 Max Okumotogot rid of mktemp() warning.
2005-04-28 Max Okumotogot rid of last warning in cond.c
2005-04-28 Max OkumotoMove code between goto do_compare and label, above...
2005-04-28 Max OkumotoPass CondToken() through indent to cleanup indention.
2005-04-28 Max OkumotoNegate if-statement and swap code sections in CondToken()
2005-04-28 Max OkumotoCleanup suff.c:SuffFindArchiveDeps() this removes two...
2005-04-28 Max OkumotoThe first element of the array return by brk_string...
2005-04-28 Max OkumotoClean up main.c
2005-04-28 Max OkumotoReduce the use of global variables by creating Var_SetG...
2005-04-28 Max OkumotoCleanup main()
2005-04-28 Max OkumotoRemove prototype for usage(), and move the definition...
2005-04-28 Max Okumotoremove prototype for Compat_RunCommand() and make it...
2005-04-28 Max OkumotoMove printing of variables into var.c
2005-04-28 Max OkumotoMove some variables into the correct files.
2005-04-28 Max Okumotocleanup middle part of JobFinish()
2005-04-28 Max OkumotoCleanup code near the top part of JobFinish()
2005-04-28 Max OkumotoMove comments to the proper section, and removed some...
2005-04-28 Max OkumotoConvert Compat_RunCommand() to use ProcWait()
2005-04-28 Joerg SonnenbergerAlways allocate static TLS space.
2005-04-28 Joerg SonnenbergerForced commit to correct imporant spelling error:
2005-04-28 Joerg SonnenbergerSlight correction for the last commit, thread TCB ...
2005-04-28 Joerg SonnenbergerFor the initial thread, rtld has already created the...
2005-04-28 Joerg SonnenbergerAdd support for TLS.
2005-04-28 Joerg SonnenbergerAlways setup the initial TCB correctly. This saves...
2005-04-28 Joerg SonnenbergerDeclare environ on file scope. Don't declare __findenv...
2005-04-28 Joerg SonnenbergerFix warnings.
2005-04-28 Joerg SonnenbergerRename symlink to my_symlink to avoid global shadowing.
2005-04-28 Joerg SonnenbergerFix the sign issue by reordering the operations. Use...
2005-04-28 Joerg SonnenbergerUse __DECONST for interface const violation.
2005-04-28 Joerg SonnenbergerDeclare __system first. ANSIfy.
2005-04-28 Joerg SonnenbergerDragonFly has decided to depend on char being signed...
2005-04-28 YONETANI TomokazuBackout part of the change in 1.4; copy directory part...
2005-04-27 Jeroen Ruigrok... Remove dllockinit.3 from the Makefile.
2005-04-27 Joerg SonnenbergerRemove unused local functions. Const correctness. Sign...
2005-04-27 Joerg SonnenbergerUse const for internal casts to not conflict with const...
2005-04-27 Hiten PandyaKINFO library cleanups:
2005-04-27 Joerg SonnenbergerInclude string.h, use strlcpy.
2005-04-27 Joerg SonnenbergerWhen bitwise iterating over in_addr_t, use it for the...
2005-04-27 Hiten PandyaAdapt the KINFO library to aggregate per-cpu cputime...
2005-04-27 Hiten PandyaChange CPU time statistics (cputime) to be accounted...
2005-04-27 Joerg SonnenbergerFix warnings, use strlcpy instead of strcpy + manual...
2005-04-27 Joerg SonnenbergerUse size_t for the number of elements, use sysctlbyname...
2005-04-27 Joerg SonnenbergerFix warnings.
2005-04-27 Joerg SonnenbergerANSIfy, use strlcpy from strncpy, fix most warnings.
2005-04-27 Joerg SonnenbergerUse size_t for length, not int.
2005-04-27 Joerg SonnenbergerFix warnings.
2005-04-27 Joerg SonnenbergerRemove dllockinit.
2005-04-27 Joerg SonnenbergerRemove dllockinit, it's been deprecated and is a NOP...
2005-04-27 Joerg SonnenbergerAlways use strlcpy, in the last case of possible trunca...
2005-04-27 Joerg SonnenbergerANSIfy, fix warnings.
2005-04-27 Joerg SonnenbergerMark name as const char *, not char *.
2005-04-27 Matthew DillonClean up the manual page, correct spelling, add additio...
2005-04-27 Matthew DillonAdd a manual page, clean up the options display, and...
2005-04-26 Matthew DillonImplement -s/-S (do quick course adjustment on startup).
2005-04-26 Matthew DillonCorrect a bug in the last two commits. The time_second...
2005-04-26 Sascha WildnerRemove unused clear() function from the console rendere...
2005-04-26 Joerg Sonnenbergerconst correctness
2005-04-26 Joerg Sonnenbergerconst / sign correctnes
2005-04-26 Joerg SonnenbergerRemove unionfs hack. DTF_NODUP is now a NOP.
2005-04-26 Simon SchubertFix ICMP problems in rc.firewall:
2005-04-26 Joerg SonnenbergerRemove dead code. Fix warnings.
2005-04-26 Joerg SonnenbergerCorrect types for devname[_r].
2005-04-26 Joerg SonnenbergerANSIfy, no (void) before functions, include stdlib...
2005-04-26 Joerg SonnenbergerIt's dead, Jim.
2005-04-26 Joerg SonnenbergerRemove useless void * before free. Remove local prototy...
2005-04-26 Joerg SonnenbergerAlways use strlcpy, in the last case also check the...
2005-04-26 Joerg SonnenbergerFix warning.
2005-04-26 Joerg SonnenbergerExplicitly initialize e. The code flow looks safe,...
2005-04-26 Joerg SonnenbergerWork around restrict.
2005-04-26 Joerg SonnenbergerCorrect and improve __diagassert.
2005-04-26 Joerg SonnenbergerFix warnings. Use sysctlbyname.
2005-04-26 Joerg SonnenbergerAdd prototype for __creat.
2005-04-26 Max OkumotoCreate ProcWait(), like ProcExec() this is a wraper...
2005-04-26 Max OkumotoSet close-on-exec on output side of pipe.
2005-04-26 Max Okumotoinline shellneed()
2005-04-26 Max OkumotoAllocate space for arguments, and free them after vfork().
2005-04-26 Max OkumotoMove initilization of ProcStuff before vfork().
2005-04-26 Max OkumotoPass argv using ProcStuff.
2005-04-26 Max OkumotoDoc struct ProStuff fields.
2005-04-26 Max OkumotoMove redirection of stderr into ProcExec().
2005-04-26 Joerg SonnenbergerChange arc4random_addrandom to pass the more natural...
2005-04-26 Joerg SonnenbergerFix warnings.
2005-04-26 Joerg SonnenbergerFix warnings.
2005-04-26 Joerg SonnenbergerReally include patches, don't let them catch dust.
2005-04-26 Joerg SonnenbergerFix warnings. Use sysctlbyname.
2005-04-26 Joerg SonnenbergerInclude guard.
2005-04-26 Joerg SonnenbergerInclude sys/types.h to get uid_t and gid_t.
2005-04-26 Joerg SonnenbergerEnsure that the directory fits into memory. Fix warnings.
2005-04-26 Joerg SonnenbergerANSIfy. Fix warnings.
2005-04-26 Joerg SonnenbergerUse namespace mangler.
2005-04-26 Joerg Sonnenbergeruse uid_t / gid_t for prototype in stdlib.h, ANSIfy.
2005-04-26 Joerg SonnenbergerFix warnings.
2005-04-26 Joerg Sonnenbergervfork can clobber the local stack frame, use fork(...
next