aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Remove stale comment.Konstantin Belousov2010-10-141-5/+0
* Add macro DECLARE_MODULE_TIED to denote a module as requiring theKonstantin Belousov2010-10-121-1/+1
* Simplify timeout check in futex_wait() using itimerfix() and return errorJung-uk Kim2010-10-061-22/+10
* Fix a comparision of an uninitialised pointer.Alexander Leidinger2010-10-061-1/+1
* Use the printf-like capability from kproc_create().Andrew Thompson2010-10-051-8/+3
* Prefer pmap_unmapbios() over pmap_unmapdev(). The binary does not changeJung-uk Kim2010-10-051-1/+1
* In linprocfs_doargv():Konstantin Belousov2010-09-281-97/+117
* Implement proc/$$/environment.Dag-Erling Smørgrav2010-09-161-2/+110
* Replace sbuf_overflowed() with sbuf_error(), which returns any errorMatthew D Fleming2010-09-101-2/+2
* Add x86bios_set_intr() to set interrupt vectors for real mode and simplifyJung-uk Kim2010-08-252-3/+15
* Check opcode for short jump as well. Some option ROMs do short jumpsJung-uk Kim2010-08-251-1/+2
* Supply some useful information to the started image using ELF aux vectors.Konstantin Belousov2010-08-171-3/+26
* Place spinlock_enter() and spinlock_exit() just around X86EMU calls.Jung-uk Kim2010-08-101-4/+4
* Tidy up locking and memory allocation for the real mode emulator wrapper.Jung-uk Kim2010-08-101-36/+26
* Tidy up printf() calls for debugging.Jung-uk Kim2010-08-091-46/+30
* Initialize a variable just before its use.Jung-uk Kim2010-08-091-1/+1
* Reduce diffs between VM86 and X86EMU wrappers for x86bios_alloc() andJung-uk Kim2010-08-091-23/+29
* Prefer struct sysentvec sv_psstrings to hardcoding FREEBSD32_PS_STRINGSKonstantin Belousov2010-08-071-1/+2
* Add compat32 definition for (old) struct ostat.Konstantin Belousov2010-08-071-0/+18
* Do not block any I/O port on amd64.Jung-uk Kim2010-08-071-4/+8
* Optimize interrupt vector lookup. There is no need to check the page table.Jung-uk Kim2010-08-071-1/+1
* Consistently use architecture specific macros.Jung-uk Kim2010-08-061-3/+3
* Fix allocation of multiple pages, which forgot to increase page number.Jung-uk Kim2010-08-061-1/+5
* Re-add flag register for output. Some BIOS calls actually use it to returnJung-uk Kim2010-08-051-0/+1
* Do not copy stack pointer and flags. These registers are unconditionallyJung-uk Kim2010-08-051-6/+0
* Implement a simple native VM86 backend for X86BIOS. Now i386 uses nativeJung-uk Kim2010-08-052-76/+266
* Copy inode birthtime to the struct stat32.Konstantin Belousov2010-08-041-0/+1
* Fix style.Konstantin Belousov2010-08-041-1/+2
* When compat32 recvmsg(2) does not need to copy out control messages, setKonstantin Belousov2010-08-031-0/+2
* Introduce exec_alloc_args(). The objective being to encapsulate theAlan Cox2010-07-271-9/+7
* Revert r210451, and the similar part of the r210431. The forward-declarationKonstantin Belousov2010-07-261-1/+1
* Change the order in which the file name, arguments, environment, andAlan Cox2010-07-251-5/+6
* Remove the linux_exec_copyin_args(), freebsd32_exec_copyin_args() mayKonstantin Belousov2010-07-232-1/+5
* Eliminate a little bit of duplicated code.Alan Cox2010-07-231-3/+1
* Remove proc locking, it's not needed after r210132.Edward Tomasz Napierala2010-07-171-5/+1
* Make svr4(4) version of poll(2) use the same limit of file descriptors as theEdward Tomasz Napierala2010-07-151-4/+1
* Constify source argument for siginfo_to_siginfo32().Konstantin Belousov2010-07-042-2/+2
* Tweak the in-kernel API for sending signals to threads:John Baldwin2010-06-291-2/+2
* RegenerateKonstantin Belousov2010-06-288-788/+788
* Count number of threads that enter and leave dynamically registeredKonstantin Belousov2010-06-281-10/+10
* Let x86bios_alloc() pass contigmalloc(9) flags. Use it to set M_WAITOKJung-uk Kim2010-06-232-3/+3
* ANSIfy prototypes in subr_usbd.c.Ed Schouten2010-06-121-72/+29
* Update several places that iterate over CPUs to use CPU_FOREACH().John Baldwin2010-06-111-3/+1
* Bring USB fixes for linux(4).Wojciech A. Koszek2010-05-242-14/+147
* Reorganize syscall entry and leave handling.Konstantin Belousov2010-05-233-2/+14
* - #ifdef out the cliplist part, skype seems like using an uninitializedAlexander Leidinger2010-05-031-7/+24
* Reduce MD code further. At least, it compiles on ia64 now (but it is notJung-uk Kim2010-05-011-36/+78
* Do not initialize mutex and return error if it cannot map memory.Jung-uk Kim2010-05-011-13/+13
* Provide compat32 shims for kinfo_proc sysctl. This allows 32bit ps(1) toKonstantin Belousov2010-04-211-0/+82
* Extract the code to copy-out struct rusage32 from struct rusageKonstantin Belousov2010-04-212-33/+28