summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2
Commit message (Expand)AuthorAgeFilesLines
...
* Regen.jhb2006-07-143-5/+5
* Mark ibcs2_mount() (just returns EINVAL) and ibcs2_umount() (just callsjhb2006-07-141-2/+2
* Regen.jhb2006-07-142-3/+3
* ibcs2_sigprocmask() is already marked MPSAFE in syscalls.xenix, so markjhb2006-07-141-1/+1
* Regen.jhb2006-07-113-5/+5
* - Add conditional VFS Giant locking to getdents_common() (linux ABIs),jhb2006-07-112-4/+10
* Retire the stackgap macros from ibcs2 as they are no longer used. Pushjhb2006-07-103-32/+2
* Regen.jhb2006-07-103-6/+6
* Mark ibcs2_msgsys(), ibcs2_semsys(), and ibcs2_shmsys() MPSAFE.jhb2006-07-101-3/+3
* Regen.jhb2006-07-083-4/+4
* - Split ioctl() up into ioctl() and kern_ioctl(). The kern_ioctl() assumesjhb2006-07-082-11/+8
* Use kern_connect() in spx_open() to avoid the need for the stackgap. Ijhb2006-07-081-16/+11
* - Split the IBCS2 ipc foosys() system calls up into subfunctions matchingjhb2006-07-081-152/+298
* Use ibsc2_key_t rather than key_t.jhb2006-07-081-1/+1
* Regen.jhb2006-07-066-16/+10
* Add kern_setgroups() and kern_getgroups() and use them to implementjhb2006-07-062-44/+27
* Use the regular poll(2) function to implement poll(2) for the IBCS2 compatjhb2006-07-063-130/+2
* Regenerate.rwatson2006-02-061-49/+49
* Assign audit event identifiers to ibcs2 system calls.rwatson2006-02-061-50/+50
* - Always call exec_free_args() in kern_execve() instead of doing it in alljhb2006-02-061-2/+0
* Add a kern_eaccess() function and use it to implement xenix_eaccess()jhb2006-02-061-1/+1
* Regenerate.rwatson2006-02-053-13/+13
* Assign audit event identfiers to Xenix system calls. Note: AUE_EACCESSrwatson2006-02-051-10/+10
* Correct help line: list targets, not names of files generated by targetsrwatson2006-02-051-1/+1
* Regenerate (accidentally also committed in commit that updatedrwatson2006-02-052-2/+2
* Assign audit event identifiers to ibcs2 ISC system calls.rwatson2006-02-052-28/+29
* Fix a couple of issues with the ibcs2 module event handler. First, returnjhb2006-01-031-1/+4
* Add missing dependencies on the SYSVIPC modules.jhb2005-07-291-0/+4
* Regen.jhb2005-07-138-82/+82
* Make a pass through all the compat ABIs sychronizing the MP safe flagsjhb2005-07-133-74/+74
* Lock Giant around a call to userland_sysctl() in ibcs2_sysi86().jhb2005-07-071-2/+7
* Remove an extra call to read() in ibcs2_read() that can never be reached.jhb2005-07-071-2/+0
* Conditionally acquire Giant around the ISC and Xenix system calls basedjhb2005-07-072-10/+24
* Regenerate after addition of audit event type number to syscalls.masterrwatson2005-06-295-83/+85
* During the system call table format change adding audit record eventrwatson2005-06-292-84/+95
* Rebuild generated system call definition files following the addition ofrwatson2005-05-303-136/+132
* Introduce a new field in the syscalls.master file format to hold therwatson2005-05-301-138/+175
* - Pass the ISOPEN flag to namei so filesystems will know we're about tojeff2005-04-271-1/+2
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingjhb2005-04-011-5/+9
* Use kern_settimeofday() to avoid stackgap use.jhb2005-03-311-11/+11
* correct bounds check of fd parametersam2005-02-251-1/+1
* Backout previous change (disabling of security checks for signals deliveredsobomax2005-02-131-1/+1
* Split out kill(2) syscall service routine into user-level and kernel part, thesobomax2005-02-131-1/+1
* - Implement ibcs2_emul_find() using kern_alternate_path(). This changesjhb2005-02-078-376/+268
* o Split out kernel part of execve(2) syscall into two parts: one thatsobomax2005-01-292-6/+1
* /* -> /*- for license, add FreeBSD tagimp2005-01-0631-32/+48
* - Move the function prototypes for kern_setrlimit() and kern_wait() tojhb2005-01-051-0/+1
* Add missing zero flag arguments to sysctl calls.phk2004-10-123-3/+3
* Regenerate after fcntl() wrappers were marked MP safe.jhb2004-08-243-4/+5
* Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()jhb2004-08-242-48/+19
OpenPOWER on IntegriCloud