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
...
*
Fix some comments.
wollman
2002-07-10
1
-4
/
+6
*
Fix a typo.
maxim
2002-07-10
2
-2
/
+2
*
Oops, forgot to set the suspended flag for threads that are created
deischen
2002-07-09
3
-6
/
+9
*
Fix a bug caused by dereferencing an invalid pointer when
luigi
2002-07-08
1
-62
/
+65
*
Typo fix: Setlogin() -> setlogin().
mux
2002-07-08
1
-1
/
+1
*
Bring poll.h up to conformance with POSIX.1-2001 by adding some
mike
2002-07-08
1
-3
/
+2
*
Add a hack (kludge?) to avoid trying to access files backed by disk
jake
2002-07-07
2
-0
/
+8
*
s/unavilable/unavailable/
dannyboy
2002-07-07
1
-1
/
+1
*
Ficl wants _setjmp and _longjmp. No need for weak symbols either.
jake
2002-07-07
1
-6
/
+4
*
Fix syntax error which occurred when LIBC_SCCS was defined.
robert
2002-07-07
1
-1
/
+1
*
Move appropriate information out of `DESCRIPTION' and into `SECURITY
chris
2002-07-03
1
-12
/
+12
*
Whitespace diffs only; this brings this file into the same whitespace
markm
2002-07-03
2
-52
/
+54
*
Correct a call to fcntl(F_SETFD) to use `FD_CLOEXEC' instead of `1'.
chris
2002-07-03
1
-1
/
+1
*
Add a SECURITY CONSIDERATIONS example: make note that access to open
chris
2002-07-03
1
-0
/
+33
*
Fix off-by-one error.
mini
2002-07-03
1
-1
/
+1
*
No need to explicitly set NOMAN here.
ru
2002-07-03
1
-1
/
+0
*
Fix typo (SIGEV_EVENT -> SIGEV_KEVENT).
mp
2002-07-02
1
-1
/
+1
*
Cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attach
ume
2002-07-02
1
-0
/
+1
*
Cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attach
ume
2002-07-02
1
-0
/
+1
*
Make NI_WITHSCOPEID a default (always on), to synchronize
ume
2002-07-02
1
-30
/
+20
*
Fix a couple of minor nits that prevented this from compiling.
deischen
2002-07-02
3
-6
/
+12
*
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
[prev]
[next]