summaryrefslogtreecommitdiff
path: root/sys/amd64/ia32
Commit message (Expand)AuthorAgeFilesLines
* Remove sched_free_thread() which was only usedJulian Elischer2004-08-311-3/+0
* Don't repeat the definition of IDTVEC(). It is in asmacros.h.Bruce Evans2004-05-241-3/+0
* Added profiling support for Xint0x80_syscall.Bruce Evans2004-05-231-0/+2
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-051-4/+0
* Catch up with some proc/procsig locking improvements that were made to thePeter Wemm2004-02-211-6/+2
* Make sigaltstack as per-threaded, because per-process sigaltstack stateDavid Xu2004-01-031-12/+12
* Catch up with the procsig locking changes elsewhere. We were doingPeter Wemm2003-12-031-0/+6
* Initial landing of SMP support for FreeBSD/amd64.Peter Wemm2003-11-171-3/+1
* Stop pretending to support kernel profiling. The FAKE_MCOUNT() etcPeter Wemm2003-11-131-2/+0
* Move a MD 32 bit binary support routine into the MD areas. exec_setregsPeter Wemm2003-11-081-0/+41
* The great s/npx/fpu/giPeter Wemm2003-11-081-5/+5
* MFi386 by jhb: use symbolic constants for the IDT entries.Peter Wemm2003-09-221-2/+2
* Switch to using the emulator in the common compat area.Peter Wemm2003-08-2315-4269/+15
* Initial sweep at dividing up the generic 32bit-on-64bit kernel supportPeter Wemm2003-08-221-0/+1
* RegenPeter Wemm2003-08-214-14/+14
* This is too funny for words. Swap syscalls 416 and 417 around. It worksPeter Wemm2003-08-211-2/+2
* Use __FBSDID().David E. O'Brien2003-07-255-9/+14
* Regenerate.Peter Wemm2003-05-311-0/+447
* Make this compile with WITNESS enabled. It wants the syscall names.Peter Wemm2003-05-313-3/+5
* Deal with the user VM space expanding. 32 bit applications do not likePeter Wemm2003-05-233-8/+8
* Collect the nastiness for preserving the kernel MSR_GSBASE around thePeter Wemm2003-05-151-8/+1
* RegenPeter Wemm2003-05-143-18/+43
* Add BASIC i386 binary support for the amd64 kernel. This is largelyPeter Wemm2003-05-1410-163/+1374
* Regen.John Baldwin2003-04-253-34/+3
* Oops, the thr_* and jail_attach() syscall entries should be NOPROTO ratherJohn Baldwin2003-04-251-7/+7
* Regen.John Baldwin2003-04-243-4/+58
* Fix the thr_create() entry by adding a trailing \. Also, sync up theJohn Baldwin2003-04-241-4/+4
* - Replace inline implementations of sigprocmask() with calls toJohn Baldwin2003-04-221-66/+33
* o In struct prison, add an allprison linked list of prisons (protectedMike Barcroft2003-04-091-0/+1
* - Add thr and umtx system calls.Jeff Roberson2003-04-011-0/+8
* - Add a placeholder for sigwaitJeff Roberson2003-03-311-0/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-5/+5
* Remove #include <sys/dkstat.h>Poul-Henning Kamp2003-02-161-1/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-5/+5
* Synchronize to kern/syscalls.master:1.139.Robert Watson2002-12-291-0/+4
* Regen: swapoffMarcel Moolenaar2002-12-163-4/+5
* Change swapoff from MNOPROTO to UNIMPL. The former doesn't work.Marcel Moolenaar2002-12-161-1/+1
* This is David Schultz's swapoff code which I am finally able to commit.Matthew Dillon2002-12-151-0/+1
* SCARGS removal take II.Alfred Perlstein2002-12-142-133/+128
* Backout removal SCARGS, the code freeze is only "selectively" over.Alfred Perlstein2002-12-132-128/+133
* Remove SCARGS.Alfred Perlstein2002-12-132-133/+128
* Regenerate after adding syscalls.Daniel Eischen2002-11-163-4/+13
* Add *context() syscalls to ia64 32-bit compatability table as requestedDaniel Eischen2002-11-161-0/+3
* Sync to src/sys/kern/syscalls.masterRobert Watson2002-11-021-1/+1
* Stake a claim on 418 (__xstat), 419 (__xfstat), 420 (__xlstat)Peter Wemm2002-10-191-0/+3
* Grab 416/417 real estate before I get burned while testing again.Peter Wemm2002-10-191-0/+2
* Add a placeholder for the execve_mac() system call, similar to SELinux'sRobert Watson2002-10-191-0/+1
* re-regen. Sigh.Peter Wemm2002-10-093-7/+7
* Sigh. Fix fat-fingering of diff. I knew this was going to happen.Peter Wemm2002-10-091-1/+1
* regenerate. sendfile stuff and other recently picked up stubs.Peter Wemm2002-10-093-12/+54