Use rtld's TLS interface to allocate tcb.
[dragonfly.git] / usr.bin /
2005-03-22 Max OkumotoFixed indent for structure
2005-03-20 Max Okumotopatch-7.163
2005-03-20 Max Okumotopatch-7.162
2005-03-20 Max Okumotopatch-7.161
2005-03-20 Max Okumototch-7.160
2005-03-20 Max Okumotopatch-7.158
2005-03-20 Max Okumotopatch-7.157
2005-03-20 Max Okumotopatch-7.156
2005-03-20 Max OkumotoClean up Var_SetEnv().
2005-03-19 Max OkumotoReindent stripvarname() to use 8 space tabs.
2005-03-19 Max Okumotopatch-7.155
2005-03-19 Max Okumotopatch-7.154
2005-03-19 Max Okumotopatch-7.151
2005-03-19 Max Okumotopatch-7.150
2005-03-19 Max Okumotopatch-7.149
2005-03-19 Max Okumotopatch-7.148
2005-03-19 Max Okumotopatch-7.147
2005-03-19 Max Okumotopatch-7.146
2005-03-19 Max Okumotopatch-7.145
2005-03-19 Max Okumotopatch-7.144
2005-03-19 Max Okumotopatch-7.143
2005-03-18 Max OkumotoFreeBSD-Date: 2005/03/18 15:23:49
2005-03-18 Max OkumotoFix dangling ref to auto variable.
2005-03-18 Max OkumotoPatch originally from Matt, then modified by harti.
2005-03-18 Joerg SonnenbergerWARNS=6.
2005-03-17 Max OkumotoRemove pc98 support as a gift to Sascha Wildner :-)
2005-03-17 Matthew DillonFix a potential security hole by outputing non-printabl...
2005-03-16 Max Okumotopatch-7.142
2005-03-16 Max Okumotopatch-7.141
2005-03-16 Max Okumotopatch-7.140
2005-03-16 Max Okumotopatch-7.139
2005-03-16 Max Okumotopatch-7.138
2005-03-16 Max Okumotopatch-7.137
2005-03-16 Max Okumotopatch-7.136
2005-03-16 Max OkumotoFreeBSD-Date: 2005/03/16 08:04:45
2005-03-16 Chris PresseyStyle(9):
2005-03-16 Chris PresseyDe-spaghettify:
2005-03-16 Max Okumotopatch-7.135
2005-03-16 Max Okumotopatch-7.134
2005-03-16 Max Okumotopatch-7.133
2005-03-16 Max Okumotopatch-7.132
2005-03-16 Max Okumotopatch-7.131
2005-03-16 Max Okumotopatch-7.130
2005-03-16 Max Okumotopatch-7.129
2005-03-16 Max Okumotopatch-7.128
2005-03-16 Max OkumotoVar_Parse(), VarParse()
2005-03-15 Max OkumotoFreeBSD-Date: 2005/03/15 14:28:39
2005-03-15 Max OkumotoFreeBSD-Date: 2005/03/15 14:25:24
2005-03-15 Max OkumotoGet rid of another Lst_ForEach in favour of LST_FOREACH...
2005-03-15 Max OkumotoMove the creation of a Src structure into its own function.
2005-03-14 Max OkumotoConvert a couple of other uses of Lst_ForEach to LST_FO...
2005-03-14 Joerg SonnenbergerAdd '+' to argument list of find to prevent getopt...
2005-03-14 Joerg SonnenbergerSUS says that getopt() should return -1 immediately...
2005-03-13 YONETANI TomokazuChange the behavior of -fstype so as not to terminate...
2005-03-13 Liam J. Foy- Remove sys/stat.h, sys/signal.h, varargs.h and ctype.h
2005-03-12 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-12 Max Okumotopatch-7.126
2005-03-12 Max Okumotopatch-7.125
2005-03-12 Max Okumotopatch-7.124
2005-03-12 Max Okumoto patch-7.123
2005-03-12 Max Okumotopatch-7.122
2005-03-12 Max Okumotopatch-7.121
2005-03-12 Max Okumotopatch-7.120
2005-03-12 Max Okumotopatch-7.117
2005-03-12 Max Okumotopatch-7.116
2005-03-12 Max Okumotopatch-7.115
2005-03-12 Max Okumotopatch-7.114
2005-03-12 Max Okumotopatch-7.113
2005-03-12 Max OkumotoVarParseLong()
2005-03-12 Max OkumotoVarParseLong(), ParseRest()
2005-03-12 Max OkumotoSimplify the print routines by using LST_FOREACH instea...
2005-03-12 Max OkumotoRemove leading underscores from the pathname defines...
2005-03-12 Max OkumotoRemove the leading underscore from structure tags....
2005-03-12 Liam J. FoyClean up:
2005-03-12 Max OkumotoStyle: Fix indentation.
2005-03-12 Max OkumotoCall ParseFinishLine() also for the last line in a...
2005-03-12 Max OkumotoConstify Var_Dump and simplify it by inlining VarPrintVar.
2005-03-12 Max OkumotoReorganize Suff_EndTransform to be called only for...
2005-03-12 Max OkumotoThe previous commit should have had the following comment.
2005-03-12 Max OkumotoImplement a new macro LST_NEXT which is like Lst_Succ...
2005-03-12 YONETANI TomokazuClean up entries for undefined mbuf tags to catch up...
2005-03-12 YONETANI TomokazuUnbreak the build of netstat and systat by hiding stale
2005-03-12 Max OkumotoVar_Subst() cannot return NULL so there is no reason...
2005-03-12 Max OkumotoStyle: fix indentation of SuffExpandChildren before...
2005-03-12 Max OkumotoStyle: fix indentation of SuffExpandChildren before...
2005-03-12 Max Okumotocompat.c:
2005-03-12 Max OkumotoRemove useless local prototypes.
2005-03-12 Max OkumotoStyle: fix indentation.
2005-03-12 Max OkumotoUse the new Buf_Peel function to simplify things.
2005-03-12 Max OkumotoCreate a new function Buf_Peel that returns the string...
2005-03-12 Max OkumotoAdd a debugging function that prints a message and...
2005-03-12 Max OkumotoMark functions that don't return as dead.
2005-03-11 Joerg SonnenbergerHelper programs.
2005-03-11 Joerg Sonnenbergericonv frontend.
2005-03-10 Joerg SonnenbergerUse NLS framework.
2005-03-09 Max OkumotoReduce diffs between FreeBSD
2005-03-08 Sascha WildnerFix some groff warnings.
2005-03-08 Simon SchubertMerge from vendor branch CVS:
2005-03-08 Hiten PandyaUpdate manual page with FreeBSD's r1.7.
2005-03-08 Hiten PandyaBring in the ktrdump(8) utility from FreeBSD.
next