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
*
Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),
jasone
2000-01-27
196
-571
/
+2044
*
Historically file flags (schg, uschg, etc) have been converted from
joe
2000-01-27
9
-164
/
+248
*
Avoid core dump when ai_canonname is NULL.
shin
2000-01-27
1
-4
/
+8
*
o Back out rev 1.4 - reallocf() failure clobbers existing `environ'.
ru
2000-01-27
1
-3
/
+8
*
Allow reverse lookup for loopback addr.
shin
2000-01-27
1
-1
/
+1
*
Use a long line instead splitting a line with backslash-newline in synopsis.
bde
2000-01-27
1
-2
/
+1
*
Fixed wrong includes in synopsis.
bde
2000-01-27
1
-8
/
+11
*
Document the memory leak that is inherent in FreeBSD's semantics
archie
2000-01-26
1
-0
/
+15
*
Add the new version.c file for curses_version(3)
peter
2000-01-26
2
-0
/
+2
*
A few more touchups:
rwatson
2000-01-26
6
-146
/
+188
*
Removed 3rd arg from bindresvport_sa() call, because the 3rd arg have been
shin
2000-01-26
1
-2
/
+1
*
Fix timestamp handling.
des
2000-01-26
1
-5
/
+7
*
bindresvport related changes
shin
2000-01-26
4
-75
/
+138
*
Fix getaddrinfo() behaviour to be more compliant with RFC2553. Patches are
shin
2000-01-26
1
-116
/
+17
*
Use a more conventional copyright message.
peter
2000-01-26
1
-9
/
+14
*
Minor fixes to library interface to improve POSIX.1e compliance. This
rwatson
2000-01-26
18
-156
/
+130
*
several tcp apps IPv6 update
shin
2000-01-25
8
-7
/
+270
*
Improve the explanation on the (in)security of mktemp(3).
sheldonh
2000-01-25
1
-3
/
+6
*
We _do_ support MS_ASYNC
guido
2000-01-24
1
-1
/
+1
*
Clarify that we don't offer hard realtime.
alfred
2000-01-24
1
-3
/
+8
*
Fix millisecond to nanosecond conversion.
jasone
2000-01-22
3
-3
/
+3
*
Specify the system directory for which we put in our include path
mjacob
2000-01-21
1
-1
/
+2
*
Oops, The dependency of libcrypt on libmd went away before it was "fixed"
bde
2000-01-21
1
-3
/
+3
*
Remove unnecessary alternate entry points for *setjmp(). Make the main
jasone
2000-01-20
9
-48
/
+69
*
Minor *jmp() cleanups.
jasone
2000-01-20
4
-17
/
+14
*
Add sem_*() functions. Named semaphores and process-shared semaphores
jasone
2000-01-20
9
-0
/
+711
*
Do signal deferral for pthread_kill() as it was done in the old days.
jasone
2000-01-20
9
-90
/
+18
*
Move ENTRY and ALTENTRY definitions to asm.h where they belong.
jasone
2000-01-20
1
-23
/
+0
*
Although it should be obvious that the 3-digit numeric values of the
sheldonh
2000-01-19
12
-12
/
+23
*
Make the quotes in the #include line visible.
sheldonh
2000-01-19
1
-1
/
+1
*
Do not set the default terminal type to "su", leave it empty.
ru
2000-01-19
2
-6
/
+2
*
Implement continuations to correctly handle [sig|_]longjmp() inside of a
jasone
2000-01-19
39
-205
/
+1332
*
Make minor entry point changes to support libc_r.
jasone
2000-01-19
9
-18
/
+18
*
Fix bde'isms in acl/extattr syscall interface, renaming syscalls to
rwatson
2000-01-19
12
-28
/
+28
*
Close PR#16028. Make the sanity check saner. The condition that we
wpaul
2000-01-19
1
-1
/
+1
*
Document KERN_QUANTUM under CTL_KERN
chris
2000-01-19
1
-0
/
+6
*
Document isnanf() for checking if a float is NaN (``Not-a-Number'') and
chris
2000-01-19
2
-4
/
+9
*
This man page is not needed; it just gets jumped on later when libcrypt
markm
2000-01-18
2
-298
/
+1
*
A bunch of factual corrections.
markm
2000-01-18
1
-7
/
+4
*
Add HISTORY.
sheldonh
2000-01-18
1
-0
/
+2
*
Properly initialize the last active time of the initial thread. This fixes
deischen
2000-01-18
3
-0
/
+18
*
trailing white space removal.
obrien
2000-01-18
1
-16
/
+14
*
Add two new functions cd9660_readfile() & cd9660_readdir(), which
obrien
2000-01-18
1
-110
/
+175
*
Fixed missing backslash in previous commit. Adding setresuid.2 has taken
bde
2000-01-18
1
-1
/
+1
*
Fix line too long style bug in the previous commit (which, by the
sheldonh
2000-01-18
1
-2
/
+2
*
add setresuid.2
ache
2000-01-18
1
-1
/
+1
*
Repair internal consistency: Change "login_cap_t * lc" to a more correct
chris
2000-01-18
1
-1
/
+1
*
Add the "use -lutil" line to all functions that require it so people like
billf
2000-01-18
7
-0
/
+39
*
acl_delete_default_file() changed to acl_delete_def_file()
rwatson
2000-01-17
2
-2
/
+2
*
Add manual pages for the newly added setres[ug]id system calls.
sheldonh
2000-01-17
2
-0
/
+80
[next]