summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2003-07-11Fix signedness tests in vsnprintf by making it explicit.Linus Torvalds
2003-07-11[PATCH] asm-generic/div64.h breakageBernardo Innocenti
2003-07-08[PATCH] Fix problem introduced by do_div() patchBernardo Innocenti
2003-07-05[PATCH] Fix do_div() for all architecturesBernardo Innocenti
2003-07-03[PATCH] kobject: add kobject_rename()Greg Kroah-Hartman
2003-06-22[PATCH] add dvb subsystem as a crc32 lib userMichael Hunold
2003-06-15[kobject] Add sequence number to kobject hotplug.Patrick Mochel
2003-06-12Merge tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5Kai Germaschewski
2003-06-10[kobject] Don't specially order objects in lists based on parent.Patrick Mochel
2003-06-10Merge bk://linux-sam.bkbits.net/kbuildKai Germaschewski
2003-06-08[PATCH] Two more sources of "non-ANSI parameter list" warningsSteven Cole
2003-06-09Merge mars.ravnborg.org:/home/sam/src/linux/kernel/bk/linux-2.5Sam Ravnborg
2003-06-07[PATCH] zlib merge: avoid 8-bit window errorsJörn Engel
2003-06-07[PATCH] zlib merge: return codeJörn Engel
2003-06-07[PATCH] zlib cleanup: unnecessary cast removalJörn Engel
2003-06-07[PATCH] zlib cleanup: Z_NULL removalJörn Engel
2003-06-07[PATCH] zlib cleanup: localJörn Engel
2003-06-07[PATCH] zlib merge: inffast.cJörn Engel
2003-06-07[PATCH] zlib merge: turbocJörn Engel
2003-06-07[PATCH] be more flexible about creating library archivesSam Ravnborg
2003-06-06[PATCH] Another final K&R to ANSI C cleanup of zlibSteven Cole
2003-06-07kbuild: Nice output when generating crc32 tableSam Ravnborg
2003-06-05zlib cleanup: final fixupsLinus Torvalds
2003-06-05[PATCH] zlib cleanup: OFJörn Engel
2003-06-05[PATCH] zlib cleanup: ZEXPORTJörn Engel
2003-06-05[PATCH] zlib cleanup: ZEXTERNJörn Engel
2003-06-05[PATCH] zlib cleanup: remove FAR macroJörn Engel
2003-06-04[kobject] Add warning + back trace if kobject_get() is called with 0 refcount.Patrick Mochel
2003-06-04[kobject] Remove kobj_lock and use lockless refcounting. Patrick Mochel
2003-06-03[kobject] Update Documentation and licenses. Patrick Mochel
2003-05-30[PATCH] More ANSI C cleanup of zlibSteven Cole
2003-05-29[PATCH] Yet more K&R to ANSI C conversionsSteven Cole
2003-05-29[PATCH] K&R to ANSI C conversions for zlibSteven Cole
2003-05-27Make zlib_inflate look more like ANSI C code.Linus Torvalds
2003-05-25Do a strlcat() to go with the strlcpy().Linus Torvalds
2003-05-24Add 'strlcpy()' implementationLinus Torvalds
2003-05-14Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virginPatrick Mochel
2003-05-14[PATCH] Fix types on inflate.c constantsDave Jones
2003-05-12Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virginPatrick Mochel
2003-05-11[BRLOCK]: Kill big reader locks, no longer used.Stephen Hemminger
2003-05-07Make lib/inflate.c look remotely like ANSI C, so that it can beLinus Torvalds
2003-04-29[PATCH] percpu counters cause UML compilation errors in with SMPAndrew Morton
2003-04-28kobject: kobj_lock needs to be grabed using spinlock_irqGreg Kroah-Hartman
2003-04-16kobject: Add better debugging for failed registrations.Patrick Mochel
2003-04-12[PATCH] percpu_counters: approximate but scalable countersAndrew Morton
2003-04-12[PATCH] radix_tree_delete API improvementAndrew Morton
2003-04-12[PATCH] kobject hotplug fixesAndrew Morton
2003-04-04kobject: cause /sbin/hotplug to be called when kobjects are added and removedGreg Kroah-Hartman
2003-03-30Merge nuts.ninka.net:/home/davem/src/BK/network-2.5David S. Miller
2003-03-28[CRYPTO]: Add Deflate algorithm to crypto API.James Morris