Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mdoc(7) police: "The .Fa argument.". | ru | 2002-12-19 | 1 | -0/+8 |
| | |||||
* | mdoc(7) police: Tidy up the syscall language. | ru | 2002-12-18 | 1 | -6/+23 |
| | | | | | | | | | | Stop calling system calls "function calls". Use "The .Fn system call" a-la "The .Nm utility". When referring to a non-BSD implementation in the HISTORY section, call syscall a function, to be safe. | ||||
* | Track the number of non-data chararacters stored in socket buffers so that | kbyanc | 2002-11-01 | 1 | -1/+1 |
| | | | | | | | | | | | the data value returned by kevent()'s EVFILT_READ filter on non-TCP sockets accurately reflects the amount of data that can be read from the sockets by applications. PR: 30634 Reviewed by: -net, -arch Sponsored by: NTT Multimedia Communications Labs MFC after: 2 weeks | ||||
* | While an interface can be depreciated, we prefer deprecated. | rwatson | 2002-10-29 | 1 | -1/+1 |
| | | | | Submitted by: Wayne Morrison <tewok@tislabs.com> | ||||
* | Fix typo (SIGEV_EVENT -> SIGEV_KEVENT). | mp | 2002-07-02 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -3/+3 |
| | |||||
* | Typo: s/conatains/contains/ | guido | 2001-09-12 | 1 | -1/+1 |
| | | | | MFC after: 1 week | ||||
* | mdoc(7) police: remove whitespace at EOL. | ru | 2001-08-08 | 1 | -1/+1 |
| | |||||
* | Document EVFILT_TIMER. | jlemon | 2001-07-19 | 1 | -0/+12 |
| | | | | MFC after: 1 week | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -26/+26 |
| | |||||
* | event.h -> sys/event.h | dd | 2001-06-27 | 1 | -1/+1 |
| | | | | Submitted by: David Hill <david@phobia.ms> | ||||
* | Remove duplicate words. | dd | 2001-06-24 | 1 | -1/+1 |
| | |||||
* | Fix small bogon. | jlemon | 2001-06-11 | 1 | -1/+1 |
| | | | | Submitted by: Anton Berezin <tobez@tobez.org> | ||||
* | Document various changes to kq: | jlemon | 2001-02-26 | 1 | -10/+44 |
| | | | | | | | - new EV_SET macro, - NOTE_LOWAT option for low water marks on read/write filters, - NOTE_REVOKE for filesystem unmounting (and revoke() calls) - improved API for EVFILT_AIO | ||||
* | Add include <sys/time.h> because kevent uses struct timespec | guido | 2001-02-14 | 1 | -0/+1 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-29 | 1 | -15/+3 |
| | |||||
* | mdoc(7) police: Er macro usage cleanup. | ru | 2000-11-22 | 1 | -1/+1 |
| | |||||
* | Fix a logic reversal: the RFFDG flag must be unset in order to share | jlemon | 2000-11-21 | 1 | -3/+6 |
| | | | | | | a file descriptor table. (Thanks to Alan Cox) Clarify the fact that the changelist and eventlist can be shared. | ||||
* | Clarify the time parameter of the kevent() system call. | asmodai | 2000-11-21 | 1 | -1/+1 |
| | | | | | | Inspired by PR: 21708 Submitted by: Ronald F. Guilmette <rfg@monkeys.com> Reviewed by: jlemon | ||||
* | Document return value of ENOENT for nonexistent/invalid filter entries. | jlemon | 2000-08-07 | 1 | -0/+2 |
| | |||||
* | Clean up some nits, with the permission of the author: | sheldonh | 2000-07-24 | 1 | -7/+14 |
| | | | | | | * Grammar fixes. * Mark up rfork and vnode as cross-references. * Clarify the use of the RFFDG flag to rfork(2). | ||||
* | Simplify kqueue API slightly. | jlemon | 2000-07-18 | 1 | -2/+2 |
| | | | | Discussed on: -arch | ||||
* | remove sys/time.h by instruction from bde. | jmg | 2000-07-06 | 1 | -1/+0 |
| | |||||
* | change first release date to 4.1-R as 5.0-R won't be out for at least a | jmg | 2000-06-26 | 1 | -1/+1 |
| | | | | | | year (from jkh).. Caught by: Fx macro warning on 3.4-R | ||||
* | Replace .Va, .Ar and .Nm with .Fa or .Va where necessary, examples: | chris | 2000-06-23 | 1 | -5/+5 |
| | | | | | | ``.Ar errno'' -> ``.Va errno'' ``.Nm ops'' -> ``.Fa ops'' ``.Va fd'' -> ``.Fa fd'' | ||||
* | add a BUGS section on how we can only watch VNODE's on a UFS file system | jmg | 2000-06-07 | 1 | -0/+4 |
| | | | | | | | | | right now... I talked w/ phk last night and "fixing" this in a generic way is going to require a lot of complex thought on stacking let alone the NFS problems.. add missing sys/time.h for struct timespec def... | ||||
* | fix up the kqueue documentation... comment some things that were left | jmg | 2000-05-24 | 1 | -0/+21 |
| | | | | | | out that really needed to be here... Reviewed-by: jlemon | ||||
* | Back out NOTE_EXIT status reporting pending discussion. | green | 2000-05-21 | 1 | -4/+0 |
| | |||||
* | Put the wait(2) exit status in "data" for NOTE_EXIT kevents. | green | 2000-05-17 | 1 | -0/+4 |
| | |||||
* | Fixed missing include in synopsis. | bde | 2000-05-11 | 1 | -2/+2 |
| | | | | | Use a long line instead splitting a line with backslash-newline in synopsis. My synopsis checker doesn't understand backslash-newline. | ||||
* | Some mdoc cleanups for the manual page. | jlemon | 2000-05-06 | 1 | -7/+10 |
| | | | | Submitted by: phantom | ||||
* | Add a kqueue(2) manual page. | jlemon | 2000-05-04 | 1 | -0/+400 |