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
*
PD_SHIFT -> PDRSHIFT
phk
1996-05-02
2
-8
/
+8
*
CLSIZE -> getpagesize()
phk
1996-05-02
1
-2
/
+2
*
Fix a nasty bug that causes random crashes and lockups particularly on
peter
1996-05-02
1
-1
/
+6
*
First pass at cleaning up macros relating to pages, clusters and all that.
phk
1996-05-02
22
-127
/
+125
*
Rename the very bogus indeed option "LINUX" to "COMPAT_LINUX".
phk
1996-05-02
5
-38
/
+38
*
Clear the TCP/IP device configuration screen away after we invoke it.
jkh
1996-05-02
3
-3
/
+6
*
NBPG -> PAGE_SIZE
phk
1996-05-02
4
-26
/
+26
*
KGDB is dead. It may come back one day if somebody does it.
phk
1996-05-02
12
-327
/
+18
*
NBPG -> PAGE_SIZE
phk
1996-05-02
3
-10
/
+10
*
Add wcd0 to `all' target. The fate of the IDE CDROM support in 2.2
jkh
1996-05-02
2
-4
/
+4
*
NBPG -> PAGE_SIZE
phk
1996-05-02
2
-26
/
+26
*
NBPG -> getpagesize()
phk
1996-05-02
3
-4
/
+4
*
Use PAGE_SIZE instead of NBPG
phk
1996-05-02
1
-2
/
+2
*
Cache the result of getpagesize() so we only make one syscall.
phk
1996-05-02
2
-16
/
+19
*
Replace NBPG with getpagesize()
phk
1996-05-02
1
-3
/
+3
*
Yow! /dev/wcd0c got omitted from the boot.flp somehow. Guess that explains
jkh
1996-05-02
1
-2
/
+2
*
Back out my stupid braino; I was thinking strlen and not sizeof.
fenner
1996-05-02
3
-6
/
+6
*
Size temp var correctly; buf[4*sizeof "123"] is not long enough
fenner
1996-05-02
3
-6
/
+6
*
Convert the time2posix man page to mdoc format. This still
mpp
1996-05-01
1
-49
/
+45
*
Fix a typo.
mpp
1996-05-01
1
-1
/
+1
*
Remove a redundant description of the EMFILE error, and fix a typo.
mpp
1996-05-01
1
-7
/
+1
*
Add section with pgp keys (feel free to give it a better layout)
phk
1996-05-01
5
-5
/
+88
*
Provide a rudimentary man page for this, based mostly on the README.PATCH.
markm
1996-05-01
2
-2
/
+61
*
Rewrite this a bit. The patch has already been applied, and users
markm
1996-05-01
1
-47
/
+39
*
Bump SNAP date to 960501 since that's what it is now. Next SNAP, these
jkh
1996-05-01
2
-4
/
+8
*
Might as well be factual. Sigh!
jkh
1996-05-01
1
-2
/
+2
*
Fix the last known bogon with the packages menu. It's SNAP time!
jkh
1996-05-01
5
-11
/
+11
*
Make the call to fortune here conditional as well.
jkh
1996-05-01
1
-1
/
+1
*
If we've selected X, select the compat21 distribution as well.
jkh
1996-05-01
2
-4
/
+4
*
Add the compat21 dist.
jkh
1996-05-01
2
-2
/
+4
*
Added calibration the i8254 and the i586 clocks agains the RTC at boot
bde
1996-05-01
9
-237
/
+1257
*
i386/machdep.c
bde
1996-05-01
2
-28
/
+6
*
Include <sys/buf.h> so that this does't blow up with B_WRITE undefined.
jkh
1996-05-01
2
-2
/
+4
*
Oops, restored existent option LINUX. It is used at config-time.
bde
1996-05-01
3
-3
/
+6
*
Made this self-sufficent (except for <sys/types.h>) when compiled in
bde
1996-05-01
1
-35
/
+43
*
Fixed a race that caused panics in kernel printfs when the screen timeout
bde
1996-05-01
3
-6
/
+15
*
Don't return unused values in cpu_switch() or savectx().
bde
1996-05-01
5
-22
/
+10
*
Removed unused #include.
bde
1996-05-01
2
-4
/
+2
*
Micro tweak for getting the Holographic shell message to stay on the
jkh
1996-05-01
3
-6
/
+6
*
Removed nonexistent option "LINUX" (what's that :-).
bde
1996-05-01
5
-10
/
+5
*
Only disable sio3 by default.
bde
1996-05-01
2
-4
/
+4
*
Default to udp if neither udp nor tcp is specified. The previous revision
bde
1996-05-01
2
-2
/
+4
*
Removed prototype for obsolete function sleep().
bde
1996-05-01
1
-2
/
+1
*
Removed unnecessary #includes from <sys/imgact.h> so that it is
bde
1996-05-01
9
-16
/
+27
*
Removed bogus _BEGIN_DECLS/_END_DECLS.
bde
1996-05-01
9
-92
/
+57
*
Made this self-sufficent (apart from <sys/types.h>) again. It included
bde
1996-05-01
1
-6
/
+7
*
Alex Nash added for his contribution of the compat21 distribution.
jkh
1996-05-01
1
-1
/
+2
*
Made this compile again. A comment delimiter got deleted in the Lite2
bde
1996-05-01
1
-1
/
+2
*
Fixed incomplete or wrong lists of prerequisite #includes related to
bde
1996-05-01
5
-3
/
+10
*
Fixed incomplete or wrong lists of prerequisite #includes related to
bde
1996-05-01
2
-2
/
+4
[next]