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
*
Some patches from Doug for ia64 support- the principle one being the
mjacob
2001-10-07
2
-2
/
+6
*
Use host keys from the config directory if they exist, instead of
luigi
2001-10-07
1
-2
/
+6
*
Make fetch_mask return ${default_mask} if entry not found.
luigi
2001-10-07
1
-3
/
+5
*
Export interrupt statistics via sysctl.
luigi
2001-10-07
4
-0
/
+24
*
Mention that ed requires miibus.
iedowse
2001-10-07
3
-1
/
+4
*
Fix a typo in do_sigaction() where sa_sigaction and sa_handler were
iedowse
2001-10-07
1
-3
/
+3
*
Remove bogus include.
dfr
2001-10-07
1
-1
/
+0
*
Whitespace fixes.
benno
2001-10-07
2
-5
/
+4
*
Add new files needed by previous commit.
benno
2001-10-07
2
-0
/
+221
*
Mega-patch for OpenFirmware loader support.
benno
2001-10-07
13
-55
/
+135
*
Rewrite the pc98 bus_space stuff.
nyan
2001-10-07
16
-1386
/
+4060
*
Update to reflect the change in ata.h
sos
2001-10-07
1
-1
/
+1
*
o Introduce an 'options REGRESSION'-dependant sysctl namespaces,
rwatson
2001-10-07
1
-0
/
+19
*
Limit maximum poll interval to 60 seconds. This prevents an overflow
deischen
2001-10-07
3
-0
/
+9
*
Add code to print interrupt statistics when they will be
luigi
2001-10-07
1
-0
/
+42
*
Clarify foundation of GDR/DDR.
grog
2001-10-07
1
-1
/
+1
*
Fix a typo (missing "; at the end of a string)
luigi
2001-10-07
1
-1
/
+1
*
Regen.
marcel
2001-10-07
3
-7
/
+4
*
Fix a typo and sync a comment with the version in RELENG_4
luigi
2001-10-07
1
-2
/
+2
*
Fix the NODEF entry for setpgid() so that it matches the NODEF
marcel
2001-10-07
1
-1
/
+1
*
Make this compile again after the changes to make bridge kld'able
luigi
2001-10-07
1
-3
/
+3
*
Fix breakage caused by previous commit. The lkmnosys and lkmressys
marcel
2001-10-07
1
-5
/
+8
*
Misunderstanding documentation caused me to try and set 1Gbps/2Gps/Auto
mjacob
2001-10-06
2
-14
/
+21
*
Whups- remember to zero the isr pointer arg.
mjacob
2001-10-06
1
-1
/
+3
*
Respect QLogic's errata- read BIU_ISR even on the 2300
mjacob
2001-10-06
1
-0
/
+2
*
Document -depth
obrien
2001-10-06
1
-0
/
+13
*
- Moved the bus_dma declarations from bus_{at386,pc98}.h into bus_dma.h.
nyan
2001-10-06
9
-3830
/
+11
*
Move console probes until after we set boothowto so that 'boot -h' works.
dfr
2001-10-06
1
-7
/
+7
*
Make this work on ia64. I have no idea why it works on alpha - it
dfr
2001-10-06
1
-1
/
+7
*
Assume round-to-nearest mode for floating point.
dfr
2001-10-06
1
-5
/
+1
*
Enable console. There are far too many 'ifdef __i386__' in this file.
dfr
2001-10-06
1
-7
/
+7
*
Add /etc files for ia64.
dfr
2001-10-06
3
-0
/
+540
*
Put the label at the same place as i386 for compatibility.
dfr
2001-10-06
3
-0
/
+15
*
Add an entry with my birthday.
keramida
2001-10-06
1
-0
/
+1
*
Updates for changes made by KSE import.
sheldonh
2001-10-06
6
-40
/
+36
*
Update with latest ATA/ATAPI ver 6 rev 2 items.
sos
2001-10-06
8
-365
/
+403
*
Delete legacy pcib code - we can't possibly work without acpi on ia64.
dfr
2001-10-06
1
-570
/
+0
*
Remove nexus_pcib.c.
dfr
2001-10-06
1
-1
/
+0
*
o Change ia64_memory_address to explicitly take a u_int64_t
marcel
2001-10-06
1
-2
/
+50
*
Make this compile on ia64.
marcel
2001-10-06
1
-1
/
+4
*
Implement these using mux1 and extr.u. I'll update the userland versions
dfr
2001-10-06
2
-14
/
+7
*
New release notes: eaccess(2), vfs.vmiodirenable=1.
bmah
2001-10-06
2
-8
/
+24
*
- Fix typo in "didn't find tag in list" code -- != should have been ==.
fenner
2001-10-06
1
-4
/
+5
*
Fix some 64-bit uncleanliness.
peter
2001-10-06
1
-7
/
+20
*
Fix some style bugs before fixing some real bugs.
peter
2001-10-06
1
-7
/
+17
*
Fix a stack trashing bug when int != sizeof(pointer)
peter
2001-10-06
2
-2
/
+6
*
Fix a warning. (unused p if not INVARIANTS)
peter
2001-10-06
2
-4
/
+2
*
Add ia64/ia64/sapic.c
peter
2001-10-06
1
-0
/
+1
*
Update list of supported ata(4) controllers (from ata.4 manpage).
bmah
2001-10-05
2
-4
/
+4
*
New release note: MAXMEM/hw.physmem.
bmah
2001-10-05
2
-4
/
+12
[next]