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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Define a _spinunlock() function so that threading implementations may do
jeff
2003-03-26
5
-1
/
+31
*
Back off WARNS until I've had a chance to deal with the problems on
mdodd
2003-03-25
1
-1
/
+1
*
Fix warnings.
mdodd
2003-03-25
6
-18
/
+24
*
The .Fn function
charnier
2003-03-24
4
-7
/
+11
*
The .Fn function. Use .Xr where appropriate.
charnier
2003-03-24
36
-89
/
+166
*
The .Fn function
charnier
2003-03-24
17
-48
/
+84
*
The .Nm library
charnier
2003-03-24
1
-2
/
+3
*
The .Fn function
charnier
2003-03-24
5
-13
/
+23
*
The .Fn function
charnier
2003-03-24
1
-5
/
+10
*
Add marshalling functions for OAM api.
phk
2003-03-23
3
-1
/
+262
*
According to C99 decimal_point can't be empty
ache
2003-03-20
1
-4
/
+1
*
According to C99 decimal_point can't be the empty string, mention it.
ache
2003-03-20
1
-1
/
+2
*
decimal_point can't be "" according to C99, so set it to standard "."
ache
2003-03-20
1
-1
/
+6
*
The flags passed in to _ftp_get_proxy may be null
mtm
2003-03-19
1
-1
/
+1
*
- Revamp the function _nis_initshells() to make getusershell() backed
robert
2003-03-19
1
-35
/
+30
*
typo
phk
2003-03-19
1
-1
/
+1
*
Further unbreak devstat: sort the index array in correct order too.
phk
2003-03-19
1
-10
/
+10
*
If realloc(3) fails in copyline(), do not make matters worse by
robert
2003-03-19
1
-6
/
+11
*
ARGH!
phk
2003-03-18
1
-3
/
+3
*
Commit ken@' changes to this file: Bump version and append new entries
phk
2003-03-18
1
-9
/
+9
*
Update to match reality closer.
phk
2003-03-18
1
-274
/
+42
*
Add more devstat calculations, mostly filling in holes, but also adding
phk
2003-03-18
2
-27
/
+130
*
Use devstat instead of GEOM private statistics structure.
phk
2003-03-18
2
-8
/
+7
*
Constify arg to geom_lookupid().
phk
2003-03-17
2
-3
/
+3
*
Ignore GBDE devices.
phk
2003-03-17
1
-0
/
+2
*
Make pw_edit() use /bin/sh to interpret the EDITOR environment
das
2003-03-17
1
-2
/
+12
*
And I managed to make a regression here too.
phk
2003-03-15
1
-5
/
+5
*
Run a revision of the devstat interface:
phk
2003-03-15
3
-123
/
+48
*
The gdtoa import apparently hasn't caused anything or anyone to
das
2003-03-15
1
-2429
/
+0
*
Backout last commit.
davidxu
2003-03-15
2
-2
/
+2
*
MFp4: Pentium/Athlon-optimised implementation of wcslen().
tjr
2003-03-14
2
-1
/
+69
*
Merge vfprintf.c revision 1.52.
tjr
2003-03-14
1
-2
/
+2
*
Kludge around a bug that results from printf() assuming that
das
2003-03-14
1
-1
/
+1
*
Unexpand RCS tag.
tjr
2003-03-14
1
-1
/
+1
*
In src/lib/libz/gzio.c the function gzprintf does not check if the
jmz
2003-03-14
1
-7
/
+6
*
Fix a bug in rwlock. When a rwlock was locked by reader threads, a
davidxu
2003-03-14
2
-2
/
+2
*
Catch up to p_tracep -> p_tracevp rename to unbreak world.
jhb
2003-03-13
1
-1
/
+1
*
Clean up the way gdtoa sources are found.
obrien
2003-03-13
2
-8
/
+7
*
Document return type of wordfree() (void). Reduce the space between
tjr
2003-03-13
1
-3
/
+4
*
MFp4: Implementations of the wcstof() and wcstold() functions.
tjr
2003-03-13
4
-10
/
+195
*
MFp4: Catch up to recent __dtoa() interface changes and removal of cvt()'s
tjr
2003-03-13
1
-11
/
+10
*
Document strtof() and strtold(). Update vendor license.
das
2003-03-12
1
-32
/
+75
*
Replace our ancient dtoa/strtod implementation with the gdtoa
das
2003-03-12
20
-10
/
+286
*
Ditch a static global and the mutex that protected it. Achieve the
mtm
2003-03-12
1
-27
/
+18
*
Document the fact that hdestory calls free on the keys added with
dwmalone
2003-03-12
1
-5
/
+25
*
Update sendfile.2 to include a TUNING section that documents the
seanc
2003-03-12
1
-0
/
+38
*
MFp4: Reduce code size by 26 bytes by only aligning the jump targets that
tjr
2003-03-12
1
-10
/
+1
*
MFp4: Make `spanp' const.
tjr
2003-03-12
1
-3
/
+4
*
MFp4: Pentium/Athlon-optimised implementation of wmemchr().
tjr
2003-03-12
2
-1
/
+115
*
Don't parse the proxy URL unless we're actually going to use it. No real
des
2003-03-11
2
-8
/
+16
[next]