summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Add PECOFF (WIN32 Execution file format) support.takawata2000-12-202-0/+783
* translate the flags in recvfrom and recvmsg from linux to bsd onesassar2000-12-192-2/+121
* Lock access to proc members.jhb2000-12-154-18/+51
* Use kinfo_proc instead of eproc (which Kirk deep-sixed earlier this week)des2000-12-132-216/+260
* Add dependency on linux, which is needed for proc/version.des2000-12-131-0/+1
* Lock the allproc list.jake2000-12-131-1/+4
* - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), insteadjake2000-12-131-3/+8
* Point #includes at compat/linprocfs instead of i386/linux/linprocfs.des2000-12-125-5/+5
* 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-092-142/+182
* Remove call to bzero after MALLOC and instead add M_ZEROmarcel2000-12-051-2/+1
* Include machine/cpu.h for cpu_getstack().marcel2000-12-031-0/+2
* Don't auto-generate the syscalls.marcel2000-12-037-28/+0
* Protect access to p_stat with sched_lock.jhb2000-12-012-0/+4
* Don't use p->p_sigstk.ss_flags to keep state of whether themarcel2000-11-301-1/+1
* Use callout_reset instead of timeout(9). Most callouts are staticallyjake2000-11-271-2/+2
* Add bogomips to cpuinfo (set it equal to the CPU frequency, which is bogusdes2000-11-272-14/+20
* Forgot to patch this file in file descriptor race fix commitdillon2000-11-231-7/+17
* Use the linux_connect() on alpha rather than passing directly throughgallatin2000-11-161-1/+9
* Fix F_SETOWN on pipes. Linux returns EINVAL while we send a SIGIOmarcel2000-11-131-5/+19
* Revert auto-generation. The Alpha port is broken.marcel2000-11-107-0/+28
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackmarcel2000-11-092-1/+5
* Sync with Alpha:marcel2000-11-097-28/+0
* Check that p->p_pptr is not NULL - kernel processes have no parents!des2000-11-062-4/+4
* Fix getdents syscall.marcel2000-11-051-1/+4
* zap a stray include that snuck in with rev 1.56gallatin2000-11-021-1/+0
* fix a comment that was inadvertantly changed by a cvs mergegallatin2000-11-021-1/+1
* Fix linux_ustat syscall. We only have cdevs now, so lookingmarcel2000-11-021-2/+2
* Support for the linux ipc syscalls on the alpha, where each one hasgallatin2000-11-012-27/+44
* fix linux_termio and linux_termios structs on alpha. alpha differencesgallatin2000-11-011-7/+7
* The MI/MD split wasn't perfect and the MI files need hacks for theobrien2000-11-0110-26/+156
* Make the target a little bit more generic.obrien2000-11-011-1/+3
* Bring cpuinfo closer to what it looks like in Linux 2.2.des2000-10-252-22/+94
* Add /proc/<pid>/status and /proc/<pid>/stat (the latter being mostlydes2000-10-255-10/+365
* Add PC-Card/ISA SCSI host adpater drivers from NetBSD/pc98non2000-10-231-0/+89
* A start at an implemention of linux_rt_sendsig & linux_rt_sigreturngallatin2000-10-171-1/+1
* Mark directories as directories, not as regular files.des2000-10-101-1/+1
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-081-2/+2
* Fix cut'n'paste bogon.des2000-09-181-1/+1
* Remove unused variables.des2000-09-092-2/+0
* Add stat, uptime and version.des2000-09-095-41/+248
* Pierre Beyssac originally derived linprocfs from procfs, and I've made (anddes2000-09-076-0/+12
* 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
* Cleanup after repo copy of sys/svr4 to sys/compat/svr4.obrien2000-08-3123-120/+120
* o Update linprocfs to include similar changes as those in procfs, fixingrwatson2000-08-301-8/+9
* Whitespace change: (near) KNFmarcel2000-08-261-649/+679
* Fix bug in previous commit. We need to trim the limits to fitmarcel2000-08-261-0/+5
* Re-implement linux_{g|s}etrlimit in terms of {g|s}etrlimitmarcel2000-08-261-24/+45
OpenPOWER on IntegriCloud