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
*
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
*
Remove crossref to pam.conf(5) which never existed.
schweikh
2004-01-17
1
-1
/
+0
*
Backout revision 1.6, because some stub functions not in libc, and
davidxu
2004-01-17
1
-18
/
+2
*
Return EPERM if mutex owner is not current thread but it tries to
davidxu
2004-01-17
2
-36
/
+6
*
Enable cancellation point in sem_wait, it is required by POSIX.
davidxu
2004-01-17
1
-2
/
+18
*
Fixed the fatal bug: CFLAGS should be added to, not overridden.
ru
2004-01-17
1
-1
/
+1
*
Add an implementation of pthread_rwlock_timed{rd,wr}lock() to libthr with
mtm
2004-01-16
1
-11
/
+54
*
o We are not required to initialize an invalid rwlock. So axe all that
mtm
2004-01-16
1
-160
/
+93
*
- Move the code to try to open a single chunk file and prompt for the
jhb
2004-01-15
1
-12
/
+31
*
Whitespace tweaks to make indentation consistent within this file and even
jhb
2004-01-15
1
-4
/
+4
*
- Print out line number in a panic message using %d rather than %p. Line
jhb
2004-01-15
2
-2
/
+2
*
Fixed style of previous commit.
ru
2004-01-15
1
-3
/
+2
*
Return ENOTSUP instead of -1.
ru
2004-01-15
1
-1
/
+1
*
Have a single set of POSIX threads man pages. The LIBRARY section
ru
2004-01-14
105
-9661
/
+0
*
The libc_r/man/sigwait.3 manpage has been repocopied to libc/sys/sigwait.2.
ru
2004-01-14
4
-94
/
+8
*
- libc/sys/sem.c was repocopied to libc/gen/sem.c.
ru
2004-01-14
16
-1028
/
+15
*
Translate from GNU C to ISO C.
des
2004-01-14
4
-4
/
+4
*
bsd.dep.mk,v 1.43 allows us to replace a hack with a solution.
ru
2004-01-13
1
-3
/
+3
*
Add and document ffsl(), fls() and flsl().
des
2004-01-13
7
-12
/
+201
*
Kill whitespace at end of lines.
nectar
2004-01-12
1
-9
/
+9
*
Fix a bug that could result in a null pointer dereference in
nectar
2004-01-12
1
-1
/
+1
*
Removed duplicate SRCS.
ru
2004-01-11
1
-1
/
+0
*
XDR sources are handled by ../xdr/Makefile.inc.
ru
2004-01-11
1
-4
/
+0
*
Replaced an ugly hack to selectively disable warnings
ru
2004-01-11
2
-3
/
+3
*
Add an ulgy hack so that warnings added by non-zero WARNS values won't be
obrien
2004-01-10
1
-0
/
+3
*
Remove now redundant and now conflicting declaration of sysarch(2).
nectar
2004-01-10
1
-3
/
+1
[next]