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
...
*
Another FNONBLOCK -> O_NONBLOCK.
phk
2004-12-13
1
-2
/
+2
*
Use O_NONBLOCK instead of FNONBLOCK alias.
phk
2004-12-13
1
-1
/
+1
*
Rather than casting through a (void *) to avoid the aliasing warning,
imp
2004-12-13
1
-3
/
+3
*
Explicit panic in vop_read/vop_write for devices
phk
2004-12-13
1
-0
/
+2
*
We don't need vnode.h, but do need uio.h in these files. vnode.h
imp
2004-12-13
4
-4
/
+4
*
Remove a stray critical_exit().
scottl
2004-12-13
1
-1
/
+0
*
Add sys/uio.h explicitly, and move sys/vnode.h include to be more
imp
2004-12-13
4
-4
/
+8
*
Explicitly panic vop_read/vop_write on fifos.
phk
2004-12-13
1
-0
/
+2
*
Re-enable link programming on resume. It appears the previous bounds
njl
2004-12-13
1
-2
/
+0
*
sys/vnode.h is inappropriate for a driver. Use sys/uio.h instead.
imp
2004-12-13
1
-1
/
+1
*
Correct the handling of two unusual cases by the zero-copy receive path,
alc
2004-12-13
1
-16
/
+26
*
Cast from the specific vop_*_args to vop_generic_args via a (void *)
imp
2004-12-13
1
-1
/
+1
*
Crank down the lame-o-matic a notch by moving the = inside the /* */ rather
imp
2004-12-13
1
-1
/
+1
*
Make this compile when you don't have /sys.
imp
2004-12-13
1
-1
/
+1
*
cover up the landmine until there's a proper solution
sam
2004-12-13
1
-0
/
+4
*
Remove the addition of ACPI_DEBUG that was accidentally added in the last
scottl
2004-12-13
1
-1
/
+1
*
Allow the acpi_ibm module to be built with ACPI_DEBUG.
scottl
2004-12-13
3
-0
/
+7
*
Try make code for teh M$ Intellimouse less obtrusive
julian
2004-12-13
1
-11
/
+24
*
Make sure that opt_ddb.h exists so that this will compile with ACPI_DEBUG
scottl
2004-12-13
1
-1
/
+2
*
Don't export the 'dt' field as that would break the exisiting ABI.
julian
2004-12-13
2
-5
/
+5
*
Revert addition of Lide scanner entry..
julian
2004-12-13
2
-2
/
+0
*
Bump revision of FreeBSD for 802.11 framework update.
imp
2004-12-12
1
-1
/
+1
*
Separate mse driver into a core driver and a bus attachments. Separate out
imp
2004-12-12
10
-2420
/
+973
*
Fix the last of the instability and the cause of the annoying
marcel
2004-12-12
1
-2
/
+6
*
Save a few more cycles in cpu_switch() and cpu_throw().
cognet
2004-12-12
1
-29
/
+24
*
Make sppp MPSAFE.
rik
2004-12-12
2
-112
/
+237
*
With the introduction of UFS2 we started looking for superblocks in
phk
2004-12-12
1
-0
/
+1
*
Don't deref NULL if no charset-conversion is specified.
phk
2004-12-12
2
-2
/
+10
*
Pass the file->flags down to geom ioctl handlers.
phk
2004-12-12
8
-11
/
+29
*
Add support for Cannon LIDE 20 scanner
julian
2004-12-12
2
-0
/
+2
*
record the bssid for an association
sam
2004-12-12
1
-0
/
+1
*
Only export defined symbols. Note that I couldn't find any difference
njl
2004-12-12
1
-1
/
+1
*
Move the author's copyright notice to match the initial LongRun import
njl
2004-12-12
2
-2
/
+1
*
Add support for USB Microsoft Intellimouse
julian
2004-12-12
3
-21
/
+52
*
do not clear the global key cache when reaching the INIT state
sam
2004-12-12
1
-1
/
+0
*
Changes to cache endpoint descriptors for all the interfaces. this information
julian
2004-12-12
1
-34
/
+114
*
Some changes related to reading the MAC-address from the VPD on systems
marius
2004-12-12
1
-19
/
+18
*
remove module dependency on rc4; it's not needed any more
sam
2004-12-12
1
-1
/
+0
*
Fix style.
cognet
2004-12-11
1
-34
/
+34
*
Add entries to trace syscalls with KTR.
cognet
2004-12-11
1
-0
/
+6
*
Revert rev 1.259. The null-pointer function call (a dereference on
marcel
2004-12-11
1
-39
/
+0
*
Revert previous commit. The null-pointer function call (a dereference
marcel
2004-12-11
1
-4
/
+4
*
Add support for Tau-PCI-L model - one V.35/RS-232 or
rik
2004-12-11
2
-717
/
+719
*
Pass VM_ALLOC_NOBUSY to vm_page_grab() so that we don't have to call
alc
2004-12-11
1
-2
/
+1
*
Copy the entire stats structure. Let compiler decide how.
phk
2004-12-11
1
-1
/
+1
*
Revert rev 1.233. The null-pointer function call (a dereference on
marcel
2004-12-11
1
-3
/
+3
*
Revert previous commit. The null-pointer function call (a dereference
marcel
2004-12-11
2
-8
/
+8
*
Fix whitespace.
phk
2004-12-11
1
-1
/
+1
*
Handle MNT_UPDATE export requests first and return so we do not
phk
2004-12-11
1
-14
/
+14
*
Fix compilation with INVARIANTS.
cognet
2004-12-11
1
-2
/
+2
[prev]
[next]