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
*
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
*
Add a kern_setsockopt and kern_getsockopt which can read the option
dwmalone
2004-07-17
1
-65
/
+19
*
/usr/libexec/ld-elf.so.1 -> /libexec/ld-elf32.so.1
obrien
2004-07-16
1
-1
/
+1
*
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
phk
2004-07-15
1
-0
/
+1
*
Regen
peter
2004-07-14
4
-9
/
+4
*
Unmapped syscalls should be NOPROTO so that we don't get a duplicate
peter
2004-07-14
1
-1
/
+1
*
Give kldunload a -f(orce) argument.
phk
2004-07-13
4
-5
/
+13
*
Add kldunloadf() system call. Stay tuned for follwing commit messages.
phk
2004-07-13
1
-2
/
+3
*
Make NdisReadPcmciaAttributeMemory() and NdisWritePcmciaAttributeMemory()
wpaul
2004-07-11
3
-9
/
+16
*
Update for the KDB framework:
marcel
2004-07-10
1
-2
/
+3
*
Clean up and wash struct iovec and struct uio handling.
phk
2004-07-10
2
-52
/
+19
*
Use a couple of regular kernel entry points, rather than COMPAT_43
phk
2004-07-08
1
-4
/
+12
*
Fix two problems:
wpaul
2004-07-07
2
-1
/
+17
*
Implement SNDCTL_DSP_SETDUPLEX. This may fix sound apps which want to
netchild
2004-07-02
2
-0
/
+5
*
Change the thread ID (thr_id_t) used for 1:1 threading from being a
marcel
2004-07-02
1
-4
/
+4
*
Regen.
marcel
2004-07-02
4
-4
/
+4
*
Cast variable-sized (based on platform) quantities before printing out.
obrien
2004-06-24
1
-2
/
+2
*
Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead of
bde
2004-06-23
1
-2
/
+4
*
Mark linux_emul_convpath() as GIANT_REQUIRED.
rwatson
2004-06-22
1
-0
/
+2
*
Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.
phk
2004-06-21
2
-0
/
+6
*
Add stub for Linux SOUND_MIXER_READ_RECMASK, required by some Linux sound
bms
2004-06-18
2
-0
/
+5
*
Add a stub for the Linux SOUND_MIXER_INFO ioctl (even though we don't
bms
2004-06-18
2
-0
/
+5
*
Linux applications expect to be able to call SIOCGIFCONF with an
bms
2004-06-18
1
-0
/
+14
*
Fix the VT_SETMODE/CDROMIOCTOCENTRY problem correctly.
bms
2004-06-18
1
-15
/
+17
*
Fix two attempts to use an unchecked NULL pointer provided from the
bms
2004-06-18
1
-7
/
+10
*
Second half of the dev_t cleanup.
phk
2004-06-17
6
-12
/
+12
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-6
/
+6
*
Add support for more linux ioctls.
phk
2004-06-14
2
-2
/
+117
*
Socket MAC labels so_label and so_peerlabel are now protected by
rwatson
2004-06-13
1
-0
/
+4
*
Deorbit COMPAT_SUNOS.
phk
2004-06-11
2
-2
/
+2
*
Add another 5.2.1 source compatibility tweak: acquire Giant before calling
wpaul
2004-06-07
2
-0
/
+6
*
Change the types of vn_rdwr_inchunks()'s len and aresid arguments to
tjr
2004-06-05
1
-2
/
+2
*
Take advantage of the dev sysctl tree.
des
2004-06-04
2
-0
/
+20
*
Grrr. Really check subr_ndis.c in this time. (fixed my_strcasecmp())
wpaul
2004-06-04
1
-13
/
+19
*
Explicitly #include <sys/module.h> instead of depending on <sys/kernel.h>
wpaul
2004-06-01
1
-0
/
+1
*
Fix build with ndisulator: Add prototype for my_strcasecmp().
wpaul
2004-05-29
1
-0
/
+1
*
In subr_ndis.c, when searching for keys in our make-pretend registry,
wpaul
2004-05-29
1
-2
/
+21
*
Small timer cleanups:
wpaul
2004-04-30
1
-24
/
+19
*
Fix build for non-COMPAT_FREEBSD4 configurations. Make the FreeBSD 4
marcel
2004-04-24
1
-0
/
+10
*
Ok, _really_ fix the Intel 2100B Centrino deadlock problems this time.
wpaul
2004-04-22
1
-12
/
+27
*
Correct the AT_DISPATCH_LEVEL() macro to match earlier changes.
wpaul
2004-04-20
1
-1
/
+1
*
Try to handle recursive attempts to raise IRQL to DISPATCH_LEVEL better
wpaul
2004-04-19
1
-1
/
+9
*
In ntoskrnl_unlock_dpc(), use atomic_store instead of atomic_cmpset
wpaul
2004-04-18
1
-2
/
+2
*
- Use memory barrier with atomic operations in ntoskrnl_lock_dpc() and
wpaul
2004-04-16
5
-56
/
+21
*
Check in structure definitions for the FreeBSD-3.x signal syscall stuff.
peter
2004-04-14
1
-0
/
+43
*
Regen
peter
2004-04-14
4
-40
/
+49
[next]