summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fixed staticization. buckets[] was staticized but was still declaredbde1997-09-161-6/+17
* Fixed gratuitous ANSIisms.bde1997-09-168-29/+60
* Reject attempts to set an in-core label which says that the "disk"bde1997-09-161-4/+10
* Don't leak memory, from sef.phk1997-09-162-22/+54
* Solve race-condition, return path in normal order.phk1997-09-152-52/+58
* Deal more correctly with mountpoints.phk1997-09-152-6/+10
* Regenerate _after_ the commit to syscalls.masterpeter1997-09-152-2/+2
* Add a __getcwd() syscall. This is intentionally undocumented, but allphk1997-09-145-3/+104
* Update select -> poll in drivers.peter1997-09-142-19/+20
* 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
OpenPOWER on IntegriCloud