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
*
Get rid of duplicates.
ru
2003-09-14
5
-5
/
+5
*
mdoc(7): Fix common mistakes made in the SEE ALSO section.
ru
2003-09-12
3
-6
/
+8
*
mdoc(7): Properly mark C headers.
ru
2003-09-10
24
-34
/
+34
*
Document the fact that send(2) can return EPIPE (like when a socket is not
roberto
2003-09-10
1
-0
/
+4
*
Fixed -Wpointer-arith warning.
ru
2003-09-09
1
-1
/
+1
*
Original pthread_once code has memory leak if pthread_once_t is used in
davidxu
2003-09-09
4
-18
/
+104
*
Add code to support pthread spin lock.
davidxu
2003-09-09
7
-0
/
+332
*
mdoc(7): Use the new feature of the .In macro.
ru
2003-09-08
76
-126
/
+126
*
In the !MNT_BYFSID case, return EINVAL from unmount(2) when the
iedowse
2003-09-08
1
-7
/
+12
*
Add small piece of code to support pthread_rwlock_timedrdlock and
davidxu
2003-09-06
3
-16
/
+90
*
The caller is expected to set up PIC register corectly before
kan
2003-09-05
2
-0
/
+4
*
Clarify that the second argument to accept() may be a null pointer if
roam
2003-09-05
1
-1
/
+7
*
Remove an unused and incorrect prototype for _none_init().
tjr
2003-09-05
1
-1
/
+0
*
Move a sentence about the terminating \0 from the RETURN VALUES section
simon
2003-09-04
2
-14
/
+14
*
Add code to support barrier synchronous object and implement
davidxu
2003-09-04
13
-12
/
+709
*
Remove repeated macro THR_IN_CONDQ.
davidxu
2003-09-04
2
-2
/
+0
*
Allow hooks registered by atexit() to run with current thread pointer set,
davidxu
2003-09-04
2
-2
/
+8
*
Sigh. I can't win anything. Use addq rather than addl with %rsp.
peter
2003-09-04
1
-1
/
+1
*
Apply same basic fix for getcontext(2) as for i386. Store the return
peter
2003-09-04
2
-2
/
+56
*
Fix some minor whitespace botches
peter
2003-09-04
1
-1
/
+1
*
Make getcontext(2) work on i386. It needs a small wrapper in libc
peter
2003-09-04
2
-2
/
+52
*
Don't assume sizeof(long) = sizeof(int) on x86; use int
deischen
2003-09-03
25
-42
/
+109
*
Move kse_wakeup_multi call to just before KSE_SCHED_UNLOCK.
davidxu
2003-09-03
2
-8
/
+4
*
Rethink the way thr_libc.So is generated. Relying on GCC to extract
kan
2003-09-02
4
-20
/
+64
*
Fix/add errno return values to match the NFS client implementation and
dds
2003-09-02
2
-5
/
+16
*
Update the kern.osreldate documentation to document the present format
eivind
2003-09-01
1
-2
/
+17
*
Return (-1) not (ENOENT) for mac_prepare_type(), and set errno to
rwatson
2003-08-30
1
-1
/
+2
*
Unbreak the NOINSTALLLIB install.
ru
2003-08-30
2
-0
/
+4
*
Allow the concurrency level to be reduced.
deischen
2003-08-30
6
-70
/
+126
*
Document that read(2) can also return EPERM
dds
2003-08-30
1
-0
/
+3
*
Add a reference to bn(3) for those looking for functional multiprecision
seanc
2003-08-30
1
-0
/
+1
*
Don't close a FILE * which we know is bogus.
des
2003-08-29
1
-1
/
+0
*
Introduce more knobs to slim down FreeBSD userland
phk
2003-08-29
1
-1
/
+5
*
Ignore ccd(4)'s. This is not the best solution, but it at least removes
obrien
2003-08-28
1
-0
/
+2
*
Make build of libatm depend on existing NOATM conditional.
phk
2003-08-27
1
-1
/
+5
*
Clarify text
eivind
2003-08-26
1
-1
/
+1
*
Add HISTORY sections to the remaining MAC library man pages.
rwatson
2003-08-22
6
-0
/
+36
*
Update the mac_prepare(3) man page to reflect changes to the
rwatson
2003-08-22
1
-8
/
+43
*
Make the elements argument to mac_prepare() be const.
rwatson
2003-08-22
1
-1
/
+1
*
As new objects begin to support new labels, start to generalize
rwatson
2003-08-22
1
-86
/
+192
*
Repost masked signal to kernel for scope system thread, it hardly happens
davidxu
2003-08-21
2
-12
/
+50
*
_thr_sig_check_pending is also called by scope system thread when it leaves
davidxu
2003-08-20
2
-0
/
+6
*
Add back a loop for up to PTHREAD_DESTRUCTOR_ITERATIONS to
deischen
2003-08-20
2
-24
/
+40
*
Add a kluge suggested by Marcel to paper over the difference between
wollman
2003-08-19
2
-0
/
+4
*
Change gethostname() to set errno to ENAMETOOLONG instead of ENOMEM
wollman
2003-08-19
2
-18
/
+51
*
Some servers respond to RETR in active mode with 125 (connection already
des
2003-08-19
1
-1
/
+1
*
Support printing 64 bits pointer and long integer.
davidxu
2003-08-19
2
-20
/
+54
*
Save and restore errno around sigprocmask.
davidxu
2003-08-19
2
-2
/
+10
*
style.Makefile(5)
obrien
2003-08-18
15
-21
/
+17
*
Direct call exit if thread was never created. This makes it safe to call
davidxu
2003-08-18
2
-0
/
+4
[next]