aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/notify.c
Commit message (Collapse)AuthorAgeFilesLines
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-6/+5
| | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
* lib9: turn certain signals off by defaultRuss Cox2008-07-121-5/+6
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-1/+1
|
* OS X Tiger changesrsc2005-05-071-0/+2
|
* try leaving TTIN, TTOU alonersc2005-03-181-2/+2
|
* play nicer with others w.r.t. signal masksrsc2005-02-081-43/+37
|
* update return interfacersc2005-01-161-16/+25
|
* as wkj pointed out, notifyseton should not call notesetenablersc2004-12-271-2/+0
|
* cleanups - lots of removed files now in thread library.rsc2004-12-261-14/+15
| | | | | qlock.c - stubs to thread library notify.c - clean interface slightly.
* clean up signal handlingrsc2004-10-231-89/+194
|
* try to avoid calling notify on the "dumb" signalsrsc2004-10-221-52/+91
|
* Get rid of 9proc.rsc2004-09-231-22/+36
|
* various bug fixes and paranoiarsc2004-05-231-0/+1
|
* Fix small bugs.rsc2004-05-111-2/+13
|
* No more malloc or lock inside signal handlers.rsc2004-04-211-2/+3
|
* Sometimes it's amazing these haven't been turnedrsc2004-03-261-1/+1
| | | | up by other compilers.
* Today's changes.rsc2004-03-251-2/+1
| | | | More changes.
* Tweaks to various bits.rsc2003-12-171-24/+33
| | | | | Until I hear otherwise, Refs aren't used enough to merit their own assembly. They are now implemented with locks.
* Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc2003-12-111-1/+1
| | | | with them.
* Various fixes.rsc2003-12-031-5/+6
| | | | | | | | | | | B - fixed usage, DISPLAY :0 vs :0.0 9term - fixed various terminal things rc - notice traps in Read _p9dir - only run disk code for disks dirread - getdirentries on FreeBSD and Linux are different w.r.t. meaning of off. notify - set up so signals interrupt system calls bprint - use bfmt.
* Tweaks to build properly on Linux.rsc2003-11-241-0/+5
|
* Various additions and fixes.rsc2003-11-231-0/+83