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
*
Add suspend/resume method to syscons. This switch the mode
iwasaki
2002-08-25
1
-0
/
+35
*
Add a section on the net.inet.ip.portrange.* sysctls.
dillon
2002-08-25
1
-0
/
+26
*
Fix a couple of typos in comments.
julian
2002-08-25
1
-2
/
+2
*
Append a d to disable to make the ACPI hint example valid.
mike
2002-08-25
1
-1
/
+1
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
8
-20
/
+22
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
55
-105
/
+103
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
29
-59
/
+80
*
Replace various spellings with FALLTHROUGH which is lint()able
charnier
2002-08-25
4
-14
/
+14
*
Reformat the mvterm entry to fit mostly in an 80 column terminal.
schweikh
2002-08-25
1
-11
/
+14
*
Oops, the previous commit messages should have said that the previous
bde
2002-08-25
0
-0
/
+0
*
Turned format checking back on. It was left turned off for too long after
bde
2002-08-25
2
-14
/
+2
*
Remove a repeated word.
chris
2002-08-25
1
-1
/
+1
*
Remove extra args to printf
imp
2002-08-25
1
-2
/
+2
*
Add new sysctl MIB (hw.acpi.sleep_delay) to specify the delay (in
iwasaki
2002-08-25
2
-0
/
+9
*
Don't give up on a remote log host when we get a EHOSTUNREACH or
cjc
2002-08-25
1
-3
/
+20
*
Check if a host argument is a IPv6 presentation format address before
cjc
2002-08-25
1
-6
/
+6
*
o Retire pmap_pageable(). It's an advisory routine that none
alc
2002-08-25
10
-139
/
+0
*
Only create a temporary file if we are actually going to do something
cjc
2002-08-25
7
-7
/
+7
*
Lock the sysctl(8) knobs that turn ip{,6}fw(8) firewalling and
cjc
2002-08-25
2
-6
/
+11
*
Reformat some comments to fit in 80 columns and
julian
2002-08-25
1
-30
/
+28
*
Make this compile without needing NO_WERROR.
peter
2002-08-25
1
-1
/
+1
*
Add a -C ala GNU make(1) for Makefiles which are too lazy to use $(MAKE) and
jmallett
2002-08-25
3
-3
/
+11
*
Fixed printf format errors and style bugs in rev.1.92. This is the version
bde
2002-08-25
1
-2
/
+3
*
Oops, the previous commit wasn't the version that I meant to commit (it
bde
2002-08-25
1
-78
/
+9
*
Add suspend and resume support.
orion
2002-08-25
1
-8
/
+45
*
Add a sentence on the TCP retransmission timer changes
dillon
2002-08-25
2
-0
/
+28
*
Add A section on the retransmit timer sysctls.
dillon
2002-08-25
1
-0
/
+13
*
Fixed editing errors in rev.1.4 which manifested as printf format errors
bde
2002-08-25
1
-2
/
+2
*
Fixed printf format errors and style bugs in previous commit.
bde
2002-08-25
1
-9
/
+78
*
Reorg just a tad to better express our bzip intentions.
obrien
2002-08-25
1
-6
/
+6
*
Find remaining hardcoded gzip bits and change to bzip2 bits.
obrien
2002-08-25
3
-9
/
+15
*
o Retire vm_page_zero_fill() and vm_page_zero_fill_area(). Ever since
alc
2002-08-25
11
-37
/
+10
*
Fixed white space around operators, casts and reserved words.
jake
2002-08-24
2
-32
/
+30
*
Use 'p' as the partition specifier instead of 's'. We continue to use
marcel
2002-08-24
1
-2
/
+5
*
Really add new fxp(4) adapter names this time.
bmah
2002-08-24
1
-1
/
+2
*
return x; -> return (x);
jake
2002-08-24
2
-43
/
+43
*
Preserve suid/gid permissions when extracting packages remotelly
lioux
2002-08-24
1
-1
/
+1
*
Be sure to unregister from sndstat on unregister. Gets rid of phantom
nsayer
2002-08-24
1
-0
/
+1
*
o Use vm_object_lock() in place of directly locking Giant.
alc
2002-08-24
1
-12
/
+12
*
o Use vm_object_lock() in place of Giant when manipulating a vm object
alc
2002-08-24
1
-2
/
+2
*
Fix a bug in __ivaliduser_sa() which caused some rsh/rlogin attempts
jdp
2002-08-24
1
-5
/
+5
*
Correct bug in t_bw_rtttime rollover, #undef USERTT
dillon
2002-08-24
2
-2
/
+10
*
Update the list of chips and cards supported by this driver.
bmah
2002-08-24
1
-3
/
+5
*
There is a built-in command called "builtin"; spell its name correctly
tjr
2002-08-24
1
-1
/
+1
*
Use "kbytes" instead of "blocks" in messages as this is really
schweikh
2002-08-24
1
-2
/
+2
*
Fix typos: s/O2Mirco/O2Micro/
blackend
2002-08-24
1
-6
/
+6
*
Don't show the process ID of background jobs that have terminated,
tjr
2002-08-24
1
-1
/
+1
*
&x is not a format string
kris
2002-08-24
1
-1
/
+1
*
o Resurrect vm_object_lock() and vm_object_unlock() from revision 1.19.
alc
2002-08-24
1
-0
/
+6
*
Work around a GCC optimization bug on ia64: In link_elf_symbol_values(),
marcel
2002-08-24
2
-4
/
+4
[next]