aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/notify.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-6/+5
2008-07-12lib9: turn certain signals off by defaultRuss Cox1-5/+6
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-1/+1
2005-05-07OS X Tiger changesrsc1-0/+2
2005-03-18try leaving TTIN, TTOU alonersc1-2/+2
2005-02-08play nicer with others w.r.t. signal masksrsc1-43/+37
2005-01-16update return interfacersc1-16/+25
2004-12-27as wkj pointed out, notifyseton should not call notesetenablersc1-2/+0
2004-12-26cleanups - lots of removed files now in thread library.rsc1-14/+15
2004-10-23clean up signal handlingrsc1-89/+194
2004-10-22try to avoid calling notify on the "dumb" signalsrsc1-52/+91
2004-09-23Get rid of 9proc.rsc1-22/+36
2004-05-23various bug fixes and paranoiarsc1-0/+1
2004-05-11Fix small bugs.rsc1-2/+13
2004-04-21No more malloc or lock inside signal handlers.rsc1-2/+3
2004-03-26Sometimes it's amazing these haven't been turnedrsc1-1/+1
2004-03-25Today's changes.rsc1-2/+1
2003-12-17Tweaks to various bits.rsc1-24/+33
2003-12-11Add support for user-level 9P servers/clients and various bug fixes to go wit...rsc1-1/+1
2003-12-03Various fixes.rsc1-5/+6
2003-11-24Tweaks to build properly on Linux.rsc1-0/+5
2003-11-23Various additions and fixes.rsc1-0/+83