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
*
Make this thread-safe in both libc as well as libc_r.
jb
1998-06-09
1
-13
/
+2
*
Rename when building libc_r.
jb
1998-06-09
5
-9
/
+9
*
Add rename support for libc_r.
jb
1998-06-09
1
-1
/
+50
*
Fix potential resource leak: when call to des_crypt_1() fails, remember
wpaul
1998-06-09
1
-2
/
+3
*
Implement compile time thread lock debug.
jb
1998-06-09
2
-4
/
+4
*
Rename fstat as _thread_sys_fstat if being built into libc_r.
jb
1998-06-09
1
-1
/
+5
*
Implement thread support for libc_r. Make the lseek syscall directly
jb
1998-06-09
1
-2
/
+7
*
Implement compile time debug mode for thread locks.
jb
1998-06-09
3
-11
/
+11
*
Add support for thread lock debug. No impact of the malloc code.
jb
1998-06-09
1
-4
/
+4
*
Implement compile time debug support for spinlocks.
jb
1998-06-09
1
-5
/
+24
*
Delete the atomic unlock function since it is no longer required.
jb
1998-06-09
3
-45
/
+15
*
Atomic lock asm code for the alpha version of libc_r.
jb
1998-06-09
2
-0
/
+114
*
Don't call PunchFWHole() ifdef NO_FW_PUNCH
brian
1998-06-06
3
-0
/
+6
*
Fix this so that it compiles in the !__STDC__ case.
steve
1998-06-06
1
-1
/
+5
*
Add a warning message for a thread locking against itself. This is
jb
1998-06-06
3
-9
/
+42
*
Simplify the handling of thread specific data. Only track if a key
jb
1998-06-06
3
-135
/
+99
*
Re-design the thread specific key structure.
jb
1998-06-06
3
-9
/
+6
*
I got the last commit back to front.
jb
1998-06-06
3
-9
/
+9
*
Spelling corrections.
jkoshy
1998-06-06
9
-29
/
+29
*
Spelling nits.
jkoshy
1998-06-06
2
-4
/
+4
*
Fix the signal behaviour for internal states which set the thread
jb
1998-06-05
3
-18
/
+153
*
Fix handling more than 1 char with non-C locale
ache
1998-06-05
1
-16
/
+4
*
Mention that tftpd(8) also uses syslog(3).
jkoshy
1998-06-05
1
-2
/
+3
*
Add missing uu_lock_txfr() prototype
ache
1998-06-05
1
-1
/
+2
*
Fix a bunch of spelling errors.
steve
1998-06-04
10
-18
/
+18
*
No longer need the architecture specific include from libc now that
jb
1998-06-03
1
-7
/
+0
*
If using NetBSD syscalls the rtprio syscall doesn't exist, so just
jb
1998-06-03
1
-1
/
+7
*
Correct wrong claim about `telldir()' cookie lifetimes.
jkoshy
1998-06-03
1
-16
/
+11
*
Add a trivial mechanism for returning a useful default value if one is
msmith
1998-06-01
1
-1
/
+4
*
Trim a domain part for wtmp as same as showed by "netstat -r".
amurai
1998-06-01
2
-3
/
+42
*
I shouldn't do things early in the morning.
jb
1998-06-01
5
-152
/
+3
*
send and recv are wrappered in libc, so they shouldn't appear here.
jb
1998-06-01
3
-9
/
+9
*
Remove some syscalls that should have been renamed (libc_r doesn't need
jb
1998-05-31
3
-18
/
+18
*
Add some missing syscall wrappers.
jb
1998-05-31
7
-3
/
+301
*
Remove some stale code.
jb
1998-05-31
3
-3
/
+3
*
Don't restart a syscall when a SIGCHLD is received by a thread waiting
jb
1998-05-31
3
-3
/
+18
*
Allow this to include from C++ programs.
steve
1998-05-31
1
-1
/
+3
*
Fixed double slashes in pathnames.
bde
1998-05-31
1
-2
/
+2
*
Several sources including Unix98 say that semctl's fourth
steve
1998-05-31
1
-5
/
+24
*
Remove references to getvfsbytype. Also remove getvfsbyname
steve
1998-05-30
1
-32
/
+13
*
Add uu_lock_txfr() to transfer ownership of a successful
brian
1998-05-28
4
-10
/
+62
*
Turn on the rcsid storage so that it's easier to tell the difference
peter
1998-05-28
1
-2
/
+2
*
If building and installing libdescrypt, do it first so that the symlinks
peter
1998-05-27
1
-3
/
+4
*
Don't use absolute path.
jkh
1998-05-27
1
-1
/
+1
*
Make a copy of the caller's iovec array, mallocing if necessary,
jb
1998-05-27
3
-42
/
+186
*
Remove error check from call to set the file descriptor to non-blocking
jb
1998-05-27
1
-12
/
+9
*
ELF preparation step 2:
sos
1998-05-26
1
-2
/
+2
*
Remove a couple style bugs from the code snippet that
steve
1998-05-26
1
-3
/
+3
*
When doing a blocking write, keep looping until all the bytes are
jb
1998-05-25
6
-60
/
+318
*
Update code example to reflect current practice.
steve
1998-05-25
1
-12
/
+10
[next]