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
*
This is a null commit to log the fact that I have done a repository
jdp
1998-06-10
2
-2
/
+2
*
Quieten gcc 2.8.1
brian
1998-06-10
1
-2
/
+2
*
Cast pid_t to int for sprintf.
brian
1998-06-10
1
-2
/
+2
*
Add a commented out CFLAGS entry that can be uncommented to compile thread
jb
1998-06-09
3
-3
/
+18
*
Implement compile time debug support instead of tracking file name and
jb
1998-06-09
62
-321
/
+342
*
Add compile time debug instead of doing this all the time. Reduce the
jb
1998-06-09
1
-46
/
+333
*
Add support for compile time debug. This is enabled if libc_r is built
jb
1998-06-09
3
-60
/
+156
*
POSIX says that pthread_exit() is not allowed to be called from a
jb
1998-06-09
3
-0
/
+30
*
Add compile time thread lock debug support.
jb
1998-06-09
3
-18
/
+63
*
Remove __NETBSD_SYSCALLS from CFLAGS now that it is set in sys.mk.
jb
1998-06-09
1
-2
/
+3
*
Rename calls when building libc_r.
jb
1998-06-09
1
-3
/
+3
*
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
[next]