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
*
It is not an error to have no devices in the kernel: Return the
phk
2003-08-17
1
-4
/
+4
*
Bump __FreeBSD_version due to movement of libraries to /lib and rtld to
gordon
2003-08-17
1
-1
/
+1
*
Stage 3 of dynamic root support. Make all the libraries needed to run
gordon
2003-08-17
1
-0
/
+1
*
Fixup the ELF branding information to point to the new home of rtld.
gordon
2003-08-17
8
-8
/
+8
*
Cleanup <machine/cpu.h> by moving MD prototypes to <machine/md_var.h>
marcel
2003-08-17
36
-176
/
+197
*
In pmap_copy(), since we have the page table page's physical address
alc
2003-08-17
2
-6
/
+4
*
In vm_thread_swap{in|out}(), remove the alpha specific conditional
marcel
2003-08-16
9
-27
/
+79
*
Use constants less throughout the code and instead use the objsize
bmilekic
2003-08-16
1
-6
/
+6
*
bandaide to make this build again
imp
2003-08-16
3
-6
/
+18
*
Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MI
marcel
2003-08-16
18
-75
/
+53
*
Give timecounters a numeric quality field.
phk
2003-08-16
6
-33
/
+68
*
Revision 1.44 of ufs/ufs/inode.h has made it necessary to add two new
alc
2003-08-16
1
-0
/
+2
*
Eliminate pmap_page_lookup() and its uses. Instead, use PHYS_TO_VM_PAGE()
alc
2003-08-16
1
-40
/
+4
*
FICL doesn't build on PowerPC yet, so disable.
obrien
2003-08-16
3
-21
/
+21
*
Fix a range check bug. Don't left-shift the integer argument 'data'.
marcel
2003-08-16
1
-12
/
+7
*
Argh. Last commit only had the __FBSDID() fix. Really add the device ID
wpaul
2003-08-15
2
-0
/
+3
*
It appears in some configurations with an on-board RTL8100 chip (in this
wpaul
2003-08-15
1
-2
/
+0
*
- Various style fixes in both code and comments.
jhb
2003-08-15
3
-66
/
+75
*
Eliminate the i_devvp field from the incore UFS inodes, we can
phk
2003-08-15
4
-7
/
+5
*
Add ptrace_machdep.c.
marcel
2003-08-15
1
-0
/
+1
*
#ifdef __i386__ the "int slice" definition that became i386-only with
rwatson
2003-08-15
1
-0
/
+2
*
remove acquire_timer0() and release_timer0() and related stuff.
phk
2003-08-15
3
-270
/
+4
*
- Fix a typo in a comment.
jhb
2003-08-15
2
-14
/
+14
*
- Add macros describing some new MSR's in the Pentium 4 and some older
jhb
2003-08-15
1
-0
/
+25
*
- Fix a duplicated typo.
jhb
2003-08-15
3
-9
/
+9
*
- Remove redundant <sys/sysctl.h> include.
jhb
2003-08-15
1
-4
/
+1
*
Adjust the style of the #ifdef SMP in casuptr() so that the #ifdef SMP
jhb
2003-08-15
1
-5
/
+4
*
- Update location of PCI headers.
jhb
2003-08-15
1
-5
/
+6
*
As warned: Initiate deorbit burn for the pcaudio driver.
phk
2003-08-15
7
-1188
/
+0
*
Remove a few ushorts I missed in my earlier pass.
jhb
2003-08-15
2
-37
/
+37
*
Eliminate unnecessary udev_t variable: we can derive it from the dev_t
phk
2003-08-15
1
-6
/
+4
*
Make swaponvp() static to the swap_pager.
phk
2003-08-15
2
-2
/
+2
*
Remove the magic way of configuring NFS backed swap.
phk
2003-08-15
4
-243
/
+1
*
Lock down arc4random so it can be safely called w/o Giant.
silby
2003-08-15
1
-17
/
+26
*
Revert part of rev. 1.16 -- reinstate system notify handler. It turns out
njl
2003-08-15
1
-0
/
+6
*
Improve the C3 CPU identification. I didn't notice that the CPU id
imp
2003-08-15
1
-12
/
+6
*
Fix the generation of coredumps. We did not take the dirty registers
marcel
2003-08-15
1
-1
/
+38
*
Add an instruction group break after the move to application register
marcel
2003-08-15
1
-2
/
+2
*
Introduce two machine specific ptrace(2) requests: PT_GETKSTACK and
marcel
2003-08-15
2
-2
/
+75
*
Add or finish support for machine dependent ptrace requests. When we
marcel
2003-08-15
2
-22
/
+17
*
Extend the scope of the page queues lock in vm_pageout_scan() to cover
alc
2003-08-15
1
-14
/
+4
*
vinum_scandisk:
grog
2003-08-15
1
-1
/
+5
*
if we got this far, we definately don't have an EBADF. Return a more
jmg
2003-08-15
1
-1
/
+1
*
Drop Giant when calling the disk drivers directly, and reacquire
grog
2003-08-15
1
-4
/
+13
*
modify comments
cg
2003-08-15
1
-3
/
+11
*
De-inline functions which do not need to be inline. Move the DEVMETHOD
njl
2003-08-15
1
-23
/
+23
*
Don't install a system notify handler. Move the device notify handler
njl
2003-08-15
1
-12
/
+11
*
Fix a couple changes that were incorrect in updating for 0619. Only unlock
njl
2003-08-15
1
-1
/
+7
*
add a few missing bits for future use
cg
2003-08-15
1
-1
/
+27
*
disable resume code implementing panic().
cg
2003-08-14
1
-1
/
+6
[next]