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
...
*
|
Add CUSEEME support. This has *not* been tested, nor
brian
1998-06-24
4
-2
/
+131
*
|
Fix keypad on/off for ^Z suspends by replacing reset_*_mode()
ache
1998-06-19
3
-25
/
+53
*
|
Add check for non-NULL cur_term
ache
1998-06-19
1
-0
/
+11
*
|
preserve errno across the readlink() calls. There is no value in trashing
peter
1998-06-18
1
-1
/
+4
*
|
Don't allow a SIGCHLD to wake up a thread if the process has the default
jb
1998-06-17
3
-18
/
+27
*
|
If a thread is waiting on a child process to complete, the SIGCHLD
jb
1998-06-17
3
-3
/
+60
*
|
Don't compile in the use of poll() when building libc_r. This isn't
peter
1998-06-14
4
-7
/
+21
*
|
If a short write, only loop if no error.
jb
1998-06-14
6
-12
/
+12
*
|
Document EINVAL return value.
bde
1998-06-14
1
-0
/
+7
*
|
Understand elf library naming rules for libtermlib alias.
peter
1998-06-12
1
-0
/
+9
*
|
Make nlist() understand elf unconditionally
peter
1998-06-12
2
-5
/
+2
*
|
Add poll to the list of hidden syscalls so that it gets renamed. This
jb
1998-06-12
3
-6
/
+6
*
|
Update the caller's descriptor masks even if there are none ready for
jb
1998-06-12
3
-3
/
+3
*
|
Sigh, mkdep doesn't know about all the CFLAGS to pass during depend
peter
1998-06-11
1
-2
/
+3
*
|
Remove components that would duplicate those in libc now that the
peter
1998-06-11
1
-16
/
+7
*
|
Update the resolver parts to bind-8.1.2 level. I have not touched the
peter
1998-06-11
25
-1733
/
+3219
*
|
Check the access mode in the flags before waiting on a read or a write
jb
1998-06-10
12
-12
/
+156
*
|
Remove SA_RESTART from the signal dispatch in user-space since this
jb
1998-06-10
3
-276
/
+117
*
|
When doing a F_SETFL, read the flags back so that the ones stored
jb
1998-06-10
3
-9
/
+93
*
|
Move ftok() from libcompat to libc, so that it can be closer to its
jdp
1998-06-10
4
-141
/
+4
*
|
Fix grammar, "null" -> "NUL"
danny
1998-06-10
1
-5
/
+5
*
|
Spelling fixes.
phk
1998-06-10
1
-1
/
+1
*
|
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
[prev]
[next]