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
*
int -> long changes that reduce the diffs with the NetBSD version to
jb
1998-05-14
2
-34
/
+34
*
Remove reference to signanosleep
ache
1998-05-14
1
-1
/
+0
*
Nuke signanosleep()
peter
1998-05-14
2
-21
/
+3
*
libtcl now builds (with lots of pointer to int cast warnings) on alpha.
jb
1998-05-13
1
-2
/
+2
*
Make -Werror i386 specific because gcc with -nostdinc on alpha belches
jb
1998-05-11
1
-1
/
+6
*
Cast a pointer to a long, not an int and make the arg passed to the function
jb
1998-05-11
1
-2
/
+2
*
Remove a 'const' because it was getting thrown away anyway.
jb
1998-05-10
1
-1
/
+1
*
There is no alpha asm code like on i386, so all the functions that
jb
1998-05-10
1
-1
/
+28
*
Cast a pointer to a long, not an int before masking it.
jb
1998-05-10
1
-1
/
+1
*
Remove 'of type long' from a sentence talking about four 4-byte values
jb
1998-05-10
1
-2
/
+1
*
Fixed the usual missing dependencies on headers generated by rpcgen.
bde
1998-05-10
1
-2
/
+2
*
Fixed the usual missing dependencies on headers generated by rpcgen.
bde
1998-05-09
1
-6
/
+6
*
Add a BUGS section and describe a problem I've been having for
brian
1998-05-09
1
-1
/
+14
*
Simplified by using new yacc rules.
bde
1998-05-08
1
-9
/
+6
*
This is a hack to workaround source that is coded to use long variables
jb
1998-05-08
2
-2
/
+2528
*
Remote the NetBSD kludge for vfprintf.c
jb
1998-05-08
1
-9
/
+2
*
Don't assign the va_list variable 'ap' directly to the argtable because
jb
1998-05-08
1
-19
/
+18
*
Use the thread-aware errno definition all the time.
jb
1998-05-05
2
-44
/
+6
*
Build the syscalls (in libc, not libc_r) with weak symbols so that
jb
1998-05-05
2
-6
/
+18
*
Remove extern int errno and #include <errno.h> to get the proper definition.
jb
1998-05-05
1
-1
/
+1
*
Remove leading underscores from the FILE lock functions that POSIX
jb
1998-05-05
1
-3
/
+3
*
Remove leading underscores for the functions (weak symbols here) that
jb
1998-05-05
1
-4
/
+7
*
The __set_ospeed() function is coded against the speed_t type declared
jb
1998-05-05
2
-3
/
+3
*
Treat the lock value as volatile.
jb
1998-05-05
3
-6
/
+6
*
In a threaded library, expect the lock field to be declared volatile,
jb
1998-05-05
1
-5
/
+5
*
Fix a few nits in quoted code fragments and elsewhere.
rnordier
1998-05-04
1
-5
/
+4
*
Force BOOTSTRAP mode all the time while the headers are broken on alpha
jb
1998-05-04
1
-1
/
+5
*
Typo fixes
jraynard
1998-05-03
2
-4
/
+6
*
Typo fix.
jraynard
1998-05-03
1
-2
/
+2
*
Pedantry (NULL -> NUL).
jraynard
1998-05-03
1
-1
/
+1
*
Don't imply sigset_t == int.
jraynard
1998-05-03
1
-1
/
+1
*
Add libbind
peter
1998-05-03
1
-2
/
+2
*
Build libbind for named and friends (not installed in /usr/lib)
peter
1998-05-03
1
-0
/
+42
*
Resolve some unexpected differences when comparing with the 2.2 version.
peter
1998-05-02
1
-2
/
+10
*
Update libc dns code to 4.9.7-T1B level. This involved chopping out large
peter
1998-05-02
3
-249
/
+753
*
Cleanup in the child, not the parent.
jb
1998-05-02
3
-6
/
+6
*
Go back to version 1.16 - it was correct the way it was.
brian
1998-05-01
1
-6
/
+6
*
Fixed disordering and other style bugs in rev.1.50.
bde
1998-05-01
1
-6
/
+4
*
connect() returns -1 on error - not 0.
brian
1998-05-01
1
-7
/
+7
*
Fix the incremental priority increment.
jb
1998-04-30
3
-6
/
+6
*
Add reference to setlocale(3)
ache
1998-04-30
1
-2
/
+3
*
Add reference to catopen(3)
ache
1998-04-30
1
-1
/
+4
*
Return -1 for invalid descriptor in catclose
ache
1998-04-30
1
-2
/
+2
*
If passed catgets descriptor is NULL or -1, return default string immediately
ache
1998-04-30
1
-1
/
+3
*
Force loadType to 0
ache
1998-04-30
1
-5
/
+4
*
Implement NL_CAT_LOCALE
ache
1998-04-30
4
-12
/
+33
*
Prototypes/typedefs cleanup
ache
1998-04-30
2
-21
/
+22
*
Oops, backout the previous change having confused my underscores.
jb
1998-04-30
2
-6
/
+4
*
Change the description of errno to match the thread-aware implementation
jb
1998-04-30
1
-32
/
+6
*
Make cerror thread aware by calling __error() to get a pointer to the
jb
1998-04-30
2
-44
/
+10
[next]