summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Update select -> poll in drivers.peter1997-09-1445-257/+260
* Update select -> poll.peter1997-09-147-150/+86
* Update network code to use poll support.peter1997-09-1411-21/+21
* Update select -> pollpeter1997-09-141-20/+20
* select -> pollpeter1997-09-141-47/+15
* select -> pollpeter1997-09-142-38/+36
* Convert select -> poll.peter1997-09-1431-261/+337
* Various select -> poll changespeter1997-09-145-13/+14
* vn_select -> vn_pollpeter1997-09-141-8/+9
* Zap nxselect and noselect.peter1997-09-141-25/+1
* Provide a 'return true' poll vnode op rather than duplicating thepeter1997-09-142-2/+42
* Extend select hook to support pollpeter1997-09-141-16/+16
* Implement the poll backend for the pipe file type.peter1997-09-141-39/+38
* Convert select handler to poll stylepeter1997-09-142-28/+26
* Extend to use poll backend. If memory serves correctly, most of this waspeter1997-09-143-75/+73
* Change VOP_SELECT to VOP_POLLpeter1997-09-141-7/+4
* Extend select backend for sockets to work with a poll interface (morepeter1997-09-141-26/+24
* Implement poll(2). This is mostly taken from the NetBSD implementationpeter1997-09-141-6/+158
* Update interfaces for poll()peter1997-09-147-24/+23
* Regenerate (added poll etc)peter1997-09-145-9/+25
* Activate poll(2) syscallpeter1997-09-141-3/+5
* Add sys/poll.hpeter1997-09-141-0/+83
* Synchronize with sys/i386/isa/wd.c revision 1.138.kato1997-09-141-4/+4
* Implement SA_NOCLDWAIT.joerg1997-09-135-6/+40
* Revert the logic behind my last change, and use a function calledjoerg1997-09-136-23/+23
* Patch up some more undefined symbols when compiling under ELF.peter1997-09-131-1/+7
* Some mbuf -> sockaddr changes seem to have been missed here.peter1997-09-131-7/+7
* Fix a warning.peter1997-09-132-4/+4
* Print correct function name in panicspeter1997-09-131-4/+4
* print correct function name in a panic (vop_nolock -> vop_sharedlock)peter1997-09-132-4/+4
* Do not consider VM_PROT_OVERRIDE_WRITE to be part of the protectionjlemon1997-09-121-2/+3
* Support Intel EtherExpress Pro 10+msmith1997-09-122-8/+20
* malloc() the rx and tx descriptors seperately rather than as part of thepeter1997-09-114-4/+34
* Don't repeat checks done at general level.phk1997-09-102-16/+6
* Treat "reservation conflict" status similar to "busy".se1997-09-101-4/+6
* Remove a couple of stubborn NetBSD #if's.phk1997-09-104-30/+4
* 3 lines of code and updates to a number of comments.phk1997-09-104-18/+51
* The patch is needed in order to not throw away unmodifiedphk1997-09-101-4/+7
* unifdef -U__NetBSD__ -D__FreeBSD__phk1997-09-1018-154/+18
* Update the comment and remove checks now done centrally.phk1997-09-101-16/+16
* Fix a type in a comment and remove some checks now done centrally.phk1997-09-102-20/+4
* This stuff is now done centrally.phk1997-09-102-30/+2
* Remove some stuff from lookup which is now handled centrally.phk1997-09-102-22/+0
* Synchronize with sys/i386/isa/wd.c revision 1.137.kato1997-09-101-3/+7
* Do not ever try to coredump adapter memory regions.joerg1997-09-106-10/+76
* Synchronize with sys/i386/isa/if_ed.c revision 1.121.kato1997-09-101-2/+2
* Synchronize with sys/i386/i386/userconfig.c revision 1.92.kato1997-09-101-17/+204
* Synchronize with sys/i386/conf/files.i386 revision 1.175.kato1997-09-102-4/+6
* Add example for IPFIREWALL_DEFAULT_TO_ACCEPTpeter1997-09-101-1/+4
* Allow a compile-time override of the ipfw deny rule. For a 'firewall'peter1997-09-105-12/+45
OpenPOWER on IntegriCloud