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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up allocated ressources when destroying the main vinum geom.
le
2004-06-18
4
-21
/
+53
*
Remove compat code and unused lock declarations.
njl
2004-06-18
1
-22
/
+2
*
Remove compat defines.
njl
2004-06-18
1
-4
/
+0
*
Add stub for Linux SOUND_MIXER_READ_RECMASK, required by some Linux sound
bms
2004-06-18
2
-0
/
+5
*
Avoid deadlock which is caused by locking VDIR of parent and VREG of
kuriyama
2004-06-18
1
-0
/
+9
*
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
*
Check that m->m_pkthdr.rcvif is not NULL before checking if a packet
bms
2004-06-18
1
-1
/
+2
*
Add comment to reflect that we should retry after thread singling failed.
davidxu
2004-06-18
1
-0
/
+4
*
Appease GCC.
bms
2004-06-18
1
-1
/
+1
*
Fix two attempts to use an unchecked NULL pointer provided from the
bms
2004-06-18
1
-7
/
+10
*
Remove nested include of <sys/module.h>
phk
2004-06-18
1
-3
/
+0
*
Add missing <sys/module.h> include.
phk
2004-06-18
1
-0
/
+1
*
Reduce a fair bit of the atomics because we are now called with a
phk
2004-06-18
1
-73
/
+55
*
Fix the description of hw.firewire.sbp.exclusive_login.
simokawa
2004-06-18
1
-1
/
+1
*
Remove a bogus panic. It is possible more than one threads will
davidxu
2004-06-18
1
-1
/
+2
*
If thread singler wants to terminate other threads, make sure it includes
davidxu
2004-06-18
1
-2
/
+16
*
Correct merge-o: make sure to unlock symmetrically socket buffer
rwatson
2004-06-18
1
-2
/
+2
*
Hold SOCK_LOCK(so) while frobbing so_options. Note that while the
rwatson
2004-06-18
1
-1
/
+4
*
Try harder to give new processes a clean initial fpu state. fpu_cleanstate
peter
2004-06-18
1
-7
/
+5
*
If SO_DEBUG is enabled for a TCP socket, and a received segment is
bms
2004-06-18
1
-2
/
+11
*
Merge some additional leaf node socket buffer locking from
rwatson
2004-06-18
2
-19
/
+53
*
Don't set FIN on a retransmitted segment after a FIN has been sent,
bms
2004-06-18
1
-1
/
+1
*
Fixed a panic caused by over-optimizing npxdrop() in the non-FXSR case.
bde
2004-06-18
1
-0
/
+9
*
Ensure that dst is bzeroed before calling rtalloc_ign(), to avoid possible
bms
2004-06-18
1
-0
/
+1
*
A couple more style(9) nits I should have included in last commit
imp
2004-06-18
1
-4
/
+3
*
Style nits in the prototypes
imp
2004-06-18
1
-2
/
+2
*
Bumb version so apps can detect whether CLOCK_VIRTUAL and CLOCK_PROF are
kbyanc
2004-06-17
1
-1
/
+1
*
Implement CLOCK_VIRTUAL and CLOCK_PROF for clock_gettime(2) and
kbyanc
2004-06-17
1
-9
/
+39
*
Merge additional socket buffer locking from rwatson_netperf:
rwatson
2004-06-17
11
-16
/
+154
*
Up SiI reset wait a bit, some devices got lost.
sos
2004-06-17
1
-1
/
+1
*
Reduce the thaumaturgical level of root filesystem mounts: Instead of using
phk
2004-06-17
2
-52
/
+51
*
Nuke dead code.
cognet
2004-06-17
1
-92
/
+1
*
Nuke bus_space_mmap(), as it does not exist in FreeBSD.
cognet
2004-06-17
3
-21
/
+0
*
Revert last change. If acpi is loaded or compiled into the kernel, its
njl
2004-06-17
2
-2
/
+2
*
Second half of the dev_t cleanup.
phk
2004-06-17
69
-196
/
+177
*
Import two fixes from the OpenBSD stable branch:
mlaier
2004-06-17
3
-19
/
+16
*
Save a couple of bytes for the SIO case.
phk
2004-06-17
1
-4
/
+2
*
Fix another beak.
phk
2004-06-17
1
-1
/
+1
*
atapicam(4) is currently off by three orders of magnitude regarding the
green
2004-06-17
1
-2
/
+2
*
Do not preset PG_BUSY on VM_ALLOC_NOOBJ pages. Such pages are not
alc
2004-06-17
3
-8
/
+2
*
While setting up a transmit packet disable interupts on the card then
ambrisko
2004-06-17
1
-0
/
+6
*
Remove bad cookie vp kernel printf; while it does notify about an
rwatson
2004-06-17
1
-1
/
+0
*
Commit pf version 3.5 and link additional files to the kernel build.
mlaier
2004-06-16
15
-2388
/
+4876
*
This commit was generated by cvs2svn to compensate for changes in r130610,
mlaier
2004-06-16
1
-0
/
+840
|
\
|
*
Import pf from OpenBSD 3.5 (OPENBSD_3_5_BASE)
mlaier
2004-06-16
11
-1417
/
+4695
|
*
Import OpenBSD 3.4-stable fixes
dhartmei
2004-05-02
3
-19
/
+16
|
*
Import another fix from the OpenBSD-Stable branch:
mlaier
2004-04-11
1
-6
/
+11
|
*
Import two fixes from OpenBSD's stable branch:
mlaier
2004-03-28
2
-4
/
+41
[next]