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
...
*
Update for AMD64 (repocopied from i386/sys/Ovfork.S - why is it O?)
peter
2003-04-30
1
-5
/
+4
*
Update for AMD64 contexts. Note that this still has some x87-style FPU
peter
2003-04-30
3
-105
/
+112
*
Reduce the SRCS to what compiles
peter
2003-04-30
1
-3
/
+3
*
Update for AMD64 (repocopied from i386/net). We can depend on having
peter
2003-04-30
4
-10
/
+6
*
Update for AMD64-style syscalls. Repocopied from i386/SYS.h.
peter
2003-04-30
1
-7
/
+4
*
Only define platform once -- in a C file.
obrien
2003-04-30
2
-20
/
+23
*
Floating point libc functions traditionally written in ASM.
obrien
2003-04-30
2
-0
/
+113
*
Symlink with -f.
obrien
2003-04-30
2
-2
/
+2
*
No libc_r for AMD64.
obrien
2003-04-30
1
-0
/
+2
*
Move the mailbox to the beginning of the thread and align the
deischen
2003-04-30
10
-14
/
+48
*
Backout my changes in rev. 1.32 and 1.33. There is some code that depends
mtm
2003-04-30
1
-4
/
+2
*
Fixed alignment.
ru
2003-04-30
1
-1
/
+1
*
Call kse_wakeup_mutli() after remove current thread from RUNQ to avoid
davidxu
2003-04-30
2
-2
/
+2
*
Call kse_wakeup_multi() to wakeup idle KSEs when there are threads ready
davidxu
2003-04-30
2
-0
/
+2
*
Make sure rhostip is always initialized.
des
2003-04-30
1
-1
/
+1
*
Treat an empty PAM_RHOST the same as a NULL one.
des
2003-04-30
4
-5
/
+5
*
Set $HOME to the correct directory (within the chroot tree).
des
2003-04-30
1
-0
/
+1
*
`Hide' strlcpy and strlcat (using the namespace.h / __weak_reference
nectar
2003-04-29
20
-51
/
+71
*
Jump to the correct label upon detecting an error.
deischen
2003-04-29
1
-2
/
+2
*
Create the thread signal lock as a KSE lock (as opposed to
deischen
2003-04-29
6
-44
/
+46
*
Document VM86_INTCALL.
mdodd
2003-04-29
1
-4
/
+35
*
o Don't add a scope system thread's KSE to the list of available
deischen
2003-04-28
35
-316
/
+640
*
Use the correct link entry for walking the list of threads.
deischen
2003-04-28
2
-18
/
+4
*
Replace the return value of rfork_thread(3) in its manual page
robert
2003-04-27
1
-1
/
+1
*
Correct the return value of vfork(2) and rfork(2) in their
robert
2003-04-27
2
-2
/
+2
*
Add vmemoryuse to the list.
trhodes
2003-04-26
1
-0
/
+1
*
Add sys/user.h to the list of includes. Without it you lack a definition of
trhodes
2003-04-26
1
-0
/
+1
*
Add some strategic whitespace.
rwatson
2003-04-26
1
-0
/
+1
*
When using `compat' mode, be sure to re-dispatch setpwent, endpwent,
nectar
2003-04-25
2
-0
/
+58
*
Restore bzip2(1) support in loader(8) after Peter's renames of
ru
2003-04-25
1
-2
/
+11
*
Connect libpthread to the (i386) world. It is currently installed
deischen
2003-04-25
1
-1
/
+4
*
Remove the %gs restoring hack (already commented out).
deischen
2003-04-25
2
-12
/
+2
*
In compat mode, we `redispatch' the lookup. It is probably a good
nectar
2003-04-24
1
-0
/
+1
*
Catch up with nsdispatch.c: nsdispatch(3) is now `hidden' by
nectar
2003-04-24
1
-1
/
+3
*
Don't complain about missing NSS methods when built statically. It is
nectar
2003-04-24
1
-1
/
+3
*
Catch up with nsdispatch.c: nsdispatch(3) is now `hidden' by
nectar
2003-04-24
2
-4
/
+8
*
Catch up with nsdispatch.c: nsdispatch(3) is now `hidden' by
nectar
2003-04-24
2
-3
/
+3
*
Remove a bogus null password check which assumed that a user with an empty
des
2003-04-24
1
-2
/
+8
*
Add a macro to get the current thread mailbox pointer.
deischen
2003-04-23
1
-0
/
+1
*
Remove the i386-specific hack (well, we only run on i386 anyways)
deischen
2003-04-23
2
-8
/
+8
*
Protect thread errno from being changed while operating
deischen
2003-04-23
6
-2
/
+76
*
Fix a compiler warning.
phk
2003-04-23
1
-0
/
+2
*
``Strong typing is a crutch for people with weak memories.''
nectar
2003-04-22
1
-3
/
+3
*
Set the quantum for scope system threads to 0 (no quantum).
deischen
2003-04-22
2
-0
/
+4
*
Add a working pthread_[gs]etconcurrency. Initial null implementation
deischen
2003-04-22
4
-0
/
+242
*
Add a couple asserts to pthread_cond_foo to ensure the (low-level)
deischen
2003-04-22
10
-42
/
+144
*
Collapse the meta arguments into normal arguments, trying to distinguish
phk
2003-04-22
2
-38
/
+1
*
Fix compilation errors.
phk
2003-04-22
1
-2
/
+1
*
Update libdisk to use the explicing encoding function for sunlabel data
phk
2003-04-21
2
-11
/
+13
*
Correct a bug that was somehow both obvious and hard-to-see. :-)
nectar
2003-04-21
1
-1
/
+1
[prev]
[next]