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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restore original Lite-2 sccsid. Restore include of sys/types.h.
charnier
1998-05-13
1
-2
/
+3
*
Do not remove include of <sys/param.h> and <sys/types.h>. They should
charnier
1998-05-13
1
-1
/
+2
*
Restore Lite2 sccsids by removing `const'. Improve documentation a little.
charnier
1998-05-13
2
-15
/
+11
*
The printf type checking in gcc wants %qd to be a long long, so add
jb
1998-05-13
1
-2
/
+2
*
Make -Werror i386 specific because -nostinc on alpha spits warnings
jb
1998-05-13
3
-6
/
+17
*
Delete the #if 0 (nearly) duplicate definitions of nfsproto.h. Having
peter
1998-05-13
1
-281
/
+1
*
Hold a reference to the vnode during the sillyrename cleanup. If we block
peter
1998-05-13
2
-2
/
+18
*
Fix broken (at least on alpha, but probably on i386 too) code which
jb
1998-05-13
1
-4
/
+4
*
Move the *vpp initialization earlier so that it's set in all error cases.
peter
1998-05-13
2
-4
/
+4
*
Add perl to the list of build tools because it is needed to build the
jb
1998-05-12
1
-3
/
+3
*
perl now works on alpha.
jb
1998-05-12
1
-2
/
+2
*
This code casts double -> int -> char *. Ugh. Take a punt and change the
jb
1998-05-12
1
-7
/
+12
*
Change a cast of long * to time_t * in a call to time();
jb
1998-05-12
1
-2
/
+8
*
Allow the makefile to choose the perl executable to run h2ph rather
jb
1998-05-12
1
-2
/
+11
*
If perl exists in OBJDIR it has just been built; if it exists in
jb
1998-05-12
1
-1
/
+1
*
Change .if to .elif to prevent the current directory path search for a
jb
1998-05-12
1
-2
/
+1
*
awk and groff (et al) now work on alpha as the result of library
jb
1998-05-12
1
-4
/
+4
*
Build awk and groff with build tools now.
jb
1998-05-12
1
-26
/
+6
*
Some temporary fixes to SMP to make it more scheduling and signal friendly.
dyson
1998-05-12
3
-9
/
+39
*
Fix alot of silly LINT that I left in the code.
dyson
1998-05-12
2
-4
/
+4
*
Backed out previous commit. It is invalid to call d_ioctl() on
bde
1998-05-12
3
-18
/
+7
*
Reserve major number 99 for vak's cronyx/tau serial driver.
jkh
1998-05-12
2
-2
/
+6
*
Don't attempt to read process context from the kernel when (the
bde
1998-05-12
3
-6
/
+6
*
Add upcoming NetBSD 1.3.2
wosch
1998-05-12
1
-4
/
+4
*
Some commands are shell builtins. Execute the builtins by the shell
wosch
1998-05-12
1
-1
/
+50
*
Give a reasonable default value (-p /var/run/xntpd.pid) to xntpd_flags.
max
1998-05-12
1
-2
/
+2
*
Sync with sys/i386/isa/wd.c revision 1.167.
kato
1998-05-12
1
-2
/
+3
*
Sync with sys/i386/conf/options.i386 revision 1.78.
kato
1998-05-12
2
-2
/
+4
*
Sync with sys/i386/conf/majors.i386 revision 1.40.
kato
1998-05-12
1
-1
/
+2
*
Add upcoming FreeBSD 2.2.7 and FreeBSD 2.2.8
wosch
1998-05-12
1
-5
/
+11
*
Go back to 240640 split size. Interesting experiment but somebody
jkh
1998-05-12
1
-2
/
+2
*
Add C++ support.
jb
1998-05-12
1
-0
/
+2
*
Fix the termination test in CIRCLEQ_FOREACH.
gibbs
1998-05-12
1
-2
/
+4
*
Add missing splx()
julian
1998-05-11
1
-1
/
+2
*
Submitted by: abial@nask.pl
julian
1998-05-11
1
-1
/
+10
*
Oops, the lex and yacc sources must be added to SRCS before ${SRCS}
bde
1998-05-11
1
-40
/
+40
*
Oops, only apply the CHS size from lbasize thing when disk reports
sos
1998-05-11
1
-2
/
+3
*
Fixed gross errors in previous commit. `sapipe' was used uninitialized
bde
1998-05-11
1
-7
/
+11
*
Delete some large chunks of trailing whitespace since it was making some
peter
1998-05-11
1
-16
/
+16
*
The yacc makefile changes don't seem to know when to generate the
jb
1998-05-11
1
-2
/
+2
*
Add CROSS_TARGETS to the list of GASES to build. We end up with a separate
jb
1998-05-11
1
-2
/
+4
*
Make a path absolute.
jb
1998-05-11
1
-2
/
+2
*
Change the return types for strtoq and strtouq to int64_t and u_int64_t
jb
1998-05-11
1
-3
/
+2
*
Make -Werror i386 specific because gcc with -nostdinc on alpha belches
jb
1998-05-11
1
-1
/
+6
*
Cast a pointer to a long, not an int and make the arg passed to the function
jb
1998-05-11
1
-2
/
+2
*
Change some tests from CPU_CLASS686 to CPU_686 as appropriate, and
dyson
1998-05-11
2
-16
/
+36
*
Fix PR 1607, hopefully without breaking the PR 5208 fixes.
peter
1998-05-11
1
-7
/
+7
*
Fix the futimes/undelete/utrace conflict with other BSD's. Note that
dyson
1998-05-11
12
-205
/
+873
*
Fix spelling error.
steve
1998-05-11
1
-1
/
+1
*
Change NBPG to PAGE_SIZE to match one of phk's recent commits.
steve
1998-05-11
1
-2
/
+2
[next]