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
*
Add sem_*() functions. Named semaphores and process-shared semaphores
jasone
2000-01-20
9
-0
/
+711
*
Do signal deferral for pthread_kill() as it was done in the old days.
jasone
2000-01-20
9
-90
/
+18
*
Move ENTRY and ALTENTRY definitions to asm.h where they belong.
jasone
2000-01-20
1
-23
/
+0
*
Although it should be obvious that the 3-digit numeric values of the
sheldonh
2000-01-19
12
-12
/
+23
*
Make the quotes in the #include line visible.
sheldonh
2000-01-19
1
-1
/
+1
*
Do not set the default terminal type to "su", leave it empty.
ru
2000-01-19
2
-6
/
+2
*
Implement continuations to correctly handle [sig|_]longjmp() inside of a
jasone
2000-01-19
39
-205
/
+1332
*
Make minor entry point changes to support libc_r.
jasone
2000-01-19
9
-18
/
+18
*
Fix bde'isms in acl/extattr syscall interface, renaming syscalls to
rwatson
2000-01-19
12
-28
/
+28
*
Close PR#16028. Make the sanity check saner. The condition that we
wpaul
2000-01-19
1
-1
/
+1
*
Document KERN_QUANTUM under CTL_KERN
chris
2000-01-19
1
-0
/
+6
*
Document isnanf() for checking if a float is NaN (``Not-a-Number'') and
chris
2000-01-19
2
-4
/
+9
*
This man page is not needed; it just gets jumped on later when libcrypt
markm
2000-01-18
2
-298
/
+1
*
A bunch of factual corrections.
markm
2000-01-18
1
-7
/
+4
*
Add HISTORY.
sheldonh
2000-01-18
1
-0
/
+2
*
Properly initialize the last active time of the initial thread. This fixes
deischen
2000-01-18
3
-0
/
+18
*
trailing white space removal.
obrien
2000-01-18
1
-16
/
+14
*
Add two new functions cd9660_readfile() & cd9660_readdir(), which
obrien
2000-01-18
1
-110
/
+175
*
Fixed missing backslash in previous commit. Adding setresuid.2 has taken
bde
2000-01-18
1
-1
/
+1
*
Fix line too long style bug in the previous commit (which, by the
sheldonh
2000-01-18
1
-2
/
+2
*
add setresuid.2
ache
2000-01-18
1
-1
/
+1
*
Repair internal consistency: Change "login_cap_t * lc" to a more correct
chris
2000-01-18
1
-1
/
+1
*
Add the "use -lutil" line to all functions that require it so people like
billf
2000-01-18
7
-0
/
+39
*
acl_delete_default_file() changed to acl_delete_def_file()
rwatson
2000-01-17
2
-2
/
+2
*
Add manual pages for the newly added setres[ug]id system calls.
sheldonh
2000-01-17
2
-0
/
+80
*
Fix error message that was too hastily cut&pasted from libradius.
jdp
2000-01-17
1
-1
/
+1
*
Fixed bitrot in library build order. libmd was not built before
bde
2000-01-17
1
-3
/
+3
*
We no longer care about the VAX and Tahoe compilers :-)
kris
2000-01-17
1
-6
/
+1
*
get pd_type from inquiry data itself
mjacob
2000-01-16
1
-1
/
+1
*
Fixed stray backslash in previous commit.
bde
2000-01-16
1
-4
/
+5
*
Oops, didn't commit the Makefile for libposix1e--this should fix build
rwatson
2000-01-15
2
-0
/
+30
*
Enable the building of libposix1e
rwatson
2000-01-15
1
-2
/
+3
*
libposix1e provides userland library calls for the POSIX.1e security
rwatson
2000-01-15
22
-0
/
+2936
*
Support v6 login.
shin
2000-01-15
1
-7
/
+24
*
Fixed corrupted tabs in previous commit.
bde
2000-01-14
1
-2
/
+2
*
Replace beforeinstall target with new variables used by .mk system.
rgrimes
2000-01-14
25
-114
/
+31
*
libc rcmd update for IPv6.
shin
2000-01-13
5
-88
/
+295
*
Correct placement of $FreeBSD$ CVS identifier.
asmodai
2000-01-13
1
-1
/
+1
*
Change ``from'' to ``to''.
asmodai
2000-01-13
1
-1
/
+1
*
Fixed missing include and missing arg in synopsis.
bde
2000-01-13
1
-1
/
+2
*
Fixed missing include in synopsis.
bde
2000-01-13
2
-0
/
+2
*
Fix unresolved _libc_*() references in libc by creating weak aliases
jasone
2000-01-13
1
-0
/
+2
*
added IPv6 unspecified addr check for getipnodebyaddr.
shin
2000-01-13
1
-0
/
+2
*
added IPv4 mapped IPv6 addr consideration for getaddrinfo() reverse lookup case
shin
2000-01-13
1
-1
/
+4
*
Track libc's three-tier symbol naming. libc_r must currently implement
jasone
2000-01-12
106
-124
/
+312
*
Add three-tier symbol naming in support of POSIX thread cancellation
jasone
2000-01-12
79
-292
/
+452
*
This is the second half of unbreaking the world build. Add a -DNOHTML
green
2000-01-11
2
-0
/
+4
*
*draws his sword*
green
2000-01-11
2
-0
/
+2
*
Install html files to /usr/share/doc/ncurses/
phantom
2000-01-10
2
-0
/
+18
*
Make sched_param parameter a const to comply with POSIX and SUSv2 specs.
deischen
2000-01-10
3
-3
/
+3
[next]