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
*
Include arpa/inet.h
brian
2002-03-31
1
-0
/
+2
*
Implement i386's (o)sigreturn() like the alpha's: Use copyin() to read
alc
2002-03-31
2
-16
/
+24
*
Add a local proc *p in exec_new_vmspace() to avoid repeated dereferencing
alc
2002-03-31
1
-6
/
+7
*
Pass the address of the bootinfo block to the kernel in register
marcel
2002-03-30
4
-10
/
+10
*
Transition to a model where the loader passes the address of the
marcel
2002-03-30
3
-31
/
+58
*
Fix braino: the example interface is fxp0, not ed0.
dd
2002-03-30
1
-1
/
+1
*
Correct typo.
dd
2002-03-30
1
-1
/
+1
*
Pass the physical address of the bootinfo block to the kernel in
marcel
2002-03-30
4
-2
/
+6
*
Correct a comment: sendsig() calls the MI vm_map_growstack() but
alc
2002-03-30
1
-1
/
+1
*
Use the MI vm_map_growstack() instead of the MD grow_stack() in trap(). Remove
alc
2002-03-30
4
-34
/
+6
*
Move the "dumping" variable from systm.h to conf.h.
phk
2002-03-30
3
-1
/
+6
*
sendmail 8.12 doesn't require _FFR_UNSAFE_SASL anymore.
ume
2002-03-30
1
-2
/
+2
*
Fix CLEANFILES.
ru
2002-03-30
1
-0
/
+1
*
sendmail 8.12 claims against GroupReadableSASLFile.
ume
2002-03-30
1
-1
/
+1
*
Don't nowerror for sys/dev/pdq/pdq.c
mdodd
2002-03-30
1
-2
/
+2
*
Restore the correct CLEANFILES that got damaged in rev. 1.15.
ru
2002-03-30
1
-1
/
+1
*
Mention the UltraSparc as supported in the README, also deal with the
bmah
2002-03-30
1
-4
/
+5
*
Don't use gcc specific flags.
dwmalone
2002-03-30
1
-1
/
+0
*
1) Staticise.
dwmalone
2002-03-30
1
-13
/
+13
*
1) Const enough things to avoid warnings.
dwmalone
2002-03-30
6
-30
/
+31
*
Fix /dev/acdNc minor device number. This bug prevents installing FreeBSD
matusita
2002-03-30
2
-2
/
+2
*
Remove debug output in last commit.
sos
2002-03-30
1
-10
/
+0
*
Add a "special progname lib xxx ..." command to crunchgen
luigi
2002-03-30
2
-2
/
+23
*
1) Add missing prototypes for fmt_perm and cvt_time.
dwmalone
2002-03-30
1
-6
/
+8
*
Add support for getting status (fan, temp, 5V and 12V levels) from
sos
2002-03-30
4
-9
/
+179
*
Use the method described in the strtol man page to check if it parsed
dwmalone
2002-03-30
1
-1
/
+1
*
Fixed handling of short reads in readdisklabel() and writedisklabel().
bde
2002-03-30
1
-0
/
+6
*
In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionally
bde
2002-03-30
5
-1
/
+19
*
Fix vendor ID.
dwmalone
2002-03-30
1
-2
/
+4
*
Clean up vendor ID and FBSDID.
dwmalone
2002-03-30
1
-5
/
+7
*
Fix constness warnings.
dwmalone
2002-03-30
2
-13
/
+14
*
Don't use gcc specific flags.
dwmalone
2002-03-30
1
-1
/
+0
*
Change a "/*" within a comment to a "**".
dwmalone
2002-03-30
1
-1
/
+2
*
Mark some parameters as unused.
dwmalone
2002-03-30
3
-14
/
+24
*
Minor post warns stuff.
dwmalone
2002-03-30
3
-19
/
+14
*
Add a sprinkling of mp_Down() calls to ensure that we don't think that
brian
2002-03-30
1
-1
/
+7
*
Don't use the RTF_GATEWAY flag and pass the RTA_GATEWAY address when updating
brian
2002-03-30
1
-1
/
+8
*
Add a missing break
brian
2002-03-30
1
-0
/
+1
*
Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's line
brian
2002-03-30
30
-147
/
+1226
*
Fix a few typos.
keramida
2002-03-30
1
-2
/
+2
*
MFi386: revision 1.55
nyan
2002-03-30
1
-0
/
+3
*
Use the raid lun not the magic when writing Promise config.
sos
2002-03-30
1
-2
/
+1
*
MFi386: revision 1.506.
nyan
2002-03-30
2
-8
/
+18
*
Allow to build with GCC 3.1.
obrien
2002-03-30
1
-1
/
+2
*
Const what I could on a first pass.
obrien
2002-03-30
1
-7
/
+9
*
Add a quick and dirty way to determine where we're loaded from. We
marcel
2002-03-30
2
-16
/
+56
*
The EFI loader has been improved a lot since it was first added.
marcel
2002-03-30
2
-0
/
+4
*
Fix the initialization of the protocol:
marcel
2002-03-30
1
-2
/
+68
*
Nuke CV_DEBUG in favour of INVARIANTS.
dan
2002-03-30
2
-2
/
+1
*
Add a driver configuration file for the Alpha platform, and specify that
murray
2002-03-30
1
-0
/
+46
[next]