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
...
*
Make this protototype of mmap return void *, like two other copies.
dt
1998-12-14
1
-2
/
+2
*
Make rcsid a const char[] instead of char[] to avoid compiler warnings
archie
1998-12-06
10
-10
/
+10
*
Add support for pthread_mutexattr_settype(). As a side effect of
eivind
1998-11-28
1
-2
/
+8
*
Don't forget to use the appropriate __printf*like attribute for verr*
bde
1998-11-22
1
-11
/
+14
*
64bit clean now
dima
1998-11-08
1
-1
/
+1
*
Add support for -Wformat consistency checking between format strings
jdp
1998-10-29
1
-7
/
+7
*
64bit fixes.
dima
1998-10-27
1
-9
/
+9
*
make talk/talkd work on alpha.
dima
1998-10-20
1
-3
/
+3
*
Don't even think about using a sysctl to build osreldate.h, since this
bde
1998-10-17
1
-17
/
+4
*
Move auth.conf path in here. Doesn't affect published interface.
jkh
1998-10-09
1
-0
/
+1
*
back out h2ph from here, Bruce found another proper place
ache
1998-10-02
1
-4
/
+1
*
Add h2ph call to afterinstall target
ache
1998-10-02
1
-1
/
+4
*
#ifdef out DES ioctls which don't exist in FreeBSD. These originated
wpaul
1998-09-26
1
-0
/
+10
*
Don't declare functions without a prototype if KERNEL is defined. This
bde
1998-09-21
2
-4
/
+11
*
Build headers with -DWANT_NFS3.
obrien
1998-09-17
1
-2
/
+2
*
Adjust the declarations of kvm_read and kvm_write to match reality a little
dfr
1998-09-16
1
-2
/
+2
*
(this is an extract from src/share/examples/atm/README)
phk
1998-09-15
1
-2
/
+2
*
Add new cam include hierarchy.
gibbs
1998-09-15
1
-3
/
+3
*
Add reallocf to the library. This function is simliar to realloc, but
imp
1998-09-14
1
-0
/
+1
*
Change return type of strptime from const char* to char*.
dt
1998-09-12
1
-1
/
+1
*
A small last-minute iitem for 3.0:
wollman
1998-09-12
1
-1
/
+6
*
Change i386 in a few paths to ${MACHINE} to support MACHINE=pc98.
kato
1998-09-09
1
-4
/
+4
*
Add a new library function getobjformat(). It checks all the
jdp
1998-09-09
2
-2
/
+41
*
Add support for the RPC 64-bit integer type ``hyper''.
obrien
1998-09-08
1
-1
/
+3
*
Remove the extern decl of ``h_errno''. It's already
brian
1998-09-07
1
-10
/
+1
*
Implement pthread read/write locks as defined by Version 2 of the Single
alex
1998-09-07
1
-0
/
+25
*
Fix tons of cut-n-paste errors in the WANT_NFS3 code.
obrien
1998-09-06
1
-14
/
+16
*
Add hints file structures and defines.
jdp
1998-09-05
2
-2
/
+38
*
Add the prototype for sigwait().
jb
1998-08-25
1
-0
/
+1
*
Add extern declaration for `tzname[]' to make this header comply better
jkoshy
1998-08-21
1
-0
/
+4
*
Move the include of <machine/ansi.h> to before <sys/signal.h>.
dfr
1998-08-05
1
-1
/
+1
*
Fixed garbage after comment after #endif. Fixed reversed sense of same
bde
1998-08-03
1
-2
/
+2
*
Added iso646.h as defined by the Single UNIX Specification, version 2.
alex
1998-08-01
2
-2
/
+46
*
MF22: prototype fix.
jkh
1998-07-16
1
-1
/
+1
*
Added macros __printflike() and __scanflike() to <sys/cdefs.h>.
bde
1998-07-13
1
-7
/
+10
*
Fixed whitespace lossage and long lines in previous commit.
bde
1998-07-11
1
-5
/
+5
*
Declare lockf().
dt
1998-07-08
1
-0
/
+8
*
New flag for internal stdio use to enable dynamic string allocation for
peter
1998-07-08
1
-1
/
+2
*
Complete the switch to using gcc-2.4 features to declare fpos_t ,
bde
1998-06-14
1
-18
/
+1
*
Damn, bind8 includes added <arpa/nameser.h> as a prerequisite for
peter
1998-06-11
1
-15
/
+17
*
Install arpa/nameser_compat.h
peter
1998-06-11
1
-2
/
+2
*
Update nameserver interface to bind-8.1.2 levels. We do not use IRS (yet?)
peter
1998-06-11
5
-268
/
+604
*
This is a prototype implementation of the draft-mogul-pps-api-##.txt
phk
1998-06-07
2
-3
/
+89
*
Add GDB support for ELF shared libs.
dfr
1998-05-23
1
-1
/
+30
*
Move __FreeBSD_version from src/sys/conf/newvers.sh to
eivind
1998-05-21
1
-2
/
+4
*
nuke signanosleep().
peter
1998-05-14
1
-5
/
+0
*
Change the return types for strtoq and strtouq to int64_t and u_int64_t
jb
1998-05-11
1
-3
/
+2
*
ut_time is a time_t, not a long.
jb
1998-05-10
1
-2
/
+2
*
I have a long list of issues to address here, mostly related to
jb
1998-05-05
1
-6
/
+4
*
Prototypes/typedefs cleanup
ache
1998-04-30
1
-5
/
+6
[prev]
[next]