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 restrict qualifiers where C99 permits them. All of these already had
tjr
2002-09-07
6
-12
/
+12
*
Add restrict qualifiers to wcsstr()'s arguments.
tjr
2002-09-07
1
-1
/
+1
*
Call strtok_r() via a libc private name from within strtok().
tjr
2002-09-07
1
-2
/
+6
*
Add options COMPAT_AOUT to detect future bitrot.
peter
2002-09-07
1
-0
/
+3
*
fix misplaced schedlock
julian
2002-09-07
2
-2
/
+2
*
Add COMPAT_AOUT option so that config will not yell when you try and
peter
2002-09-07
1
-0
/
+1
*
Add the aout module subdir for the i386.
peter
2002-09-07
1
-0
/
+1
*
Add an a.out exec module.
peter
2002-09-07
1
-0
/
+11
*
Make imgact_aout.c optional. It is i386 specific.
peter
2002-09-07
1
-1
/
+1
*
Give this a self contained a.out coredump routine.
peter
2002-09-07
1
-1
/
+60
*
Zap the implementations of the i386-aout specific cpu_coredump function.
peter
2002-09-07
7
-144
/
+0
*
Add support for ev67 and ev45 CPUTYPEs (new in gcc3)
kris
2002-09-07
2
-3
/
+5
*
Collect the a.out coredump code into the calling functions.
peter
2002-09-07
2
-2
/
+31
*
List the new athlon CPUs supported by the CPUTYPE make variable.
mux
2002-09-07
1
-1
/
+2
*
Update to use all the new CPU optimizations of GCC3.
mux
2002-09-07
1
-9
/
+29
*
Add a subclass of the PCI-PCI bridge driver that uses the PCIBIOS to
jhb
2002-09-06
2
-4
/
+138
*
Add a function pci_probe_route_table() that returns true if our PCI BIOS
jhb
2002-09-06
5
-0
/
+59
*
Export pcib_attach() as a "protected" for use in subclasses of the PCI-PCI
jhb
2002-09-06
2
-2
/
+2
*
Include <netinet/ip.h> to unbreak kdump. I don't know why does kdump
sobomax
2002-09-06
1
-0
/
+4
*
Don't include "bpf.h" when compiling on FreeBSD. We always compile in
brooks
2002-09-06
1
-0
/
+4
*
Bandaid for mount_nfs segfaulting with the more obscure mount options
peter
2002-09-06
1
-22
/
+34
*
Fix a bug where calling MD5File(3) with a zero-length file generated an
bmah
2002-09-06
1
-0
/
+1
*
Dump the $PIR table if booting verbose.
jhb
2002-09-06
3
-0
/
+9
*
Include some verbage about not calling exit() from functions registered
wollman
2002-09-06
2
-2
/
+24
*
Remove STRNCAT (==>strncat) usage. Apparently I never read the man
mjacob
2002-09-06
3
-20
/
+17
*
Tsk. Now that we're not using our own locks, we have to remember
mjacob
2002-09-06
1
-0
/
+2
*
Add 'camcontrol load' as a complement to 'camcontrol eject'.
mdodd
2002-09-06
2
-1
/
+11
*
Reduce namespace pollution by staticizing everything, which doesn't need to
sobomax
2002-09-06
3
-21
/
+19
*
Add an entry for corega WL PCCL-11.
iwasaki
2002-09-06
1
-0
/
+6
*
Make it clear that the ":C" variable modifier expects an extended
archie
2002-09-06
1
-2
/
+2
*
Connect if_gre module to the build.
sobomax
2002-09-06
1
-0
/
+1
*
Add if_gre module glue.
sobomax
2002-09-06
1
-0
/
+22
*
Connect gre(4) to the build.
sobomax
2002-09-06
1
-0
/
+1
*
Add a new gre(4) driver, which could be used to create GRE (RFC1701)
sobomax
2002-09-06
8
-0
/
+1644
*
- Add a pci_cfgintr_valid() function to see if a given IRQ is a valid
jhb
2002-09-06
7
-7
/
+105
*
Add more ethernet types and move AppleTalk types into proper location.
sobomax
2002-09-06
2
-15
/
+259
*
If we are using APIC_IO tell ACPI so it can route interrupts properly.
jhb
2002-09-06
2
-0
/
+6
*
Attach ACPI children a bit later in attach(), specifically after performing
jhb
2002-09-06
1
-2
/
+3
*
Make these less broken.
sobomax
2002-09-06
2
-10
/
+10
*
Add support for Corega FEther CB-TXD (CardBus 100M/10M).
iwasaki
2002-09-06
2
-1
/
+13
*
Convert from `${CMD_OSTYPE}` to ${OSTYPE}. This saves a shell invocation on
gordon
2002-09-06
41
-59
/
+59
*
Add a support for a ${OSTYPE} which is set once in /etc/rc.subr. Also convert
gordon
2002-09-06
1
-3
/
+4
*
Add support for printing out the contents of a PCI BIOS $PIR interrupt
jhb
2002-09-06
3
-6
/
+162
*
Prefer the physical bus number of the PCI bus as the unit of the pciX
jhb
2002-09-06
3
-3
/
+3
*
Add a helper routine acpi_SetIntrModel() to call the _PIC method to set
jhb
2002-09-06
2
-0
/
+24
*
Minor spelling tweak: assume "his" is actually "This".
rwatson
2002-09-06
1
-1
/
+1
*
Removed vestiges of the -a and -d options.
bde
2002-09-06
1
-5
/
+3
*
Style: One space between "restrict" qualifier and "*".
tjr
2002-09-06
66
-121
/
+121
*
Expand a contraction in the text of style(9) for consistency.
robert
2002-09-06
1
-1
/
+1
*
Remove magicspace from reference data.
phk
2002-09-06
8
-282
/
+0
[next]