mirror of
https://github.com/torvalds/linux.git
synced 2026-07-19 12:07:49 +02:00
This patch cleans up the umid code: - The only_if_set argument to get_umid is gone. - get_umid returns an empty string rather than NULL if there is no umid. - umid_is_random is gone since its users went away. - Some printfs were turned into printks because the code runs late enough that printk is working. - Error paths were cleaned up. - Some functions now return an error and let the caller print the error message rather than printing it themselves. This eliminates the practice of passing a pointer to printf or printk in, depending on where in the boot process we are. - Major tidying of not_dead_yet - mostly error path cleanup, plus a comment explaining why it doesn't react to errors the way you might expect. - Calls to os_* interfaces that were moved under os are changed back to their native libc forms. - snprintf, strlcpy, and their bounds-checking friends are used more often, replacing by-hand bounds checking in some places. Signed-off-by: Jeff Dike <jdike@addtoit.com> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> |
||
|---|---|---|
| .. | ||
| skas | ||
| tt | ||
| asm-offsets.c | ||
| config.c.in | ||
| dyn.lds.S | ||
| exec_kern.c | ||
| exitcode.c | ||
| gmon_syms.c | ||
| gprof_syms.c | ||
| init_task.c | ||
| initrd.c | ||
| irq_user.c | ||
| irq.c | ||
| ksyms.c | ||
| Makefile | ||
| mem.c | ||
| physmem.c | ||
| process_kern.c | ||
| ptrace.c | ||
| reboot.c | ||
| resource.c | ||
| sigio_kern.c | ||
| sigio_user.c | ||
| signal_kern.c | ||
| signal_user.c | ||
| smp.c | ||
| syscall_kern.c | ||
| syscall.c | ||
| sysrq.c | ||
| time_kern.c | ||
| time.c | ||
| tlb.c | ||
| trap_kern.c | ||
| trap_user.c | ||
| tty_log.c | ||
| uaccess.c | ||
| um_arch.c | ||
| umid.c | ||
| uml.lds.S | ||
| user_util.c | ||
| vmlinux.lds.S | ||