summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/syscalls.conf
Commit message (Collapse)AuthorAgeFilesLines
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsavg2011-03-121-2/+2
| | | | | | | | | | This commits makes necessary changes in syscall/sysent generation infrastructure. PR: kern/152822 Submitted by: Artem Belevich <fbsdlist@src.cx> Reviewed by: jhb (ealier version) MFC after: 3 weeks
* - Remove unused sysvec variables from various syscalls.conf.jhb2006-08-151-1/+1
| | | | | | | | | - Send the systrace_args files for all the compat ABIs to /dev/null for now. Right now makesyscalls.sh generates a file with a hardcoded function name, so it wouldn't work for any of the ABIs anyway. Probably the function name should be configurable via a 'systracename' variable and the functions should be stored in a function pointer in the sysvec structure.
* GC unused 'syshide' override to /dev/null. This was here to disablepeter2003-12-241-1/+0
| | | | | the output of the namespc column. Its functionality was removed some time ago, but the overrides and the namespc column remained.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Added a null entry for sysmk that is generated by makesyscalls.sh.jb1998-03-131-1/+2
| | | | | | | | Gee, I wish there was a better way to run makesyscalls.sh so that a make world finds missing things like this. Running it manually sucks. Pointed out by: Peter Dufault
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
| | | | ready for it yet.
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* A new syscalls table for the Linux emulator. This is processed bypeter1996-03-021-0/+11
makesyscalls.sh to generate the rest of the tables.
OpenPOWER on IntegriCloud