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
*
Improve the innetgr() NIS+ compat kludge. We should only fail over to the
wpaul
1997-10-13
1
-18
/
+25
*
Make this file p-make clean. (Use "ld -O foo" instead of "ld; mv
asami
1997-10-11
1
-11
/
+6
*
NIS+ compatibility kludge. A long time ago, I set up innetgr() so
wpaul
1997-10-11
1
-0
/
+7
*
Also install pcap-int.h so things can call pcap_compile on arbitary
peter
1997-10-10
1
-2
/
+2
*
Staticize usage(). Cosmetics.
charnier
1997-10-10
1
-2
/
+5
*
Add the AIO/LIO to libc. They aren't fully done yet, but have been in the
dyson
1997-10-10
1
-2
/
+4
*
Remove the claim that UUCP locking were not atomic. It is since
joerg
1997-10-07
1
-13
/
+1
*
Add passwd(5) to "SEE ALSO".
obrien
1997-10-07
1
-1
/
+2
*
Changes to support full make parallelism (-j<n>) in the world
jkh
1997-10-05
2
-4
/
+5
*
Merged in better support of ISO 8601 from elsie.nci.nih.gov.
helbig
1997-10-03
2
-62
/
+118
*
Teach ftpErrString to format UNIX errnos, since at least ftpLogin()
fenner
1997-10-02
1
-1
/
+4
*
Add rudimentary support for using the keyboard.
sos
1997-10-01
4
-3
/
+105
*
Update to tcl8.0 release version.
phk
1997-10-01
1
-14
/
+16
*
Move locks from /etc/opielocks to /var/run/opielocks to keep
ache
1997-10-01
1
-1
/
+1
*
Correct an ancient bogon which involved trying to read() from a
jkh
1997-10-01
1
-10
/
+8
*
Bump minor number
ache
1997-09-29
1
-1
/
+3
*
Sort cross refereces in section SEE ALSO.
wosch
1997-09-29
12
-22
/
+23
*
Endless loop.
wosch
1997-09-29
1
-5
/
+5
*
Add setutent.c
ache
1997-09-29
1
-2
/
+2
*
EXT_KEYS gone, STD ommited
ache
1997-09-29
1
-3
/
+2
*
Add logwtmp.c
ache
1997-09-29
1
-2
/
+2
*
Merge
ache
1997-09-29
1
-16
/
+73
*
Revert the previous prototype un-typo. Add a brief comment warning that
msmith
1997-09-28
1
-1
/
+3
*
Changes for KTH KerberosIV
markm
1997-09-28
1
-6
/
+1
*
Changes for KTH KerberosIV.
markm
1997-09-28
2
-3
/
+3
*
Typo fix
msmith
1997-09-28
1
-1
/
+1
*
Fix typo in signal() prototype
msmith
1997-09-28
1
-1
/
+1
*
Use revived __maskrune for digittoint
ache
1997-09-27
1
-2
/
+2
*
Add mskanji.c
ache
1997-09-25
1
-1
/
+1
*
Move it under XPG4 define
ache
1997-09-25
1
-0
/
+2
*
Move MSKanji under XPG4 define
ache
1997-09-25
1
-8
/
+8
*
__maskrune --> __istype
ache
1997-09-25
1
-1
/
+1
*
Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp>
julian
1997-09-24
5
-3
/
+119
*
This commit was generated by cvs2svn to compensate for changes in r29747,
ache
1997-09-23
2
-20
/
+31
|
\
|
*
Official patch from infozip
ache
1997-09-23
2
-20
/
+31
|
*
This commit was manufactured by cvs2svn to create branch 'VENDOR-libz'.
cvs2svn
1996-08-18
1
-0
/
+35
*
|
Apply fts() fix from PR#4593
peter
1997-09-22
2
-2
/
+2
*
|
Make selection logic more strict. Only select AF_INET loopback interfaces
wpaul
1997-09-21
1
-3
/
+6
*
|
Many places in the code NULL is used in integer context, where
phk
1997-09-18
4
-6
/
+6
*
|
environmental -> environment.
charnier
1997-09-18
3
-4
/
+4
*
|
Some adjustments for the resolver use of poll(). For some reason I thought
peter
1997-09-16
1
-7
/
+8
*
|
Put a system call not present checking wrapper around the call to
peter
1997-09-16
1
-9
/
+35
*
|
Fix yet a minor stylistic nit from Bruce.
wosch
1997-09-15
1
-4
/
+4
*
|
Fix yet a minor stylistic nit from Bruce (Doesn't he have more
phk
1997-09-15
1
-7
/
+9
*
|
Fix a buglet and a couple of stylistic nits from Bruce.
phk
1997-09-15
1
-3
/
+2
*
|
Potential bufferflow in getpwent(), getpwnam() and getpwuid()
wosch
1997-09-14
1
-2
/
+7
*
|
Add __getcwd() syscall, and have getcwd() take a shot at it.
phk
1997-09-14
2
-2
/
+13
*
|
Call poll(2) from within the resolver but adapt to older kernels without it
peter
1997-09-14
1
-26
/
+68
*
|
A poll(2) manpage.
peter
1997-09-14
2
-2
/
+190
*
|
Generate poll syscall stub
peter
1997-09-14
1
-2
/
+2
[next]