New NOTIFY system call! Queued at kernel. Duplicate messages (with same source

and type) are overwritten with newer flags/ arguments. The interface from
within the kernel is lock_notify(). User processes can make a system call with
notify(). NOTIFY fully replaces the old notification mechanism.
This commit is contained in:
Jorrit Herder
2005-05-24 10:06:17 +00:00
parent 80e38daead
commit ccd17ecfed
22 changed files with 304 additions and 377 deletions

View File

@@ -28,7 +28,7 @@ $(ROOTOBJ):
rm a.out
clean:
@rm -f *.o *.s *.bak test? test?? t10a t11a t11b DIR*
rm -rf *.o *.s *.bak test? test?? t10a t11a t11b DIR*
test1: test1.c
test2: test2.c