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
*
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
*
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
[next]