- 04 Oct, 2003 19 commits
-
-
Bartlomiej Zolnierkiewicz authored
They do not contain any real code.
-
Bartlomiej Zolnierkiewicz authored
-
Bartlomiej Zolnierkiewicz authored
-
Bartlomiej Zolnierkiewicz authored
-
Bartlomiej Zolnierkiewicz authored
-
Bartlomiej Zolnierkiewicz authored
-
Bartlomiej Zolnierkiewicz authored
-
Bartlomiej Zolnierkiewicz authored
-
Bartlomiej Zolnierkiewicz authored
-
Bartlomiej Zolnierkiewicz authored
-
Bartlomiej Zolnierkiewicz authored
-
Bartlomiej Zolnierkiewicz authored
-
Bartlomiej Zolnierkiewicz authored
-
Bartlomiej Zolnierkiewicz authored
-
Michael Hunold authored
- MAINTAINERS: - add the LinuxTV.org project as the DVB driver maintainer - add me as the saa7146 v4l2 driver maintainer - CREDITS: add me as the saa7146 v4l2 driver author - Documentation/ioctl-number.txt: - remove bogus reference to Linux DVD API, which never really existed - remove bogus referenc to Philips saa7146 driver, which never came to life
-
Andrew Morton authored
From: Badari Pulavarty <pbadari@us.ibm.com> Since we have larger dev_t now, here is the patch to support large number of RAW devices. The userlevel command "raw" also needs changes to use this support - which in turn needs new glibc.
-
Andrew Morton authored
This reverts a broken part of the recent "Consolidate skb delivery" patch. It was doing an extra increment of skb->users, causing machine death after just a few seconds of NFS activity.
-
Daniel Drake authored
Witht he EXPORT_SYMBOL cleanups, net/netsyms.c has been removed. The kernel-api DocBook docs still refer to this file, and because this file is gone, "make htmldocs" and similar fails. This just removes the reference and so fixes this docbook problem.
-
Mikael Pettersson authored
drivers/char/misc.c was changed to use the common list macros instead of its own list code. The first open does load the module and increment its use count, but a bug causes a failure to be reported anyway. This causes an error return to user-space where there is none, and makes the module non-unloadable. Fixed like this.
-
- 03 Oct, 2003 21 commits
-
-
Randy Dunlap authored
From: rwhron@earthlink.net
-
Randy Dunlap authored
From: Randy Hron <rwhron@earthlink.net>
-
Randy Dunlap authored
From: Randy Hron <rwhron@earthlink.net>
-
Randy Dunlap authored
From: Daniele <bellucda@tiscali.it> - On saa7146_register_extension failure report back its return code
-
Randy Dunlap authored
From: Randy Hron <rwhron@earthlink.net> Remove unneeded include of version.h.
-
Randy Dunlap authored
From: Randy Hron <rwhron@earthlink.net> version.h cleanup and remove duplicate #includes.
-
Randy Dunlap authored
From: Luiz Capitulino <lcapitulino@prefeitura.sp.gov.br> Fix cmipci.c warnings: unused variable `entry', `snd_cmipci_proc_read' defined but not used
-
Randy Dunlap authored
From: Daniele <bellucda@tiscali.it> - Audit copy_to_user in drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c
-
Randy Dunlap authored
From: rwhron@earthlink.net Remove unneeded version.h include
-
Randy Dunlap authored
From: Randy Hron <rwhron@earthlink.net>
-
Randy Dunlap authored
From: Randy Hron <rwhron@earthlink.net>
-
Randy Dunlap authored
From: Daniele <bellucda@tiscali.it> - On saa7146_register_extension failure report back its return code
-
Randy Dunlap authored
From: Luiz Capitulino <lcapitulino@prefeitura.sp.gov.br> Fix cpqarray.c warnings: `proc_array' and `ida_proc_get_info' defined but not used ida_proc_get_info() is only called when CONFIG_PROC_FS=y.
-
Randy Dunlap authored
From: Randy Hron <rwhron@earthlink.net> version.h cleanup and duplicate #includes removed.
-
Randy Dunlap authored
From: Daniele Bellucci <bellucda@tiscali.it> This is a little register_filesystem audit for nfsd.
-
Randy Dunlap authored
From: maximilian attems <janitor@sternwelten.at> convert two missed strtok to strsep (sound/oss)
-
Randy Dunlap authored
From: Daniele <bellucda@tiscali.it> - On saa7146_register_extension failure report back its return code
-
Randy Dunlap authored
From: Luiz Capitulino <lcapitulino@prefeitura.sp.gov.br> Fix warning in drivers/char/toshiba.c: `tosh_get_info' defined but not used
-
Randy Dunlap authored
From: Randy Hron <rwhron@earthlink.net> Cleanup of version.h in drivers/char plus a few in include/linux that are used in drivers/char. Duplicate #includes removed.
-
Randy Dunlap authored
From: Randy Hron <rwhron@earthlink.net>
-
Randy Dunlap authored
From: Daniele <bellucda@tiscali.it> - remove unneeded block of code in opl3sa3_mixer_ioctl - remove unused function opl3sa3_set_wide - From Stanford Checker: /home/junfeng/linux-tainted/sound/oss/opl3sa2.c:539:opl3sa3_mixer_ioctl: ERROR:TAINTED:53 9:539: dereferencing tainted ptr 'arg' ..fixed user space pointer referce too on ioctl functions
-