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
/
libc
/
gen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix LP64 architectures and especially ia64. Functions that return
marcel
2002-12-30
2
-0
/
+2
*
Use `useconds_t' instead of `u_int' or `unsigned int' where appropriate.
mike
2002-12-29
4
-7
/
+7
*
english(4) police.
schweikh
2002-12-27
6
-6
/
+6
*
Silence casting away constness warnings.
alfred
2002-12-27
1
-5
/
+12
*
Fix a small typo.
tjr
2002-12-27
1
-1
/
+1
*
Be more consistent with "static".
tjr
2002-12-27
1
-1
/
+1
*
Add an implementation of the POSIX wordexp() and wordfree() functions,
tjr
2002-12-26
3
-2
/
+518
*
Reduce libc's memory footprint by lazily allocating memory used internally
bbraun
2002-12-21
1
-9
/
+22
*
Reduce libc.so's memory footprint by lazily allocating memory used internally
bbraun
2002-12-21
2
-4
/
+16
*
mdoc(7) police: "The .Fa argument.".
ru
2002-12-19
28
-72
/
+127
*
mdoc(7) police: Fixed abuses of the .Ar and .Em macros.
ru
2002-12-18
21
-71
/
+71
*
mdoc(7) police: "The .Fn function".
ru
2002-12-18
33
-35
/
+141
*
mdoc(7) police: Fixed the .Nm abuse.
ru
2002-12-18
1
-3
/
+3
*
o getsockopt(2) 'level' argument should be 0, not SOCK_STREAM. It
maxim
2002-12-16
1
-1
/
+1
*
o Fix bogus getsockopt(2) call: swap SOCK_STREAM and LOCAL_PEERCRED.
maxim
2002-12-15
1
-1
/
+1
*
Uniformly refer to a file system as "file system".
ru
2002-12-12
4
-36
/
+36
*
Capitalize ASCII code names.
ru
2002-12-05
1
-1
/
+3
*
Consistently mark std(in|out|err) with .Dv, because that's how they
ru
2002-12-04
1
-6
/
+6
*
mdoc(7) police: overhaul.
ru
2002-12-04
8
-109
/
+132
*
mdoc(7) police: formatting nits.
ru
2002-11-29
1
-1
/
+1
*
libc_r wasn't so tied to libc for 22 months.
ru
2002-11-18
1
-5
/
+3
*
goto break; != break;
dougb
2002-11-17
1
-3
/
+3
*
Rework the sysconf(3) interaction with aio:
alfred
2002-11-17
1
-6
/
+3
*
Provide more correct default values for sysconf(3) reporting of the AIO
alfred
2002-11-16
1
-0
/
+3
*
Reset LogTag to NULL in closelog(3). This fixes mysterious crashes
ru
2002-11-14
1
-0
/
+1
*
Argh, change declaration of two-dimensional array so that it actually
deischen
2002-11-13
1
-1
/
+1
*
Use a jump table (a la Solaris) for pthread routines with default
deischen
2002-11-13
1
-387
/
+160
*
* Add stubs for pthread_cond_broadcast.
dfr
2002-11-01
1
-28
/
+243
*
Create a small library function, check_utility_compat(3), to determine
wollman
2002-10-28
3
-2
/
+166
*
Update limits and configuration parameters for 1003.1/TC1/D6.
wollman
2002-10-27
1
-1
/
+23
*
Make the first argument of getbsize a size_t* instead of an int*, as this is ...
markm
2002-10-23
2
-3
/
+4
*
The ftok() function has not been in libcompat for quite a while.
tjr
2002-10-19
1
-3
/
+0
*
Oops. Also provide a lint-compatible unused argument warning killer.
markm
2002-10-18
1
-0
/
+4
*
ISOfy functions, sort headers and mark unused arguments.
markm
2002-10-18
1
-13
/
+6
*
Add a Bugs section and note that fmtcheck() is out of sync with printf();
tjr
2002-10-16
1
-1
/
+7
*
Add restrict type-qualifier.
mike
2002-10-12
2
-3
/
+4
*
Do not allow empty GIDs for non-NIS entries.
maxim
2002-10-11
1
-0
/
+7
*
Drop almost 3k from /bin/sync by moving errno to a seperate file
peter
2002-10-09
3
-2
/
+31
*
Add restrict type-qualifier to sem_getvalue().
mike
2002-10-04
2
-2
/
+2
*
Too strict error checking in rev. 1.22 broke pwd_mkdb(8) in NIS
maxim
2002-10-02
1
-2
/
+2
*
Disqualify UID/GID with non-numeric character.
maxim
2002-09-25
1
-3
/
+13
*
Initiate deorbit burn sequence for sysctl CTL_USER MIB branch.
wollman
2002-09-21
1
-105
/
+351
*
Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the struct
wollman
2002-09-21
4
-34
/
+184
*
Don't peek into MD structures from MI code. The getcontext(3) and
mini
2002-09-20
1
-9
/
+1
*
Return the correct environment name for 64-bit platforms in the
wollman
2002-09-19
1
-1
/
+2
*
Welcome the sem_ API to libc!
alfred
2002-09-19
1
-0
/
+354
*
add a stub for pthread_cond_destroy.
alfred
2002-09-19
1
-0
/
+7
*
Bandaid to stop failing on non-i386 platforms.
peter
2002-09-17
1
-0
/
+5
*
Initiate deorbit burn for the i386-only a.out related support. Moves are
peter
2002-09-17
2
-158
/
+5
*
Add signalcontext(), which lays down a signal frame onto a ucontext_t.
mini
2002-09-16
1
-12
/
+15
[next]