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
*
Tag all geom classes in the tree with a version number.
phk
2004-08-08
26
-6
/
+35
*
OOps, that check was a bit premature. Allow zero versions as well.
phk
2004-08-08
1
-1
/
+1
*
Add support Sony Handycam TRV-30 memory stick slot
sanpei
2004-08-08
2
-0
/
+5
*
Use default method initialization on geoms.
phk
2004-08-08
12
-35
/
+33
*
Use a ->fini() from the geom class to destroy the control device.
phk
2004-08-08
1
-40
/
+19
*
Give classes a version number and refuse to touch classes which are not
phk
2004-08-08
2
-0
/
+27
*
Add support to Sony Ericsson USB Cable(Susteen USB Data Cable)
sanpei
2004-08-08
2
-0
/
+6
*
Bump __FreeBSD_version for vfs_mount signature change.
alfred
2004-08-08
1
-1
/
+1
*
rearange some code that handles the thread taskqueue so that it is more
jmg
2004-08-08
2
-13
/
+27
*
Assume a finger of regular width when no width value is reported by
philip
2004-08-08
2
-6
/
+20
*
Add support AOpen VA1000 video capture card
sanpei
2004-08-08
2
-2
/
+15
*
Update support for Synaptics Touchpads (Volume IV)
philip
2004-08-08
2
-4
/
+4
*
Update support for Synaptics Touchpads (Volume III)
philip
2004-08-08
2
-0
/
+52
*
Update support for Synaptics Touchpads (Volume II)
philip
2004-08-08
2
-10
/
+52
*
Update support for Synaptics Touchpads (Volume I)
philip
2004-08-08
2
-106
/
+128
*
With the advent of pmap locking it makes sense for pmap_copy() to be less
alc
2004-08-08
2
-6
/
+6
*
Implement single stepping when we leave the kernel through the EPC syscall
marcel
2004-08-08
2
-4
/
+63
*
Add support for Belkin F5U409 serial-usb adapter
sanpei
2004-08-07
2
-1
/
+3
*
Push all changes to disk before downgrading a mount from rw to ro.
phk
2004-08-07
1
-0
/
+3
*
Slightly move labels around to make sure we call ast() on our way out
marcel
2004-08-07
2
-13
/
+5
*
De-inline gdb_cpu_signal() because we need to convert the trap vectors
marcel
2004-08-07
2
-7
/
+11
*
The whitespace crusader strikes!
des
2004-08-07
2
-95
/
+95
*
Acquire vr lock before entering vr_setcfg() in vr_miibus_statchg(),
rwatson
2004-08-07
2
-0
/
+4
*
Due to popular demand, hook up geom_vinum to the build.
le
2004-08-07
1
-0
/
+1
*
We're not yet ready to assert !Giant in kern_fcntl(), as it's called
rwatson
2004-08-07
1
-5
/
+4
*
Correct the last commit so it works in error situations as well.
sos
2004-08-07
1
-1
/
+1
*
Add a "void *if_carp" placeholder to struct ifnet with prospect to bring in
mlaier
2004-08-07
1
-0
/
+1
*
Move the definition of M_MEMDESC to a non-optional file. This allows
scottl
2004-08-07
2
-5
/
+5
*
Remove dead code. A vm_map's first_free is never NULL (even if the map is
alc
2004-08-07
1
-7
/
+2
*
Eliminate a variable that became unused in the i386 to amd64 conversion.
alc
2004-08-07
1
-2
/
+0
*
Pickup Giant in ath_rx_proc and when handling a beacon miss in order to
sam
2004-08-07
1
-0
/
+6
*
Always isync after a mtmsr. While perhaps not strictly necessary for PSL_EE
grehan
2004-08-07
1
-1
/
+1
*
As SLIP directly accesses the tty code from its if_start() routine,
rwatson
2004-08-06
1
-1
/
+3
*
Use the new prototype for the zone constructor.
cognet
2004-08-06
1
-2
/
+3
*
Flag a broad range of VFS operations as GIANT_REQUIRED in order to
rwatson
2004-08-06
1
-2
/
+24
*
Fix a panic in ata_generic_transaction(). The DMA pointer of the channel
njl
2004-08-06
1
-1
/
+1
*
In thread_exit(), include more information about the thread/process
rwatson
2004-08-06
1
-1
/
+2
*
Push UIDINFO_UNLOCK() slightly earlier in chgsbize(), as it's not
rwatson
2004-08-06
1
-2
/
+2
*
Avoid acquiring Giant for some common light-weight or already MPSAFE
rwatson
2004-08-06
1
-2
/
+31
*
Generate KTR trace records for syscall enter and exit in i386 system
rwatson
2004-08-06
1
-0
/
+6
*
Generate KTR trace records for uma_zalloc_arg() and uma_zfree_arg().
rwatson
2004-08-06
1
-0
/
+6
*
Cut a KTR record whenever a callout is invoked. Mark whether it runs
rwatson
2004-08-06
1
-0
/
+4
*
Assign KTR flag constants for UMA events and callouts.
rwatson
2004-08-06
1
-1
/
+3
*
While we're revisiting old sins, try to clean up the code a little and
des
2004-08-06
1
-168
/
+176
*
Move the source code for these two modules out of src/sys/modules.
des
2004-08-06
4
-906
/
+4
*
Do not use hardware flow control for the moment. There are some issues
marcel
2004-08-06
1
-0
/
+8
*
Don't scare users with a warning about preemption being off when it isn't
jhb
2004-08-06
1
-0
/
+2
*
remove /boot/kernel from the default path.. There is already code that
jmg
2004-08-06
2
-2
/
+3
*
Add and document kern.geom.stripe.fast_failed sysctl, which shows how
pjd
2004-08-06
1
-1
/
+7
*
Fields bio_caller[12] should be used by the consumer and fields
pjd
2004-08-06
1
-23
/
+23
[next]