summaryrefslogtreecommitdiffstats
path: root/sys/alpha/linux/linux_proto.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the Alpha specific linuxolator files.netchild2006-05-081-781/+0
|
* regennetchild2006-03-201-1/+31
|
* regennetchild2006-03-181-1/+1
|
* regen after COMPAT_43 removalnetchild2006-03-181-1/+11
|
* Regenerate.rwatson2006-02-061-1/+1
|
* Regen.jhb2005-07-131-1/+1
|
* Regen after addition of linux_getpriority wrapper.sobomax2005-06-081-1/+6
| | | | | | PR: kern/81951 Submitted by: Andriy Gapon <avg@icyb.net.ua> MFC after: 1 week
* Rebuild generated system call definition files following the addition ofrwatson2005-05-301-1/+1
| | | | | | | the audit event field to the syscalls.master file format. Submitted by: wsalamon Obtained from: TrustedBSD Project
* Regen after addition of linux_nosys handler.sobomax2005-03-071-1/+5
|
* Regenerate after fcntl() wrappers were marked MP safe.jhb2004-08-241-1/+1
|
* Regenerate.jhb2004-06-041-1/+1
|
* MFi386: Use the BSD madvise() syscall implementation for Linux binarybms2004-03-291-4/+0
| | | | | | emulation, instead of treating it as an unimplemented syscall. Requested by: marcel
* Regenerate.jhb2004-03-151-1/+1
|
* Regen.jhb2004-02-041-1/+1
|
* Regen (should be a NOP except for rcsid changes)peter2003-12-231-1/+1
|
* Regen.jhb2003-11-071-1/+5
|
* Regen from syscalls.master 1.52.tjr2003-02-161-2/+8
|
* Remove __P(). This was tested on the GENERIC kernel.obrien2002-03-201-133/+133
|
* Regenerated file from previous commit to syscalls.mastergallatin2002-01-231-12/+0
|
* Regen.marcel2001-10-071-4/+1
|
* o Remove the linux_setpgid() stub.marcel2001-09-281-9/+3
| | | | | | o Stop using linux_getpgid(); use getpgid() instead. PR: kern/21402
* KSE Milestone 2julian2001-09-121-138/+140
| | | | | | | | | | | | | | Note ALL MODULES MUST BE RECOMPILED make the kernel aware that there are smaller units of scheduling than the process. (but only allow one thread per process at this time). This is functionally equivalent to teh previousl -current except that there is a thread associated with each process. Sorry john! (your next MFC will be a doosie!) Reviewed by: peter@freebsd.org, dillon@freebsd.org X-MFC after: ha ha ha ha
* Round of cleanups and enhancements. These include (in random order):marcel2001-09-081-403/+486
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Regen after adding linux_sched_get_priority_max() andgallatin2001-04-031-1/+9
| | | | linux_sched_get_priority_min()
* Regengallatin2001-02-201-7/+7
|
* Regenerate.jlemon2001-02-201-10/+6
|
* Re-gen auto generated files.jlemon2001-02-161-1/+20
|
* Don't auto-generate the syscalls.marcel2000-12-031-0/+639
OpenPOWER on IntegriCloud