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
*
The libc_r/man/sigwait.3 manpage has been repocopied to libc/sys/sigwait.2.
ru
2004-01-14
4
-94
/
+8
*
- libc/sys/sem.c was repocopied to libc/gen/sem.c.
ru
2004-01-14
16
-1028
/
+15
*
Translate from GNU C to ISO C.
des
2004-01-14
4
-4
/
+4
*
bsd.dep.mk,v 1.43 allows us to replace a hack with a solution.
ru
2004-01-13
1
-3
/
+3
*
Add and document ffsl(), fls() and flsl().
des
2004-01-13
7
-12
/
+201
*
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
*
Removed duplicate SRCS.
ru
2004-01-11
1
-1
/
+0
*
XDR sources are handled by ../xdr/Makefile.inc.
ru
2004-01-11
1
-4
/
+0
*
Replaced an ugly hack to selectively disable warnings
ru
2004-01-11
2
-3
/
+3
*
Add an ulgy hack so that warnings added by non-zero WARNS values won't be
obrien
2004-01-10
1
-0
/
+3
*
Remove now redundant and now conflicting declaration of sysarch(2).
nectar
2004-01-10
1
-3
/
+1
*
Clarify the behavior of ptrace(2) a little bit: the tracing process
rwatson
2004-01-10
1
-0
/
+24
*
We need to discard `const'ness explicitly when invoking sysarch.
nectar
2004-01-10
1
-1
/
+1
*
Change sdp_open_local(3) API. It now takes a path to a control socket
emax
2004-01-09
3
-5
/
+14
*
Prepare libsdp(3) for the upcoming sdpd import
emax
2004-01-09
6
-112
/
+190
*
Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'm
nectar
2004-01-09
14
-39
/
+14
*
It was reported that when using nss_ldap, getgrent(3) would behave
nectar
2004-01-09
1
-8
/
+15
*
MFlibpthread: Add a simple work-around for deadlocking on recursive
deischen
2004-01-08
2
-44
/
+82
*
Add a simple work-around for deadlocking on recursive read locks
deischen
2004-01-08
6
-96
/
+172
*
Adjust for brain outage that affected the previous commit.
nectar
2004-01-06
1
-1
/
+1
*
Add required headers.
nectar
2004-01-06
2
-0
/
+4
*
Add required headers and function declarations.
nectar
2004-01-06
2
-0
/
+3
*
Remove unused variables. Add required headers and function
nectar
2004-01-06
7
-6
/
+12
*
Use ANSI C function definition for `_mcount' and remove `static'
nectar
2004-01-06
1
-2
/
+2
*
Add missing declaration.
nectar
2004-01-06
1
-0
/
+2
*
Work around a `warning: zero-length printf format string'.
nectar
2004-01-06
1
-1
/
+1
*
Avoid undefined behavior:
nectar
2004-01-06
1
-2
/
+2
*
Make intentions explicit with additional parenthesis.
nectar
2004-01-06
2
-8
/
+8
*
Remove unused variables and function declarations. Add missing headers.
nectar
2004-01-06
5
-8
/
+6
*
Kernel now supports per-thread sigaltstack, follow the change to
davidxu
2004-01-03
2
-12
/
+2
*
Return error code in errno, not in return value.
davidxu
2004-01-02
2
-6
/
+12
*
Fix a typo.
davidxu
2004-01-02
2
-2
/
+2
*
Reenable signals for threads after joining.
deischen
2003-12-31
1
-0
/
+3
*
Removed MLINKS to nonimplemented/nonexistent functions.
ru
2003-12-30
1
-3
/
+0
*
Merge from libc_r: document pthread_attr_[gs]etstack().
ru
2003-12-30
2
-1
/
+11
*
Pull revision 1.13 from libpthread/man/pthread_mutex_init.3:
ru
2003-12-30
1
-2
/
+0
*
Pull some changes (mostly cosmetic) from libc_r manpages
ru
2003-12-30
30
-75
/
+143
*
o Implement pthread_mutex_timedlock(), which does not block indefinitely on
mtm
2003-12-30
1
-0
/
+32
*
Make it possible for the library to specify a timeout value when
mtm
2003-12-30
3
-22
/
+49
*
Forgot to commit this file for last commit. :(
davidxu
2003-12-29
2
-0
/
+8
*
Implement sigaltstack() as per-threaded. Current only scope process thread
davidxu
2003-12-29
9
-48
/
+464
*
Describe kern.ipc.nsfbufsused and kern.ipc.nsfbufspeak.
maxim
2003-12-29
1
-0
/
+9
*
Correctly retrieve sigaction flags.
davidxu
2003-12-28
2
-4
/
+4
*
Don't block SIGTRAP - it makes it hard to debug programs with gdb.
dfr
2003-12-26
1
-0
/
+1
*
Make sure we initialise dirp->dd_size if we aren't reading a unionfs
dfr
2003-12-26
1
-0
/
+1
*
Preparations to make libthr work in multi-threaded fork()ing applications.
mtm
2003-12-26
3
-63
/
+81
*
Add restrict qualifiers. (docs)
alfred
2003-12-24
5
-5
/
+5
*
Properly advance "x/y/z" form slash-pointers in some rare cases
ache
2003-12-24
1
-4
/
+4
*
Back out previous commit due to incorrect content.
trhodes
2003-12-23
1
-128
/
+62
[next]