Home | History | Annotate | Download | only in dev
History log of /src/sys/arch/amiga/dev/event_var.h
RevisionDateAuthorComments
 1.9  01-Mar-2008  rmind Welcome to 4.99.55:

- Add a lot of missing selinit() and seldestroy() calls.

- Merge selwakeup() and selnotify() calls into a single selnotify().

- Add an additional 'events' argument to selnotify() call. It will
indicate which event (POLL_IN, POLL_OUT, etc) happen. If unknown,
zero may be used.

Note: please pass appropriate value of 'events' where possible.
Proposed on: <tech-kern>
 1.8  04-Mar-2007  christos branches: 1.8.20; 1.8.36; 1.8.40;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
 1.7  11-Dec-2005  christos branches: 1.7.26;
merge ktrace-lwp.
 1.6  07-Aug-2003  agc branches: 1.6.16;
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.
 1.5  23-Oct-2002  jdolecek branches: 1.5.6;
merge kqueue branch into -current

kqueue provides a stateful and efficient event notification framework
currently supported events include socket, file, directory, fifo,
pipe, tty and device changes, and monitoring of processes and signals

kqueue is supported by all writable filesystems in NetBSD tree
(with exception of Coda) and all device drivers supporting poll(2)

based on work done by Jonathan Lemon for FreeBSD
initial NetBSD port done by Luke Mewburn and Jason Thorpe
 1.4  26-Jan-2002  aymeric - ANSIfy
- remove some trailing spaces/tabs
- minor style nits
 1.3  11-Oct-1996  mhitch branches: 1.3.42; 1.3.46;
Changes for poll(2).
 1.2  26-Oct-1994  cgd new RCS ID format.
 1.1  26-Jan-1994  mw Integrate recent changes done to the amiga branch. Includes support
for the '40.
Support for more scsi controllers (zeus, magnum)
Support for more tapes (in st.c)
New custom chip console code integrated.
 1.3.46.2  11-Nov-2002  nathanw Catch up to -current
 1.3.46.1  28-Feb-2002  nathanw Catch up to -current.
 1.3.42.2  11-Feb-2002  jdolecek Sync w/ -current.
 1.3.42.1  09-Sep-2001  thorpej Add kqueue support (not yet compiled).
 1.5.6.4  21-Nov-2004  skrll Adapt to branch.
 1.5.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.5.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.5.6.1  03-Aug-2004  skrll Sync with HEAD
 1.6.16.3  17-Mar-2008  yamt sync with head.
 1.6.16.2  03-Sep-2007  yamt sync with head.
 1.6.16.1  21-Jun-2006  yamt sync with head.
 1.7.26.1  12-Mar-2007  rmind Sync with HEAD.
 1.8.40.1  03-Apr-2008  mjf Sync with HEAD.
 1.8.36.1  24-Mar-2008  keiichi sync with head.
 1.8.20.1  23-Mar-2008  matt sync with HEAD

RSS XML Feed