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
*
Slight adjustment to previous fix for __ivaliduser(). It was checking for
peter
1995-07-16
1
-2
/
+4
*
Make ruserok() accept the #-starting comment lines we used to have
joerg
1995-07-16
1
-0
/
+2
*
The declaration of sigaction was missing a `const'.
bde
1995-07-16
1
-1
/
+1
*
Fix the synopsis of signal() again. Now it is uglier but correct.
bde
1995-07-16
1
-2
/
+2
*
Fix the prototypes for getservby{name,port}().
joerg
1995-07-09
1
-2
/
+2
*
The ypprot_err() function incorrectly maps YP_NODOM to YPERR_NODOM.
wpaul
1995-07-05
1
-2
/
+2
*
Do the same sanity checking in _pw_breakout_yp() that we do in
wpaul
1995-06-26
1
-16
/
+19
*
Fix for a potential problem reported by a user I bumped into on IRC
wpaul
1995-06-26
1
-9
/
+14
*
Fixes for PR #508 and #509 ('botched 'Bad netgroup' error message' and
wpaul
1995-06-23
1
-7
/
+43
*
Don't cast void functions to void.
hsu
1995-06-20
4
-7
/
+7
*
Make _havemaster() use yp_first() (again) instead of yp_order() to
wpaul
1995-06-17
1
-2
/
+6
*
Add /usr/local/share/nls to default search path
ache
1995-06-17
1
-2
/
+2
*
Merge RELENG_2_0_5 into HEAD
rgrimes
1995-06-11
1
-0
/
+9
*
Remove trailing whitespace.
rgrimes
1995-05-30
128
-720
/
+727
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-1
/
+1
*
Add a missing link from the setpgid manpage to the setpgrp manpage.
nate
1995-05-27
1
-0
/
+1
*
Fixed typo.
dg
1995-05-15
1
-1
/
+1
*
Parse ^? now, our termcap use it and some termcaps from other
ache
1995-05-14
1
-1
/
+5
*
Cosmetic changes and paranoia checks:
wpaul
1995-05-03
1
-5
/
+5
*
Fix bracket error for LogMask
ache
1995-05-02
1
-1
/
+1
*
Added function and man page for ftok(3), used in conjunction with
joerg
1995-05-01
2
-0
/
+135
*
Small fix for the following problems:
wpaul
1995-04-29
1
-2
/
+10
*
ypbind.c: Major overhaul.
wpaul
1995-04-26
1
-55
/
+20
*
Remove setre*id*.
bde
1995-04-25
1
-2
/
+2
*
Add setreuid/setregid to MAN section
ache
1995-04-23
1
-1
/
+2
*
Add setreuid/setregid
ache
1995-04-23
1
-1
/
+2
*
Fix history info
ache
1995-04-23
2
-8
/
+4
*
in _freecaches(): strdup() allocates us memory -- remember to free it.
wpaul
1995-04-22
1
-10
/
+18
*
small NIS binding fixes:
wpaul
1995-04-21
1
-1
/
+26
*
Fix bugs in opendir():
bde
1995-04-21
1
-9
/
+23
*
If locale not available, fallback to strcasecmp, not to strcmp
ache
1995-04-16
1
-2
/
+2
*
Head off potential core dump in _havemaster() (we don't need to free any
wpaul
1995-04-15
1
-4
/
+1
*
Better conformance to SunOS behavior: if we can't match a user to one
wpaul
1995-04-14
1
-2
/
+8
*
Add err_set_file() and err_set_exit() functions to make it possible for
wollman
1995-04-13
2
-18
/
+64
*
Add an ethers(3) man page.
wpaul
1995-04-12
2
-3
/
+190
*
More of the same: we also need to handle multiple domains properly
wpaul
1995-04-09
1
-6
/
+33
*
Fix behavior of YP library routines in environments with multiple domains,
wpaul
1995-04-09
1
-6
/
+24
*
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
[next]