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
*
Apply the same patch as r196205 for nfs_upgrade_lock() and
rmacklem
2009-08-17
1
-15
/
+12
*
Remove the spx_usrreq.c mergeinfo from spx_reass.c. Future changes to
jhb
2009-08-17
0
-0
/
+0
*
Fix parse() so that the partition to boot (load /boot/loader) from can
jhay
2009-08-17
1
-8
/
+5
*
Purge mergeinfo in sys/ that is either empty or a subset of the parent
jhb
2009-08-17
0
-0
/
+0
*
Correct a critical accounting error in pmap_demote_pde(). Specifically,
kib
2009-08-17
1
-0
/
+2
*
Fix a typo in ifdef mesh support. This would make mesh unworkable if
rpaulo
2009-08-17
1
-1
/
+1
*
Correct typo in the previous commit.
pjd
2009-08-17
1
-1
/
+1
*
getcwd() (when __getcwd() fails) works by stating current directory, going up
pjd
2009-08-17
1
-0
/
+43
*
Manage asynchronous vnode release just like Solaris.
pjd
2009-08-17
7
-132
/
+50
*
Fix receive when dataset has no / in its name.
pjd
2009-08-17
1
-4
/
+5
*
- Reduce z_teardown_lock lock scope a bit.
pjd
2009-08-17
1
-7
/
+7
*
If z_buf is NULL, we should free znode immediately.
pjd
2009-08-17
1
-7
/
+9
*
- We need to recycle vnode instead of freeing znode.
pjd
2009-08-17
1
-3
/
+2
*
Fix panic in zfs recv code. The last vnode (mountpoint's vnode) can have
pjd
2009-08-17
1
-1
/
+1
*
Remove OpenSolaris taskq port (it performs very poorly in our kernel) and
pjd
2009-08-17
9
-1190
/
+188
*
Because taskqueue_run() can drop tq_mutex, we need to check if the
pjd
2009-08-17
1
-0
/
+7
*
- Fix a race where /dev/zfs control device is created before ZFS is fully
pjd
2009-08-17
1
-25
/
+21
*
Remove files that are no longer used.
pjd
2009-08-17
6
-1688
/
+1
*
Be more precise how to get fsids - 'mount -v' doesn't show fsids unless is run
pjd
2009-08-17
1
-1
/
+2
*
Update the mptutil man page for FreeBSD 8.0
scottl
2009-08-17
1
-3
/
+6
*
Update the man page for manual section 8
scottl
2009-08-17
1
-1
/
+1
*
Update the man page for FreeBSD 8.0
scottl
2009-08-17
1
-14
/
+6
*
Move mfiutil.1 to mfiutil.8 for consistency. Remove superfulous README.
scottl
2009-08-17
3
-104
/
+1
*
Emit a proper error message instead of dumping core when 1)
marcel
2009-08-16
1
-2
/
+14
*
Fix small style regression introduced by the MPSAFE newbus code.
ed
2009-08-16
1
-1
/
+1
*
Change the usb workers from kernel processes to threads, this is mostly a
thompsa
2009-08-16
2
-5
/
+11
*
Prevent sysinstall from needlessly waiting for confirmation when using an USB
rink
2009-08-16
1
-1
/
+2
*
Fix misalignment in nvpair_native_embedded() caused by the compiler
marcel
2009-08-16
1
-2
/
+3
*
Decouple ACPI CPU Ids from FreeBSD's cpuid. The ACPI Ids can be
marcel
2009-08-16
3
-20
/
+19
*
Rather than fix questionable ifnet list locking in the implementation of
rwatson
2009-08-15
2
-58
/
+10
*
Remove unused if_rawoutput() macro; it has been unused since at least
rwatson
2009-08-15
1
-1
/
+0
*
* Fix a bug where PR-SCTP settings are ignore when using implicit
tuexen
2009-08-15
7
-99
/
+176
*
Port recent IPI enhachements to en:
attilio
2009-08-15
1
-0
/
+38
*
iostat: add a bit of space between tty in/out columns
keramida
2009-08-15
1
-6
/
+6
*
Add my birthday
fluffy
2009-08-15
1
-0
/
+1
*
- Proprely intialize UART parameters at probe stage, so uart(4)
stas
2009-08-15
1
-4
/
+4
*
- Avoid overflowing the swap size counters in human-readable mode
stas
2009-08-15
1
-2
/
+3
*
Add mptutil(8) and mfiutil(1) to 'SEE ALSO' sections in mpt(4) and mfi(4).
trasz
2009-08-15
2
-2
/
+4
*
In function ip_output(), the cached route is flushed when there is a
qingli
2009-08-14
1
-1
/
+5
*
Appease VNET_DEBUG - in if_vmove we temporarily switch i.e.
zec
2009-08-14
1
-1
/
+1
*
SCTP is not yet compatible with options VIMAGE kernels although it compiles
zec
2009-08-14
1
-0
/
+4
*
Make VNET_DEBUG a standalone compile-time option, i.e. decouple it from
zec
2009-08-14
2
-4
/
+2
*
Add a new macro to test that a variable could be loaded atomically.
bz
2009-08-14
4
-0
/
+10
*
Adjust the handling of the local APIC PMC interrupt vector:
jhb
2009-08-14
10
-28
/
+191
*
Add the ability to build a release from an SVN checkout instead of a CVS
jhb
2009-08-14
2
-5
/
+78
*
Purge mergeinfo from files that were temporarily renamed while USB2 was
jhb
2009-08-14
0
-0
/
+0
*
Remove bogus char cast.
remko
2009-08-14
1
-1
/
+1
*
Make sysinstall recognize /dev/ada* disk devices. The description string
cperciva
2009-08-14
1
-0
/
+1
*
Add mptutil, a basic utility for managing MPT SCSI/SATA/SAS controllers.
scottl
2009-08-14
12
-0
/
+4429
*
Fix is 32bit bug missed in testing.
scottl
2009-08-14
1
-7
/
+8
[next]