aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/linux/linux_sysent.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove the Alpha specific linuxolator files.Alexander Leidinger2006-05-081-400/+0
| | | | Notes: svn path=/head/; revision=158360
* regenAlexander Leidinger2006-03-201-7/+7
| | | | Notes: svn path=/head/; revision=156922
* regenAlexander Leidinger2006-03-181-2/+1
| | | | Notes: svn path=/head/; revision=156851
* regen after COMPAT_43 removalAlexander Leidinger2006-03-181-3/+3
| | | | Notes: svn path=/head/; revision=156843
* Regenerate.Robert Watson2006-02-061-162/+162
| | | | Notes: svn path=/head/; revision=155373
* Regen.John Baldwin2005-07-131-122/+122
| | | | Notes: svn path=/head/; revision=147975
* Regen after addition of linux_getpriority wrapper.Maxim Sobolev2005-06-081-2/+2
| | | | | | | | | PR: kern/81951 Submitted by: Andriy Gapon <avg@icyb.net.ua> MFC after: 1 week Notes: svn path=/head/; revision=147142
* Rebuild generated system call definition files following the addition ofRobert Watson2005-05-301-379/+380
| | | | | | | | | | the audit event field to the syscalls.master file format. Submitted by: wsalamon Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=146807
* Regen after addition of linux_nosys handler.Maxim Sobolev2005-03-071-1/+3
| | | | Notes: svn path=/head/; revision=143198
* Regenerate after fcntl() wrappers were marked MP safe.John Baldwin2004-08-241-2/+2
| | | | Notes: svn path=/head/; revision=134267
* Regenerate.John Baldwin2004-06-041-2/+2
| | | | Notes: svn path=/head/; revision=130072
* MFi386: Use the BSD madvise() syscall implementation for Linux binaryBruce M Simpson2004-03-291-1/+1
| | | | | | | | | emulation, instead of treating it as an unimplemented syscall. Requested by: marcel Notes: svn path=/head/; revision=127553
* Regenerate.John Baldwin2004-03-151-2/+2
| | | | Notes: svn path=/head/; revision=127042
* Regen.John Baldwin2004-02-041-3/+3
| | | | Notes: svn path=/head/; revision=125457
* Regen (should be a NOP except for rcsid changes)Peter Wemm2003-12-231-1/+1
| | | | Notes: svn path=/head/; revision=123754
* Regen.John Baldwin2003-11-071-53/+53
| | | | Notes: svn path=/head/; revision=122251
* Regen from syscalls.master 1.52.Tim J. Robbins2003-02-161-2/+2
| | | | Notes: svn path=/head/; revision=110979
* Regenerated file from previous commit to syscalls.masterAndrew Gallatin2002-01-231-3/+3
| | | | Notes: svn path=/head/; revision=89718
* Regen.Marcel Moolenaar2001-10-071-2/+2
| | | | Notes: svn path=/head/; revision=84604
* o Remove the linux_setpgid() stub.Marcel Moolenaar2001-09-281-3/+3
| | | | | | | | | o Stop using linux_getpgid(); use getpgid() instead. PR: kern/21402 Notes: svn path=/head/; revision=84074
* Round of cleanups and enhancements. These include (in random order):Marcel Moolenaar2001-09-081-51/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o Introduce private types for use in linux syscalls for two reasons: 1. establish type independence for ease in porting and, 2. provide a visual queue as to which syscalls have proper prototypes to further cleanup the i386/alpha split. Linuxulator types are prefixed by 'l_'. void and char have not been "virtualized". o Provide dummy functions for all syscalls and remove dummy functions or implementations of truely obsolete syscalls. o Sanitize the shm*, sem* and msg* syscalls. o Make a first attempt to implement the linux_sysctl syscall. At this time it only returns one MIB (KERN_VERSION), but most importantly, it tells us when we need to add additional sysctls :-) o Bump the kenel version up to 2.4.2 (this is not the same as the KERN_VERSION MIB, BTW). o Implement new syscalls, of which most are specific to i386. Our syscall table is now up to date with Linux 2.4.2. Some highlights: - Implement the 32-bit uid_t and gid_t bases syscalls. - Implement a couple of 64-bit file size/offset bases syscalls. o Fix or improve numerous syscalls and prototypes. o Reduce style(9) violations while I'm here. Especially indentation inconsistencies within the same file are addressed. Re-indenting did not obfuscate actual changes to the extend that it could not be combined. NOTE: I spend some time testing these changes and found that if there were regressions, they were not caused by these changes AFAICT. It was observed that installing a RH 7.1 runtime environment did make matters worse. Hangs and/or reboots have been observed with and without these changes, so when it failed to make life better in cases it doesn't look like it made it worse. Notes: svn path=/head/; revision=83221
* Regen after adding linux_sched_get_priority_max() andAndrew Gallatin2001-04-031-3/+3
| | | | | | | linux_sched_get_priority_min() Notes: svn path=/head/; revision=75136
* RegenAndrew Gallatin2001-02-201-4/+4
| | | | Notes: svn path=/head/; revision=72742
* Regenerate.Jonathan Lemon2001-02-201-3/+3
| | | | Notes: svn path=/head/; revision=72734
* Re-gen auto generated files.Jonathan Lemon2001-02-161-4/+4
| | | | Notes: svn path=/head/; revision=72540
* Don't auto-generate the syscalls.Marcel Moolenaar2000-12-031-0/+391
Notes: svn path=/head/; revision=69539