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
*
The true value of how the kernel was configured for KSTACK_PAGES was not
peter
2002-09-07
3
-22
/
+19
*
Make UAREA_PAGES and KSTACK_PAGES visible to userland via sysctl, like
peter
2002-09-07
2
-0
/
+8
*
Move the KSTACK_PAGES option from MD to MI. Although not all platforms
peter
2002-09-07
4
-3
/
+1
*
Fill out two fields (si_pid, si_uid) in the siginfo structure handed back
jmallett
2002-09-07
7
-0
/
+14
*
New release notes: COMPAT_AOUT, AMD Elan SC520 support.
bmah
2002-09-07
2
-0
/
+18
*
Add some more AMD processors to the supported hardware list.
bmah
2002-09-07
1
-2
/
+4
*
Diff reduction in comments for filling the siginfo structure - refer to
jmallett
2002-09-07
3
-3
/
+3
*
Match the more modern ports and comment the filling of POSIX parts of siginfo
jmallett
2002-09-07
2
-2
/
+2
*
Unbreak the modules build:
tmm
2002-09-07
2
-2
/
+3
*
The size argument to snprintf does not have to be backed off by one
mjacob
2002-09-07
1
-17
/
+17
*
Include <machine/pcb.h> instead of depending on namespace pollution in
bde
2002-09-07
1
-0
/
+1
*
fix braino..
julian
2002-09-07
2
-2
/
+2
*
Allow edquota(8) to be used for setting up quotas non-interactively (add a
sobomax
2002-09-07
2
-23
/
+149
*
Remove #include <netinet/ip.h>.
sobomax
2002-09-07
1
-4
/
+0
*
Also add #include <netinet/in_systm.h> before <neinet/ip.h> to fix the
sobomax
2002-09-07
1
-0
/
+1
*
Add __BEGIN_DECLS/__END_DECLS so that c++ code can use makecontext() etc.
dfr
2002-09-07
1
-0
/
+6
*
Add an implementation of wcstok(), based on strtok_r().
tjr
2002-09-07
4
-3
/
+215
*
Two arrays were born from the same seeds, both grew into complementary sets
jmallett
2002-09-07
1
-1
/
+1
*
Fix a missing line in a cut/paste error.
peter
2002-09-07
1
-0
/
+1
*
Automatically enable CPU_ENABLE_SSE (detect and enable SSE instructions)
peter
2002-09-07
13
-2
/
+79
*
Add #include <netinet/ip.h> in attempt to fix the world.
sobomax
2002-09-07
1
-0
/
+1
*
Note that siginit() does not cause every signal to be ignored only the
davidc
2002-09-07
1
-3
/
+16
*
Supposedly linux has added a 6th syscall arg register (%ebp). I am not
peter
2002-09-07
1
-0
/
+1
*
Sync prototypes with <wchar.h> with respect to the restrict qualifier.
tjr
2002-09-07
1
-6
/
+6
*
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
[next]