- 11 Jun, 2003 40 commits
-
-
Alexander Viro authored
drivers/char/riscom8.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/rocket.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/isicom.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/cyclades.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/sh-sci.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/ser_a2232.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/specialix.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/vme_scc.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/serial_tx3912.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/serial167.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/dz.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/amiserial.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/istallion.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/stallion.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/sx.c converted to dynamic allocation
-
Alexander Viro authored
drivers/macintosh/macserial.c converted to dynamic allocation
-
Alexander Viro authored
drivers/sbus/char/aurora.c converted to dynamic allocation
-
Alexander Viro authored
drivers/tc/zs.c converted to dynamic allocation
-
Alexander Viro authored
drivers/sgi/char/sgiserial.c converted to dynamic allocation
-
Alexander Viro authored
drivers/serial/mcfserial.c converted to dynamic allocation
-
Alexander Viro authored
drivers/serial/68360serial.c converted to dynamic allocation
-
Alexander Viro authored
drivers/serial/68328serial.c converted to dynamic allocation
-
Alexander Viro authored
drivers/serial/core.c converted to dynamic allocation
-
Alexander Viro authored
net/bluetooth/rfcomm/tty.c converted to dynamic allocation
-
Alexander Viro authored
net/irda/ircomm/ircomm_tty.c converted to dynamic allocation
-
Alexander Viro authored
killed the last remnants of callout stuff - we don't need to mess with storing termios privately anymore.
-
Alexander Viro authored
added helper functions for allocation and freeing tty_driver
-
Alexander Viro authored
->table[], ->termios[] and ->locked_termios[] allocated dynamically in tty_register_driver() and freed in tty_unregister_driver(). Per-driver arrays gone.
-
Alexander Viro authored
->refcount switched from int * to int. Per-driver variables gone since we had switched from int foo = 0; driver.refcount = &foo; to driver.refcount = 0;
-
Alexander Viro authored
Fixes a couple of leaks in char_dev.c
-
Andrew Morton authored
From: Samuel Thibault <Samuel.Thibault@ens-lyon.fr> Tioclinux() uses "magic numbers" that applications should know to use it. Here is a patch which adds an include/linux/tiocl.h which holds them and can be used by applications to properly call iotcl(TIOCLINUX). It might stand for documentation as well, replacing the not up-to-date man ioctl_list. A structure for the selection argument is also defined.
-
Andrew Morton authored
From: Dipankar Sarma <dipankar@in.ibm.com> Free any read channel allocated earlier if allocation of write channel fails. (From 2.4).
-
Andrew Morton authored
From: Dipankar Sarma <dipankar@in.ibm.com> Fix memory leak - free on copyin failure.
-
Andrew Morton authored
From: Dipankar Sarma <dipankar@in.ibm.com> Fix memory leak in emu10k1_audio_open.
-
Andrew Morton authored
From: Dipankar Sarma <dipankar@in.ibm.com> Use copy_to_user to copy mpu_synth_ioctl arg.
-
Andrew Morton authored
From: Dipankar Sarma <dipankar@in.ibm.com> Use copy_to_user/get_char with user buffers.
-
Andrew Morton authored
From: Dipankar Sarma <dipankar@in.ibm.com> Fixed copy/user problem in lento_symlink where user address was getting passed to presto_do_symlink. (From 2.4)
-
Andrew Morton authored
From: Dipankar Sarma <dipankar@in.ibm.com> Use copy_to_user, not memcpy with user buffers
-
Andrew Morton authored
From: Dipankar Sarma <dipankar@in.ibm.com> Fix parsing of options for X.25 facilities
-
Andrew Morton authored
From: Jeff Muizelaar <muizelaar@rogers.com> This patch against 2.5.70-bk2 removes the buffer allocation from resource.c and lets seq_read do it instead.
-