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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix compiler warning: /* inside comment
ache
1996-12-05
1
-1
/
+1
*
Bump maximum username length to 16 characters. This brings us into
jkh
1996-12-04
1
-2
/
+2
*
Update to more current reality.
phk
1996-11-28
1
-11
/
+31
*
Matching routed.h to go along with latest routed.
wollman
1996-11-19
1
-2
/
+14
*
Change prototypes for gmtime_r() and localtime_r() in accordance with
hsu
1996-11-11
1
-3
/
+3
*
Prototype pthread_mutexattr_getkind_np() and pthread_mutexattr_setkind_np().
hsu
1996-11-11
1
-5
/
+7
*
Moved pthread_mutexattr_default inside #ifndef PTHREAD_KERNEL now that
hsu
1996-11-11
1
-2
/
+8
*
Remove collate_range_cmp
ache
1996-10-31
1
-3
/
+0
*
improve comments for UT_NAMESIZE
wosch
1996-10-27
2
-3
/
+7
*
Fixed tabs and punctuation to match nearby (and KNF) style. Sigh.
bde
1996-10-24
1
-2
/
+2
*
GNU-style changes:
ache
1996-10-23
1
-3
/
+4
*
add flag FNM_ICASE for case insensitve search
wosch
1996-10-20
1
-0
/
+1
*
Add back netns
jkh
1996-10-17
1
-3
/
+3
*
Fixed the wrong include file for a "prototype mismatch" error between
scrappy
1996-10-08
1
-3
/
+3
*
dlfcn.h and link.h have conflicting declarations for dlopen/dlsym,
scrappy
1996-10-07
1
-3
/
+3
*
Add support for storing a -R path in ld in the section dispatch table,
peter
1996-10-01
1
-2
/
+5
*
Add the linker set stab types: N_SETA N_SETT N_SETD N_SETB N_SETV
peter
1996-10-01
1
-1
/
+8
*
Fixed CLEANFILES. osreldate was missing.
bde
1996-09-20
1
-3
/
+4
*
Don't use __dead or __pure in user code. They were obfuscations
bde
1996-09-14
5
-78
/
+75
*
install rpc header files
adam
1996-09-01
1
-1
/
+4
*
'make install' is not supposed to touch anything.
peter
1996-08-30
1
-2
/
+2
*
missed these parts of Bruce's changes last time..
peter
1996-08-30
1
-2
/
+2
*
echo -> ${ECHO}
peter
1996-08-30
1
-6
/
+6
*
Some bmake magic to clean up the install more.
peter
1996-08-30
1
-10
/
+6
*
Hand merge in the bind-4.9.4-P1 resolver updates.
peter
1996-08-29
4
-6
/
+56
*
replace cmp -s || install with ${INSTALL} -C, and @for with .for
peter
1996-08-29
1
-21
/
+10
*
Clean up include Makefile:
peter
1996-08-29
1
-75
/
+61
*
New version of routed.h to match new version of routed.
wollman
1996-08-27
1
-17
/
+20
*
Submitted by: John Birrell <cimaxp1!jb@werple.net.au>
julian
1996-08-20
3
-191
/
+193
*
#if !ANSI !POSIX newly added collate_range_cmp function
ache
1996-08-13
1
-0
/
+2
*
There is so many places where range comparation (using collate)
ache
1996-08-12
1
-0
/
+1
*
Create FreeBSD copyright (c comment) for OS version
wosch
1996-08-04
1
-3
/
+4
*
New routed.h that goes with the new routed.
wollman
1996-07-22
1
-13
/
+1
*
Fixed new and old standards conformance bugs. The non-POSIX confstr() was
bde
1996-07-17
1
-3
/
+2
*
General -Wall warning cleanup, part I.
jkh
1996-07-12
1
-0
/
+2
*
Add netatalk symlink, ifconfig not compiled in other case
ache
1996-07-09
1
-2
/
+2
*
There are a few small additions to the protocol to make it
wpaul
1996-07-04
1
-5
/
+63
*
remove zopen, zopen is not part of libc.
wosch
1996-07-02
1
-1
/
+0
*
Added missing prototype for sigaltstack()
smpatel
1996-06-28
1
-0
/
+1
*
Add `netkey' to list of kernel directories to include in /usr/include.
wollman
1996-06-15
1
-2
/
+2
*
Add an independent implementation of addr2ascii(3) and ascii2addr(3)
wollman
1996-06-13
1
-1
/
+6
*
Now that Peter has been nice enough to bail me out of my last little
wpaul
1996-06-05
1
-4
/
+5
*
This commit was generated by cvs2svn to compensate for changes in r16119,
wpaul
1996-06-05
1
-0
/
+117
*
Install pccard includes.
phk
1996-06-04
1
-2
/
+2
*
Protocol definitions for RIPv2.
wollman
1996-05-30
1
-21
/
+88
*
Add an implementation of the gnu-ish asprintf() and vasprintf(). They are
peter
1996-05-27
1
-0
/
+2
*
Made this work with the documented prerequisite #includes (none).
bde
1996-05-01
1
-0
/
+8
*
Fixed longstanding namespace convolution involving rune_t vs wchar_t.
bde
1996-05-01
5
-39
/
+51
*
Fix sgetrune/sputrune arg type: was unsigned int instead of size_t
ache
1996-04-18
1
-2
/
+7
*
NIS cleanups and fixes, the next generation.
wpaul
1996-04-16
1
-4
/
+1
[next]