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
*
Introduce getprogname(3) and setprogname(3) library calls. These get
dd
2001-05-15
4
-3
/
+123
*
adapt to FreeBSD.
tshiozak
2001-05-15
2
-4
/
+20
*
mdoc(7) police: sort xrefs.
ru
2001-05-15
1
-1
/
+1
*
Add new, from scratch implementation of hsearch() et al that actually works.
ru
2001-05-15
5
-113
/
+395
*
initial import of locale insensitive wcs* and wmem* functions.
tshiozak
2001-05-15
22
-0
/
+1484
*
mdoc(7) police: add RETURN VALUES section.
ru
2001-05-14
1
-8
/
+13
*
Replace functional bugs of ctypish functions in libstand with style
dcs
2001-05-14
1
-7
/
+35
*
Bring in a few useful PAM modules.
markm
2001-05-14
17
-4
/
+1810
*
+ add u_long sector_size to struct disk (documented in libdisk.3)
jkh
2001-05-13
8
-80
/
+101
*
Extract the path from an AF_LOCAL sockaddr_un in a way that correctly
iedowse
2001-05-12
1
-2
/
+5
*
gethostbyname2() can't do AF_INET6 lookups over NIS.
alex
2001-05-08
1
-0
/
+7
*
Correct prototype (entry_p -> *entry_p)
jedgar
2001-05-07
1
-1
/
+1
*
Properly copy the P_ALTSTACK flag in struct proc::p_flag to the child
knu
2001-05-07
3
-33
/
+3
*
Finish disconnecting pam_ssh from the build.
green
2001-05-04
1
-3
/
+0
*
Move the check for a pending signals to after the thread has been
deischen
2001-05-04
6
-18
/
+54
*
I've been meaning to take pam_ssh out of the base system for a while now.
green
2001-05-04
1
-3
/
+0
*
add nl_langinfo(3)
phantom
2001-05-03
1
-2
/
+2
*
Eliminate BUGS section. No one of listed bugs is applicable to FreeBSD-current
phantom
2001-05-03
1
-25
/
+0
*
add manpage for nl_langinfo(3)
phantom
2001-05-03
1
-0
/
+90
*
Avoid dividing by zero if kd->procbase->ki_structsize is uninitalised.
dwmalone
2001-05-03
1
-1
/
+1
*
Update for (Linux-)PAM 0.75
markm
2001-05-03
2
-10
/
+74
*
* include/elf.h has been repo copied to include/elf-hints.h, and it no
obrien
2001-05-02
1
-1
/
+2
*
Do the alpha dance for the change MarkM hath made on the i386 side.
mjacob
2001-05-02
1
-0
/
+2
*
Don't give a warning about "proc size mismatch" if no struct were
dwmalone
2001-05-01
1
-1
/
+2
*
Compensate for header dethreading.
markm
2001-05-01
1
-0
/
+4
*
Compenate for header dethreading.
markm
2001-05-01
6
-0
/
+12
*
Compensate for header dethreading.
markm
2001-05-01
5
-0
/
+12
*
Compensate for header dethreading.
markm
2001-05-01
9
-0
/
+18
*
Unbreak world by defining isalnum() for libstand consumers.
msmith
2001-04-29
1
-0
/
+1
*
Add getaddrinfo(3) to the "SEE ALSO" list.
archie
2001-04-27
1
-0
/
+1
*
Grammar nit.
ru
2001-04-27
1
-1
/
+1
*
Document acl_get_entry(3)
jedgar
2001-04-26
1
-0
/
+4
*
The function __rpc_uaddr2taddr_af() converts an RPC "universal
iedowse
2001-04-26
1
-0
/
+2
*
o Separate acl_t into internal and external representations as
jedgar
2001-04-24
16
-132
/
+373
*
Remove bogus assignments of libc syscall stub return values to errno;
tmm
2001-04-24
3
-3
/
+0
*
Apply 'const' liberally.
archie
2001-04-24
8
-129
/
+134
*
Add sranddev.3 to MLINKS
ache
2001-04-23
1
-1
/
+1
*
Add #include "un-namespace.h"
ache
2001-04-23
1
-0
/
+1
*
srand*dev() fallback code: change ^getpid() to ^(getpid() << 16) to allow
ache
2001-04-23
2
-2
/
+2
*
Fix directory reads of MNT_UNION mounts, where entries present in both
joerg
2001-04-23
1
-1
/
+2
*
mdoc(7) police: fix markup.
ru
2001-04-23
1
-31
/
+31
*
Add sranddev() since srand() is not vary much with seed, typical time
ache
2001-04-23
2
-1
/
+46
*
Don't pass NULL to the %s format.
dd
2001-04-22
1
-2
/
+6
*
Turn on libdevinfo
msmith
2001-04-21
1
-3
/
+3
*
devinfo_var.h should not be in INCS
msmith
2001-04-20
1
-1
/
+1
*
More typo fixes, .Os -> .Fx
msmith
2001-04-20
1
-4
/
+5
*
typo .Fr -> .Fn
msmith
2001-04-20
1
-1
/
+1
*
Add a manpage for libdevinfo.
msmith
2001-04-20
2
-1
/
+238
*
This is the Device Information Library, libdevinfo.
msmith
2001-04-20
4
-0
/
+681
*
mdoc(7) police: update referenced standard name.
ru
2001-04-18
1
-1
/
+1
[next]