summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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-141-14/+13
* 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
* Regenerate (added poll etc)peter1997-09-142-6/+6
* Activate poll(2) syscallpeter1997-09-141-3/+5
* Implement SA_NOCLDWAIT.joerg1997-09-132-3/+32
* print correct function name in a panic (vop_nolock -> vop_sharedlock)peter1997-09-132-4/+4
* 3 lines of code and updates to a number of comments.phk1997-09-103-17/+40
* The patch is needed in order to not throw away unmodifiedphk1997-09-101-4/+7
* General cleanup of the lock pushdown code. They are grouped and enabledfsmp1997-09-071-9/+13
* Some staticized variables were still declared to be extern.bde1997-09-071-3/+3
* Removed trailing semicolons from the definitions of the sysctlbde1997-09-072-4/+4
* Removed yet more vestiges of config-time swap configuration and/orbde1997-09-072-6/+4
* Removed vestiges of config-time "argument processing" configuration.bde1997-09-072-4/+4
* Some staticized variables were still declared to be extern.bde1997-09-073-6/+6
* Cosmetic adjustment for the trap/double fault/panic cpu id listing.peter1997-09-052-10/+14
* sonewconn no longer passes curproc to the protocol attach methodtegge1997-09-042-4/+4
* Revert to the previous hashing, double the hashtable size instead.phk1997-09-041-4/+7
* Hmm, this is hopefully better.phk1997-09-032-14/+6
* Use 2^N hash sizes rather than primesize, this replaces a divisionphk1997-09-031-12/+10
* Revert the v_usecount handling in relation to VOP_INACTIVE.phk1997-09-032-14/+4
* Removed unused #includes.bde1997-09-0239-178/+39
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-1/+2
* Cleanup.fsmp1997-09-011-8/+10
* Move closer to supporting VM86 under SMP.bde1997-09-011-1/+9
* Fixed options SHOW_BUSYBUFS and PANIC_REBOOT_WAIT_TIME which were brokenbde1997-08-311-1/+3
* Change the 0xdeadb hack to a flag called VDOOMED.phk1997-08-313-117/+140
* Debug version of simple_lock. This will store the CPU id of thefsmp1997-08-311-20/+11
* Another round of lock pushdown.fsmp1997-08-301-3/+19
* Move MACHINE_ARCH definition from <machine/param.h> to <machine/cpu.h>.kato1997-08-301-1/+3
* Added a sysctl arg, hw.machine_arch. The hw.machine_arch is "ibm-pc"kato1997-08-291-1/+5
* Remove the vm86 support as an LKM, and link it directly into the kerneljlemon1997-08-281-4/+5
* Correct some things I forgot about until it was too late with smp_active.peter1997-08-262-9/+11
* Clean up the SMP AP bootstrap and eliminate the wretched idle procs.peter1997-08-264-376/+147
* Restored rev.1.92 which was clobbered by the previous commit.bde1997-08-262-2/+6
* Uncut&paste cache_lookup().phk1997-08-261-1/+84
* Back out some incorrect changes that was worse than the original bug.dyson1997-08-263-47/+37
* Don't return EINVAL for negative timespecs in the nanosleep functions.bde1997-08-261-12/+9
* Finished staticizing.bde1997-08-261-3/+5
* Fixed some formatting and style bugs.bde1997-08-261-7/+5
* Print more info in the "calcru: negative time" message.bde1997-08-261-2/+3
* Fixed some gratuitous ANSIisms.bde1997-08-263-14/+21
OpenPOWER on IntegriCloud