1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00
freebsd/sys
Marcel Moolenaar 4ec7371233 For vendors like Juniper, extensibility for sockets is important. A
good example is socket options that aren't necessarily generic.  To
this end, OSD is added to the socket structure and hooks are defined
for key operations on sockets.  These are:
o   soalloc() and sodealloc()
o   Get and set socket options
o   Socket related kevent filters.

One aspect about hhook that appears to be not fully baked is the return
semantics (the return value from the hook is ignored in hhook_run_hooks()
at the time of commit).  To support return values, the socket_hhook_data
structure contains a 'status' field to hold return values.

Submitted by:	Anuranjan Shukla <anshukla@juniper.net>
Obtained from:	Juniper Networks, Inc.
2014-08-18 23:45:40 +00:00
..
amd64 There exists a possible sequence of page table page allocation failures 2014-08-18 20:28:08 +00:00
arm Make note about reset vs RTOE actions... 2014-08-18 21:04:35 +00:00
boot Quiesce warning about discarding a const qualifier in assignement. 2014-08-08 21:47:47 +00:00
bsm
cam Added 4K quirks for Corsair Force GT and Samsung 840 SSDs 2014-08-14 13:57:17 +00:00
cddl Factor out the common code for function boundary tracing instead of 2014-08-16 21:42:55 +00:00
compat
conf Bring in the new automounter, similar to what's provided in most other 2014-08-17 09:44:42 +00:00
contrib Add some more OS_MARK() probes to the AR9300 HAL. 2014-08-11 00:03:50 +00:00
crypto
ddb ins is only set and unused, but only when we're not doing software 2014-08-14 16:01:51 +00:00
dev Use the "bSubslotSize" and "bSubFrameSize" fields to obtain the actual 2014-08-18 14:30:43 +00:00
fs Bring in the new automounter, similar to what's provided in most other 2014-08-17 09:44:42 +00:00
gdb
geom Deal explicitly with possible failures of make_dev_alias_p() in GEOM. 2014-08-18 19:27:47 +00:00
gnu Revert r269528; this was not the right way to bring these changes in. 2014-08-05 22:38:49 +00:00
i386 Complete r254667, do not destroy pmap lock if KVA allocation failed. 2014-08-16 08:31:25 +00:00
isa
kern For vendors like Juniper, extensibility for sockets is important. A 2014-08-18 23:45:40 +00:00
kgssapi
libkern Bring in the new automounter, similar to what's provided in most other 2014-08-17 09:44:42 +00:00
mips Change pmap_enter(9) interface to take flags parameter and superpage 2014-08-08 17:12:03 +00:00
modules Bring in the new automounter, similar to what's provided in most other 2014-08-17 09:44:42 +00:00
net * Use standard net/sff8472.h header for sff bits and offsets. 2014-08-16 21:53:44 +00:00
net80211 Undo r195846 for now - allow raw frame transmit in monitor mode. 2014-08-10 08:35:42 +00:00
netgraph
netinet Change pr_output's prototype to avoid the need for explicit casts. 2014-08-15 02:43:02 +00:00
netinet6 Change pr_output's prototype to avoid the need for explicit casts. 2014-08-15 02:43:02 +00:00
netipsec Change pr_output's prototype to avoid the need for explicit casts. 2014-08-15 02:43:02 +00:00
netnatm
netpfil Do not lookup source node twice when pf_map_addr() is used. 2014-08-15 14:16:08 +00:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed - Fix radix tree memory leakage when unloading modules using radix 2014-08-12 11:45:57 +00:00
opencrypto
pc98
pci
powerpc Fix two files forgotten in r269783 (vt_generate_cons_palette) 2014-08-10 22:24:14 +00:00
rpc
security
sparc64 Complete r254667, do not destroy pmap lock if KVA allocation failed. 2014-08-16 08:31:25 +00:00
sys For vendors like Juniper, extensibility for sockets is important. A 2014-08-18 23:45:40 +00:00
teken
tools
ufs Revision r269457 removed the Giant around mount and unmount code, but 2014-08-12 09:33:00 +00:00
vm Implement 'fast path' for the vm page fault handler. Or, it could be 2014-08-15 07:30:14 +00:00
x86 atpic: make sure atpic_init is called after IO APIC initialization 2014-08-07 17:00:50 +00:00
xdr
xen
Makefile