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
/
amd64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reserve space for FPU state in struct sigcontext. Fix some style bugs
marcel
1999-11-12
1
-11
/
+18
*
Change the type of sf_addr in struct {o}sigframe from char* to
marcel
1999-11-12
2
-10
/
+11
*
Passing "0" or "FALSE" as the fourth argument to vm_fault is wrong. It
alc
1999-11-09
1
-4
/
+6
*
Patch got this one wrong, we want to check securelevel in open()
phk
1999-11-07
1
-5
/
+5
*
Remove the iskmemdev() function. Make it the responsibility of the mem.c
phk
1999-11-07
1
-14
/
+5
*
Remove the prototypes for two functions that were removed when the
jhb
1999-11-02
1
-3
/
+0
*
This is a complete rewrite of vfs_conf.c, which changes the way the root
msmith
1999-11-01
1
-259
/
+26
*
Update examples using 'disk' and 'tape' - they used to have magic meaning
peter
1999-11-01
1
-6
/
+6
*
The useracc() calls in osigreturn() and sigreturn() should specify
alc
1999-10-31
1
-2
/
+2
*
i8254_restore is called from apm_default_resume() to reload
iwasaki
1999-10-30
3
-0
/
+45
*
The core of this patch is to vm/vm_page.h. The effects are two-fold: (1) to
alc
1999-10-30
1
-2
/
+2
*
Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for the
phk
1999-10-30
2
-5
/
+6
*
useracc() the prequel:
phk
1999-10-29
6
-6
/
+0
*
Remove #ifdef notyet code for doing I/O in a way we never will do it.
phk
1999-10-29
1
-47
/
+0
*
Modify the entries regarding the 'ep' driver to take into account
mdodd
1999-10-27
1
-6
/
+3
*
Add text for the AMD-751 host-to-PCI and PCI-to-PCI (AGP) bridges.
alc
1999-10-25
2
-0
/
+10
*
Massive rewrite of pccard to convert it to newbus.
imp
1999-10-25
1
-0
/
+3
*
Add text for the Athlon's MMX and 3DNow! (DSP) instruction extensions
alc
1999-10-24
1
-2
/
+2
*
Adjust the buffer cache to better handle small-memory machines. A
dillon
1999-10-24
1
-1
/
+1
*
From: src/sys/i386/conf/PCCARD
n_hibma
1999-10-22
1
-2
/
+2
*
Remove pccard attachment stub, this caused pccard unit 0 to be allocated
peter
1999-10-19
2
-10
/
+0
*
Convert the mx driver to miibus.
wpaul
1999-10-16
1
-1
/
+1
*
Eliminate remaining part of incorrect PCI bus numbering sanity check on syste...
tegge
1999-10-15
3
-21
/
+0
*
Acutally our style is "options\x20\x09".
obrien
1999-10-15
1
-4
/
+4
*
* Implement bus_set/get/delete_resource for pci.
dfr
1999-10-14
1
-2
/
+1
*
* Add some verbose logging to the PnP parser and fix a couple of bugs.
dfr
1999-10-14
1
-25
/
+48
*
Recognize Pentium II w/ CPUID = 0x6XX and Pentium III Xeon w/ CPUID =
kato
1999-10-14
1
-2
/
+2
*
Like it or not, we use ^I's not 0x20 to align things in this file.
obrien
1999-10-14
1
-5
/
+5
*
Fix a security bug. eflags was copied verbatim from userland.
marcel
1999-10-13
1
-1
/
+2
*
Enable MTRR support for K7 (Athlon) processors, which happens to have the
green
1999-10-12
1
-3
/
+4
*
* Add struct resource_list* argument to resource_list_alloc and
dfr
1999-10-12
1
-11
/
+25
*
Now that userland, including modules don't use the osig* syscalls
marcel
1999-10-12
1
-0
/
+1
*
Add a per-signal flag to mark handlers registered with osigaction, so we
luoqi
1999-10-11
8
-81
/
+85
*
Trim some unused #includes
peter
1999-10-11
1
-4
/
+0
*
Zap unneeded #includes
peter
1999-10-11
12
-27
/
+1
*
Simplification of the signal trampoline and other cleanups.
marcel
1999-10-07
9
-94
/
+85
*
Re-introduction of sigcontext.
marcel
1999-10-04
4
-39
/
+78
*
Use the rev 1.1.2.1 code from RELENG_3 for atomic operations rather
peter
1999-10-04
1
-19
/
+38
*
Typo: s/__GNUC_MINOR_/__GNUC_MINOR__/
peter
1999-10-04
1
-1
/
+1
*
Fix style bug: order includes
marcel
1999-10-04
1
-1
/
+1
*
Allow compilation with older versions of GCC, in order to make it possible
eivind
1999-10-03
1
-0
/
+23
*
Reinstate the 4th argument to old signal handlers. Don't set it
marcel
1999-10-03
1
-2
/
+2
*
Fix style bugs caused by using the wrong file to copy from. That one
marcel
1999-10-03
1
-4
/
+12
*
Implement the use of si_addr in siginfo_t.
marcel
1999-10-01
1
-0
/
+1
*
Don't check %cs *after* it has being set in sigreturn. If the check
marcel
1999-10-01
1
-5
/
+6
*
sigset_t change (part 3 of 5)
marcel
1999-09-29
10
-158
/
+505
*
Fix from Tor so that if we enter the debugger in the tristate going to
mjacob
1999-09-25
1
-0
/
+1
*
Fix from Tor so that if we enter the debugger in the tristate going to
mjacob
1999-09-25
1
-1
/
+1
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
Display CPU (BSP) clock speed on SMP systems.
luoqi
1999-09-22
1
-4
/
+0
[next]