index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
i386
/
ibcs2
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a silly bogon that broke ibcs2_rename().
jhb
2007-03-26
1
-1
/
+1
*
Use pause() rather than tsleep() on stack variables and function pointers.
jhb
2007-02-27
1
-2
/
+1
*
Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form.
delphij
2007-01-17
1
-1
/
+1
*
Merge posix4/* into normal kernel hierarchy.
trhodes
2006-11-11
2
-2
/
+2
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
3
-13
/
+14
*
Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h
rwatson
2006-10-22
1
-1
/
+2
*
First part of a little cleanup in the calendar/timezone/RTC handling.
phk
2006-10-02
1
-0
/
+1
*
Regen to propogate <prefix>_AUE_<mumble> changes as well as the earlier
jhb
2006-08-15
5
-212
/
+284
*
- Remove unused sysvec variables from various syscalls.conf.
jhb
2006-08-15
3
-3
/
+3
*
Regen for MPSAFE flag removal.
jhb
2006-07-28
8
-118
/
+118
*
Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used to
jhb
2006-07-28
5
-122
/
+114
*
Regen.
jhb
2006-07-14
3
-4
/
+4
*
Somewhat surprisingly, ibcs2_ioctl() is MPSAFE as it is without needing any
jhb
2006-07-14
1
-1
/
+1
*
Regen.
jhb
2006-07-14
3
-5
/
+5
*
Mark ibcs2_mount() (just returns EINVAL) and ibcs2_umount() (just calls
jhb
2006-07-14
1
-2
/
+2
*
Regen.
jhb
2006-07-14
2
-3
/
+3
*
ibcs2_sigprocmask() is already marked MPSAFE in syscalls.xenix, so mark
jhb
2006-07-14
1
-1
/
+1
*
Regen.
jhb
2006-07-11
3
-5
/
+5
*
- Add conditional VFS Giant locking to getdents_common() (linux ABIs),
jhb
2006-07-11
2
-4
/
+10
*
Retire the stackgap macros from ibcs2 as they are no longer used. Push
jhb
2006-07-10
3
-32
/
+2
*
Regen.
jhb
2006-07-10
3
-6
/
+6
*
Mark ibcs2_msgsys(), ibcs2_semsys(), and ibcs2_shmsys() MPSAFE.
jhb
2006-07-10
1
-3
/
+3
*
Regen.
jhb
2006-07-08
3
-4
/
+4
*
- Split ioctl() up into ioctl() and kern_ioctl(). The kern_ioctl() assumes
jhb
2006-07-08
2
-11
/
+8
*
Use kern_connect() in spx_open() to avoid the need for the stackgap. I
jhb
2006-07-08
1
-16
/
+11
*
- Split the IBCS2 ipc foosys() system calls up into subfunctions matching
jhb
2006-07-08
1
-152
/
+298
*
Use ibsc2_key_t rather than key_t.
jhb
2006-07-08
1
-1
/
+1
*
Regen.
jhb
2006-07-06
6
-16
/
+10
*
Add kern_setgroups() and kern_getgroups() and use them to implement
jhb
2006-07-06
2
-44
/
+27
*
Use the regular poll(2) function to implement poll(2) for the IBCS2 compat
jhb
2006-07-06
3
-130
/
+2
*
Regenerate.
rwatson
2006-02-06
1
-49
/
+49
*
Assign audit event identifiers to ibcs2 system calls.
rwatson
2006-02-06
1
-50
/
+50
*
- Always call exec_free_args() in kern_execve() instead of doing it in all
jhb
2006-02-06
1
-2
/
+0
*
Add a kern_eaccess() function and use it to implement xenix_eaccess()
jhb
2006-02-06
1
-1
/
+1
*
Regenerate.
rwatson
2006-02-05
3
-13
/
+13
*
Assign audit event identfiers to Xenix system calls. Note: AUE_EACCESS
rwatson
2006-02-05
1
-10
/
+10
*
Correct help line: list targets, not names of files generated by targets
rwatson
2006-02-05
1
-1
/
+1
*
Regenerate (accidentally also committed in commit that updated
rwatson
2006-02-05
2
-2
/
+2
*
Assign audit event identifiers to ibcs2 ISC system calls.
rwatson
2006-02-05
2
-28
/
+29
*
Fix a couple of issues with the ibcs2 module event handler. First, return
jhb
2006-01-03
1
-1
/
+4
*
Add missing dependencies on the SYSVIPC modules.
jhb
2005-07-29
1
-0
/
+4
*
Regen.
jhb
2005-07-13
8
-82
/
+82
*
Make a pass through all the compat ABIs sychronizing the MP safe flags
jhb
2005-07-13
3
-74
/
+74
*
Lock Giant around a call to userland_sysctl() in ibcs2_sysi86().
jhb
2005-07-07
1
-2
/
+7
*
Remove an extra call to read() in ibcs2_read() that can never be reached.
jhb
2005-07-07
1
-2
/
+0
*
Conditionally acquire Giant around the ISC and Xenix system calls based
jhb
2005-07-07
2
-10
/
+24
*
Regenerate after addition of audit event type number to syscalls.master
rwatson
2005-06-29
5
-83
/
+85
*
During the system call table format change adding audit record event
rwatson
2005-06-29
2
-84
/
+95
*
Rebuild generated system call definition files following the addition of
rwatson
2005-05-30
3
-136
/
+132
*
Introduce a new field in the syscalls.master file format to hold the
rwatson
2005-05-30
1
-138
/
+175
[next]