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
*
Prepare for mdoc(7)NG.
ru
2000-12-29
25
-45
/
+44
*
Change M_WAIT to M_TRYWAIT, the new name of the flag.
bmilekic
2000-12-24
1
-2
/
+2
*
Catch up to the changes to the kthread API.
jhb
2000-12-15
2
-31
/
+46
*
mdoc(7) police: removed duplicate .Os calls.
ru
2000-12-14
6
-6
/
+0
*
mdoc(7) police: removed history info from the .Os FreeBSD call.
ru
2000-12-14
4
-5
/
+5
*
Grammar fix.
sheldonh
2000-12-14
1
-1
/
+1
*
mdoc(7) police: add a missing .Os, change the list type to ``tagged''.
ru
2000-12-14
1
-11
/
+10
*
Document the MA_RECURSED and MA_NOTRECURSED assertion flags as well as
jhb
2000-12-13
1
-0
/
+15
*
Add sbuf(9) man page with links to API function names.
des
2000-12-13
2
-0
/
+245
*
mdoc(7) police: use canonical form of .Dd macro.
ru
2000-12-11
12
-12
/
+12
*
Fix some nits in the globs used to describe the various sets of atomic
jhb
2000-12-08
1
-5
/
+5
*
Add a brief warning about devclass and multiple device driver attachments.
dcs
2000-11-23
1
-0
/
+4
*
mdoc(7) police: Er macro usage cleanup.
ru
2000-11-22
9
-17
/
+22
*
mdoc(7) police: add the missing and required .Dd macro call.
ru
2000-11-22
1
-0
/
+1
*
mdoc(7) police: do not split author names in the AUTHORS section.
ru
2000-11-22
6
-1
/
+7
*
mdoc(7) police: minor cleanup.
ru
2000-11-22
2
-8
/
+10
*
Install DELAY(9).
alfred
2000-11-22
1
-1
/
+1
*
Document the DELAY() function.
alfred
2000-11-22
1
-0
/
+47
*
Add description of M_WRITABLE macro and new M_RDONLY flag. Try my best to
bmilekic
2000-11-21
1
-11
/
+33
*
Add new man page to the mix.
markm
2000-11-21
1
-0
/
+1
*
Whitespace-only change. Tidy up, alphabetise and wrap.
markm
2000-11-21
1
-8
/
+16
*
Add a consistent API to a feature that most modern CPUs have; a fast
markm
2000-11-21
2
-0
/
+194
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
11
-15
/
+15
*
Fix typo.
ben
2000-11-18
1
-1
/
+1
*
Fix another typo.
ben
2000-11-18
1
-1
/
+1
*
mdoc(7) police: eliminate warnings.
ru
2000-11-17
7
-7
/
+7
*
Fix typos.
ben
2000-11-17
2
-6
/
+6
*
install/build accf_* manpages
alfred
2000-11-16
1
-0
/
+1
*
Xref accf_http and accf_data
alfred
2000-11-15
1
-0
/
+2
*
Document the accf_data accept filter: "dataready"
alfred
2000-11-15
1
-0
/
+76
*
Document the accf_http accept filter "httpready".
alfred
2000-11-15
1
-0
/
+97
*
remove fullstops from the end of .Xr lines in SEE ALSO sections.
ben
2000-11-15
5
-5
/
+5
*
Add a newline character at the end of this file, it was missing which
ben
2000-11-15
1
-1
/
+1
*
Use Fx macro wherever possible.
ru
2000-11-14
5
-8
/
+20
*
Beef up the description of the kernel thread API.
jhb
2000-11-13
2
-19
/
+249
*
Describe the new software interrupt thread functionality.
jhb
2000-11-13
2
-1
/
+205
*
Add a manpage to document the atomic operations including a quick treatment
jhb
2000-11-13
2
-1
/
+295
*
Change a "xlint(1)" to a ".Xr lint 1" and add a reference in the see also
dwmalone
2000-11-13
1
-1
/
+5
*
Sort NAMES section and separate Nm arguments from trailing punctuation.
sheldonh
2000-11-13
2
-18
/
+18
*
Avoid use of direct troff requests in mdoc(7) manual pages.
ru
2000-11-10
6
-17
/
+15
*
Miscellaneous content fixes:
sheldonh
2000-11-10
1
-12
/
+18
*
Whitespace only: fix hard sentence breaks now, before people really
sheldonh
2000-11-10
1
-29
/
+42
*
Replace non-existent 'mtx_t' typedef'd type with 'struct mtx'.
jhb
2000-11-10
1
-1
/
+1
*
Fixup some wrong statements in the new mbuf(9) man page.
bmilekic
2000-11-01
1
-63
/
+100
*
Catch up to mutexes becoming MI: machine/mutex.h -> sys/mutex.h
jhb
2000-11-01
1
-1
/
+1
*
Fix a fundamental error. The device is not owned by the parent
asmodai
2000-10-31
1
-1
/
+1
*
Whitespace only:
sheldonh
2000-10-30
1
-13
/
+16
*
Add pfil.9 manpage to build after a repository copy.
ru
2000-10-30
1
-1
/
+2
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-2
/
+1
*
Use EX_USAGE in an example, as the SAME manual page describes a
alex
2000-10-28
1
-1
/
+1
[next]