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
*
Various sh(1) enhancements:
keramida
2005-04-15
1
-10
/
+83
*
Add a 'SEE ALSO' section.
jkoshy
2005-04-15
1
-0
/
+4
*
hostalias() is not thread-safe. So, introduce _res_hostalias()
ume
2005-04-15
3
-14
/
+29
*
Document FreeBSD-SA-05:04.ifconf.
simon
2005-04-15
2
-0
/
+12
*
MFi386: revision 1.219.
nyan
2005-04-15
1
-1
/
+0
*
Make things compile again with ATA_STATIC_ID.
sos
2005-04-15
1
-2
/
+2
*
Fix a typo in the comment.
maxim
2005-04-15
1
-1
/
+1
*
Typo fix
den
2005-04-15
1
-2
/
+2
*
Merge the following from the English version:
den
2005-04-15
1
-7
/
+61
*
Add missing links.
pjd
2005-04-15
1
-1
/
+6
*
Move the creation of ata_channel child devices to the channel code.
sos
2005-04-15
8
-179
/
+135
*
- Return error, if there was one.
glebius
2005-04-15
1
-2
/
+2
*
Really remove the last vestiges of mixed mode from all but amd64.
jhb
2005-04-15
2
-21
/
+0
*
Oops, remove last mention of mixed mode.
jhb
2005-04-15
1
-1
/
+0
*
Zero the ifr.ifr_name buffer in ifconf() in order to avoid
cperciva
2005-04-15
1
-0
/
+6
*
Centralized finding the protocol header in IP packets in preperation for
brooks
2005-04-15
1
-92
/
+109
*
Initialize curthread before we save the APs MCA state. Saving the
marcel
2005-04-15
1
-6
/
+8
*
Remove dead code.
rees
2005-04-14
1
-6
/
+0
*
Fix for a TCP SACK bug where more than (win/2) bytes could have been
ps
2005-04-14
4
-3
/
+76
*
Also test \0 in the format string.
stefanf
2005-04-14
2
-1
/
+1
*
Close a race I introduced in the spinlock_* changes. We need to finish
jhb
2005-04-14
1
-1
/
+3
*
Update the bugs section, null characters in the format string are now handled.
stefanf
2005-04-14
1
-6
/
+4
*
Trust the settings programmed by the BIOS over what the $PIR says.
jhb
2005-04-14
1
-18
/
+48
*
Remove support for mixed mode altogether now that we no longer use IRQ 0
jhb
2005-04-14
6
-99
/
+8
*
Call pci_print_verbose() before pci_add_resources() so that the order of
jhb
2005-04-14
1
-1
/
+1
*
Handle null characters in the format string. A \0 in the argument passed to %b
stefanf
2005-04-14
1
-7
/
+13
*
Implement 32-bit compatable fsbase/gsbase methods so that we can run
peter
2005-04-14
2
-0
/
+26
*
Move MAC check_vnode_mmap entry point out from being exclusive to
csjp
2005-04-14
11
-19
/
+23
*
In ppsintr, we needed ppsdev to get to the softc and nothing else.
imp
2005-04-14
1
-11
/
+7
*
No reason to write \a and \v as octal escape sequences.
stefanf
2005-04-14
1
-2
/
+2
*
- Add a THR column to the process listing, that shows the number of
keramida
2005-04-14
3
-16
/
+63
*
Correct typo.
brueffer
2005-04-14
1
-1
/
+1
*
Unbreak the vector_page == 0x00000000 case. Map the vector page L1PT into the
cognet
2005-04-14
1
-2
/
+4
*
MFi386: revision 1.612.
nyan
2005-04-14
2
-100
/
+176
*
MFi386: revision 1.20.
nyan
2005-04-14
1
-1
/
+1
*
Merge the following from the English version:
den
2005-04-14
3
-39
/
+83
*
remove needless res_init() call.
ume
2005-04-14
1
-9
/
+0
*
Remove dead code which would never execute.
gnn
2005-04-14
1
-18
/
+18
*
Read back the real taskfile register values when in 48BIT mode.
sos
2005-04-14
2
-6
/
+23
*
Printf(1) is WARNS 6 clean.
stefanf
2005-04-14
1
-0
/
+1
*
- Move parts of the long main() function into a new function doformat().
stefanf
2005-04-14
1
-153
/
+160
*
- cache_lookup() relocks the parent in the DOTDOT case for us.
jeff
2005-04-14
2
-4
/
+0
*
Use AcpiUtStrupr() instead of strupr() as the latter will disappear in
marks
2005-04-14
1
-1
/
+1
*
Probe PCI link devices early so that we turn them all off via _DIS before
jhb
2005-04-14
1
-0
/
+4
*
Bah, add a missing cast.
jhb
2005-04-14
1
-1
/
+1
*
Close a race between sleepq_broadcast() and sleepq_catch_signals().
jhb
2005-04-14
1
-47
/
+21
*
Always use the local APIC timer, even on UP machines.
jhb
2005-04-14
2
-8
/
+0
*
If an I/O APIC returns 0xffffffff for its version register after we map it,
jhb
2005-04-14
1
-2
/
+11
*
rev 1.54 of i386/include/pcb.h depended on sys/proc.h. The prerequisite
peter
2005-04-14
2
-0
/
+2
*
Make sure we look at the correct sub op codes when
mjacob
2005-04-14
1
-3
/
+22
[next]