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
*
Fill out the ELF header files to make them more or less complete.
jdp
1997-05-21
3
-2
/
+72
*
fix missing close comment in login_cap additions
peter
1997-05-18
1
-2
/
+2
*
struct timespec needs to be useable with just <time.h>, but needs to not
peter
1997-05-13
1
-7
/
+27
*
remove stray forward declaration for struct timespec
peter
1997-05-13
1
-3
/
+0
*
Add clockid_t definition like in sys/types.h to allow time.h
ache
1997-05-13
1
-0
/
+5
*
Oops, move clock_*() and nanosleep() to time.h
peter
1997-05-12
2
-4
/
+4
*
prototype clock_settime(), clock_gettime(), clock_getres(), nanosleep().
peter
1997-05-12
1
-0
/
+7
*
Build osreldate.h at build time rather than install time. This fixes
peter
1997-05-12
1
-15
/
+20
*
Removed login_cap.h, now moved to src/lib/libutil.
davidn
1997-05-10
2
-142
/
+2
*
Back out all of yesterdays include file changes.
eivind
1997-05-07
26
-81
/
+18
*
Back out part of yesterdays changes. They were obviously not tested well
eivind
1997-05-07
1
-4
/
+1
*
Make a lot of include-files self-contained. I excluded the patches changing
eivind
1997-05-07
27
-19
/
+89
*
Fixed missing __P() to complete the K&R support in this header.
bde
1997-05-07
2
-3
/
+3
*
Don't try to install f2c'h now that it's installed from
asami
1997-04-25
1
-2
/
+2
*
This file is a duplicate of src/usr.bin/f2c/f2c.h
jmz
1997-04-24
1
-223
/
+0
*
Add protocol definitions for NFSv3. Use -DWANT_NFS3 with rpcgen to get
dfr
1997-04-18
2
-4
/
+1001
*
Fixed spelling of isnetworktty.
bde
1997-04-14
1
-2
/
+2
*
Fixed some style bugs.
bde
1997-04-13
1
-2
/
+2
*
Removed nonstandard #include of <sys/types.h>.
bde
1997-04-13
1
-8
/
+29
*
#ifdef'ed the declaration of lseek() so that -Wredundant-decls doesn't
bde
1997-04-13
1
-0
/
+10
*
Add bitflags TTY_NETWORK/TTY_DIALUP and interface functions which
davidn
1997-04-13
1
-0
/
+6
*
This file is deprecated not "obsoleted".
paul
1997-04-13
1
-1
/
+1
*
Upgrade to the 1997/02/19 version.
jmz
1997-04-13
1
-1
/
+10
*
Declare issetugid()
peter
1997-04-05
1
-0
/
+1
*
Declare lchown()..
peter
1997-03-31
1
-0
/
+1
*
Add srandomdev() prototype
ache
1997-03-23
1
-0
/
+1
*
Put text after #endif in a comment (it's illegal otherwise)
peter
1997-03-14
1
-2
/
+2
*
Merge Lite2 changes -
peter
1997-03-11
2
-11
/
+12
*
Merge Lite2 changes
peter
1997-03-11
1
-2
/
+2
*
Merge Lite2 changes onto mainline:
peter
1997-03-11
1
-1
/
+9
*
This commit was generated by cvs2svn to compensate for changes in r23650,
peter
1997-03-11
2
-4
/
+158
|
\
|
*
Import CSRG 4.4BSD-Lite2 includes onto vendor branch
peter
1997-03-11
7
-55
/
+254
|
*
Incorporate v1.85 of the Berkeley DB code into the CSRG branch
pst
1996-02-27
2
-75
/
+57
|
*
recording cvs-1.6 file death
peter
1995-12-30
1
-151
/
+0
*
|
Don't use a dot in the chown command. In fact, don't use a chown command.
bde
1997-03-09
1
-8
/
+3
*
|
Comment out _POSIX_THREAD_PRIORITY_SCHEDULING since it's not supported
alex
1997-03-04
1
-1
/
+1
*
|
Install headers for isofs/cd9660 and msdosfs. The mount utilities need
bde
1997-03-02
1
-8
/
+8
*
|
increase L_cuserid because UT_NAMESIZE increased
ache
1997-03-02
1
-2
/
+2
*
|
Revert $FreeBSD$ to $Id$
peter
1997-02-23
42
-43
/
+43
*
|
Allow commonly-used "insecure" as a valid keyword in /etc/ttys.
davidn
1997-02-15
1
-0
/
+1
*
|
Submitted by: John Birrell
julian
1997-02-05
1
-2
/
+15
*
|
Change to comment for fs_passno to reflect that it applies
mpp
1997-01-28
1
-1
/
+1
*
|
Change XOPEN constants to match FreeBSD reality and add some
ache
1997-01-16
1
-4
/
+4
*
|
Activate _POSIX_* stuff if !_ANSI_SOURCE
ache
1997-01-16
1
-0
/
+13
*
|
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
42
-43
/
+43
*
|
Internationalise "authorize".
davidn
1997-01-09
1
-1
/
+2
*
|
Typo fix.
davidn
1997-01-07
1
-2
/
+2
*
|
Move typedef for rlim_t into sys/types.h (as per NetBSD).
davidn
1997-01-05
1
-7
/
+1
*
|
Add the forgotten login_cap.h
sos
1997-01-04
1
-3
/
+3
*
|
Header for login class capabilities handling.
davidn
1997-01-04
1
-0
/
+143
[next]