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
*
Don't recurse into geom_apple and geom_gpt. They have been moved
marcel
2007-02-07
1
-3
/
+1
*
eliminate redundant macro MC_SEND()
bms
2007-02-07
1
-11
/
+2
*
Fix a bug in 1.40 - it missed three occurences in pkg_info which leads to
pav
2007-02-07
1
-5
/
+23
*
Evolve the ctlreq interface added to geom_gpt into a generic
marcel
2007-02-07
21
-1634
/
+2862
*
- Move 'struct swdevt' back into swap_pager.h and expose it to userland.
jhb
2007-02-07
3
-36
/
+126
*
Remove support for IPIP tunnels in IPv4 multicast forwarding. XORP has
bms
2007-02-07
4
-251
/
+18
*
Fix the race of dereferencing /proc/<pid>/file with execve(2) by caching
kib
2007-02-07
1
-4
/
+12
*
Change the pagedaemon, vm_wait(), and vm_waitpfault() to sleep on the
alc
2007-02-07
2
-15
/
+21
*
Remove the vm page queue free mutex from the CDEV order.
alc
2007-02-07
1
-1
/
+0
*
Make iostat(8) fully work on crash dumps again (broken since 5.0):
jhb
2007-02-06
1
-5
/
+6
*
Fixed some style bugs. Routine except:
bde
2007-02-06
2
-65
/
+67
*
Allow to use umastat on coredumps.
pjd
2007-02-06
1
-3
/
+24
*
Print intptr_t values by first casting to intmax_t and then printing with
rwatson
2007-02-06
1
-1
/
+1
*
Update comments in mac.h.
rwatson
2007-02-06
1
-7
/
+10
*
Simplified PCPU_GET() and PCPU_SET(). We must copy through a temporary
bde
2007-02-06
2
-84
/
+36
*
Push UNIX domain socket locking further into uipc_ctloutput() in order to
rwatson
2007-02-06
1
-2
/
+6
*
Introduce accessor functions mac_label_get() and mac_label_set() to replace
rwatson
2007-02-06
10
-134
/
+107
*
at91_twi depends on the iicbus module to satisfy its symbols when
imp
2007-02-06
1
-0
/
+1
*
Continue 7-CURRENT MAC Framework rearrangement and cleanup:
rwatson
2007-02-06
22
-21
/
+10
*
Document NetCell NC3000 and NC5000 support.
brueffer
2007-02-06
1
-1
/
+3
*
getopt(3) returns -1, not EOF.
kevlo
2007-02-06
5
-5
/
+5
*
- Bump document date.
ru
2007-02-06
1
-3
/
+3
*
Print warning that "-t msdos" is deprecated and being converted to
rodrigc
2007-02-06
1
-1
/
+4
*
The change to the vm_page_queue_freelist lock from a spin lock to a
mpp
2007-02-06
1
-1
/
+1
*
Eliminate some dead code which was introduced in 1.23, yet was always
rodrigc
2007-02-06
1
-11
/
+0
*
s/Feb/February/
ambrisko
2007-02-05
1
-1
/
+1
*
Change GDB_BUFSZ to be large enough to hold a register dump where each
jhb
2007-02-05
1
-1
/
+1
*
Use egrep instead of grep so that reporting of login failures (broken
jdp
2007-02-05
1
-1
/
+1
*
If (a == NULL), don't dereference (a) to record an error message. [1]
cperciva
2007-02-05
2
-4
/
+7
*
Fix devfs cloning for non-superusers when net.link.tap.user_open is non-zero.
bms
2007-02-05
1
-5
/
+2
*
Forced commit; Vim ate my homework^Wkeystroke.
bms
2007-02-05
0
-0
/
+0
*
Clean up after tun(4) properly; remove routes whose ifp is set to
bms
2007-02-05
1
-4
/
+9
*
MFC after: 3 days
bms
2007-02-05
1
-1
/
+1
*
<sys/sx.h> is unneeded.
kevlo
2007-02-05
1
-1
/
+0
*
getopt(3) returns -1, not EOF when out of args.
kevlo
2007-02-05
4
-4
/
+4
*
Change the free page queue lock from a spin mutex to a default (blocking)
alc
2007-02-05
4
-22
/
+22
*
When fast-forwarding is enabled, do not forward directed IPv4 broadcasts
bms
2007-02-05
1
-2
/
+4
*
Call pbgetvp() and pbrelvp() instead of setting b_vp directly.
tegge
2007-02-04
1
-3
/
+9
*
Add support for another 3G card and update man page accordingly.
le
2007-02-04
3
-2
/
+20
*
cleanup code: remove superfluous comma at end of enumeration
rse
2007-02-04
1
-2
/
+2
*
cleanup code: remove unnecessary and useless void cast
rse
2007-02-04
1
-1
/
+1
*
Correct parser by using intended C equality ("==") instead of
rse
2007-02-04
1
-1
/
+1
*
fix bug: avoid dereferencing content of an already free(3)'ed chunk
rse
2007-02-04
1
-1
/
+3
*
Fix hr.iso syscons keymap, making it possible to type < and >.
philip
2007-02-04
1
-2
/
+2
*
Typo.
bms
2007-02-04
1
-2
/
+2
*
Be explicit in examples about the correct grammar for 'alias' and
bms
2007-02-04
1
-12
/
+27
*
Implement ifnet cloning for tun(4)/tap(4).
bms
2007-02-04
4
-48
/
+268
*
Document that quotas must be turned off on a file system and
mpp
2007-02-04
1
-0
/
+2
*
If a user is over both the soft block limit and soft i-node
mpp
2007-02-04
1
-13
/
+29
*
Remove all #if __FreeBSD_version checks now that RSTP support has been
syrinx
2007-02-04
1
-32
/
+2
[next]