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
*
Change libkse back to libpthread and make it the default
deischen
2004-01-30
3
-0
/
+18
*
I update the rwlock code in libthr to be more standards compliant and
mtm
2004-01-29
1
-12
/
+119
*
When suspending a thread if the timeout was very short or
mtm
2004-01-29
1
-0
/
+11
*
Add reference to environ(7)
ache
2004-01-29
1
-1
/
+2
*
Fix an uninitialized variable bug that caused write_pmbr() to bogusly
marcel
2004-01-28
1
-3
/
+4
*
Add NO_BLUETOOTH knob to the build process
emax
2004-01-28
1
-2
/
+4
*
Increment WARNS.
ru
2004-01-28
1
-1
/
+1
*
The report size is not a local item, so don't clear it when clearing local it...
emax
2004-01-28
1
-1
/
+0
*
- Added three new interfaces, NgAllocRecvMsg(), NgAllocRecvAsciiMsg(),
ru
2004-01-27
5
-9
/
+109
*
mdoc(7) cleanup.
ru
2004-01-27
1
-39
/
+72
*
Fixed memory leak in NgSendAsciiMsg().
ru
2004-01-27
1
-1
/
+4
*
Fixed pc98 partition type.
nyan
2004-01-27
1
-1
/
+1
*
Implement pam_sm_close_session().
des
2004-01-26
1
-1
/
+13
*
Xref kqueue and poll
eivind
2004-01-26
1
-0
/
+2
*
Xref kqueue
eivind
2004-01-26
1
-0
/
+1
*
Cleanup CFLAGS in libsdp(3) Makefile
emax
2004-01-25
1
-1
/
+1
*
I don't normally use my middle name, so remove it from attributions in
des
2004-01-25
1
-2
/
+2
*
Describe EOVERFLOW case
ache
2004-01-25
1
-0
/
+9
*
Rename the MIBS makefile variable to BMIBS so that it does not conflict
harti
2004-01-24
2
-4
/
+4
*
When writing/reading longs use explicit 32bit temporary values.
mbr
2004-01-24
1
-3
/
+4
*
Merge vfprintf.c, v1.61 and 1.62. For compatibility with __hdtoa()
das
2004-01-23
1
-19
/
+25
*
Create the OID and tree files while building the modules and the daemon
harti
2004-01-23
11
-453
/
+13
*
Style: remove an empty line.
harti
2004-01-23
1
-1
/
+0
*
Initialize the (i386) frame pointer when setting up a thread
deischen
2004-01-22
1
-1
/
+4
*
o Implement the pthread_spin_* functions in libthr.
mtm
2004-01-22
2
-0
/
+91
*
Clean up error handling in libstand filesystem code to be more consistent:
jhb
2004-01-21
10
-27
/
+49
*
Include <stdlib.h> to get abort() prototype.
grehan
2004-01-21
1
-0
/
+2
*
Updated manh shift constant type to 'ULL' for PPC to fix
grehan
2004-01-21
1
-1
/
+1
*
Import sdpd(8) sources. This is Bluetooth Service Discovery Protocol daemon.
emax
2004-01-20
5
-7
/
+379
*
The <bsd.files.mk> API seems the best to use here.
ru
2004-01-20
1
-11
/
+7
*
Discard the first 1024 bytes of output as suggested by
das
2004-01-20
1
-1
/
+13
*
Use 'uint32_t' instead of 'long' when a 32-bit integer is intended.
das
2004-01-20
1
-31
/
+32
*
Simplify mpool_get() and mpool_write() by using pread() and pwrite()
das
2004-01-20
1
-6
/
+3
*
Clean up makefiles.
ru
2004-01-19
6
-23
/
+15
*
libc is now WARNS=2 clean with the exception of the gdtoa bits (which
nectar
2004-01-19
1
-1
/
+1
*
Add prototypes for the three syscall stubs that are invoked here,
nectar
2004-01-19
1
-0
/
+4
*
Refactor _pthread_mutex_init
mtm
2004-01-19
1
-125
/
+64
*
Implement reference counting of read-write locks. This uses
mtm
2004-01-19
3
-8
/
+155
*
add cross-reference to clock_gettime(2)
phk
2004-01-19
1
-0
/
+1
*
Bring the *printf(3) documentation up to date with the code:
das
2004-01-19
1
-37
/
+24
*
add missing endusershell() call. Original version was incorrect.
charnier
2004-01-18
1
-1
/
+3
*
Deal better with the crypto version of the PAM library that goes
ru
2004-01-18
5
-4
/
+7
*
Implement __hdtoa() and __hldtoa() and enable printf() support for %a
das
2004-01-18
3
-6
/
+435
*
DISTRIBUTION is normally single-valued.
ru
2004-01-18
1
-1
/
+1
*
Prototype __hdtoa() and __hldtoa().
das
2004-01-18
1
-0
/
+2
*
Fix some bugs affecting the %a and %A format specifiers. Since
das
2004-01-18
1
-6
/
+16
*
Add a delta accidentally omitted from the previous commit:
das
2004-01-18
1
-0
/
+3
*
Define LDBL_MANH_SIZE and LDBL_MANL_SIZE to be the sizes of the
das
2004-01-18
6
-0
/
+18
*
Fix a bug that caused long double subnormals to be printed
das
2004-01-18
1
-0
/
+3
*
Mostly mechanical rework of libalias:
phk
2004-01-17
16
-737
/
+1071
[next]