summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2003-03-28[PATCH] POSIX timers interface long/int cleanupAndrew Morton
2003-02-24[PATCH] crc32 optimizationsAndrew Morton
2003-02-18[PATCH] lib/idr.c 64-bit fixesAndrew Morton
2003-02-18Merge kroah.com:/home/greg/linux/BK/bleeding_edge-2.5Greg Kroah-Hartman
2003-02-17[PATCH] POSIX clocks & timersGeorge Anzinger
2003-02-17[PATCH] USB speedtouch: replace speedtouch crc routinesDuncan Sands
2003-02-14[PATCH] Use table lookup for radix_tree_maxindex()Andrew Morton
2003-02-14[PATCH] crc32 improvementsAndrew Morton
2003-02-11[PATCH] printk size_t qualifier confusionAndrew Morton
2003-02-10[PATCH] remove unneeded test from radix_tree_extend()Andrew Morton
2003-02-03kbuild: Remove export-objs := ... statementsKai Germaschewski
2003-01-13kobject: export kset_find_obj.Patrick Mochel
2003-01-09kobject: make sure we remove kobject from list if kobject_add() failes.Patrick Mochel
2003-01-09kobject.c fix compile when DEBUG is defined.Patrick Mochel
2003-01-06Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virginPatrick Mochel
2003-01-06Merge bk://linux.bkbits.net/linux-2.5Patrick Mochel
2003-01-06add kset_find_obj() to search for object in a kset's list.Patrick Mochel
2003-01-06Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-corePatrick Mochel
2003-01-05kobjects: Remove kobject::subsys and subsystem::kobj.Patrick Mochel
2003-01-05Merge bk://linux.bkbits.net/linux-2.5Patrick Mochel
2003-01-05Introduce struct kset.Patrick Mochel
2003-01-05[CRC32]: Fix pointer casts on 64-bit.David S. Miller
2003-01-05[PATCH] infrastructure for handling radix_tree_node allocationAndrew Morton
2003-01-04kobject: Introduce struct kobj_type. Patrick Mochel
2003-01-03Merge bk://linux.bkbits.net/linux-2.5Patrick Mochel
2003-01-03[netdrvr] ethernet crc fixesJeff Garzik
2003-01-01Merge bk://linux.bkbits.net/linux-2.5Patrick Mochel
2003-01-01From louis.zhuang@intel.com: missed field_width reset in vsscanf()Linus Torvalds
2002-12-30Merge bk://linux.bkbits.net/linux-2.5Patrick Mochel