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
*
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
*
As far as I can tell, the correct CPU family for amd64 (which Linux calls
des
2006-06-02
1
-2
/
+2
*
Fix file leaking in translate_path_major_minor.
ambrisko
2006-05-16
1
-2
/
+6
*
Since DELAY() was moved, most <machine/clock.h> #includes have been
phk
2006-05-16
2
-2
/
+0
*
Remove various bits of conditional Alpha code and fixup a few comments.
jhb
2006-05-12
1
-78
/
+0
*
Remove the dependency on procfs since it isn't used.
ambrisko
2006-05-11
1
-2
/
+0
*
Now that we don't have a linuxolator on alpha anymore:
netchild
2006-05-10
7
-342
/
+33
*
Implement rt_sigpending in the linuxolator.
netchild
2006-05-10
1
-0
/
+28
*
Add in linsysfs. A linux 2.6 like sys filesystem to pacify the Linux
ambrisko
2006-05-09
1
-0
/
+285
*
Fix the the duplicate cut-n-paste in linux_fstat64 pointed out by
ambrisko
2006-05-05
1
-1
/
+0
*
Enhance the Linux emulation layer to make MegaRAID SAS managements tool happy.
ambrisko
2006-05-05
4
-16
/
+250
*
Annotate uses of fgetsock() with indications that they should rely
rwatson
2006-04-01
2
-0
/
+12
*
regen for 32bit System V shared memory
ps
2006-03-30
4
-7
/
+13
*
Properly support for FreeBSD 4 32bit System V shared memory.
ps
2006-03-30
2
-7
/
+169
*
Unbreaking build by removing a now unused variable.
avatar
2006-03-27
1
-1
/
+0
*
Use td_ucred rather than p_ucred to avoid panics and general unhappiness.
jhb
2006-03-27
1
-1
/
+1
*
Fix the LINT build on alpha:
netchild
2006-03-21
1
-32
/
+82
*
Fix tinderbox on alpha.
netchild
2006-03-20
1
-0
/
+2
*
Unbreak COMPAT_LINUX32 option support on amd64.
ru
2006-03-19
11
-0
/
+17
*
Fixup some problems in my previous commit (COMPAT_43).
netchild
2006-03-18
11
-17
/
+0
*
Get rid of the need of COMPAT_43 in the linuxolator.
netchild
2006-03-18
8
-31
/
+211
*
Fix exec_map resource leaks.
ups
2006-03-08
1
-9
/
+13
*
use strlcpy in cvtstatfs and copy_statfs instead of bcopy to ensure
ps
2006-03-04
1
-6
/
+8
*
regen for 32bit sendfile
ps
2006-02-28
4
-6
/
+6
*
Fix 32bit sendfile by implementing kern_sendfile so that it takes
ps
2006-02-28
2
-20
/
+66
*
- Always call exec_free_args() in kern_execve() instead of doing it in all
jhb
2006-02-06
2
-3
/
+0
*
- Remove ifdef disabled code that doesn't have a chance of working anymore.
jeff
2006-02-06
1
-48
/
+0
*
Regenerate.
rwatson
2006-02-04
4
-196
/
+196
*
Audit FreeBSD 32-bit system calls on 64-bit FreeBSD systems.
rwatson
2006-02-04
1
-216
/
+216
[next]