summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused variables.des2000-09-091-1/+0
* Add stat, uptime and version.des2000-09-094-22/+151
* Pierre Beyssac originally derived linprocfs from procfs, and I've made (anddes2000-09-075-0/+10
* When sigaltstack is called with a stack size that's not smallermarcel2000-09-062-1/+5
* Remove obsolete comment (see rev 1.84 of procfs_vnops.c)des2000-09-041-8/+0
* o Synchronize linprocfs authorization with procfs authorization improvementsrwatson2000-09-011-38/+29
* o Update linprocfs to include similar changes as those in procfs, fixingrwatson2000-08-301-8/+9
* Fix typo in license.marcel2000-08-251-1/+1
* Finish the Linuxulator MD/MI split.marcel2000-08-2212-7168/+0
* Update include directives for Linuxulator headers after themarcel2000-08-221-1/+1
* Collect the MD syscalls from /sys/compat/linux here. Since thismarcel2000-08-221-0/+634
* Fixed null pointer panic for accessing "meminfo" when there is no swap.bde2000-08-121-2/+7
* Regen. (Fix SYS_exit)peter2000-07-293-5/+5
* Sigh. Fix SYS_exit problems. I misunderstood the significance of thesepeter2000-07-291-1/+1
* Regenerate with makesyscalls.shpeter2000-07-293-5/+5
* Change the 'exit()' system call to 'sys_exit()'. This avoids overlappingpeter2000-07-291-1/+1
* Remove the only use of SCARG and perform dead code elimination.marcel2000-07-272-7/+2
* Add bounds checking to stackgap_alloc. Previously it was possiblemarcel2000-07-233-11/+14
* Revert implementation of setfsuid and setfsgid due to securitymarcel2000-07-202-20/+2
* Implement pread and pwrite.marcel2000-07-175-9/+41
OpenPOWER on IntegriCloud