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
*
Fixed some minor style bugs.
bde
2004-05-13
2
-14
/
+20
*
Fix some^Wseveral style bugs from last commit.
peadar
2004-05-12
3
-45
/
+38
*
Remove a trailing newline, to behave as documented in syslog(3):
dds
2004-05-10
1
-0
/
+4
*
Fixed style bugs in previous commit (bogus forward declaration and
bde
2004-05-10
1
-3
/
+1
*
o fix a sentence to match with the synopsis [1]
brueffer
2004-05-09
1
-3
/
+3
*
The FTS_NOSTAT option is an optimisation that reduces the number
peadar
2004-05-08
3
-6
/
+153
*
A minor refactoring to simplify portability: assign the filename
kientzle
2004-05-05
2
-10
/
+14
*
When *printf() and *scanf() are compiled without floating-point
das
2004-05-02
1
-0
/
+4
*
Markup nit.
ru
2004-04-27
1
-1
/
+1
*
Fix a bug that could result in getpw*() incorrectly returning NULL when NIS
jon
2004-04-21
1
-0
/
+1
*
Belatedly remove the getvfsent(3) API. All the consumers have been
mux
2004-04-11
3
-342
/
+2
*
Terminate execl()'s argument list with a null pointer instead of a
tjr
2004-04-09
1
-1
/
+1
*
Document the existence of NET_RT_IFMALIST.
bms
2004-03-25
1
-0
/
+7
*
[troff] removed the unnecessary use of \_ escapes.
ru
2004-03-25
1
-96
/
+96
*
Add locking so that arc4random(3) functions are all reentrant for
green
2004-03-24
1
-10
/
+54
*
Document incorrect handling of multibyte characters.
tjr
2004-03-21
1
-1
/
+7
*
Document additional reasons that sysctl(3) can return ENOMEM (due to
truckman
2004-03-15
1
-0
/
+11
*
Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)
markm
2004-03-05
2
-2
/
+2
*
Apply style(9).
green
2004-02-23
1
-2
/
+6
*
Add signal numbers to signal(3).
josef
2004-02-23
1
-33
/
+36
*
style cleanup: Remove duplicate $FreeBSD$ tags.
cperciva
2004-02-10
1
-2
/
+0
*
Prevent memory leak on sem_destroy() by destroying the semaphore's
deischen
2004-02-06
1
-1
/
+4
*
Only allow the semaphore to be taken when the value is positive.
deischen
2004-02-06
1
-2
/
+1
*
Correct check for invalid semaphore on sem_destroy() (s/==/!=/).
deischen
2004-02-05
1
-1
/
+1
*
Correct the weak reference for sem_unlink.
deischen
2004-02-05
1
-1
/
+1
*
Allow libc's version of sem_trywait() to work for non-pshared mutexes.
deischen
2004-02-04
1
-2
/
+17
*
Modify the implementation of libc semaphores so that they can be
deischen
2004-02-03
1
-146
/
+132
*
Discard the first 1024 bytes of output as suggested by
das
2004-01-20
1
-1
/
+13
*
add missing endusershell() call. Original version was incorrect.
charnier
2004-01-18
1
-1
/
+3
*
Backout revision 1.6, because some stub functions not in libc, and
davidxu
2004-01-17
1
-18
/
+2
*
Enable cancellation point in sem_wait, it is required by POSIX.
davidxu
2004-01-17
1
-2
/
+18
*
Fixed style of previous commit.
ru
2004-01-15
1
-3
/
+2
*
- libc/sys/sem.c was repocopied to libc/gen/sem.c.
ru
2004-01-14
7
-8
/
+13
*
Kill whitespace at end of lines.
nectar
2004-01-12
1
-9
/
+9
*
Fix a bug that could result in a null pointer dereference in
nectar
2004-01-12
1
-1
/
+1
*
Remove unused variables and function declarations. Add missing headers.
nectar
2004-01-06
1
-3
/
+0
*
Make sure we initialise dirp->dd_size if we aren't reading a unionfs
dfr
2003-12-26
1
-0
/
+1
*
Back out previous commit due to incorrect content.
trhodes
2003-12-23
1
-128
/
+62
*
Document many of the missing posix.1b options.
trhodes
2003-12-23
1
-62
/
+128
*
Fix problem where initgroups would silently truncate groups with
dds
2003-11-19
1
-2
/
+7
*
Remove ',' accidentally added after ".Xr fork 2".
ghelmer
2003-11-10
1
-1
/
+1
*
Prevent abnormal termination of a child daemon process when created
ghelmer
2003-11-10
2
-3
/
+35
*
Rephrase .Nd description to contain the key
kientzle
2003-11-06
1
-1
/
+1
*
Add '#' to the characters VIS_GLOB encodes. This fixes a bug in mtree.
phk
2003-10-30
2
-2
/
+3
*
Add a new flag to vis(3): VIS_GLOB which encodes the glob(3) magic
phk
2003-10-30
2
-2
/
+7
*
Remove incomplete support for running FreeBSD userland on old NetBSD kernels
tjr
2003-10-29
4
-14
/
+1
*
mdoc(7): Fix common mistakes made in the SEE ALSO section.
ru
2003-09-12
1
-1
/
+1
*
mdoc(7): Properly mark C headers.
ru
2003-09-10
4
-5
/
+5
*
mdoc(7): Use the new feature of the .In macro.
ru
2003-09-08
17
-30
/
+30
*
Update the kern.osreldate documentation to document the present format
eivind
2003-09-01
1
-2
/
+17
[next]