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
*
Add a structure defintion for the id prom contents.
tmm
2001-11-18
1
-0
/
+63
*
1. Add ofw_pci.h with definitions for the OpenFirmware PCI bindings
tmm
2001-11-18
3
-0
/
+143
*
Standardize idempotentcy ifdefs.
jake
2001-11-18
2
-6
/
+6
*
Implement DVD-ROM ioctls.
marcel
2001-11-18
2
-27
/
+434
*
Yet another verbose printing cleanup. Remove debug_wakeup flag and
iwasaki
2001-11-18
2
-10
/
+4
*
- Ensure that linker file id's are unique, rather than blindly
arr
2001-11-18
1
-1
/
+15
*
Cleanups of verbose printing. All the messages for the debugging is
iwasaki
2001-11-18
8
-68
/
+91
*
Add kernel headers needed to build libc. Some are bogus and/or just enough
jake
2001-11-18
7
-0
/
+524
*
Add the PnP ID for a Rockwell 33.6k modem.
iedowse
2001-11-18
1
-0
/
+1
*
Implement missing SOUND_MIXER_WRITE_RECSRC ioctl.
marcel
2001-11-18
2
-0
/
+5
*
Pass maintainership over to emulation@FreeBSD.org. It has been fun,
marcel
2001-11-18
1
-1
/
+1
*
Make jmpbuf the same size as ucontext_t so that it can be passed
jake
2001-11-18
1
-13
/
+3
*
1. Split fp.h into fp.h and fsr.h so that the latter can be included
jake
2001-11-18
5
-45
/
+155
*
Avoid missing ticks and hardclock stopping.
jake
2001-11-18
1
-1
/
+27
*
Catch up to new constants. (These commit messages should have a song.)
jake
2001-11-18
1
-8
/
+13
*
- M_ZERO already sets bif_dlist to zero; there is no need to
arr
2001-11-18
1
-1
/
+0
*
1. Remove kdbframe. Bad idea.
jake
2001-11-18
4
-42
/
+71
*
Implement SET. Set execption.s 1.12.
jake
2001-11-18
1
-0
/
+12
*
1. Convert the tstate saved in the pcb to a pstate and test for PSTATE_PEF
jake
2001-11-18
4
-50
/
+128
*
Implement hw.machine and hw.model sysctls.
jake
2001-11-18
1
-0
/
+11
*
1. Remove bootinfo and just pass loader metadata to the kernel.
jake
2001-11-18
5
-76
/
+62
*
1. Implement ascopyto() and ascopyfrom() for copying to an alternate address
jake
2001-11-18
3
-52
/
+94
*
1. Fix a bug where the offsets of the alignment and mmu fault recorvery code
jake
2001-11-18
2
-116
/
+146
*
Fix missing holdsock()->fgetsock()
dillon
2001-11-17
1
-7
/
+5
*
Be very generous with timeouts for synchronize cache. We may wait a very long
mjacob
2001-11-17
1
-1
/
+1
*
The Infortrend IFT-3102 multihost U2 SCSI to U2 SCSI controller
iedowse
2001-11-17
1
-0
/
+8
*
Add quirk for Fujitsu M2513A MO drives. These drives hang at various
iedowse
2001-11-17
1
-0
/
+15
*
MFi386: revisions from 1.26 to 1.30.
nyan
2001-11-17
2
-10
/
+196
*
MFi386: revision 1.12
nyan
2001-11-17
1
-0
/
+9
*
MFi386: revision 1.326.
nyan
2001-11-17
1
-0
/
+1
*
MFi386: revision 1.160
nyan
2001-11-17
1
-0
/
+2
*
MFi386: revision 1.483
nyan
2001-11-17
2
-12
/
+12
*
Give struct socket structures a ref counting interface similar to
dillon
2001-11-17
23
-182
/
+223
*
Fix the non-KSTACK_GUARD case.. It has been broken since the KSE
peter
2001-11-17
2
-0
/
+2
*
Start bringing i386/pmap.c into line with cleanups that were done to
peter
2001-11-17
7
-515
/
+385
*
Forward declare struct ifnet - this fixes a warning in tdfx_pci.c
peter
2001-11-17
1
-0
/
+1
*
Fix printf warnings (int/long)
peter
2001-11-17
1
-2
/
+4
*
Fix warning in debug printf. This is a long on alpha, and int on i386,
peter
2001-11-17
1
-1
/
+1
*
Missing KSE s/curproc/curthread/
peter
2001-11-17
1
-1
/
+1
*
Return EOPNOTSUPP for unknown module events.
iedowse
2001-11-17
2
-2
/
+8
*
Fix some warnings on 64 bit platforms.
peter
2001-11-17
1
-1
/
+4
*
When laying out objects in a ZONE_INTERRUPT zone, allow them to cross
jlemon
2001-11-17
1
-2
/
+4
*
utime/stime.tv_sec are elapsed times, not relative to 1970. We can
peter
2001-11-17
1
-4
/
+4
*
You cannot cast a time_t to quad_t and printf it with %lld. quad_t is
peter
2001-11-16
1
-2
/
+2
*
Fix a number of misspellings of "dependency" and "dependencies" in
iedowse
2001-11-16
6
-21
/
+21
*
Handle the IBCS2 FIONREAD ioctl. I have only tested that this
iedowse
2001-11-16
1
-0
/
+1
*
Back out the previous fix to the leading zero problem, I hadn't
phk
2001-11-16
1
-2
/
+0
*
Reject leading zeros in dev_stdclone().
phk
2001-11-16
1
-0
/
+2
*
Regenerate with 1.19 of pccarddevs
imp
2001-11-16
1
-8
/
+77
*
Merge in most (hopefully all) of the devices that OpenBSD has that
imp
2001-11-16
1
-3
/
+40
[next]