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
/
compat
Commit message (
Expand
)
Author
Age
Files
Lines
*
Regen to propogate <prefix>_AUE_<mumble> changes as well as the earlier
jhb
2006-08-15
4
-725
/
+850
*
- Remove unused sysvec variables from various syscalls.conf.
jhb
2006-08-15
2
-2
/
+2
*
Disable some parts of the code on amd64 for now to prevent a panic. A better
netchild
2006-08-15
1
-1
/
+8
*
Add the linux 2.6.x stuff (not used by default!):
netchild
2006-08-15
3
-2
/
+163
*
Add some new files needed for linux 2.6.x compatibility.
netchild
2006-08-15
5
-0
/
+1140
*
Lock the vnode around the call to VOP_GETATTR. Move the locked code
kib
2006-08-08
1
-5
/
+16
*
With socket code no longer in svr4_stream.c, MAC includes are no longer
rwatson
2006-08-05
1
-2
/
+0
*
Use TAILQ_EMPTY instead of checking if TAILQ_FIRST is NULL.
brooks
2006-08-04
1
-1
/
+1
*
Regen for MPSAFE flag removal.
jhb
2006-07-28
8
-425
/
+435
*
Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used to
jhb
2006-07-28
2
-413
/
+409
*
Various fixes to comments in the syscall master files including removing
jhb
2006-07-28
1
-3
/
+4
*
Regen.
jhb
2006-07-28
4
-7
/
+7
*
- Explicitly lock Giant to protect the fields in the svr4_strm structure
jhb
2006-07-28
3
-12
/
+44
*
Fix a file descriptor race I reintroduced when I split accept1() up into
jhb
2006-07-27
1
-10
/
+24
*
Regen.
jhb
2006-07-21
4
-5
/
+5
*
Clean up the svr4 socket cache and streams code some to make it more easily
jhb
2006-07-21
4
-40
/
+110
*
Add conditional VFS Giant locking to svr4_sys_fchroot() and mark it MPSAFE.
jhb
2006-07-21
2
-20
/
+22
*
- Pass the MPSAFE flag to namei() in linux_uselib() and handle conditional
jhb
2006-07-21
1
-24
/
+25
*
Regen.
jhb
2006-07-19
4
-6
/
+6
*
Add conditional VFS Giant locking to svr4_sys_resolvepath() and mark it
jhb
2006-07-19
2
-2
/
+5
*
Make svr4_sys_waitsys() a lot less ugly and mark it MPSAFE.
jhb
2006-07-19
2
-155
/
+149
*
Don't free the sockaddr in kern_bind() and kern_connect() as not all
jhb
2006-07-19
1
-1
/
+4
*
Initialize svr4_head during MOD_LOAD rather than on demand.
jhb
2006-07-19
1
-24
/
+0
*
sync with master.
davidxu
2006-07-14
1
-6
/
+11
*
Regen.
jhb
2006-07-11
4
-6
/
+6
*
- Add conditional VFS Giant locking to getdents_common() (linux ABIs),
jhb
2006-07-11
3
-18
/
+24
*
- Split out kern_accept(), kern_getpeername(), and kern_getsockname() for
jhb
2006-07-10
3
-406
/
+68
*
Unexpand PTRIN() in several places and fix one instance where 0 was being
jhb
2006-07-10
1
-13
/
+13
*
Add a kern_close() so that the ABIs can close a file descriptor w/o having
jhb
2006-07-08
1
-5
/
+1
*
Rework kern_semctl a bit to always assume the UIO_SYSSPACE case. This
jhb
2006-07-08
2
-19
/
+24
*
- Protect the list of linux ioctl handlers with an sx lock.
jhb
2006-07-06
1
-0
/
+17
*
Don't try to copyin extra data for IPC_RMID requests to msgctl() or
jhb
2006-07-06
1
-6
/
+1
*
Housekeeping. Update for maintainers who have handed in their commit bits
markm
2006-07-01
1
-2
/
+0
*
Improve linprovfs to provide/fix the
netchild
2006-06-27
1
-27
/
+51
*
Regen.
jhb
2006-06-27
4
-6
/
+6
*
Use kern_shmctl() in svr4_sys_shmctl() and drop use of the stackgap. Mark
jhb
2006-06-27
2
-47
/
+32
*
Axe the stackgap macros as the Linux ABIs no longer use the stackgap.
jhb
2006-06-27
1
-26
/
+0
*
- Add a kern_semctl() helper function for __semctl(). It accepts a pointer
jhb
2006-06-27
3
-121
/
+60
*
Regen.
jhb
2006-06-27
4
-7
/
+7
*
- Expand the scope of Giant some in mount(2) to protect the vfsp structure
jhb
2006-06-27
1
-3
/
+3
*
Regen.
jhb
2006-06-26
8
-19
/
+19
*
Change svr4_sys_break() to just call obreak() and mark it MPSAFE.
jhb
2006-06-26
2
-52
/
+4
*
- Sync with master: rmdir(), mkdir(), and extattr_*() are all MPSAFE.
jhb
2006-06-26
1
-10
/
+10
*
The linux times syscall can be called with a NULL pointer, so keep cool
netchild
2006-06-23
1
-11
/
+13
*
Move conditional preprocessing out of the SYSCTL_ADD_STRING macro
dds
2006-06-22
1
-1
/
+4
*
Conditionally acquire Giant around VFS operations.
jhb
2006-06-20
1
-13
/
+16
*
- Add a new linker_file_foreach() function that walks the list of linker
jhb
2006-06-20
1
-19
/
+31
*
Forcefully turn off GPROF in this file if it is enabled as GPROF's
jhb
2006-06-12
1
-0
/
+5
*
Add the model name, obtained from the hw.model sysctl variable.
des
2006-06-12
1
-2
/
+12
*
Do not copy out the iovec in the 32bit recvmsg call since soreceive
ps
2006-06-08
1
-24
/
+0
[next]