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
Commit message (
Expand
)
Author
Age
Files
Lines
*
o add ic_rt to track the rate table for the current channel; this enables
sam
2009-03-29
15
-59
/
+45
*
Fix typo.
brueffer
2009-03-29
1
-1
/
+1
*
toggling fast-frames requires clocking the state machine
sam
2009-03-29
1
-1
/
+1
*
Emulate the FIODGNAME ioctl in our 32-bit emulator.
ed
2009-03-29
2
-0
/
+26
*
remove bogus nwid use; that's a compat shim for netbsd
sam
2009-03-29
1
-1
/
+1
*
fix wired-wireless failover example and remove incorrect
sam
2009-03-29
1
-6
/
+7
*
Eliminate ic_myaddr so changing the mac address of a device works correctly:
sam
2009-03-29
17
-125
/
+84
*
Query DNS only once per an address family.
ume
2009-03-29
1
-86
/
+170
*
Get rid of VSTAT and replace it with VSTAT_PERMS, which is somewhat
trasz
2009-03-29
4
-8
/
+7
*
Unbreak OF_interpret() and its standard implementation after r186347.
marius
2009-03-29
2
-2
/
+4
*
Extend comment in copyright notice as requested by author.
mr
2009-03-29
1
-1
/
+1
*
Fixup relative pointers after channel realloc. It fixes crash on systems
mav
2009-03-29
1
-8
/
+11
*
Add SDT DTrace probes for VFS vnode operations in the vfs:vop
rwatson
2009-03-29
1
-0
/
+12
*
Mark the declaration of bus_space_map 'static' as the implementation is.
bz
2009-03-28
1
-2
/
+3
*
For kernel builds reduce the impact of svnversion, just scanning
bz
2009-03-28
1
-1
/
+7
*
- Add files that should have been added in r190507.
lulf
2009-03-28
2
-0
/
+831
*
Update to include Toshiba LANCT00A card being supported, as well as a
imp
2009-03-28
1
-1
/
+16
*
enable setting the mac address of 802.11 devices
sam
2009-03-28
1
-0
/
+1
*
Import the gvinum work that have been done during and after Summer of Code 2007.
lulf
2009-03-28
20
-3472
/
+4009
*
Do not dereference NULL pointer. refobj is NULL for the objects that are
kib
2009-03-28
1
-1
/
+1
*
Add support for Phenom (Family 10h) to cpufreq.
mr
2009-03-28
4
-1
/
+518
*
Add some casts to silence compiler warning about signedness.
delphij
2009-03-28
2
-3
/
+3
*
o Don't access VPD even if hardware advertised the capability.
yongari
2009-03-28
2
-134
/
+101
*
Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD.
delphij
2009-03-28
11
-130
/
+237
*
Allow O_SYNC and O_NOFOLLOW flags in dbopen().
delphij
2009-03-28
1
-2
/
+2
*
Plug memory leaks and a potential NULL dereference.
delphij
2009-03-28
1
-4
/
+12
*
Simplify the logic when determining whether to zero out a db file to after
delphij
2009-03-28
1
-15
/
+5
*
- If (keysize+datasize)%(bsize=14)==0, insertion of a `big key' would cause
delphij
2009-03-28
1
-6
/
+18
*
Avoid NULL deference which causes DEBUG1 to crash, not to print useful
delphij
2009-03-28
1
-1
/
+1
*
- Avoid overwriting the cursor page when the cursor page becomes the
delphij
2009-03-28
1
-1
/
+21
*
Fix a crash when iterating over a hash and removing its elements.
delphij
2009-03-28
2
-11
/
+21
*
Only squeeze a short key/value pair onto a page with other complete key/value
delphij
2009-03-28
1
-3
/
+9
*
Diff reduce against OpenBSD, no functional change.
delphij
2009-03-28
2
-12
/
+6
*
When reading via memory, read in (amount + 1) / 2 (to properly round
imp
2009-03-28
1
-1
/
+1
*
Return meaningful errno in overflow case; print error message to stderr
delphij
2009-03-28
1
-1
/
+7
*
Use pread(2) and pwrite(2) instead of lseek(2) + read(2) / write(2).
delphij
2009-03-28
2
-6
/
+3
*
db/btree/bt_open.c: check return value of snprintf() and return value
delphij
2009-03-28
2
-6
/
+21
*
Several signed/unsigned warning fixes.
delphij
2009-03-28
8
-16
/
+18
*
It turns out that the Toshiba LANCT00A PC Card is really like the
imp
2009-03-28
3
-8
/
+27
*
When allocating memory, zero out them if we don't intend to overwrite them
delphij
2009-03-28
5
-28
/
+11
*
Add new V* constants, neccessary for granular permission checks
trasz
2009-03-27
1
-9
/
+43
*
Add explicit test so that non-existence of /usr/games/fortune
ru
2009-03-27
2
-2
/
+2
*
Sort NECINFORTIA correctly.
imp
2009-03-27
1
-1
/
+1
*
Add bromax axnet based cards to the mix. This was harvested from the linux
imp
2009-03-27
1
-0
/
+3
*
Don't strip TTY device name to the last '/'.
ed
2009-03-27
1
-2
/
+2
*
Harvest a previously unknown Bromax design based on the AX88x90 from
imp
2009-03-27
1
-0
/
+1
*
Revert 190445 change to this file restoring:
ambrisko
2009-03-27
1
-3
/
+3
*
The buffer start and end phys addresses should be 0x0 for an OHCI zero length
thompsa
2009-03-27
1
-2
/
+5
*
Correct typo.
kib
2009-03-27
1
-2
/
+2
*
Whitespace/spelling fixes in advance of upcoming functional changes.
jamie
2009-03-27
3
-19
/
+19
[next]