diff --git a/Changes b/Changes index 086b21066..e5aa4d8c2 100644 --- a/Changes +++ b/Changes @@ -15,6 +15,10 @@ Andrew Clayton Christoph Hellwig Daniele Giacomini Dorin Lazar +George Spelvin +Jeff Moyer +Masatake YAMOTO +Matt Mackall Neil Horman Paul Jackson Pavel Machek @@ -176,14 +180,6 @@ wordexp.3 mtk Added VERSIONS section. -io_cancel.2 -io_destroy.2 -io_getevents.2 -io_setup.2 -io_submit.2 - Alain Portal / mtk - Re-order ERRORS and SEE ALSO entries to be alphabetical. - msgctl.2 msgget.2 semget.2 @@ -261,6 +257,18 @@ getdents.2 Document d_type field, present since kernel 2.6.4. Other minor edits. +io_cancel.2 +io_destroy.2 +io_getevents.2 +io_setup.2 +io_submit.2 + mtk, after a note by Masatake YAMOTO and input from Jeff Moyer + Describe the unconventional error return provided by the + wrapper function in libaio (and contrast with behavior if + the system call is invoked via syscall(2)). + Alain Portal / mtk + Re-order ERRORS and SEE ALSO entries to be alphabetical. + mknod.2 mtk Note that EEXIST applies, even if the pathname is a @@ -274,7 +282,11 @@ open.2 readdir.2 mtk - Minor wording fixes. + Minor wording fixes. + +recv.2 + Alain Portal + Add comment to 'ee_pad' field in structure definition. sched_setscheduler.2 mtk @@ -421,6 +433,13 @@ strerror.3 and make other small clarifications of the description regarding the two versions. +random.4 + George Spelvin (taking time out from his busy Broadway schedule), + with some tweaks by Matt Mackall and mtk + Add a Usage subsection that recommends most users to use + /dev/urandom, and emphasizes parsimonious usage of + /dev/random. + locale.5 Petr Baudis LC_TIME: Describe first_weekday and first_workday.