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
*
The new ipfw code.
luigi
2002-06-27
1
-0
/
+118
*
Add these libs from the 4.6-RELEASE.
obrien
2002-06-27
3
-0
/
+2152
*
Add these libs from the 4.6-RELEASE.
obrien
2002-06-27
3
-0
/
+1861
*
Fix style bugs I added in last commit.
silby
2002-06-27
1
-4
/
+4
*
Remove pselect from application namespace and instead use a weak reference
deischen
2002-06-27
1
-1
/
+3
*
Remove improper use of <namespace.h>.
deischen
2002-06-27
1
-6
/
+2
*
Remove improper use of <namespace.h>
deischen
2002-06-27
1
-1
/
+0
*
Modify bcopy (and memcpy/memmove) so that the length value is not
silby
2002-06-27
1
-2
/
+4
*
Remove two lines that were cvs merged that shouldn't have been. This
imp
2002-06-26
1
-2
/
+0
*
Remove two stray lines that snuck in the cvs merge
imp
2002-06-26
2
-2
/
+0
*
Backout previous delta (addition of -I${.CURDIR}/../../sys).
sobomax
2002-06-26
1
-2
/
+1
*
Add -I${.CURDIR}/../../sys into CFLAGS, which should fix the world broken
sobomax
2002-06-26
1
-1
/
+2
*
Initialize a pointer that was left uninitialized with the previous
nectar
2002-06-26
1
-0
/
+1
*
Include more robust checking of end of buffer that more completely
imp
2002-06-26
4
-52
/
+32
*
Don't allow buffer overflow here either.
imp
2002-06-26
1
-1
/
+3
*
Fix a minor last, minute issue that came in after I committed.
imp
2002-06-26
1
-1
/
+1
*
Avoid remote buffer overflow on hostbuf[].
imp
2002-06-26
2
-1
/
+4
*
Add documentation for vmemoryuse
dillon
2002-06-26
1
-0
/
+1
*
Make libutil aware of vmemoryuse in its login.conf cap processing (aka
dillon
2002-06-26
1
-0
/
+1
*
WARNS=6'ify.
obrien
2002-06-25
1
-7
/
+5
*
Prototype _start.
obrien
2002-06-25
1
-2
/
+4
*
Update our compat libs to the 4.6-RELEASE level.
obrien
2002-06-25
8
-22939
/
+16105
*
Add the [Linux] PAM modules that are still used in RELENG_4, but not -CURRENT.
obrien
2002-06-25
10
-1
/
+1269
*
Fix a typo.
obrien
2002-06-25
1
-1
/
+1
*
Add the [Linux] PAM modules that are still used in RELENG_4, but not -CURRENT.
obrien
2002-06-25
10
-1
/
+844
*
Update our compat libs to the 4.6-RELEASE level.
obrien
2002-06-25
4
-12270
/
+12410
*
- Remove UM_* memory handling macros as they just obfuscate code.
arr
2002-06-24
4
-19
/
+18
*
Add missing const's.
mux
2002-06-24
1
-1
/
+1
*
Reintroduce debugging code that somehow got lost in a previous revision.
des
2002-06-24
1
-0
/
+2
*
Fix a bug which prevented the duplication of the standard i/o
robert
2002-06-23
1
-13
/
+24
*
Be more clear in error messages.
n_hibma
2002-06-23
1
-4
/
+9
*
Improve the handling of Encode and Decode operations in MD5.
phk
2002-06-22
1
-22
/
+15
*
Fix incorrect library ordering. I thought I'd committed this already...
des
2002-06-21
1
-2
/
+2
*
This commit adds basic support for the UFS2 filesystem. The UFS2
mckusick
2002-06-21
1
-95
/
+90
*
Update for libpcap 0.7.1
fenner
2002-06-21
1
-6
/
+23
*
Don't try to dereference conn when we know it's NULL.
des
2002-06-19
1
-2
/
+5
*
Fix style and wording bugs introduced in my last commit.
chris
2002-06-18
1
-11
/
+9
*
Remove unneeded include of machine/emul.h.
jake
2002-06-18
1
-1
/
+0
*
e_pow.c:
bde
2002-06-17
2
-2
/
+2
*
Actually document pselect(3) so that Bruce can mention it in the release
wollman
2002-06-17
2
-1
/
+123
*
Move dillon's time conversion functions to a new header <timeconv.h>.
wollman
2002-06-17
1
-1
/
+1
*
Restore local bits lost in recent merge from NetBSD.
mdodd
2002-06-16
1
-19
/
+24
*
Add pselect(3) to the build. Need to figure out the most appropriate
wollman
2002-06-15
1
-1
/
+1
*
o Move more information from BUGS into SECURITY CONSIDERATIONS and
chris
2002-06-15
1
-50
/
+56
*
Missed in earlier commit -- I did cvs commit src/lib/libc. Oops.
rwatson
2002-06-14
8
-118
/
+0
*
No POSIX.1e capabilities in the main tree yet.
rwatson
2002-06-13
29
-2995
/
+0
*
Include information on the dangers of passing a user-supplied string as
chris
2002-06-13
1
-0
/
+21
*
Add the following functions:
brian
2002-06-12
3
-0
/
+45
*
Add a reference count to struct fetchconn so we don't prematurely close and
des
2002-06-11
3
-1
/
+22
*
Return HOSTNAME_INVALIDADDR when reverse lookup is fail.
ume
2002-06-07
1
-1
/
+1
[next]