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
*
mdoc(7) police: markup the previous delta.
ru
2001-12-04
1
-1
/
+3
*
Correct some egregious style bugs.
des
2001-12-04
1
-13
/
+21
*
Add a missing error check. This fixes a bug that would cause pwd_mkdb to
des
2001-12-04
1
-1
/
+2
*
Properly handle being redirected to an FTP URL.
des
2001-12-04
1
-1
/
+10
*
Add prototype for _ftp_request().
des
2001-12-04
1
-4
/
+8
*
Reorganize to reduce code duplication.
des
2001-12-04
1
-64
/
+32
*
Fix typos getpeerid -> getpeereid.
tobez
2001-12-02
1
-2
/
+2
*
Use __FBSDID(). Also do a bit of cosmetic #if and header-order
markm
2001-12-02
1
-1
/
+4
*
Use the merged strtod.c everywhere. This has been tested on alpha and
peter
2001-12-02
1
-10
/
+1
*
Remove specific reference to ASCII space (' '), it is true for localized
ache
2001-12-02
1
-1
/
+1
*
Make it works for non ASCII compatible encodings too.
ache
2001-12-02
6
-42
/
+42
*
Style fixups.
markm
2001-12-01
1
-10
/
+10
*
WARNS=2 fixes.
markm
2001-12-01
1
-16
/
+11
*
Add support for sysconf(_SC_NPROCESSORS_CONF) and sysconf(_SC_NPROCESSORS_ONLN).
jkoshy
2001-12-01
2
-0
/
+12
*
o Stop abusing MD headers with non-MD types.
mike
2001-12-01
2
-9
/
+14
*
Merge the (in)complete ANSIfication work from src/crypto/telnet.
markm
2001-11-30
1
-8
/
+0
*
Invoke the new 'unifdef:' target, and make this lib a complete subset
markm
2001-11-30
4
-58
/
+51
*
Diff-reduce WRT src/secure/*telnet*/Makefile.
markm
2001-11-30
1
-5
/
+18
*
Merge NetBSD's changes from netbsd_strtod.c in preparation of
phantom
2001-11-30
1
-47
/
+54
*
Back out my 'fix', resid is different for strategy than for write
alfred
2001-11-30
1
-2
/
+2
*
Implement several of the c99 updates to printf(3):
fenner
2001-11-30
2
-211
/
+458
*
Make the same fix for writes to RAW objects.
alfred
2001-11-30
1
-2
/
+2
*
write should return the number of bytes written, not 0 on success.
alfred
2001-11-30
1
-1
/
+1
*
Clarify isblank range
ache
2001-11-30
1
-0
/
+14
*
Clarify valid isspace() range
ache
2001-11-30
1
-8
/
+10
*
Fix pam_ssh by adding an IPv4or6 (evidently, this was broken by my last
green
2001-11-29
1
-0
/
+8
*
Clarify that is[x]digit() class is the same in any locale
ache
2001-11-29
2
-17
/
+18
*
Duh. Back out most of my previous commit. It was mostly covered in the
cjc
2001-11-29
1
-9
/
+1
*
Bump p1003.1-90 to p1003.1-96.
green
2001-11-29
1
-1
/
+1
*
rename() can't guarantee "to" always exists if it didn't exist in the first
gshapiro
2001-11-29
1
-1
/
+3
*
Back out national digits support, POSIX explicetely disallows it:
ache
2001-11-29
8
-83
/
+85
*
After the long explanaition of how the inet_* functions interpret
cjc
2001-11-29
1
-0
/
+8
*
Do not write warning messages on stderr - a caller is expected to check
tobez
2001-11-28
2
-10
/
+8
*
Mdoc police.
des
2001-11-28
1
-32
/
+37
*
mdoc(7) police: fix one pam_unix(8) left-over, sort xrefs.
ru
2001-11-28
1
-4
/
+4
*
Don't ever assume that isdigit() is always subset of isxdigit()
ache
2001-11-28
7
-7
/
+7
*
Fix typo
ache
2001-11-28
1
-1
/
+1
*
Use stricter tests to disallow national digits > 9
ache
2001-11-28
1
-14
/
+14
*
Allow national (non-ASCII) digits
ache
2001-11-28
1
-55
/
+53
*
Allow national (non-ASCII) digits
ache
2001-11-28
1
-23
/
+23
*
Implement strtoimax() and strtoumax()
fenner
2001-11-28
5
-42
/
+337
*
Also mention "long long" in synopsis.
fenner
2001-11-28
1
-1
/
+1
*
Return a more meaningful errno when the length of the interpreter
jwd
2001-11-28
1
-0
/
+3
*
Base 36 is allowed.
fenner
2001-11-28
4
-4
/
+4
*
Put back base > 35 check. If someone dislike it, plese discuss it with
ache
2001-11-28
4
-4
/
+4
*
Add atoll(3) to conform POSIX and C99
ache
2001-11-28
3
-2
/
+69
*
Understand national (non-ASCII) digits now
ache
2001-11-28
6
-56
/
+42
*
Use 'mov' instead of 'lea' for setting the syscall number in %eax as that
jhb
2001-11-27
13
-21
/
+21
*
Add a pam_set_item(3) man page with an MLINK to pam_get_item(3).
des
2001-11-27
2
-0
/
+153
*
When servicing an internal FTP server, punch ipfirewall(4) holes
ru
2001-11-27
1
-5
/
+2
[next]