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
*
DEBUG is a knob that means something else in FreeBSD, use LIBUFS_DEBUG to
jmallett
2002-07-01
1
-1
/
+1
*
In getino, have our DEBUG message in the unhandled case mention that it
jmallett
2002-07-01
3
-1
/
+5
*
Rename `CAVEAT' to `SECURITY CONSIDERATIONS' and move it up to
chris
2002-07-01
1
-10
/
+10
*
Remove trailing whitespace
brian
2002-07-01
10
-142
/
+142
*
Add libufs, a library for dealing with UFS filesystems from userland to
jmallett
2002-07-01
7
-1
/
+536
*
LP64 fix: don't cast pointer to int
naddy
2002-06-30
1
-1
/
+1
*
Don't even read in the thread if it is a zombie process.
julian
2002-06-30
1
-7
/
+10
*
grow a brain and do this right.
julian
2002-06-30
1
-5
/
+7
*
Don't follow non existant thread pointers (e.g. for zombies)
julian
2002-06-30
1
-33
/
+35
*
Use FBSDID
obrien
2002-06-30
13
-84
/
+32
*
Part 1 of KSE-III
julian
2002-06-29
1
-2
/
+19
*
To avoid anybody else getting caught out, these two files are really
peter
2002-06-29
2
-278
/
+0
*
Update from NetBSD 1.3 -> 1.6. Most notable, rev 1.6:
peter
2002-06-29
1
-1
/
+13
*
Use __FBSDID.
obrien
2002-06-29
5
-36
/
+9
*
Add frexp(3).
obrien
2002-06-29
2
-2
/
+80
*
Add additional field 'overwrite' to login_vars. It mainly needed to handle
ache
2002-06-28
1
-10
/
+11
*
Make sigpending and sigsuspend account for signals that are pending on
deischen
2002-06-28
6
-15
/
+81
*
Add a wrapper for pselect() in order to make it a cancellation point.
deischen
2002-06-28
6
-0
/
+165
*
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
[next]