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
*
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
*
Basic support for LC_MESSAGES
ache
1998-04-29
1
-1
/
+2
*
Remove duplicate decls
brian
1998-04-19
1
-2
/
+0
*
ctime_r and asctime_r are not implemented.
phk
1998-04-19
1
-2
/
+2
*
Format changes in an attempt to address some of Bruce's comments
jb
1998-04-12
1
-18
/
+26
*
Add *_unlocked() macros according to POSIX. In the _THREAD_SAFE case,
jb
1998-04-11
1
-9
/
+59
*
Add a function prototype to set the name of a thread for debugging
jb
1998-04-11
1
-1
/
+2
*
Add static initializer defines as specified by POSIX.
jb
1998-04-04
1
-2
/
+8
*
Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and
dufault
1998-03-28
4
-13
/
+13
*
Added forgotten declaration of mkdtemp().
bde
1998-03-12
1
-0
/
+1
*
Remove AIO_LISTIO_MAX until it is done properly.
dufault
1998-03-08
1
-5
/
+1
*
Put sigevent and AIO_LISTIO_MAX back in aio.h so
dufault
1998-03-08
1
-17
/
+0
*
My sched.h is getting walloped by Peter Dufault's. Nuke mine. Sorry.
jb
1998-03-08
2
-75
/
+2
*
Reviewed by: bde
dufault
1998-03-08
2
-7
/
+43
*
Add a POSIX sched header. pthread_yield() in draft 4 becomes
jb
1998-03-08
2
-2
/
+75
*
Reviewed by: msmith, bde long ago
dufault
1998-03-04
3
-4
/
+36
*
Moved include of <sys/cdefs.h> earlier for the same reasons as moving
bde
1998-02-27
1
-2
/
+2
*
Removed _POSIX_SOURCE ifdefs. This is not a POSIX.1 header.
bde
1998-02-25
2
-4
/
+0
*
Uncommit the generated file key_prot.h. Install it from where it
bde
1998-02-13
3
-264
/
+5
*
Replace bogus "@(#)err.h 8.1 (Berkeley) 6/2/93" with RCS Id keyword.
jdp
1998-02-11
1
-1
/
+1
*
Remove the include of <dlfcn.h> from crt0.c; it is not needed now
jdp
1998-02-11
2
-2
/
+74
*
Implement dladdr.
jdp
1998-02-06
1
-1
/
+8
*
XOpen says the void setpwent(void) is correct. Also call setpassent(0)
steve
1998-02-01
1
-1
/
+1
*
kill ufs/lfs so that make installworld completes successfully.
imp
1998-01-31
1
-2
/
+2
*
Suggested by: bde
jb
1998-01-20
1
-11
/
+0
*
Invoke rpcgen with -C so that headers are created with ANSI prototypes.
wpaul
1998-01-19
1
-2
/
+2
*
Added missing declaration of signanosleep().
bde
1998-01-16
1
-0
/
+5
*
Fixed pedantic syntax error (trailing comma in enum).
bde
1998-01-16
1
-1
/
+3
*
Removed `#pragma ident' (for a FreeBSD Id) so that the K&R support
bde
1998-01-16
4
-4
/
+0
*
Commented out `#pragma ident' (for a Sun id) so that the K&R support
bde
1998-01-16
1
-1
/
+1
*
Removed redundant declarations. rpcgen generates `typedef enum foo;'
bde
1998-01-16
1
-5
/
+2
*
Made this header self-sufficent. It had unnecessary dependencies on
bde
1998-01-16
1
-2
/
+6
*
Fixed a missing dependency.
bde
1998-01-16
1
-1
/
+3
*
Null change to attach the correct log message for the previous commit:
bde
1998-01-16
1
-1
/
+1
[next]