summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Update NOTES wrt hint for fxp.mjacob2001-02-271-0/+2
* Add and document the LINPROCFS option, so that we can build linprocfspeter2001-02-271-0/+3
* "Document" the COMPAT_LINUX and IBCS2 ABI emulation support togetherpeter2001-02-271-7/+18
* Make the kernel actually compile and link under a.out, usingpeter2001-02-252-0/+14
* Always use the ELF naming after the demise of asnames.h.peter2001-02-251-5/+0
* Remove the leading underscore from all symbols defined in x86 asmjake2001-02-2522-734/+409
* Drop the 'count' from the aha device specspeter2001-02-253-3/+3
* - Rename the lcall system call handler from Xsyscall to Xlcall_syscalljake2001-02-255-33/+18
* MFS: bring the consistent `compat_3_brand' support into -CURRENTobrien2001-02-241-0/+2
* Add back in INVARIANT_SUPPORT and expand the comments in NOTES about itjhb2001-02-241-0/+13
* Introduce API for sequential reads/writes (build/dissect) of mbuf chains.bp2001-02-241-0/+3
* Activate USER_LDT by default. The new thread libraries are going topeter2001-02-2315-62/+10
* Remove undefined and unreferenced doreti_syscall_ret globl. While I'mjhb2001-02-231-3/+1
* The p_md.md_regs member of proc is used in signal handling to referencejhb2001-02-221-0/+1
* - Change ast() to take a pointer to a trapframe like other architectures.jhb2001-02-222-7/+9
* - Use TRAPF_PC() on the alpha to acess the PC in the trap frame.jhb2001-02-221-3/+2
* GC unused and now obsolete assertion macros.jhb2001-02-221-8/+0
* Now that zerror() and SPLASSERT() have been laid to rest, INVARIANT_SUPPORTjhb2001-02-221-10/+0
* - Add a new ithread_schedule() function to do the bulk of the work ofjhb2001-02-201-52/+7
* - Don't call clear_resched() in userret(), instead, clear the resched flagjhb2001-02-206-32/+0
* Removed all traces of T_ASTFLT (except for gaps where it was). It becamebde2001-02-193-3/+1
* Changed the aston() family to operate on a specified process instead ofbde2001-02-192-3/+3
* Fixed style bugs in clock.c rev.1.164 and cpu.h rev.1.52-1.53 -- declarebde2001-02-193-16/+3
* Allow the superuser to prefent all interrupt harvesting onmarkm2001-02-181-1/+1
* Preceed/preceeding are not english words. Use precede or preceding.asmodai2001-02-181-2/+2
* Fixed disordering in previous commit. "Fixed" a null comment in previousbde2001-02-171-1/+1
* Allow debugging output to be controlled on a per-syscall granularity.jlemon2001-02-163-45/+67
* Re-gen auto generated files.jlemon2001-02-163-11/+22
* Remove dummy stub functions.jlemon2001-02-161-3/+0
* Add mount syscall to linux emulation. Also improve emulation of reboot.jlemon2001-02-162-4/+15
* Extend kqueue down to the device layer.jlemon2001-02-157-14/+21
* Correct 2nd argument of getnameinfo(3) to socklen_t.ume2001-02-151-0/+1
* Implement a unified run queue and adjust priority levels accordingly.jake2001-02-123-22/+5
* RIP <machine/lock.h>.markm2001-02-1110-103/+79
* Clear the reschedule flag after finding it set in userret(). Thisjake2001-02-101-0/+1
* Re-enable preemption on interrupts. My last commit accidentally revertedjhb2001-02-101-1/+8
* - Make astpending and need_resched process attributes rather than CPUjhb2001-02-1011-83/+47
* Add a macro mtx_intr_enable() to alter a spin lock such that interruptsjhb2001-02-101-0/+1
* Revert the spin mutex for the cy(4) driver.jhb2001-02-091-69/+152
* Catch up to the new swi API.jhb2001-02-091-7/+6
* - Use a spin mutex instead of COM_LOCK, since COM_LOCK is going away.jhb2001-02-091-165/+83
* Catch up to changes to inthand_add().jhb2001-02-092-16/+16
* Use the MI ithread helper functions in the x86 interrupt code.jhb2001-02-096-443/+201
* - Catch up to the new swi API changes:jhb2001-02-091-1/+1
* Move the initailization of the proc lock for proc0 very early into the MDjhb2001-02-091-0/+1
* Woops, remove an obsolete reference to gd_cpu_lockid.jhb2001-02-093-3/+0
* Remove unused forward_irq counters.jhb2001-02-092-18/+0
* Axe gd_cpu_lockid as it is no longer used.jhb2001-02-092-2/+0
* Change and clean the mutex lock interface.bmilekic2001-02-0920-196/+239
* Free the memory we get from devclass_get_devices and device_get_children.msmith2001-02-082-6/+16
OpenPOWER on IntegriCloud