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
*
give the "netgrent" functions a home in netdb.h
alfred
2001-03-27
1
-0
/
+5
*
const'ify
alfred
2001-03-27
1
-1
/
+1
*
fix: text following `#else' violates ANSI standard
alfred
2001-03-26
1
-1
/
+1
*
IPv4 address is not unsigned int. This change introduces in_addr_t.
ume
2001-03-23
1
-6
/
+6
*
change callrpc() from taking "char *" args, I'm quite sure they really meant
alfred
2001-03-23
1
-2
/
+2
*
forgot prototyle for __rpc_get_local_uid()
alfred
2001-03-22
1
-0
/
+2
*
Unbreak LINT.
alfred
2001-03-20
1
-0
/
+2
*
The TI-RPC spammed over a '#ifdef _KERNEL' hack for the xdrproc_t typedef
alfred
2001-03-20
1
-1
/
+6
*
comment out #pragma directive containing Sun SCM tags
alfred
2001-03-20
1
-1
/
+1
*
Add missing comma when KERBEROS is defined.
alfred
2001-03-19
1
-1
/
+2
*
Introduce the GLOB_MAXPATH flag, which allows the user to limit the
jlemon
2001-03-19
1
-0
/
+3
*
Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and
alfred
2001-03-19
31
-482
/
+2492
*
Add D_MD_ORDER (local extension) to get month/day order from locale
ache
2001-03-19
1
-0
/
+2
*
Nuke non-standard EAI_RESNULL.
ume
2001-03-17
1
-2
/
+1
*
Move _PATH_DEFTAPE to <paths.h> to remove all the duplication of definitons,
obrien
2001-03-08
1
-0
/
+1
*
mark pthread_exit() as non-returning.
alfred
2001-03-04
1
-1
/
+1
*
Hide the definition of struct __sFILEX and add the needed
deischen
2001-03-01
1
-6
/
+1
*
Impliment the ISO-C99 strto[u]ll()
obrien
2001-02-27
1
-0
/
+4
*
Enable AI_ADDRCONFIG as a valid flag of getaddrinfo(3). Some
ume
2001-02-19
1
-1
/
+2
*
Be extra certain that "#include <osreldate.h>" must not be used in
peter
2001-02-18
1
-1
/
+5
*
Fix the current libc breakage in current:
imp
2001-02-16
1
-8
/
+11
*
Correct 2nd argument of getnameinfo(3) to socklen_t.
ume
2001-02-15
1
-2
/
+15
*
Commit a libc fix going by the current state of the version numbering
peter
2001-02-14
1
-4
/
+6
*
It sounded like a good idea at the time. The previous change breaks
peter
2001-02-12
1
-6
/
+3
*
Take advantage of the current libc sizeof(FILE) breakage (__sF[]) and
peter
2001-02-12
1
-3
/
+6
*
libc MT-safety, part 2.
deischen
2001-02-11
1
-0
/
+4
*
add langinfo.h
phantom
2001-02-08
1
-1
/
+1
*
Add SUSv2 compatible nl_langinfo() function. It still need some work, but
phantom
2001-02-08
1
-0
/
+109
*
Fix some nits:
asmodai
2001-02-06
1
-8
/
+5
*
Fix typo: compatability -> compatibility.
asmodai
2001-02-06
1
-1
/
+2
*
Fix typo: seperate -> separate.
asmodai
2001-02-06
1
-1
/
+1
*
Declare strunvisx().
bde
2001-02-06
1
-0
/
+1
*
Add a lock to DIR to make telldir and friends MT-safe.
deischen
2001-01-24
2
-54
/
+5
*
Move MD <machine/if_wavelan_ieee.h> to MI <dev/wi/if_wavelan_ieee.h>
peter
2001-01-09
1
-2
/
+3
*
Remove struct.h, which has been punted into the Attic.
sheldonh
2001-01-03
1
-1
/
+1
*
Finally put this mistake to rest.
phk
2001-01-03
1
-45
/
+0
*
Change prototype to getlogin_r to reflect recent change to its
deischen
2001-01-01
1
-1
/
+1
*
Use TAILQ instead of CIRCLEQ.
phk
2000-12-29
1
-4
/
+4
*
Remove prototypes for pthread_attr_[gs]etfloatstate(), which we don't
jasone
2000-12-28
1
-3
/
+0
*
Move telldir position recording type definitions and prototypes
deischen
2000-12-11
1
-4
/
+2
*
Add `_PATH_DEVZERO'.
obrien
2000-12-09
1
-0
/
+2
*
Add a LIST_HEAD to DIR for a queue of telldir positions.
deischen
2000-12-06
1
-1
/
+6
*
Make <struct.h> #error instead of #warn that it is going away on jan 1st.
phk
2000-12-01
1
-13
/
+1
*
remove unneeded sys/ucred.h include
alfred
2000-11-30
1
-1
/
+0
*
Fix stdbool.h to actually work as advertised.
asmodai
2000-11-29
1
-11
/
+3
*
Make it possible to override the function which writes messages to
phk
2000-11-26
1
-0
/
+3
*
Convert all users of fldoff() to offsetof(). fldoff() is bad
phk
2000-10-27
2
-1
/
+9
*
Add netnatm to LDIRS
brian
2000-10-16
1
-1
/
+1
*
Cleanup of bitstring.h:
dwmalone
2000-10-09
1
-39
/
+46
*
Add a definition for RTLD_DEFAULT.
jdp
2000-09-19
1
-4
/
+3
[next]