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
/
libc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Document VM86_INTCALL.
mdodd
2003-04-29
1
-4
/
+35
*
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 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
*
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
*
``Strong typing is a crutch for people with weak memories.''
nectar
2003-04-22
1
-3
/
+3
*
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 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 the mac_prepare{,_*}() functions to the high-level function list
rwatson
2003-04-20
1
-0
/
+11
*
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
*
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
*
The default if nsswitch.conf(5) is not present is supposed to be the
nectar
2003-04-18
2
-2
/
+2
*
Add a manual page for the ntp_gettime syscall.
trhodes
2003-04-17
2
-2
/
+106
*
= Implement thread-safe versions of the getpwent(3) and getgrent(3)
nectar
2003-04-17
4
-1542
/
+2604
*
= Implement name service switch modules (NSS modules). NSS modules
nectar
2003-04-17
11
-205
/
+970
*
Clarify the relationship between the MAC library APIs and POSIX.1e:
rwatson
2003-04-16
1
-2
/
+6
*
Add a manual page for the ntp_adjtime syscall.
trhodes
2003-04-15
2
-1
/
+148
*
Merge in vfprintf.c rev. 1.58.
tjr
2003-04-14
1
-9
/
+11
*
Fix a bug where printf was erroneously printing a decimal point for
das
2003-04-14
1
-8
/
+10
*
Return "/boot/kernel/kernel" instead of "/kernel" if the sysctl() call
tjr
2003-04-11
1
-1
/
+1
*
When called with s == NULL, behave as if wc == L'\0' as required by the
tjr
2003-04-10
1
-1
/
+3
*
/strtopx/ s/result/&result/
das
2003-04-09
2
-2
/
+2
*
o In struct prison, add an allprison linked list of prisons (protected
mike
2003-04-09
2
-3
/
+30
*
Bump the date.
mdodd
2003-04-07
1
-1
/
+1
*
Clarify the behavior of PATH_FSTAB with regard to 'tainted' execution.
mdodd
2003-04-07
1
-0
/
+7
*
- Add setfstab() and getfstab().
mdodd
2003-04-07
3
-4
/
+71
*
Catch up with recent vfprintf.c changes.
tjr
2003-04-07
1
-175
/
+215
*
__wcsconv(): free(convbuf) before returning NULL
ache
2003-04-07
1
-2
/
+4
*
Today just isn't my day. Remove some old commented out code that snuck
das
2003-04-07
1
-1
/
+1
*
- %e conversions with precision 0 should not cause a decimal point to
das
2003-04-07
1
-18
/
+22
*
Rework the floating point code in printf(). Significant changes:
das
2003-04-05
2
-151
/
+191
*
Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa().
das
2003-04-05
8
-1
/
+135
*
Add missing #include to unbreak previous commit.
das
2003-04-05
1
-0
/
+1
*
Correct some buffer sizes.
das
2003-04-05
3
-23
/
+42
*
MFp4: Link strtof.3 and strtold.3 to strtod.3.
tjr
2003-04-05
1
-0
/
+1
*
Zero out the struct tm supplied by the caller. Otherwise,
mtm
2003-04-05
1
-0
/
+1
*
MFp4: Pentium/Athlon-optimised implementation of wcschr().
tjr
2003-04-05
2
-1
/
+78
*
Implement makecontext.
jake
2003-04-01
3
-3
/
+129
[next]