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 PCI ID for the Apollo Pro 133A.
mdodd
2003-06-23
2
-0
/
+4
*
Add PCI IDs for the i82855 and i82875P AGP bridges.
mdodd
2003-06-23
2
-0
/
+24
*
Apply style(9) to this file. I'm going to touch large parts of this file
harti
2003-06-23
1
-30
/
+32
*
Assert that the vm object is locked on entry to vm_pager_get_pages().
alc
2003-06-23
1
-5
/
+1
*
MFi386
alc
2003-06-23
1
-8
/
+10
*
prevent the number of patterns from exceeding the number of pci devices.
jmg
2003-06-23
1
-1
/
+1
*
cleanup /dev/pci code some:
jmg
2003-06-23
1
-54
/
+20
*
Redesign the externalization APIs from the MAC Framework to
rwatson
2003-06-23
18
-547
/
+298
*
Prefer the vop_rmextattr() vnode operation for removing extended
rwatson
2003-06-22
3
-5
/
+12
*
Expose vop_rmextattr as an explicit operation at the vnode operation
rwatson
2003-06-22
1
-0
/
+11
*
Add an explicit credential argument to alq_open() to allow the caller to
rwatson
2003-06-22
3
-6
/
+10
*
Maintain a lock on the vm object of interest throughout vm_fault(),
alc
2003-06-22
4
-12
/
+15
*
Don't check the state of the vnode interlock if the specification says
truckman
2003-06-22
1
-1
/
+7
*
Protect against .depend file somewhere else in the .PATH.
ru
2003-06-22
1
-37
/
+9
*
Add support for multiple values and ranges for the "iplen", "ipttl",
luigi
2003-06-22
1
-12
/
+29
*
Forward declare a boatload of structures referenced in the MAC
rwatson
2003-06-22
2
-0
/
+24
*
Move KERNBASE to -2GB.
simokawa
2003-06-22
1
-1
/
+1
*
- Allow access to direct mapped region via /dev/kmem. This makes
simokawa
2003-06-22
1
-13
/
+16
*
- Allocate a new PD Table if kernel grows beyond 1GB boundary.
simokawa
2003-06-22
1
-37
/
+21
*
Remove 256 unit limit, there is no evil minor number encoding to
phk
2003-06-22
1
-2
/
+0
*
Add a f_vnode field to struct file.
phk
2003-06-22
29
-94
/
+105
*
Add ID for VT8233A.
mdodd
2003-06-22
1
-0
/
+2
*
Re-enabled PCI irq routing on pc98.
nyan
2003-06-22
1
-1
/
+1
*
As vm_fault() descends the chain of backing objects, set paging-in-
alc
2003-06-22
1
-8
/
+8
*
Implement a loader tunable/sysctl to allow the user to request that
mdodd
2003-06-22
1
-0
/
+8
*
When DDB is active, always send printf() output directly to the
iedowse
2003-06-22
1
-1
/
+5
*
Use a new message buffer `consmsgbuf' to forward messages to a
iedowse
2003-06-22
4
-16
/
+89
*
Complete the vm object locking in vm_object_backing_scan(); specifically,
alc
2003-06-22
1
-5
/
+12
*
use a REG macro that was already defined.
jmg
2003-06-22
1
-3
/
+10
*
Replace the code for reading and writing the kernel message buffer
iedowse
2003-06-22
5
-116
/
+295
*
add support for peeking at pci busses on UltraSparc systems. This prevents
jmg
2003-06-22
5
-12
/
+132
*
Make some style and white-space changes to the copy-on-write path through
alc
2003-06-22
1
-10
/
+5
*
Increase the size of the NFS server hash table to improve performance
mckusick
2003-06-21
1
-4
/
+4
*
Use a do {...} while (0); and a couple of breaks to reduce the level
phk
2003-06-21
1
-78
/
+80
*
Lock one of the vm objects involved in an optimized copy-on-write fault.
alc
2003-06-21
1
-2
/
+5
*
- Increase the scope of the vm object lock in vm_object_collapse().
alc
2003-06-21
1
-3
/
+4
*
- lticks was erroneously being updated in sched_pctcpu(). This was causing
jeff
2003-06-21
1
-2
/
+0
*
- Don't allow nice to have such a large effect on priority. This was
jeff
2003-06-21
1
-8
/
+7
*
fix grammar in comment
jmg
2003-06-20
1
-1
/
+1
*
Fix a divide-by-zero on kern.log_wakeups_per_second tunable.
bmilekic
2003-06-20
1
-0
/
+8
*
Make swap_pager_haspages() static; remove unused function prototypes.
alc
2003-06-20
2
-5
/
+3
*
Merge from NetBSD src/sys/ntfs/ntfs_subr.c 1.5 & 1.30 (jdolecek):
tjr
2003-06-20
1
-1
/
+15
*
Use direct map in pmap_map().
simokawa
2003-06-20
1
-11
/
+1
*
Add comment about **vpp being special-cased in vnode_if.awk (1.38)
se
2003-06-20
1
-0
/
+6
*
The assertions generated to test VFS locking never included checks
se
2003-06-20
1
-0
/
+2
*
cpu_set_upcall_kse needs to access userspace, release schedule lock
davidxu
2003-06-20
2
-8
/
+20
*
Don't put callout_lock under #ifdef DIAGNOSTIC despite the fact that it
phk
2003-06-20
1
-1
/
+2
*
Initialize b_saveaddr when we hand out pbufs
phk
2003-06-20
1
-2
/
+3
*
Initialize b_saveaddr when we hand out buffers
phk
2003-06-20
1
-2
/
+4
*
Crude but efficient:
phk
2003-06-20
1
-1
/
+8
[next]