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
*
Provide more splsofttq() protection for the reseed task (running out of
markm
2000-07-10
2
-2
/
+28
*
Don't call printf with no format string.
kris
2000-07-10
1
-1
/
+1
*
Don't call printf with no format string. This is technically a security
kris
2000-07-10
1
-2
/
+2
*
Actually make it so this Makefile can build grot.
green
2000-07-10
1
-1
/
+8
*
Don't call printf with no format string.
kris
2000-07-10
3
-3
/
+3
*
Don't call printf with no format string.
kris
2000-07-10
3
-3
/
+3
*
Don't call printf with no format string.
kris
2000-07-10
1
-2
/
+2
*
Don't call printf with no format string.
kris
2000-07-10
4
-4
/
+12
*
Do the same thing for TurboLaser that was done for Rawhide- make room
mjacob
2000-07-10
2
-47
/
+56
*
Coordinate with change to mcpcia_pci.c- major primary busses on each
mjacob
2000-07-10
1
-28
/
+30
*
Don't let the infrastructure assign the 'next' PCI bus for us.
mjacob
2000-07-10
1
-1
/
+1
*
Nm/Xr cleanup. requested by jp-man
itojun
2000-07-10
2
-20
/
+20
*
Correct SYSINIT execution order in the case when KLD contains more
bp
2000-07-09
1
-2
/
+2
*
- Remove use of programs in /usr like sed as possible. In this
ume
2000-07-09
2
-56
/
+114
*
Make "ldconfig" with no arguments behave the same as "ldconfig -R".
jdp
2000-07-09
2
-1
/
+4
*
Add a test case for one of the bugs found on the new additions to
dcs
2000-07-09
1
-0
/
+1
*
Spencer's regex(3) test code.
dcs
2000-07-09
8
-0
/
+1727
*
altoffset() always returned whenever it recursed, because at the end
dcs
2000-07-09
1
-0
/
+4
*
Since g->moffset points to the _maximum_ offset at which the must
dcs
2000-07-09
1
-1
/
+1
*
The World Order has changed. We no longer need separate "secure"
markm
2000-07-09
9
-313
/
+18
*
Make sure that tasks (running out of taskqueue_swi at splsofttq)
markm
2000-07-09
2
-0
/
+10
*
Add missing "a" in "Soft updates is technique".
alex
2000-07-09
2
-2
/
+2
*
Add some casts here and there.
dcs
2000-07-09
1
-3
/
+3
*
Turn malloc options "AJ" on by default.
phk
2000-07-09
1
-2
/
+2
*
be more cautious about tcp option length field. drop bogus ones earlier.
itojun
2000-07-09
2
-2
/
+6
*
add Shining PMIDE-ASC CDROM
sanpei
2000-07-09
1
-0
/
+6
*
Since this file is doc now, reorganize its structure.
alex
2000-07-09
2
-542
/
+480
*
Small style change; make function names less likely to clash with
markm
2000-07-09
2
-14
/
+14
*
Add entropy-harvesting calls.
markm
2000-07-09
2
-0
/
+10
*
Yarrow tweaks; separate the fast and slow reseed tasks so that they don't
markm
2000-07-09
5
-22
/
+29
*
Fix bug with a vraiable that needs to be per-process, not static;
markm
2000-07-09
2
-16
/
+24
*
repair IPV6_JOIN_GROUP to IPv6 all multi.
itojun
2000-07-09
1
-0
/
+10
*
Don't segfault if given an invalid URL (doh!)
des
2000-07-09
1
-1
/
+2
*
reject empty scopeid. use strtoul() for checking all-numericness of
itojun
2000-07-09
1
-8
/
+15
*
Fix assembler error messages - there is no \n allowed in __COPYRIGHT macro
ache
2000-07-09
1
-2
/
+1
*
use advanced API (-DADVAPI).
itojun
2000-07-09
1
-1
/
+1
*
Use __RCSID()
wsanchez
2000-07-09
16
-100
/
+67
*
Thanks for Andrew Gallatin pointing out that freeing contigmalloc'd
mjacob
2000-07-09
1
-2
/
+12
*
Use __RCSID()
wsanchez
2000-07-09
27
-56
/
+82
*
Initialize variable
wsanchez
2000-07-09
1
-1
/
+1
*
Use %p to print a pointer.
mjacob
2000-07-08
1
-1
/
+1
*
Add some info on SCSI for PC164.
wilko
2000-07-08
1
-1
/
+3
*
First appeared in 2.9BSD, not 3.0.
dannyboy
2000-07-08
1
-1
/
+1
*
Typo: "is unreliably by default" to "is unreliable by default".
dannyboy
2000-07-08
1
-1
/
+1
*
Since we have modified charjump to be CHAR_MIN-based, we have to
dcs
2000-07-08
1
-1
/
+2
*
Clarify the meaning of -m and -n (thanks to bde).
des
2000-07-08
1
-6
/
+3
*
Straighten out the behvaiour of -m and -n (thanks to bde).
des
2000-07-08
1
-6
/
+12
*
Don't assume the remote address in a 227 reply is enclosed in parentheses.
des
2000-07-08
1
-2
/
+1
*
Initial kenv(1) hack for dumping the kernel environment. This can be
peter
2000-07-08
7
-0
/
+373
*
Forced commit to note that I meant authorization, not authentication.
des
2000-07-08
0
-0
/
+0
[next]