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
/
libc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing header reference
ache
1995-04-09
1
-0
/
+1
*
Reviewed by: ache and wollman (long ago)
bde
1995-04-07
2
-52
/
+11
*
Obtained from: 1.1.5 (originally by jtc)
bde
1995-04-06
1
-1
/
+2
*
The man page setmode(3) declares `void setmode' when it should be
joerg
1995-04-05
1
-1
/
+1
*
Add "before inclusion of any header which ... "
ache
1995-04-04
1
-1
/
+1
*
'Fix' for esoteric misfeature discovered while searching for another bug:
wpaul
1995-04-04
1
-1
/
+16
*
getpwent.c: fix problem with emacs dumping core when NIS is enabled. Also
wpaul
1995-04-04
3
-21
/
+34
*
Properly describe how to expand default limit of handled descriptors
ache
1995-04-04
1
-1
/
+6
*
Submitted by: Sebastian Strollow
wpaul
1995-04-02
1
-4
/
+14
*
Fix xdr_ypmap_parms() so that it agrees with xdr_domainname(), xdr_peername()
wpaul
1995-04-02
1
-4
/
+4
*
Fix manpage rule
ache
1995-04-02
1
-1
/
+1
*
Add ether_addr functions to libc. This seems to be the logical place
wpaul
1995-04-02
2
-1
/
+235
*
Add some missing xdr functions needed for server-side implementations.
wpaul
1995-04-02
1
-1
/
+116
*
Add the nls code for XPG3-style message catalogs to libc.
jkh
1995-03-30
9
-0
/
+854
*
Add nls include to Makefile.
jkh
1995-03-30
1
-0
/
+1
*
Clear IGNPAR in cfmakeraw() instead of set it.
ache
1995-03-29
1
-2
/
+2
*
Fix a missing _hash() to prevent namespace pollution with the db/hash routines.
jkh
1995-03-28
1
-5
/
+7
*
Use yp_order() instead of yp_first() in _havemaster() to check for the
wpaul
1995-03-27
1
-7
/
+7
*
Bump the shared library minor # because of the additions of the
nate
1995-03-27
1
-0
/
+2
*
Hash 8bit chars without sign extension
ache
1995-03-26
1
-3
/
+8
*
Update info about LC_COLLATE implementation
ache
1995-03-26
1
-3
/
+1
*
Add the strhash family of routines. They provide a number of features
jkh
1995-03-26
2
-2
/
+416
*
Updated manual page to indicate flags argument; added return value and
dg
1995-03-25
1
-6
/
+24
*
scandir(3) didn't transfer d_type, and d_ino is called d_fileno now.
phk
1995-03-25
1
-1
/
+2
*
Add calls to endgrent() and endnetgrent() to the end of _createcaches().
wpaul
1995-03-25
1
-0
/
+2
*
Add more sanity checks. *Lots* of sanity checks. Huge tracts of sanity checks.
wpaul
1995-03-24
1
-8
/
+40
*
Make sanity checks saner: don't let setnetgrent() or innetgr() swallow
wpaul
1995-03-24
1
-2
/
+8
*
Change strtok() to strsep(), using strtok() can cause memory corruption
ache
1995-03-24
1
-16
/
+29
*
Sicnce this code shares the same fragment as gethostnamaddr:
ache
1995-03-24
1
-10
/
+16
*
Change strtok() to strsep(), cause memory corruption for all
ache
1995-03-24
1
-10
/
+16
*
Yikes! Fix stupid mistake I made in last commit that made getpwent() ignore
wpaul
1995-03-24
1
-9
/
+12
*
As per Justin T. Gibbs's request, agument the +@netgroup/-@netgroup
wpaul
1995-03-24
1
-36
/
+72
*
Don't let yp_match() or yp_next() operate on null or empty keys: asking
wpaul
1995-03-23
1
-1
/
+11
*
Don't let setnetgrent() operate on a null or empty group name: it can
wpaul
1995-03-23
1
-0
/
+4
*
Very important sanity checks: today I clobbered all four NIS servers on
wpaul
1995-03-23
1
-6
/
+8
*
Lots of fixes/improvements in the +user substitution handling:
wpaul
1995-03-23
1
-52
/
+39
*
Small cleanups:
wpaul
1995-03-23
1
-39
/
+44
*
Phew! Done at last: getpwent now understands +@netgroup/-@netgroup directives
wpaul
1995-03-23
1
-9
/
+212
*
Use better/stronger/faster NIS lookup code: by using yp_match() instead of
wpaul
1995-03-21
1
-44
/
+14
*
Reviewed by: Bill Paul <wpaul@freebsd.org>
wpaul
1995-03-21
1
-2
/
+2
*
At last! Modified __ivaliduser() to do the same kind of user/host validation
wpaul
1995-03-20
1
-3
/
+69
*
Whoops: expanding netgroups that reference multiple netgroups doesn't
wpaul
1995-03-19
1
-1
/
+1
*
Two major changes:
wpaul
1995-03-19
1
-4
/
+71
*
Fix authunix_maxgrouplist test
ache
1995-03-18
1
-2
/
+2
*
Fix 'putting +: in /etc/group causes many programs to dump core' bug
wpaul
1995-03-18
1
-1
/
+11
*
Remove `|| flags & ALT == 0' which was an obscure no-op, not a
bde
1995-03-12
1
-1
/
+1
*
Obtained from: 1.1.5. Originally by jtc. Cosmetically changed for this
bde
1995-03-12
1
-15
/
+23
*
stdio.h --> unistd.h
ache
1995-03-09
1
-1
/
+1
*
Don't build swab.o here. It gets built in libc/i386/string. Previously
bde
1995-03-07
1
-1
/
+1
*
On snap 950210, format %s (print seconds from the epoch) is missing
joerg
1995-03-01
2
-1
/
+23
[next]