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
*
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
*
Don't try to access the NIS `master' maps unless we have superuser
nectar
2003-04-21
1
-7
/
+9
*
Add an i386-specifc hack to always set %gs. There still seems
deischen
2003-04-21
14
-366
/
+580
*
Use popfl to get the flags off the stack instead of popf.
deischen
2003-04-21
1
-1
/
+1
*
fix __FBSDID
obrien
2003-04-20
1
-2
/
+2
*
style.Makefile(5)
obrien
2003-04-20
1
-7
/
+6
*
Add FILES section to mac.3 and mac.conf.5. Properly Xref mac.conf.5
rwatson
2003-04-20
3
-1
/
+22
*
Add a man page for the mac.conf MAC library configuration file.
rwatson
2003-04-20
2
-0
/
+105
*
Add support for ia64.
marcel
2003-04-20
2
-0
/
+64
*
Use STDERR_FILENO as the file descriptor passed to _thread_printf()
marcel
2003-04-20
1
-4
/
+7
*
Add the mac_prepare{,_*}() functions to the high-level function list
rwatson
2003-04-20
1
-0
/
+11
*
Fix build breakage (on ia64) caused by a missing file descriptor to
marcel
2003-04-20
2
-2
/
+2
*
Add stub implementations of pthread_[gs]etconcurrency to libc_r and
jdp
2003-04-20
6
-0
/
+231
*
Repair a bug in which a faulty group entry (one with only 2 colons)
nectar
2003-04-20
1
-8
/
+6
*
%E-like %g and %G conversions should remove trailing zeroes unless
das
2003-04-19
2
-0
/
+14
*
Add prototype for compute_stats() so that libdevstat is WARNS=4 clean.
phk
2003-04-19
1
-0
/
+8
*
Follow-up to revision 1.74: Using the result buffer to store our empty
nectar
2003-04-18
1
-22
/
+16
*
Follow-up to revision 1.73: set _PWF_FILES when `compat' source is used
nectar
2003-04-18
1
-4
/
+13
*
Don't use `memset' to initialize a struct passwd. A module
nectar
2003-04-18
1
-6
/
+31
*
Correctly set _PWF_FILES in pw_fields when appropriate.
nectar
2003-04-18
1
-2
/
+6
*
Revert the definitions of _PW_KEY* to their previous values. There is
nectar
2003-04-18
1
-2
/
+2
*
Make this compile under cs_CZ.ISO8859-2 locale.
ru
2003-04-18
2
-6
/
+6
*
Remove duplicate $FreeBSD$ id.
deischen
2003-04-18
2
-6
/
+2
*
Sorry folks; I accidentally committed a patch from what I was working
deischen
2003-04-18
36
-401
/
+635
*
Comment out the addition of -g to CFLAGS. This snuck in from
deischen
2003-04-18
2
-2
/
+2
[next]