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
*
o Catch up v_flag split and replace VSYSTEM by VV_SYSTEM.
maxim
2006-06-08
1
-1
/
+1
*
Catch up with the rename of symbol VDOOMED to VI_DOOMED in revision
jkoshy
2006-06-07
1
-3
/
+1
*
Document more bits.
pjd
2006-06-03
1
-6
/
+29
*
Add a stub man page for device_get_sysctl{_ctx,tree}. Needs some
imp
2006-05-23
2
-0
/
+61
*
Document missing CRYPTO_F_ flags.
pjd
2006-05-23
1
-1
/
+15
*
Update HMAC algorithms.
pjd
2006-05-17
1
-1
/
+3
*
Update manual page: cri_rnd field is gone, cri_mlen field was added.
pjd
2006-05-17
1
-5
/
+5
*
Consistently use `superuser privileges' instead of its singular
keramida
2006-05-16
1
-1
/
+1
*
Remove reference to Alpha architecture.
wilko
2006-05-15
1
-2
/
+1
*
match w/ prototype...
jmg
2006-05-08
1
-1
/
+1
*
Typo.
keramida
2006-04-29
1
-1
/
+1
*
Fix a couple of typos and other minor nits
keramida
2006-04-28
1
-4
/
+4
*
Fix typo.
rwatson
2006-04-28
1
-1
/
+1
*
Add a basic man page for the sysctl(9) macro interfaces. Previously man
rwatson
2006-04-28
4
-0
/
+346
*
Add a section about locking protocol for busdma.
scottl
2006-04-28
1
-0
/
+59
*
document the various bus_space_*_stream_? functions...
jmg
2006-04-22
2
-6
/
+336
*
Add MLINKS for rwlock(9).
jhb
2006-04-19
1
-0
/
+10
*
Document rw_try_upgrade() and rw_downgrade().
jhb
2006-04-19
1
-0
/
+23
*
Various nits and fixups so that the text reads smoother in several places.
jhb
2006-04-19
1
-69
/
+80
*
Trim a couple of xrefs.
jhb
2006-04-19
1
-2
/
+0
*
- Sleep/wakeup operate on threads now, not processes.
jhb
2006-04-17
1
-40
/
+62
*
o Fix prototype for SYSCALL_MODULE(9): the third argument
maxim
2006-04-15
1
-3
/
+3
*
Remove redundant 'from'.
pjd
2006-04-10
1
-1
/
+1
*
Document CRD_F_KEY_EXPLICIT flag. While here more flags description more
pjd
2006-04-10
1
-2
/
+8
*
add links for the functions documented in bus_space.9...
jmg
2006-04-04
1
-0
/
+41
*
Update pmap_remove_pages(9) doc.
peter
2006-04-03
1
-7
/
+3
*
Correct the requirements for g_new_consumer().
des
2006-03-17
1
-5
/
+3
*
promote fast ipsec's m_clone routine for public use; it is renamed
sam
2006-03-15
1
-1
/
+23
*
Import OpenBSD's manual page to the sys/sys/hash.c functions imported two
andre
2006-03-14
1
-0
/
+160
*
Fix version number when the feature was added.
hrs
2006-03-07
1
-1
/
+1
*
Fix types of time_second and time_uptime variables.
ru
2006-03-02
1
-3
/
+2
*
Note that BUS_DMA_COHERENT currently only affects sparc64 and arm.
cognet
2006-03-01
1
-0
/
+1
*
update examples to use the correct terms that was never updated when the
jmg
2006-02-28
1
-3
/
+3
*
allow timo to be 0 when mtx is not NULL (KASSERT allowed this as
jmg
2006-02-22
1
-1
/
+5
*
Document how to find a short description of a memory type.
pjd
2006-02-17
1
-0
/
+3
*
.Pp before .Sh is redundant.
joel
2006-02-13
5
-5
/
+0
*
Xref rwlock(9).
glebius
2006-02-01
4
-4
/
+8
*
Document read/write locks.
glebius
2006-02-01
2
-0
/
+201
*
Xref redzone(9)
brueffer
2006-01-31
1
-2
/
+3
*
sys/linker.h needs sys/systm.h as a requirement.
mlaier
2006-01-31
1
-0
/
+1
*
Add buffer corruption protection (RedZone) for kernel's malloc(9).
pjd
2006-01-31
2
-0
/
+124
*
firmware(9) is a subsystem to load binary data into the kernel via a
mlaier
2006-01-29
2
-0
/
+116
*
Bump date to Sept 20, the date of the last content change
imp
2006-01-18
1
-1
/
+1
*
Fix a misspelled reference.
ru
2006-01-13
1
-2
/
+2
*
- Don't list sleep() in the NAME section as we haven't had a sleep()
jhb
2006-01-03
2
-9
/
+41
*
Back out VFS_LOCK_GIANT.9:1.4, due to losing a race in change/update
rwatson
2006-01-03
1
-1
/
+0
*
Add basic documentation for many of the kernel USB functions that
iedowse
2005-12-31
2
-0
/
+1303
*
Update manual page after last memguard changes.
pjd
2005-12-30
1
-36
/
+22
*
Document CTR6() macro.
pjd
2005-12-27
1
-0
/
+2
*
Add missing mount.h include to VFS_LOCK_GIANT() man page.
rwatson
2005-12-24
1
-0
/
+1
[next]