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
*
Lock the proc around accessing p_siglist in ttycheckoutq() in the
tjr
2003-02-10
1
-3
/
+14
*
- In getnewbuf() unlock the bq lock prior to sleeping when we're out of
jeff
2003-02-10
1
-0
/
+1
*
Remove mtx_lock_giant from functions which are mp-safe.
jake
2003-02-10
1
-9
/
+0
*
Add restrict keyword to string functions.
hsu
2003-02-10
4
-13
/
+6
*
Implement a new dynamic command allocator. FIBs are allocated in 1 page
scottl
2003-02-10
3
-56
/
+96
*
- Correct another atomic op.
jeff
2003-02-09
1
-1
/
+2
*
Clean up exit path from rl_attach() to remove multiple returns
njl
2003-02-09
1
-3
/
+3
*
Quirk for Lexar Media Jumpdrive
njl
2003-02-09
1
-0
/
+8
*
Add a comment describing how pagedaemon_wakeup() should be used and
alc
2003-02-09
1
-0
/
+6
*
Increase atrq.ndesc for if_fwe.
simokawa
2003-02-09
1
-2
/
+2
*
Update the statistics collection code to track busy time instead of
phk
2003-02-09
4
-47
/
+125
*
- Claim we're 'fsync' and not 'spec_fsync' in vop_stdfsync.
jeff
2003-02-09
1
-1
/
+1
*
- Use the new vop_stdfsync instead of recreating our own.
jeff
2003-02-09
2
-98
/
+6
*
- Move some code out from #ifdef INVARIANTS.
jeff
2003-02-09
1
-2
/
+0
*
- Update a printf format for b_flags.
jeff
2003-02-09
1
-1
/
+1
*
- Cleanup unlocked accesses to buf flags by introducing a new b_vflag member
jeff
2003-02-09
8
-171
/
+125
*
- spell add 'add' and not 'subtract' in an atomic op.
jeff
2003-02-09
1
-1
/
+1
*
Add new ioctl to specify target EUI64 for fwmem.
simokawa
2003-02-09
5
-12
/
+33
*
- Lock down the buffer cache's infrastructure code. This includes locks on
jeff
2003-02-09
1
-61
/
+154
*
Fix spelling errors in comments
julian
2003-02-09
1
-3
/
+3
*
Remove unnecessary check for OCB_ACT_CMD.
simokawa
2003-02-09
1
-5
/
+1
*
- Detect split transcation timeout.
simokawa
2003-02-09
4
-65
/
+139
*
Fix an oversight in some code I added to the last commit.
mdodd
2003-02-08
1
-1
/
+1
*
Document a few acronyms.
mdodd
2003-02-08
1
-0
/
+3
*
- Remove duplicate call to callout_handle_init() in pcn_attach().
mdodd
2003-02-08
1
-2
/
+5
*
Implement fpclassify():
mike
2003-02-08
11
-0
/
+22
*
s/hw.pci_allow_unsupported_io_range/hw.pci.allow_unsupported_io_range/
trhodes
2003-02-08
1
-1
/
+1
*
Avoid multiply for preemptive arp calculation since it hits every
orion
2003-02-08
1
-6
/
+7
*
Put the name of the /dev entry in the .h file, userland will need it.
phk
2003-02-08
2
-1
/
+3
*
Move the g_stat struct to its own .h file, we will export it to other code.
phk
2003-02-08
11
-52
/
+244
*
Move #defines of major/minor to internal header file so other bits can
phk
2003-02-08
2
-5
/
+10
*
Put makeoptions DESTDIR=/tmp in NOTES to protect people from
phk
2003-02-08
1
-0
/
+2
*
1) Linux_sendto was trashing the BSD sockaddr it put in the stackgap,
dwmalone
2003-02-08
1
-14
/
+15
*
Include <isa/isavar.h> to fix building on alpha.
nyan
2003-02-08
1
-0
/
+2
*
Revert removal of vnode and VFS stubs; bp asserts that they are needed.
tjr
2003-02-08
3
-3
/
+107
*
MF alpha
alc
2003-02-08
2
-0
/
+24
*
- Fixes for suspend/resume code (MPI-350)
ambrisko
2003-02-08
2
-51
/
+54
*
A little infrastructure, preceding some upcoming changes
julian
2003-02-08
4
-26
/
+69
*
Make the radix tree code compilable in userland. Requested by ru.
hsu
2003-02-08
2
-9
/
+15
*
Pass a minor number instead of a unit number to make_dev().
tjr
2003-02-07
1
-3
/
+4
*
Fix the breakage resulting from Rev. 1.80. Get the eeprom width
mbr
2003-02-07
2
-8
/
+10
*
Commit the correct copy of the g_stat structure.
phk
2003-02-07
9
-36
/
+139
*
add 5823 device id's; this allows 5823 parts to function but you cannot
sam
2003-02-07
2
-2
/
+7
*
Fix some sleep strings to make more sense.
phk
2003-02-07
1
-3
/
+3
*
shield kernel data structures so user apps can include this file
sam
2003-02-07
1
-0
/
+3
*
Add the new statistics structure, put one in consumers and providers.
phk
2003-02-07
3
-0
/
+28
*
Rename bio_linkage to the more obvious bio_parent.
phk
2003-02-07
6
-4
/
+7
*
Add some comments about the deficiencies of this module. I had hoped to get
gordon
2003-02-07
1
-0
/
+7
*
Implement the ALT_BREAK_TO_DEBUGGER option for the ofw console. This is very
harti
2003-02-07
1
-0
/
+18
*
pci_if.h is not needed.
nyan
2003-02-07
1
-1
/
+1
[next]