summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Fix file leaking in translate_path_major_minor.ambrisko2006-05-161-2/+6
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-162-2/+0
* Remove various bits of conditional Alpha code and fixup a few comments.jhb2006-05-121-78/+0
* Remove the dependency on procfs since it isn't used.ambrisko2006-05-111-2/+0
* Now that we don't have a linuxolator on alpha anymore:netchild2006-05-107-342/+33
* Implement rt_sigpending in the linuxolator.netchild2006-05-101-0/+28
* Add in linsysfs. A linux 2.6 like sys filesystem to pacify the Linuxambrisko2006-05-091-0/+285
* Fix the the duplicate cut-n-paste in linux_fstat64 pointed out byambrisko2006-05-051-1/+0
* Enhance the Linux emulation layer to make MegaRAID SAS managements tool happy.ambrisko2006-05-054-16/+250
* Annotate uses of fgetsock() with indications that they should relyrwatson2006-04-012-0/+12
* regen for 32bit System V shared memoryps2006-03-304-7/+13
* Properly support for FreeBSD 4 32bit System V shared memory.ps2006-03-302-7/+169
* Unbreaking build by removing a now unused variable.avatar2006-03-271-1/+0
* Use td_ucred rather than p_ucred to avoid panics and general unhappiness.jhb2006-03-271-1/+1
* Fix the LINT build on alpha:netchild2006-03-211-32/+82
* Fix tinderbox on alpha.netchild2006-03-201-0/+2
* Unbreak COMPAT_LINUX32 option support on amd64.ru2006-03-1911-0/+17
* Fixup some problems in my previous commit (COMPAT_43).netchild2006-03-1811-17/+0
* Get rid of the need of COMPAT_43 in the linuxolator.netchild2006-03-188-31/+211
* Fix exec_map resource leaks.ups2006-03-081-9/+13
* use strlcpy in cvtstatfs and copy_statfs instead of bcopy to ensureps2006-03-041-6/+8
* regen for 32bit sendfileps2006-02-284-6/+6
* Fix 32bit sendfile by implementing kern_sendfile so that it takesps2006-02-282-20/+66
* - Always call exec_free_args() in kern_execve() instead of doing it in alljhb2006-02-062-3/+0
* - Remove ifdef disabled code that doesn't have a chance of working anymore.jeff2006-02-061-48/+0
* Regenerate.rwatson2006-02-044-196/+196
* Audit FreeBSD 32-bit system calls on 64-bit FreeBSD systems.rwatson2006-02-041-216/+216
* - vn_lock with LK_RETRY can not return an error. The code that handled thisjeff2006-01-301-10/+4
* Fix a typo : deivce => devicecognet2006-01-261-1/+1
* Linux compat bits needed to make linux programs use the new ptys :cognet2006-01-263-1/+33
* Fix the build. When I added the lutimes the futimes definitionsambrisko2006-01-201-0/+5
* Regen.ambrisko2006-01-204-9/+9
* Add 32bit version of lutimes so untar doesn't mess up sym-links on amd64.ambrisko2006-01-202-2/+23
* Cast tv_sec to intmax_t and print with %jd in some ifdef'ed code.trhodes2005-12-281-8/+8
* Add \n to log() message.glebius2005-12-271-1/+1
* Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structuresobomax2005-12-261-0/+2
* Regen.ru2005-12-234-10/+4
* Fix build.ru2005-12-231-1/+1
* Regenerate sysent with new abort2 system call.phk2005-12-234-5/+30
* Add missing 455-462 syscalls as unimplementedphk2005-12-231-0/+8
* Add abort2() systemcall.phk2005-12-231-0/+1
* Remove linux_mib_destroy() (which I actually added in between 5.0 and 5.1)jhb2005-12-152-9/+0
* In Linux, kernel parameters passed to ioctl are by value, while in FreeBSDdelphij2005-12-131-5/+5
* Fix calculation of meminfo's swaptotal and swapfree on at least amd64.mlaier2005-12-111-2/+2
* Regen for futimes.ambrisko2005-12-084-3/+8
* Add 32bit version of futimes so untar doesn't result in bad datesambrisko2005-12-082-1/+24
* Suppress logging about unimplemented syscalls to one time per process. Thisglebius2005-12-081-9/+7
* Catch up to the system siginfo changes. Use a union for the ia32 layoutpeter2005-12-061-2/+19
* Fix -Wundef.ru2005-12-042-2/+2
* Remove MNT_NODEV mount option. In RELENG_6, MNT_NODEV was a no-op.rodrigc2005-11-291-1/+0
OpenPOWER on IntegriCloud