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
*
Start each of the license/copyright comments with /*-
imp
2005-01-05
67
-67
/
+67
*
- Move the function prototypes for kern_setrlimit() and kern_wait() to
jhb
2005-01-05
2
-0
/
+2
*
Regenerate.
jhb
2005-01-04
4
-13
/
+15
*
Partial sync up to the master syscalls.master file:
jhb
2005-01-04
1
-8
/
+9
*
Stop explicitly touching td_base_pri outside of the scheduler and simply
jhb
2004-12-30
1
-2
/
+0
*
Do not blindly pass linux filesystem specific mount data across.
phk
2004-12-03
1
-1
/
+1
*
Fix unvalidated pointer dereference. This is FreeBSD-SA-04:17.procfs.
cperciva
2004-12-01
1
-1
/
+13
*
Don't include sys/user.h merely for its side-effect of recursively
das
2004-11-27
2
-3
/
+1
*
Axe the semblance of support for PECOFF and Linux a.out core dumps.
das
2004-11-27
1
-67
/
+1
*
Ignore MNT_NODEV option, it is implicit in choice of filesystem.
phk
2004-11-26
1
-2
/
+0
*
Maintain the broken state of backwards compatibilty for a.out (and
das
2004-11-20
1
-2
/
+3
*
Rebuild from compat/freebsd32/syscalls.master:1.43
marks
2004-11-18
2
-2
/
+2
*
32-bit FreeBSD ABI compatibility stubs from syscalls.master:1.179
marks
2004-11-18
1
-1
/
+1
*
Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST.
phk
2004-11-13
2
-6
/
+6
*
Pick up the inode number using VOP_GETATTR() rather than caching it
phk
2004-11-10
1
-4
/
+6
*
More sensible FILEDESC_ locking.
phk
2004-11-07
1
-3
/
+2
*
Rebuild from FreeBSD32 syscalls.master:1.42.
rwatson
2004-10-23
4
-5
/
+23
*
32-bit FreeBSD ABI compatibility stubs from syscalls.master:1.178.
rwatson
2004-10-23
1
-0
/
+9
*
Put on my peril sensitive sunglasses and add a flags field to the internal
peter
2004-10-11
1
-7
/
+3
*
Rename thread args to be called "td" rather than "p" to be
dwmalone
2004-10-10
1
-6
/
+6
*
Close a race between a thread exiting and the freeing of it's stack.
mtm
2004-10-06
5
-6
/
+6
*
Rework how we store process times in the kernel such that we always store
jhb
2004-10-05
3
-71
/
+54
*
Add a proc *p pointer for td->td_proc to make this code easier to read.
jhb
2004-09-24
1
-8
/
+8
*
Hold thread reference while frobbing cdevsw.
phk
2004-09-24
1
-18
/
+24
*
Various small style fixes.
jhb
2004-09-22
1
-1
/
+1
*
Fix compiler warnings, when __stdcall is #defined, by adding explicit casts.
bms
2004-09-17
2
-2
/
+2
*
Regenerate after fcntl() wrappers were marked MP safe.
jhb
2004-08-24
4
-5
/
+5
*
Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()
jhb
2004-08-24
4
-88
/
+56
*
Don't try to translate the control message unless we're certain it's
des
2004-08-23
1
-1
/
+2
*
I'm a dumbass: remember to initialize fh->nf_map to NULL in
wpaul
2004-08-16
1
-0
/
+1
*
The Texas Instruments ACX111 driver wants srand(), so provide it.
wpaul
2004-08-16
1
-0
/
+10
*
Make the Texas Instruments 802.11g chipset work with the NDISulator.
wpaul
2004-08-16
3
-4
/
+19
*
Fix the 'DEBUG' argument code to unbreak the amd64 LINT build.
obrien
2004-08-16
1
-1
/
+1
*
Fix the 'DEBUG' argument code to unbreak the amd64 LINT build.
obrien
2004-08-16
1
-2
/
+2
*
Fix the 'DEBUG' argument code to unbreak the LINT build.
obrien
2004-08-16
1
-2
/
+2
*
Add support for 32-bit Linux binary emulation on amd64:
tjr
2004-08-16
1
-5
/
+16
*
Changes to MI Linux emulation code necessary to run 32-bit Linux binaries
tjr
2004-08-16
12
-112
/
+244
*
Replace linux_getitimer() and linux_setitimer() with implementations
tjr
2004-08-15
1
-24
/
+77
*
Avoid assuming that l_timeval is the same as the native struct timeval
tjr
2004-08-15
1
-2
/
+7
*
Use sv_psstrings from the current process's sysentvec structure instead
tjr
2004-08-15
1
-2
/
+3
*
Add XXX comment about findcdev() misuse.
phk
2004-08-14
1
-0
/
+6
*
Add __elfN(dump_thread). This function is called from __elfN(coredump)
marcel
2004-08-11
1
-0
/
+8
*
More minor cleanups and one small bug fix:
wpaul
2004-08-04
4
-36
/
+32
*
In ndis_alloc_bufpool() and ndis_alloc_packetpool(), the test to see if
wpaul
2004-08-01
1
-2
/
+2
*
Big mess 'o changes:
wpaul
2004-08-01
8
-146
/
+246
*
Use kernel_vmount() instead of vfs_nmount().
phk
2004-07-27
1
-15
/
+4
*
Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is
cperciva
2004-07-26
2
-2
/
+2
*
*sigh* Fix source code compatibility with 5.2.1-RELEASE _again_.
wpaul
2004-07-20
1
-0
/
+6
*
I missed two pieces of the commit to this file. Robert has already
dwmalone
2004-07-18
1
-1
/
+1
*
Remove 'sg' argument to linux_sendto_hdrincl, which is what I think was
rwatson
2004-07-18
1
-1
/
+1
[next]