1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-27 11:55:06 +00:00
freebsd/sys
Ian Lepore dcdeb95f09 Go back to using sbuf_new() with a preallocated large buffer, to avoid
triggering an sbuf auto-drain copyout while holding a lock.

Pointed out by:	   jhb
Pointy hat: 	   ian
2015-03-14 23:57:33 +00:00
..
amd64 Use lapic_ipi_alloc() to dynamically allocate IPI slots needed by bhyve when 2015-03-14 02:32:08 +00:00
arm Delete stray clause 3 and renumber. 2015-03-13 02:49:55 +00:00
boot Enable bzipfs support in the EFI loader. 2015-03-13 09:41:27 +00:00
bsm
cam Add DA_Q_NO_RC16 quirk for USB mass storage device. 2015-03-07 17:18:06 +00:00
cddl Allow zvol_geom_worker to process BIO_DELETE's 2015-03-14 17:35:04 +00:00
compat
conf Amend r277940, by also disabling -Wcast-qual warnings for a few specific 2015-03-14 17:19:48 +00:00
contrib Merge ACPICA 20141107 and 20150204. 2015-02-18 20:33:00 +00:00
crypto
ddb
dev Use sysctl_handle_string() and the sbuf printf routines instead of large 2015-03-14 22:32:15 +00:00
fs Fix white spaces. 2015-03-02 19:14:58 +00:00
gdb
geom Add GUID and alias for Apple Core Storage partition. 2015-03-12 18:51:31 +00:00
gnu File names with commas in them cause issues for freebsd-update. We 2015-03-12 06:43:58 +00:00
i386 Remove write-only variable. 2015-03-12 20:14:48 +00:00
isa
kern Use sbuf_printf() for sysctl strings instead of stack buffers and snprintf(). 2015-03-14 23:16:12 +00:00
kgssapi
libkern Implement asprintf in libkern 2015-03-01 00:22:16 +00:00
mips Use sbuf_printf() for sysctl strings instead of static buffers and snprintf. 2015-03-14 23:30:03 +00:00
modules Use lapic_ipi_alloc() to dynamically allocate IPI slots needed by bhyve when 2015-03-14 02:32:08 +00:00
net Add if_input_default() method, that will be used for if_input 2015-03-12 14:55:33 +00:00
net80211 Use SYSCTL_OUT_STR() to return strings. 2015-03-14 21:41:00 +00:00
netgraph
netinet Go back to using sbuf_new() with a preallocated large buffer, to avoid 2015-03-14 23:57:33 +00:00
netinet6 tcp6_ctlinput() doesn't pass MTU value to in6_pcbnotify(). 2015-03-06 05:50:39 +00:00
netipsec Remove extra '&'. sin6 is already a pointer. 2015-03-07 18:44:52 +00:00
netnatm
netpfil Fix `ipfw fwd tablearg'. Use dedicated field nh4 in struct table_value 2015-03-13 09:03:25 +00:00
netsmb
nfs Avoid closing unallocated socket in case socreate fails. 2015-02-28 20:30:29 +00:00
nfsclient
nfsserver
nlm
ofed Factor out mbuf hashing code from LAGG driver so that other network 2015-03-11 16:02:24 +00:00
opencrypto
pc98
powerpc Deallocate any leftover page table entries in the LPAR at boot. This 2015-03-13 00:08:58 +00:00
rpc
security
sparc64
sys Define a convenience macro, SYSCTL_OUT_STR() for handling strings the 2015-03-14 21:38:51 +00:00
teken
tools
ufs
vm Set the SBUF_INCLUDENUL flag in sbuf_new_for_sysctl() so that sysctl 2015-03-14 17:08:28 +00:00
x86 Add x86 specific APIs 'lapic_ipi_alloc()' and 'lapic_ipi_free()' to allow IPI 2015-03-14 00:30:41 +00:00
xdr
xen Use SYSCTL_OUT_STR() to return strings. 2015-03-14 21:40:24 +00:00
Makefile