summaryrefslogtreecommitdiff
path: root/kernel/sys.c
AgeCommit message (Expand)Author
2004-08-30[PATCH] fix rusage semanticsRoland McGrath
2004-08-30[PATCH] waitid system callRoland McGrath
2004-05-31[PATCH] Fix x86-64 compilation without CONFIG_NUMAAndi Kleen
2004-05-28[PATCH] sparse: trivial part of kernel/* __user annotationAlexander Viro
2004-05-24[PATCH] Fix race condition with current->group_infoAndrew Morton
2004-05-22[PATCH] numa api: Core NUMA API codeAndrew Morton
2004-05-21[PATCH] Sanitise handling of unneeded syscall stubsAndrew Morton
2004-05-19[PATCH] system_state splitupAndrew Morton
2004-05-14Fix gidsetsize == 0 for real this time.Linus Torvalds
2004-05-14[PATCH] groups_alloc(0) clobbers memory past end of blockAndrew Morton
2004-05-10[PATCH] find_user locking and leak fixAndrew Morton
2004-04-11[PATCH] eliminate nswap and cnswapAndrew Morton
2004-04-11[PATCH] move job control fields from task_struct to signal_structAndrew Morton
2004-04-11[PATCH] compat emulation for posix message queuesAndrew Morton
2004-04-11[PATCH] posix message queues: syscall stubsAndrew Morton
2004-04-11[PATCH] generalise system_runningAndrew Morton
2004-02-22[PATCH] rename shmat to make it clear it isn't a system call entrypointManfred Spraul
2004-02-22[PATCH] cleanup condsyscall for sysv ipcAndrew Morton
2004-02-18[PATCH] NGROUPS 2.6.2rc2 + fixupsAndrew Morton
2004-02-03[PATCH] Allow software_suspend to failAndrew Morton
2004-01-19[PATCH] ppc cond_syscall fixAndrew Morton
2003-12-29[PATCH] pagefault accounting fixAndrew Morton
2003-10-21[PATCH] export system_running to other filesAndrew Morton
2003-10-09Revert the process group accessor functions. They are buggy, andLinus Torvalds
2003-10-07o kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove this file from the treeArnaldo Carvalho de Melo
2003-10-04[PATCH] move job control fields from task_struct toAndrew Morton
2003-09-21Merge osdl.org:/home/mochel/src/kernel/linux-2.5-virginPatrick Mochel
2003-09-21[PATCH] Fix setpgid and threadsAndrew Morton
2003-09-09[power] Revert swsusp to 2.6.0-test3 state.Patrick Mochel
2003-09-01Merge osdl.org:/home/mochel/src/kernel/linux-2.5-virginPatrick Mochel
2003-08-31[PATCH] add context switch countersAndrew Morton
2003-08-29[swsusp] Restore software_suspend() call.Patrick Mochel
2003-08-19[power] Adapt swsusp to new PM core. Clean up heavily. Patrick Mochel
2003-08-17Reserve the sys_prctl() numbers for and add the stub for allowingDoug Ledford
2003-07-17Manual mergeLinus Torvalds
2003-07-17[PATCH] fix failed sethostname corrupting the dataAlan Cox
2003-07-17[PATCH] Fix two bugs with process limits (RLIMIT_NPROC)Andrew Morton
2003-07-12[SPARC]: hch's cond_syscall() for PCI syscalls, Alpha/PPC/etc. can use this too.Pete Zaitcev
2003-06-25[PATCH] compat_sys_old_getrlimit() depends onAndrew Morton
2003-06-24[NET]: Need sys_socket cond_syscall() entry.Ivan Kokshaysky
2003-06-13[PATCH] lsm: setfsuid/setgsuid bug fix (4/4)Chris Wright
2003-06-10[PATCH] Missing magic numberAlan Iwi
2003-05-25[PATCH] CONFIG_EPOLLAndrew Morton
2003-05-25[PATCH] CONFIG_FUTEXAndrew Morton
2003-04-08Add user pointer attributes to kernel/sys.cLinus Torvalds
2003-03-19[NET]: Optimize handling of CONFIG_NET=n.Matthew Wilcox
2003-03-09Merge kroah.com:/home/greg/linux/BK/bleed-2.5Greg Kroah-Hartman
2003-02-24[PATCH] Fix user time accounting's handling of jiffies wrapAndrew Morton
2003-02-15mergeGreg Kroah-Hartman
2003-02-10[PATCH] signal error return fixAndries E. Brouwer