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
path:
root
/
sys
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include machine/cputypes.h so we get the cpu_class variable. This is needed
jhb
2000-08-13
2
-0
/
+2
*
resolve conflicts
darrenr
2000-08-13
18
-182
/
+712
*
Fixed null pointer panic for accessing "meminfo" when there is no swap.
bde
2000-08-12
3
-6
/
+21
*
Make compilable with -DIPFILTER.
ume
2000-08-12
2
-2
/
+7
*
Merged from sys/boot/i386/Makefile.inc revision 1.2.
kato
2000-08-12
1
-0
/
+1
*
Merged from sys/i386/i386/machdep.c revision 1.400.
kato
2000-08-12
2
-0
/
+38
*
Add -mpreferred-stack-boundary=2 to CFLAGS for i386. This and libstand
peter
2000-08-11
2
-0
/
+4
*
Oops, forgot this file. Log message for completeness:
peter
2000-08-11
1
-7
/
+7
*
Fix a bug brought to light by the people working on SMPng. I don't quite
wpaul
2000-08-11
2
-2
/
+22
*
Fix indentation ruined by previous commit.
n_hibma
2000-08-11
1
-10
/
+10
*
Define get_memory_offset method
imp
2000-08-11
1
-0
/
+7
*
backout ND6_USE_RTSOCK change in previous
itojun
2000-08-11
1
-0
/
+2
*
avoid duplicated rtfree() on default router list change (could cause panic).
itojun
2000-08-11
1
-6
/
+9
*
Backout the tsleep on probe, it breaks in resume mode as tsleep
sos
2000-08-11
1
-4
/
+1
*
Add missing "is".
dcs
2000-08-11
1
-1
/
+1
*
Add support for accessing individual tracks on a CD.
sos
2000-08-11
1
-5
/
+31
*
Clean up some low level bootstrap code:
peter
2000-08-11
21
-335
/
+143
*
Add support to send the string 'PXEClient' as the Vendor class
ps
2000-08-11
3
-2
/
+6
*
Pass along the interesting variables we were given from DHCP so we
ps
2000-08-11
1
-0
/
+6
*
Oops, previous commit fixed a bug that was already fixed before.
archie
2000-08-10
1
-2
/
+0
*
Add new control message to atomically get and clear statistics.
archie
2000-08-10
1
-24
/
+37
*
Increase the maximum allowable datagram length.
archie
2000-08-10
1
-1
/
+1
*
"u_int32_t" should have been "int32_t".
archie
2000-08-10
1
-2
/
+2
*
Use a bigger buffer for NGM_BINARY2ASCII conversion, to handle really
archie
2000-08-10
1
-1
/
+1
*
- Add new control message NGM_VJC_GET_CONFIG
archie
2000-08-10
2
-7
/
+177
*
Take advantage of the new unsigned and hex integer types.
archie
2000-08-10
10
-95
/
+95
*
- Make statistics unsigned.
archie
2000-08-10
1
-4
/
+5
*
- Add new unsigned and hex integer parse types
archie
2000-08-10
1
-2
/
+16
*
- Add new unsigned and hex integer parse types; this allows simplifying
archie
2000-08-10
1
-41
/
+146
*
Make ip6fw zero work.
ume
2000-08-10
1
-1
/
+1
*
RFC 1661 requires that all LCP packets are sent with no address and
archie
2000-08-10
1
-0
/
+14
*
Add some infrastructure support for dealing with large attribute
imp
2000-08-10
2
-5
/
+61
*
Don't skip IOAPIC id conflict detection when only one pci bus is present.
tegge
2000-08-10
7
-42
/
+28
*
Fix the ICH2 ATA100 support, and proberly downgrade the chip setup when
sos
2000-08-10
1
-13
/
+10
*
In a struct sockaddr, sa->sa_len can be zero if uninitialized.
archie
2000-08-09
1
-1
/
+1
*
Missed a step when activating the solo driver.
nsayer
2000-08-09
1
-1
/
+1
*
change irq handling slightly
cg
2000-08-09
1
-11
/
+4
*
MFS: module macro changes
cg
2000-08-09
1
-8
/
+0
*
Finally got my brain around what a SIM UNIT number is and how it differs
n_hibma
2000-08-09
1
-2
/
+7
*
Avoid a '"fd" is usurping ...' message.
n_hibma
2000-08-09
2
-2
/
+10
*
- Do not modify Peer's Call ID in outgoing Incoming-Call-Connected
ru
2000-08-09
1
-18
/
+25
*
A couple of cosmetic fixes, plus a biggie: When checking the DMA
nsayer
2000-08-09
1
-3
/
+18
*
Don't set flags on the mount structure before all permission checks have
tegge
2000-08-09
2
-8
/
+38
*
Fix bug where bundle-level receive statistics were not getting updated.
archie
2000-08-09
1
-0
/
+2
*
MFS: sync with peter's isadma fixup
cg
2000-08-09
1
-4
/
+6
*
activate via82c686 audio driver
cg
2000-08-09
3
-3
/
+5
*
new driver: via 82c686 chipset audio
cg
2000-08-09
3
-0
/
+770
*
warn if hwptr goes backwards
cg
2000-08-09
2
-1
/
+8
*
Initialize *countp to 0 in stub for softdep_flushworklist().
tegge
2000-08-09
1
-0
/
+1
*
MF4: fix style(9) whitespace breakage.
peter
2000-08-08
1
-3
/
+3
[next]