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
*
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
*
Document many of the missing posix.1b options.
trhodes
2003-12-23
1
-62
/
+128
*
Correct URI to USB specs.
rushani
2003-12-21
1
-1
/
+1
*
Implement __cxa_atexit/__cxa_finalize as specified by the cross-vendor
kan
2003-12-19
2
-13
/
+2
*
Implement __cxa_atexit/__cxa_finalize as specified by the cross-vendor
kan
2003-12-19
1
-7
/
+101
*
Replace a comment with more accurated one, memory heap is now protected by
davidxu
2003-12-19
2
-6
/
+4
*
Code clean up, remove unused MACROS and function prototypes.
davidxu
2003-12-19
2
-36
/
+0
*
First byte of GBK-like sequences is 0x81, not 0x80
ache
2003-12-19
1
-1
/
+1
*
Brucification: Don't initialize in declaration, make sure extra lines
jkh
2003-12-18
2
-2
/
+5
*
Return to the caller if write() returns 0.
deischen
2003-12-17
1
-0
/
+2
*
Do comparison using appropriate casting first, as per SUSv3 (search for first
jkh
2003-12-17
2
-2
/
+4
*
Remove _giant_mutex and its associated macros.
mtm
2003-12-15
2
-85
/
+0
*
Comment out most of pthread_setschedparam. Pthread priorities didn't
mtm
2003-12-15
1
-1
/
+4
*
When creating a pthread in the suspended state their were two
mtm
2003-12-15
1
-2
/
+4
*
Document the effect of sysctl tunables controlling p_candebug(9) on
jkoshy
2003-12-14
1
-1
/
+7
*
Doh! Lock the thread passed in by the caller, not the current thread.
mtm
2003-12-12
1
-2
/
+2
*
Fix a strict aliasing issue. Also remove an unnecessary pam_get_item()
des
2003-12-11
1
-8
/
+6
*
More strict aliasing fixes.
des
2003-12-11
1
-26
/
+29
*
Fix strict aliasing breakage in PAM modules (except pam_krb5, which needs
des
2003-12-11
9
-42
/
+44
*
Fixed English error in previous commit. Fixed some older English errors.
bde
2003-12-11
1
-6
/
+5
*
Remove uses of GIANT_LOCK and replace with appropriate thread
mtm
2003-12-11
1
-7
/
+12
*
Add reference to standards/55112 for next time SHLIB_MAJOR is bumped.
mikeh
2003-12-10
1
-0
/
+1
*
Implement seeking to earlier offsets in gzipfs. This allows my loader
green
2003-12-10
1
-15
/
+30
*
Add sticky(8) cross reference.
dds
2003-12-10
1
-1
/
+2
*
PowerPC-conditional changes:
grehan
2003-12-10
1
-1
/
+7
*
- Put manh/manl bitfields into correct-sized integral type.
grehan
2003-12-10
1
-5
/
+4
*
Add a short description of the kse_switchin(2) syscall to the kse
marcel
2003-12-10
2
-2
/
+14
*
accept() returns a file descriptor when it succeeds which is very
deischen
2003-12-09
4
-4
/
+4
*
Remove an unused struct definition.
deischen
2003-12-09
2
-24
/
+0
*
Add cancellation points for accept() and connect().
deischen
2003-12-09
9
-0
/
+208
*
Take a stab at fixing some of the macro-nightmare.
mtm
2003-12-09
1
-46
/
+23
*
Fix the wrapper function around signals so that a signal handling
mtm
2003-12-09
5
-58
/
+57
[next]