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
/
alpha
/
linux
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structure
sobomax
2005-12-26
1
-0
/
+2
*
Remove linux_mib_destroy() (which I actually added in between 5.0 and 5.1)
jhb
2005-12-15
1
-1
/
+0
*
1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most
davidxu
2005-10-14
1
-1
/
+1
*
Move MODULE_DEPEND() statements for SYSVIPC dependencies to linux_ipc.c
jhb
2005-07-29
1
-4
/
+1
*
Regen.
jhb
2005-07-13
3
-124
/
+124
*
Make a pass through all the compat ABIs sychronizing the MP safe flags
jhb
2005-07-13
1
-121
/
+121
*
Regen after addition of linux_getpriority wrapper.
sobomax
2005-06-08
3
-4
/
+10
*
Properly convert FreeBSD priority values into Linux values in the
sobomax
2005-06-08
1
-1
/
+1
*
Rebuild generated system call definition files following the addition of
rwatson
2005-05-30
3
-381
/
+382
*
Introduce a new field in the syscalls.master file format to hold the
rwatson
2005-05-30
1
-423
/
+516
*
White space normalization: use tabs instead of spaces before and after
rwatson
2005-05-29
1
-39
/
+39
*
Regen after addition of linux_nosys handler.
sobomax
2005-03-07
3
-3
/
+9
*
Handle unimplemented syscall by instantly returning ENOSYS instead of sending
sobomax
2005-03-07
1
-0
/
+4
*
Use LCONVPATHEXIST() rather than CHECKALTEXIST() and use
jhb
2005-02-18
1
-9
/
+14
*
o Split out kernel part of execve(2) syscall into two parts: one that
sobomax
2005-01-29
1
-4
/
+4
*
Don't include sys/user.h merely for its side-effect of recursively
das
2004-11-27
1
-1
/
+4
*
Give setrunqueue() and sched_add() more of a clue as to
julian
2004-09-01
1
-1
/
+1
*
Regenerate after fcntl() wrappers were marked MP safe.
jhb
2004-08-24
3
-4
/
+4
*
Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()
jhb
2004-08-24
1
-1
/
+1
*
Add a new type, l_uintptr_t, which is an unsigned integer type with the
tjr
2004-08-16
1
-0
/
+4
*
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
phk
2004-07-15
1
-0
/
+1
*
Regenerate.
jhb
2004-06-04
3
-4
/
+4
*
Mark linux_wait4() as MP Safe as it is so and holding Giant across all of
jhb
2004-06-04
1
-1
/
+1
*
MFi386: Use the BSD madvise() syscall implementation for Linux binary
bms
2004-03-29
5
-8
/
+3
*
Regenerate.
jhb
2004-03-15
3
-4
/
+4
*
- Mark ABI syscalls that call wait4() MP safe as recent changes to
jhb
2004-03-15
1
-1
/
+1
*
Regen.
jhb
2004-02-04
3
-5
/
+5
*
The following compat syscalls are now mpsafe: linux_getrlimit(),
jhb
2004-02-04
1
-2
/
+2
*
Locking for the per-process resource limits structure.
jhb
2004-02-04
1
-3
/
+8
*
GC unused 'syshide' override to /dev/null. This was here to disable
peter
2003-12-24
1
-1
/
+0
*
Regen (should be a NOP except for rcsid changes)
peter
2003-12-23
3
-3
/
+3
*
GC unused namespace column. Unwrap some long lines that now fit.
peter
2003-12-23
1
-433
/
+391
*
Add an additional field to the elf brandinfo structure to support
peter
2003-12-23
1
-2
/
+4
*
Regen.
jhb
2003-11-07
3
-55
/
+59
*
Sync MP safe flags with global syscalls.master for the first time. This
jhb
2003-11-07
1
-52
/
+52
*
Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit
peter
2003-09-25
1
-1
/
+2
*
Rename P_THREADED to P_SA. P_SA means a process is using scheduler
davidxu
2003-06-15
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-06-10
4
-7
/
+11
*
- Replace inline implementations of sigprocmask() with calls to
jhb
2003-04-22
1
-9
/
+4
*
Synchronize the two linux_clone() implementations which includes a few
jhb
2003-04-18
1
-6
/
+3
*
Fix printf args in debug printfs.
jhb
2003-04-16
1
-5
/
+5
*
Assume a struct thread *td instead of a struct proc *p in the debug
jhb
2003-04-16
1
-2
/
+2
*
Fix some debug macros. Either missing close parens or close parens in the
jhb
2003-04-16
1
-4
/
+4
*
Add missing includes from previous commit.
jhb
2003-03-27
1
-0
/
+1
*
Add a cleanup function to destroy the osname_lock and call it on module
jhb
2003-03-26
1
-0
/
+1
*
Sync up linux and svr compat elf fixup functions for exec(). These
jhb
2003-03-21
1
-10
/
+9
*
Clean up whitespace and remove register keyword.
des
2003-03-03
1
-1
/
+1
*
More caddr_t removal, in conjunction with copy{in,out}(9) this time.
des
2003-03-03
1
-3
/
+3
*
Regen from syscalls.master 1.52.
tjr
2003-02-16
3
-5
/
+11
*
Mark linux_sigpending() as MPSAFE.
tjr
2003-02-16
1
-1
/
+1
[next]