CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2012/12/25 02:35:51
Modified files: usr.bin/kdump : kdump.c kdump_subr.h mksubr Log message: Report macro names for the second argument to shutdown(), getrusage(), pathconf(), and fpathconf(), and for poll()'s INFTIM. When open()'s flag arg doesn't include O_CREAT, don't show the third argument unless th e-n option is given. Ditto for fcntl()'s F_GETFD and F_GETFL ops. Show sysctl()'s KERN_PROC_KTHREAD as "kthread". ok otto@