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
path:
root
/
share
/
man
/
man9
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add back reference to buf(9) removed in r32223 as buf(9) was added
bdrewery
2014-02-02
1
-2
/
+2
*
add a few missing links...
jmg
2014-01-31
1
-0
/
+4
*
link mbuf to m_append so it can be found...
jmg
2014-01-28
1
-0
/
+1
*
Remove notes about historical mbuf(9) allocator flags from documentation.
glebius
2014-01-16
2
-24
/
+2
*
Add sglist_append_bio(9) to append a struct bio's data to a sglist
bryanv
2014-01-13
2
-1
/
+13
*
Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.
kevlo
2014-01-08
1
-1
/
+1
*
bump Dd
jmg
2013-12-21
1
-1
/
+1
*
document the m_getjcl function...
jmg
2013-12-20
2
-0
/
+9
*
dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE
avg
2013-11-26
1
-29
/
+28
*
Axe IFF_SMART. Fortunately this layering violating flag was never used,
glebius
2013-11-05
1
-9
/
+1
*
Drop support for historic ioctls and also undefine them, so that code
glebius
2013-11-05
1
-13
/
+1
*
mdoc: document title should be all caps.
joel
2013-10-30
1
-1
/
+1
*
Add missing symlinks for the sbuf man page
eadler
2013-10-23
1
-0
/
+3
*
Add a manpage for the getenv() family of functions in the kernel.
jhb
2013-10-22
2
-0
/
+219
*
Remove Giant-locked drivers support (DISKFLAG_NEEDSGIANT flag) from disk(9).
mav
2013-10-22
1
-2
/
+0
*
Reflect r248070 (RTM_PINNED) changes in documentation.
melifaro
2013-10-16
1
-3
/
+2
*
Add manpages for VOP_ADVISE() and VOP_ALLOCATE().
jhb
2013-10-07
4
-0
/
+176
*
Remove a stale comment.
jhb
2013-10-07
1
-9
/
+0
*
add missing sections, de-Xr non-existent page, properly space
jmg
2013-10-07
2
-3
/
+3
*
Document LK_TRYUPGRADE.
kib
2013-10-06
1
-3
/
+11
*
mdoc: fix list width.
joel
2013-09-13
1
-1
/
+1
*
- Document the UQUAD sysctl variants.
jhb
2013-09-12
3
-12
/
+32
*
Document several recent changes to vm_map_find(9):
jhb
2013-09-12
1
-22
/
+56
*
add links for the various vmem functions...
jmg
2013-09-04
1
-0
/
+7
*
Hook vm_page_busy.9 to the build
antoine
2013-08-26
1
-0
/
+1
*
Remove EOL whitespace.
joel
2013-08-25
1
-1
/
+1
*
mdoc fixes.
joel
2013-08-25
1
-1
/
+2
*
Fix BUGS section after botched modify in r254772.
andre
2013-08-24
1
-2
/
+1
*
Rename the kld_unload event handler to kld_unload_try, and add a new
markj
2013-08-24
1
-0
/
+2
*
Adjust for the pfil_func_t typedef added in r254769.
andre
2013-08-24
1
-4
/
+4
*
pfil_hook_get() has been internalized in r254771 and is no longer
andre
2013-08-24
1
-9
/
+2
*
- Bump date.
davide
2013-08-23
1
-2
/
+2
*
Introduce callout_init_rm() so that callouts can be used in conjunction
davide
2013-08-23
1
-6
/
+20
*
Update the manual page for vm_page_grab(9).
kib
2013-08-22
1
-13
/
+27
*
Minor mdoc nit.
joel
2013-08-22
1
-1
/
+0
*
Implement atomic_swap() and atomic_testandset().
jkim
2013-08-21
1
-17
/
+66
*
Update the SDT(9) man page with the macros added in 254468. Also change the
markj
2013-08-17
1
-10
/
+79
*
Correct sentence syntax too.
mjacob
2013-08-17
1
-3
/
+3
*
Correct spelling.
obrien
2013-08-17
1
-1
/
+1
*
Fix a typo.
markj
2013-08-15
1
-1
/
+1
*
Use kld_{load,unload} instead of mod_{load,unload} for the linker file load
markj
2013-08-14
1
-4
/
+4
*
Add event handlers for module load and unload events. The load handlers are
markj
2013-08-13
1
-1
/
+7
*
Minor mdoc nits.
joel
2013-08-10
1
-2
/
+1
*
mdoc: document title should be all caps.
joel
2013-08-10
1
-1
/
+1
*
Give mutex(9) the ability to recurse on a per-instance basis.
attilio
2013-08-09
1
-2
/
+10
*
The soft and hard busy mechanism rely on the vm object lock to work.
attilio
2013-08-09
7
-222
/
+238
*
Document the sbinuptime() and getsbinuptime() functions introduced in
brooks
2013-07-25
2
-6
/
+23
*
Add bus_dmamap_load_bio and bus_dmamap_load_ccb to bus_dma(9).
jimharris
2013-07-17
1
-3
/
+63
*
- mdoc: remove superfluous paragraph macros.
pluknet
2013-07-12
1
-8
/
+1
*
Remove non existent in FreeBSD reference.
glebius
2013-07-12
1
-2
/
+1
[next]