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
*
Very minor tweak:
wpaul
1996-04-29
1
-1
/
+1
*
Fix mis-declared static arrays that made sysinstall SEGV in
jkh
1996-04-29
1
-2
/
+2
*
Move some warn()'s into DEBUG space since I don't need them coming
jkh
1996-04-29
3
-11
/
+34
*
/etc/skeykeys was basically suffering from the same vulnerability
joerg
1996-04-26
1
-1
/
+3
*
The traceon and traceoff directives aren't in this version ncurses.
jkh
1996-04-25
2
-3
/
+3
*
Removed bogus includes of <sys/types.h> from synopses.
bde
1996-04-19
5
-6
/
+1
*
Don't include <sys/types.h> when it isn't used.
bde
1996-04-19
4
-7
/
+2
*
Added `const' to types of sys_siglist and sys_signame.
bde
1996-04-19
1
-2
/
+2
*
Added `const' to types of sys_errlist and sys_nerr.
bde
1996-04-19
1
-5
/
+10
*
Fix the man page to reflect the recent addition of RFNOWAIT and the removal of
smpatel
1996-04-18
1
-4
/
+5
*
Fix error in wcstombs: byte count not counted
ache
1996-04-18
1
-3
/
+4
*
Document the possible EPERM return.
joerg
1996-04-17
1
-0
/
+2
*
NIS cleanups and fixes, the next generation.
wpaul
1996-04-16
2
-260
/
+260
*
Fix a few NIS-related bogons:
wpaul
1996-04-15
1
-11
/
+14
*
Update the description of strncat to accurately describe how many
mpp
1996-04-09
1
-1
/
+4
*
Correct a minor typo. Fixes part of PR#1000.
mpp
1996-04-09
1
-1
/
+1
*
Do not install the now unsupported netns and netiso
mpp
1996-04-08
3
-5
/
+8
*
Correct some man page xrefs, and some other minor changes to bring some
mpp
1996-04-08
3
-5
/
+5
*
Correct some man page cross references and file location references.
mpp
1996-04-07
3
-4
/
+4
*
Mention other possible errors that could be caused by the F_[GS]ETOWN
joerg
1996-04-06
1
-1
/
+19
*
Xref clocks(7).
joerg
1996-04-05
7
-6
/
+13
*
Added a note about the return value. Its been so long I can't
jmacd
1996-04-05
1
-0
/
+19
*
Remove outdated (and never quite correct anyway) reference to the
peter
1996-04-03
1
-4
/
+0
*
Xref sysexits(3).
joerg
1996-03-31
1
-1
/
+7
*
stat() before open() because opening of special files may be harmful.
bde
1996-03-29
1
-0
/
+10
*
Back out one of my previous changes: don't clear PARODD,
ache
1996-03-28
1
-1
/
+1
*
cfmakeraw:
ache
1996-03-27
1
-2
/
+2
*
Added missing section numbers to a bunch of .Xr macros, or
mpp
1996-03-27
32
-64
/
+69
*
Removed now-bogus casts that were to hide the inconsistency between the
bde
1996-03-27
1
-4
/
+4
*
Fixed bogus cross references.
bde
1996-03-27
2
-5
/
+5
*
Say what happens to the buffer when fgets() returns NULL.
bde
1996-03-27
1
-6
/
+11
*
8bit clean fixes
ache
1996-03-25
1
-3
/
+5
*
Convert int to uchar range for ctype
ache
1996-03-25
1
-0
/
+1
*
Remove half-dancing solution for signed chars to help finding
ache
1996-03-25
2
-20
/
+6
*
Remove half-dancing solution for signed chars to help finding
ache
1996-03-25
1
-10
/
+2
*
Since n is int now, sanity check must be n <= 0, not simple n == 0
ache
1996-03-25
1
-1
/
+1
*
Make libdisk C++ aware:
joerg
1996-03-24
6
-137
/
+147
*
Fix incorrect parameter types.
paul
1996-03-24
2
-2
/
+2
*
Don't bother trying to flock() /var/run/ypbind.lock; this breaks when
wpaul
1996-03-23
1
-21
/
+14
*
Fix other half of problem reported in PR #1079: _getnetbynisaddr() is
wpaul
1996-03-23
1
-12
/
+41
*
The 4.4-lite vfprintf counted the %# hex prefix and the sign in
fenner
1996-03-20
1
-8
/
+6
*
keep the libc_r makefiles in step with those from libc
julian
1996-03-20
2
-6
/
+8
*
Fix yp_all() so that it doesn't bogusly return YP_NOMORE at the end
wpaul
1996-03-19
1
-4
/
+5
*
alarm -> ualarm.
bde
1996-03-19
1
-2
/
+3
*
Updated a type to match Lite2's fixed-width type changes.
bde
1996-03-19
1
-2
/
+6
*
Add libdisk.
joerg
1996-03-18
1
-1
/
+2
*
Fix bogus MLINKS line. When is the old libdisk going to go away, BTW?
jkh
1996-03-18
1
-2
/
+1
*
libdisk is now `adult':
joerg
1996-03-17
2
-1
/
+353
*
Work around a bug in the Sun rpc code. This fixes a problem where
guido
1996-03-17
1
-4
/
+12
*
Repository copy src/release/libdisk to src/lib/libdisk as per recent
peter
1996-03-17
1
-0
/
+1
[next]