History log of /src/sys/arch/x68k/dev/event_var.h |
Revision | | Date | Author | Comments |
1.10 |
| 21-Mar-2014 |
tsutsui | Replace tsleep(9)/wakeup(9) with condvar(9) as practice.
Also replace malloc(9) with kmem_alloc(9). Pevent more possible races.
Tested on both console and Xserver on X68030.
|
1.9 |
| 15-Aug-2012 |
tsutsui | branches: 1.9.2; 1.9.4; Make sure to take proc_lock mutex on calling psignal(9) in EV_WAKEUP() macro as sys/dev/sun/event_var.h does. Fixes immediate KASSERT(mutex_owned(proc_lock)) panic during running Xserver on DIAGNOSTIC kernel.
Should be pulled up to netbsd-6.
|
1.8 |
| 01-Mar-2008 |
rmind | branches: 1.8.38; 1.8.44; 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.7 |
| 04-Mar-2007 |
christos | branches: 1.7.20; 1.7.36; 1.7.40; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
|
1.6 |
| 11-Dec-2005 |
christos | branches: 1.6.26; merge ktrace-lwp.
|
1.5 |
| 18-Jan-2005 |
chs | branches: 1.5.8; de-__P, remove register, ansify.
|
1.4 |
| 07-Aug-2003 |
agc | branches: 1.4.8; Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
|
1.3 |
| 23-Oct-2002 |
jdolecek | branches: 1.3.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.2 |
| 10-Oct-1997 |
oki | branches: 1.2.32; 1.2.36; Add missing prototype.
|
1.1 |
| 05-May-1996 |
oki | branches: 1.1.1; Initial revision
|
1.1.1.1 |
| 05-May-1996 |
oki | branches: 1.1.1.1.12; NetBSD/x68k, by Masaru Oki.
|
1.1.1.1.12.1 |
| 14-Oct-1997 |
thorpej | Update marc-pcmcia branch from trunk.
|
1.2.36.1 |
| 11-Nov-2002 |
nathanw | Catch up to -current
|
1.2.32.1 |
| 09-Sep-2001 |
thorpej | Add kqueue support (not yet compiled).
|
1.3.6.5 |
| 04-Feb-2005 |
skrll | Adapt to branch.
|
1.3.6.4 |
| 24-Jan-2005 |
skrll | Sync with HEAD.
|
1.3.6.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.3.6.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.3.6.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.4.8.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.5.8.3 |
| 17-Mar-2008 |
yamt | sync with head.
|
1.5.8.2 |
| 03-Sep-2007 |
yamt | sync with head.
|
1.5.8.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.6.26.1 |
| 12-Mar-2007 |
rmind | Sync with HEAD.
|
1.7.40.1 |
| 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.7.36.1 |
| 24-Mar-2008 |
keiichi | sync with head.
|
1.7.20.1 |
| 23-Mar-2008 |
matt | sync with HEAD
|
1.8.44.1 |
| 16-Aug-2012 |
riz | Pull up following revision(s) (requested by tsutsui in ticket #504): sys/arch/x68k/dev/event_var.h: revision 1.9 Make sure to take proc_lock mutex on calling psignal(9) in EV_WAKEUP() macro as sys/dev/sun/event_var.h does. Fixes immediate KASSERT(mutex_owned(proc_lock)) panic during running Xserver on DIAGNOSTIC kernel. Should be pulled up to netbsd-6.
|
1.8.38.2 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.8.38.1 |
| 30-Oct-2012 |
yamt | sync with head
|
1.9.4.1 |
| 18-May-2014 |
rmind | sync with head
|
1.9.2.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|