Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-11-30 | Ready for 2.43 releaseman-pages-2.43 | Michael Kerrisk | 1 | -1/+1 | |
2006-11-30 | Ready for 2.43 | Michael Kerrisk | 2 | -2/+58 | |
2006-11-30 | Minor tweaks to recent changes | Michael Kerrisk | 1 | -1/+2 | |
2006-11-28 | Update the RTC man page to reflect the new RTC class framework: | Michael Kerrisk | 1 | -62/+163 | |
- Generalize ... it's not just for PC/AT style RTCs, and there may be more than one RTC per system. - Not all RTCs expose the same feature set as PC/AT ones; most of these ioctls will be rejected by some RTCs. - Be explicit about when {A,P}IE_{ON,OFF} calls are needed. - Describe the parameter to the get/set epoch request; correct the description of the get/set frequency parameter. - Document RTC_WKALM_{RD,SET}, which don't need AIE_{ON,OFF} and which support longer alarm periods. - Hey, not all system clock implementations count timer irqs any more now that the new RT-derived clock support is merging. | |||||
2006-11-28 | Fix wrongly edited string in last edit. | Michael Kerrisk | 1 | -1/+1 | |
2006-11-28 | add C99 to CONFORMING TO. | Michael Kerrisk | 1 | -1/+1 | |
2006-11-28 | wfix | Michael Kerrisk | 1 | -1/+1 | |
2006-11-28 | wfix | Michael Kerrisk | 1 | -1/+1 | |
2006-11-27 | spfix | Michael Kerrisk | 1 | -1/+1 | |
2006-11-26 | Elimitae duplicated text; grfix | Michael Kerrisk | 1 | -4/+1 | |
2006-11-26 | Clarify discussion of privilege requirements. | Michael Kerrisk | 1 | -12/+15 | |
Added ENOMEM to ERRORS. | |||||
2006-11-25 | The LFS spec is now at http://opengroup.org/platform/lfs.html. | Michael Kerrisk | 1 | -1/+1 | |
2006-11-25 | Describe the correct default for UDP/RAW path MTU discovery. | Michael Kerrisk | 2 | -15/+34 | |
2006-11-25 | Make desription of MD5 output string less ambiguous. | Michael Kerrisk | 1 | -3/+4 | |
2006-11-25 | wfix. | Michael Kerrisk | 1 | -1/+1 | |
2006-11-25 | Clarify O_LARGEFILE description. | Michael Kerrisk | 1 | -2/+4 | |
2006-11-25 | tfix | Michael Kerrisk | 1 | -1/+1 | |
2006-11-25 | start of 2.43. | Michael Kerrisk | 2 | -3/+3 | |
2006-11-25 | Start of 2.43 | Michael Kerrisk | 2 | -0/+0 | |
2006-11-25 | Start of 2.43. | Michael Kerrisk | 2 | -53/+84 | |
2006-11-25 | tfix | Michael Kerrisk | 1 | -2/+2 | |
2006-11-25 | Ready for 2.42 release.man-pages-2.42 | Michael Kerrisk | 2 | -8/+55 | |
2006-11-25 | Fised date in .TH | Michael Kerrisk | 1 | -1/+1 | |
2006-11-25 | Added FIXME. | Michael Kerrisk | 1 | -0/+11 | |
2006-11-25 | spfix | Michael Kerrisk | 1 | -1/+1 | |
2006-11-25 | Add text descriding Internationalized Domain Name extensions. | Michael Kerrisk | 2 | -0/+92 | |
2006-11-25 | Fix SYNOPSIS for vsyslog(). | Michael Kerrisk | 1 | -0/+2 | |
2006-11-25 | Added FIXME | Michael Kerrisk | 1 | -0/+3 | |
2006-11-25 | Add text describoing behaviour of the Linux brk() system call | Michael Kerrisk | 1 | -3/+34 | |
and point out that the glibc brk() wrapper provides different behaviour. Note that sbrk() is implemented as a library function in glibc that calls the brk() system call. | |||||
2006-11-25 | FUTEX_FD is scheduled for removal in June 2007. | Michael Kerrisk | 1 | -2/+6 | |
2006-11-25 | Linux 2.4.21 added core_pattern (which was already in 2.6). | Michael Kerrisk | 1 | -5/+12 | |
Noted a few more reasons why a core dump file might not be produced. | |||||
2006-11-25 | Since Linux 2.6.18, the PID of the new process is also available | Michael Kerrisk | 1 | -1/+4 | |
for PTRACE_EVENT_VFORKDONE. | |||||
2006-11-25 | Fix description of O_LARGEFILE to mention required feature test macros. | Michael Kerrisk | 1 | -2/+10 | |
2006-11-25 | wfix | Michael Kerrisk | 1 | -1/+1 | |
2006-10-13 | Add _XOPEN_SOURCE to prototype. | Michael Kerrisk | 1 | -1/+2 | |
2006-10-12 | Start of 2.42 | Michael Kerrisk | 2 | -0/+0 | |
2006-10-12 | Start of 2.42 | Michael Kerrisk | 4 | -163/+194 | |
2006-10-12 | Ready for 2.41man-pages-2.41 | Michael Kerrisk | 1 | -1/+1 | |
2006-10-12 | Ready for 2.41 | Michael Kerrisk | 1 | -19/+19 | |
2006-10-12 | Ready for 2.41 | Michael Kerrisk | 4 | -6/+180 | |
2006-10-06 | Fix wording referring to the use of strcmp() in 'compar' function. | Michael Kerrisk | 1 | -3/+4 | |
See Debian bug 391402. | |||||
2006-10-04 | MNT_FORCE can cause data loss. | Michael Kerrisk | 1 | -1/+1 | |
2006-10-02 | Mosts systems support the synonym _SC_PAGE_SIZE (the only exception I | Michael Kerrisk | 1 | -1/+1 | |
know is Darwin, and maybe it supports it by now as well). | |||||
2006-10-02 | Noted that sysconf(_SC_PAGE_SIZE) is preferred in portable applications. | Michael Kerrisk | 1 | -1/+4 | |
2006-10-02 | Slight rewording | Michael Kerrisk | 1 | -2/+2 | |
2006-10-02 | tfix | Michael Kerrisk | 1 | -1/+1 | |
2006-10-02 | Noted that sysconf(_SC_OPEN_MAX) is preferred in portable applications. | Michael Kerrisk | 1 | -0/+4 | |
2006-09-26 | wfix | Michael Kerrisk | 1 | -2/+2 | |
2006-09-26 | Place socket options in alpha order. | Michael Kerrisk | 1 | -36/+36 | |
2006-09-26 | Document PR_GET_ENDIAND and PR_SET_ENDIAN. | Michael Kerrisk | 1 | -6/+20 | |