summaryrefslogtreecommitdiffstats
path: root/kernel/sys_ni.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sys_ni.c')
-rw-r--r--kernel/sys_ni.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/kernel/sys_ni.c b/kernel/sys_ni.c
index 64578adfe115..f43d89d92860 100644
--- a/kernel/sys_ni.c
+++ b/kernel/sys_ni.c
@@ -292,15 +292,10 @@ COND_SYSCALL(process_madvise);
COND_SYSCALL(process_mrelease);
COND_SYSCALL(remap_file_pages);
COND_SYSCALL(mbind);
-COND_SYSCALL_COMPAT(mbind);
COND_SYSCALL(get_mempolicy);
-COND_SYSCALL_COMPAT(get_mempolicy);
COND_SYSCALL(set_mempolicy);
-COND_SYSCALL_COMPAT(set_mempolicy);
COND_SYSCALL(migrate_pages);
-COND_SYSCALL_COMPAT(migrate_pages);
COND_SYSCALL(move_pages);
-COND_SYSCALL_COMPAT(move_pages);
COND_SYSCALL(perf_event_open);
COND_SYSCALL(accept4);
title='2003-12-13 05:36:30 -0800'>2003-12-13More subtle SMP bugs in prepare_to_wait()/finish_wait(). Linus Torvalds1-2/+15 2003-12-12[PATCH] HPFS: missing lock_kernel() in hpfs_readdir()René Scharfe1-0/+2 2003-12-12[PATCH] no bio unmap on cdb copy failureJens Axboe2-7/+8 2003-12-11Fix subtle bug in "finish_wait()", which can cause kernel stackLinus Torvalds2-1/+26 2003-12-10kobject: fix bug where a parent could be deleted before a child device.Greg Kroah-Hartman1-4/+7 2003-12-10[PATCH] USB: prevent catch-all USB aliases in modules.aliasAndrey Borzenkov1-0/+7 2003-12-09[PATCH] USB: fix bug for multiple opens on ttyUSB devices.Greg Kroah-Hartman1-35/+13 2003-12-09[PATCH] USB: Fix connect/disconnect raceHerbert Xu1-3/+3 2003-12-08[PATCH] USB: fix bug not setting device state following usb_device_reset()Alan Stern1-0/+1 2003-12-08[PATCH] USB: fix race with signal delivery in usbfsOliver Neukum1-1/+1 2003-12-08[PATCH] USB: fix sleping in interrupt bug in auerswald driverOliver Neukum1-2/+2 2003-12-08[PATCH] USB: mark the scanner driver as obsoleteTom Rini1-1/+3 2003-12-08[PATCH] USB storage: fix for jumpshot and datafab devicesMatthew Dharm2-2/+2 2003-12-08[PATCH] scsi_ioctl memcpy'ing user addressJens Axboe1-1/+6 2003-12-08[IPV6]: Fix TCP socket leak.Arnaldo Carvalho de Melo1-1/+1 2003-12-07[PATCH] USB: fix race with hub devices disconnecting while stuff is still hap...Greg Kroah-Hartman1-0/+3 2003-12-07[PATCH] USB: fix remove device after set_configurationDavid Brownell1-0/+1 2003-12-07[PATCH] USB: register usb-serial ports in the proper place in sysfsGreg Kroah-Hartman1-1/+1 2003-12-07[PATCH] tmpfs oops fixJames McMechan1-1/+1 2003-12-07[PKT_SCHED]: In HTB, filters must be destroyed before the classes.Martin Devera1-2/+7 2003-12-07[PKT_SCHED]: Do not dereference the special pointer value 'HTB_DIRECT'.David S. Miller1-2/+7 2003-12-06[PATCH] wireless airo oops fixJeff Garzik1-5/+2 2003-12-05Fix the PROT_EXEC breakage on anonymous mmap.Linus Torvalds1-4/+6 2003-12-05[PATCH] remove manual driver poisoning of net_deviceJeff Garzik3-15/+0 2003-12-05[PATCH] fix oops on unload in pcnet32Jeff Garzik1-2/+0 2003-12-05[PATCH] fix use-after-free in libataJeff Garzik1-2/+1 2003-12-04[BRIDGE]: Provide correct TOS value to IPv4 routing.Julian Anastasov1-1/+1 2003-12-04[NETFILTER]: In conntrack, do not fragment TSO packets by accident.David S. Miller1-1/+2 2003-12-04[PATCH] Fix 'noexec' behaviourUlrich Drepper1-0/+4 2003-12-03[PATCH] I2C: it87 and via686a alarmsJean Delvare2-9/+8 2003-12-03[PATCH] I2C: fix i2c_smbus_write_byte() for i2c-nforce2Jean Delvare1-1/+1 2003-12-03[PATCH] I2C: add KT600 support to i2c-viapro driverJean Delvare2-0/+9 2003-12-03[PATCH] I2C: add Serverworks CSB6 support to i2c-piix4Jean Delvare2-2/+10 2003-12-03[PATCH] I2C: fix author of i2c-savage4.c driverJean Delvare1-8/+4 2003-12-03[PATCH] I2C: make I2C chipset drivers use temp_hyst[1-3]Jean Delvare5-38/+34 2003-12-03[PATCH] I2C: sysfs interface documentationJean Delvare1-11/+22 2003-12-03[PATCH] I2C: Fix i2c-algo-bit for adapers that cannot read SCL backJean Delvare1-46/+50 2003-12-03[PATCH] fix broken x86_64 rdtscllJens Axboe1-3/+3 2003-12-03[PATCH] I2C: i2c documentation (2 of 2)Jean Delvare1-47/+10