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 support for software pre-scaling of ISOCHRONOUS transfers.
hselasky
2011-02-28
1
-0
/
+4
*
Final commit to round out the "Five New TCP Congestion Control Algorithms for
lstewart
2011-02-21
4
-0
/
+1160
*
Document requirement that sys/types.h be included before rman.h.
imp
2011-02-10
1
-0
/
+1
*
Explicitly wire the user buffer rather than doing it implicitly in
mdf
2011-01-27
1
-3
/
+3
*
Document sbuf_new_for_sysctl(9).
mdf
2011-01-25
2
-1
/
+15
*
Fix typos.
jh
2011-01-22
1
-4
/
+4
*
Introduce signed and unsigned version of CTLTYPE_QUAD, renaming
mdf
2011-01-19
1
-1
/
+3
*
document that even when wakeup_one is used to wakeup, msleep and friends
jmg
2011-01-19
1
-0
/
+8
*
sysctl(8) should use the CTLTYPE to determine the type of data when
mdf
2011-01-19
2
-9
/
+2
*
Restore comment describing /* NOTREACHED */, updated to match reality.
trasz
2011-01-07
1
-1
/
+4
*
Retire the INTR_FAST flag as it was obsoleted by the introduction of the
jhb
2011-01-06
4
-27
/
+8
*
Get rid of bad advice regarding /* NOTREACHED */. Compilers don't
trasz
2011-01-06
1
-4
/
+0
*
Fix a whitespace nit.
lstewart
2011-01-06
1
-1
/
+1
*
Add a man page for the Object Specific Data (OSD) KPI.
lstewart
2011-01-05
2
-0
/
+391
*
Correct cookie type to match reality.
pjd
2010-12-19
1
-2
/
+1
*
Add a manpage for SYSINIT() and SYSUNINIT().
jhb
2010-12-06
2
-0
/
+165
*
Document the fact that passing in a count of zero to the bus_space functions
brucec
2010-12-03
1
-0
/
+3
*
Revert r216134. This checkin broke platforms where bus_space are macros:
brucec
2010-12-03
1
-3
/
+0
*
Disallow passing in a count of zero bytes to the bus_space(9) functions.
brucec
2010-12-02
1
-0
/
+3
*
Remove the note about possible unlocking during vunref(9). It might
kib
2010-11-24
1
-5
/
+1
*
Stop documenting vgonel() after its converting to the static function:
pluknet
2010-11-12
3
-19
/
+9
*
Add a taskqueue_cancel(9) to cancel a pending task without waiting for
mdf
2010-11-08
2
-0
/
+28
*
Xref BUS_SETUP_INTR(9) and locking(9).
trasz
2010-11-03
2
-4
/
+4
*
Fix a few typos and style nits in the example code.
jhb
2010-11-02
1
-12
/
+12
*
Use .Dv with NULL.
jh
2010-10-24
1
-1
/
+3
*
Document make_dev_p(9).
jh
2010-10-24
2
-5
/
+61
*
mdoc: make pages render with mandoc
uqs
2010-10-21
1
-1
/
+1
*
catch up manual pages with rename of vm_page_sleep_busy to vm_page_sleep_if_busy
avg
2010-10-20
3
-8
/
+8
*
VOP_GETPAGES.9: clarify and correct description of parameters and requirements
avg
2010-10-20
1
-13
/
+18
*
PG_BUSY -> VPO_BUSY, PG_WANTED -> VPO_WANTED in manual pages and comments
avg
2010-10-20
3
-7
/
+7
*
uma_zfree(zone, NULL) should do nothing, to match free(9).
mdf
2010-10-19
1
-0
/
+7
*
mdoc: fix markup typo
uqs
2010-10-19
1
-1
/
+1
*
Update links for taskqueue(9) functions.
pjd
2010-10-18
1
-1
/
+7
*
Document vunref(9), add some important notes for vrele(9) and vput(9).
kib
2010-10-17
3
-71
/
+49
*
Change uma_zone_set_max to return the effective value of "nitems" after
lstewart
2010-10-16
1
-4
/
+4
*
- Simplify implementation of uma_zone_get_max.
lstewart
2010-10-16
1
-9
/
+30
*
Use a safer mechanism for determining if a task is currently running,
mdf
2010-10-13
1
-8
/
+1
*
Re-expose and briefly document taskqueue_run(9). The function is used
mdf
2010-10-12
1
-0
/
+15
*
mdoc: drop redundant .Pp and .LP calls
uqs
2010-10-08
10
-13
/
+0
*
Check the device name validity on device registration.
jh
2010-10-07
1
-7
/
+16
*
I believe the majority of Gregorian calendars would agree the current
gjb
2010-09-12
1
-1
/
+1
*
Bump date from r212440.
gjb
2010-09-12
1
-1
/
+1
*
Add RETURN VALUES section to devclass_get_maxunit(9).
gjb
2010-09-10
1
-0
/
+13
*
Replace sbuf_overflowed() with sbuf_error(), which returns any error
mdf
2010-09-10
2
-8
/
+13
*
Add drain functionality to sbufs. The drain is a function that is
mdf
2010-09-09
2
-7
/
+100
*
Fix small errors in the sbuf(9) man page.
mdf
2010-09-09
1
-4
/
+9
*
Document MAKEDEV_ETERNAL.
kib
2010-09-05
1
-1
/
+14
*
rmlock(9) two additions and one change/fix:
mlaier
2010-09-01
3
-3
/
+37
*
Fix incorrect usage of 'assure' and 'insure'.
brucec
2010-08-28
2
-2
/
+2
*
s/ithread/interrupt thread/
trasz
2010-08-24
1
-2
/
+2
[next]