summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux
Commit message (Expand)AuthorAgeFilesLines
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-292-6/+6
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-132-8/+6
* o Merge contents of struct pcred into struct ucred. Specifically, add therwatson2001-05-251-4/+4
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-0/+1
* Preserve the state of the %gs register when setting up the signaldeischen2001-05-121-2/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-013-9/+14
* Regen after adding linux_sched_get_priority_max() andalc2001-04-013-7/+15
* Add linux_sched_get_priority_max() and linux_sched_get_priority_min(): Thealc2001-04-011-2/+2
* rfork() masks RFSTOPPED out of the flags it passes to fork1(), so we havedes2001-03-111-7/+3
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-2/+4
* Create clone'd linux processes as stopped processes at first and don'tjhb2001-03-061-1/+9
* Linux does not filesystem-sync file-backed writable mmap pages ondillon2001-02-281-0/+2
* Remove the leading underscore from all symbols defined in x86 asmjake2001-02-252-9/+9
* MFS: bring the consistent `compat_3_brand' support into -CURRENTobrien2001-02-241-0/+2
* 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
* Proc locking.jhb2001-01-242-0/+17
* - Proc locking.jhb2001-01-241-1/+6
* The Linuxulator needs sysvipc to work.des2001-01-141-0/+3
* Remove after repo-copy to sys/compat/linprocfs.des2000-12-125-2290/+0
* Add proc/<pid>/cmdline.des2000-12-093-1/+9
* Add a dependency on procfs.des2000-12-091-0/+1
* A bunch of fixes that have been rotting in my tree for a month or twodes2000-12-091-71/+91
* Protect access to p_stat with sched_lock.jhb2000-12-011-0/+2
* Don't use p->p_sigstk.ss_flags to keep state of whether themarcel2000-11-303-20/+12
* Add bogomips to cpuinfo (set it equal to the CPU frequency, which is bogusdes2000-11-271-7/+10
* Correct a misnamed argument hidden behind a #ifdef DEBUGjlemon2000-11-251-1/+1
* o Change the argument of linux_sigreturn to be a pointer to amarcel2000-11-236-77/+72
* Change the argument of linux_sigreturn to be a pointer to amarcel2000-11-231-1/+1
* Don't unregister the ioctl handlers before we verified wemarcel2000-11-231-11/+14
* remove redundant declaration of bsd_to_linux_sigset()gallatin2000-11-161-1/+0
* fix glaring bugs in rt signals -- copyout the right signal mask ingallatin2000-11-161-2/+3
* Make linux_sendsig and linux_sigreturn use all 64 bits of agallatin2000-11-132-5/+56
* Revert auto-generation. The Alpha port is broken.marcel2000-11-109-6/+1125
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackmarcel2000-11-092-9/+6
* Sync with Alpha:marcel2000-11-099-1128/+8
* Check that p->p_pptr is not NULL - kernel processes have no parents!des2000-11-061-2/+2
* Make the target a little bit more generic.obrien2000-11-011-1/+3
* fix the sigaltstack hack by lowering the stack size to the original valuegallatin2000-10-311-0/+2
* Remove unneeded <stddef.h> #includes.phk2000-10-291-2/+0
* Bring cpuinfo closer to what it looks like in Linux 2.2.des2000-10-251-11/+47
* Add /proc/<pid>/status and /proc/<pid>/stat (the latter being mostlydes2000-10-254-5/+195
* Some linux apps, such as IBM's JDK 1.3, will attempt to mmap threadgallatin2000-10-171-0/+28
* regen after addition of linux_rt_sigreturngallatin2000-10-173-5/+5
* A start at an implemention of linux_rt_sendsig & linux_rt_sigreturngallatin2000-10-176-4/+360
* This is the first of 3 commits that will get IBM's JDK 1.3 workinggallatin2000-10-132-10/+47
* Mark directories as directories, not as regular files.des2000-10-101-1/+1
* Fix cut'n'paste bogon.des2000-09-181-1/+1
OpenPOWER on IntegriCloud