summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in a (commented out) debugging string.luigi2003-06-231-1/+1
* Remove whitespace at end of line.luigi2003-06-231-4/+4
* Hook up scd(4) to the build.mdodd2003-06-231-0/+1
* Use UTC rather than GMT to describe time scale. latter is obsolete.imp2003-06-231-2/+2
* Add a few missing opt_ files to make this module compile again.iedowse2003-06-231-2/+3
* This commit was generated by cvs2svn to compensate for changes in r116748,njl2003-06-231-2/+2
|\
| * Fix a bug in register access. This should fix warning messages of:njl2003-06-231-2/+2
* | module for Atheros 802.11 driversam2003-06-231-0/+48
* | Atheros 802.11 driver. Requires Atheros Hardware Access Lay (HAL).sam2003-06-234-0/+3201
* | new 802.11 layer:sam2003-06-2313-0/+5719
* | Add the hooks for netgraph and HARP to the NATM code. This allows usharti2003-06-231-3/+64
* | Check compatibility partitions on all archs. This makes vinumharti2003-06-231-2/+0
* | This is a driver for Fore PCA200E cards that uses busdma and works onharti2003-06-239-2/+6685
* | Add a PCI ID for the Apollo Pro 133A.mdodd2003-06-232-0/+4
* | Add PCI IDs for the i82855 and i82875P AGP bridges.mdodd2003-06-232-0/+24
* | Apply style(9) to this file. I'm going to touch large parts of this fileharti2003-06-231-30/+32
* | Assert that the vm object is locked on entry to vm_pager_get_pages().alc2003-06-231-5/+1
* | MFi386alc2003-06-231-8/+10
* | prevent the number of patterns from exceeding the number of pci devices.jmg2003-06-231-1/+1
* | cleanup /dev/pci code some:jmg2003-06-231-54/+20
* | Redesign the externalization APIs from the MAC Framework torwatson2003-06-2318-547/+298
* | Prefer the vop_rmextattr() vnode operation for removing extendedrwatson2003-06-223-5/+12
* | Expose vop_rmextattr as an explicit operation at the vnode operationrwatson2003-06-221-0/+11
* | Add an explicit credential argument to alq_open() to allow the caller torwatson2003-06-223-6/+10
* | Maintain a lock on the vm object of interest throughout vm_fault(),alc2003-06-224-12/+15
* | Don't check the state of the vnode interlock if the specification saystruckman2003-06-221-1/+7
* | Protect against .depend file somewhere else in the .PATH.ru2003-06-221-37/+9
* | Add support for multiple values and ranges for the "iplen", "ipttl",luigi2003-06-221-12/+29
* | Forward declare a boatload of structures referenced in the MACrwatson2003-06-222-0/+24
* | Move KERNBASE to -2GB.simokawa2003-06-221-1/+1
* | - Allow access to direct mapped region via /dev/kmem. This makessimokawa2003-06-221-13/+16
* | - Allocate a new PD Table if kernel grows beyond 1GB boundary.simokawa2003-06-221-37/+21
* | Remove 256 unit limit, there is no evil minor number encoding tophk2003-06-221-2/+0
* | Add a f_vnode field to struct file.phk2003-06-2229-94/+105
* | Add ID for VT8233A.mdodd2003-06-221-0/+2
* | Re-enabled PCI irq routing on pc98.nyan2003-06-221-1/+1
* | As vm_fault() descends the chain of backing objects, set paging-in-alc2003-06-221-8/+8
* | Implement a loader tunable/sysctl to allow the user to request thatmdodd2003-06-221-0/+8
* | When DDB is active, always send printf() output directly to theiedowse2003-06-221-1/+5
* | Use a new message buffer `consmsgbuf' to forward messages to aiedowse2003-06-224-16/+89
* | Complete the vm object locking in vm_object_backing_scan(); specifically,alc2003-06-221-5/+12
* | use a REG macro that was already defined.jmg2003-06-221-3/+10
* | Replace the code for reading and writing the kernel message bufferiedowse2003-06-225-116/+295
* | add support for peeking at pci busses on UltraSparc systems. This preventsjmg2003-06-225-12/+132
* | Make some style and white-space changes to the copy-on-write path throughalc2003-06-221-10/+5
* | Increase the size of the NFS server hash table to improve performancemckusick2003-06-211-4/+4
* | Use a do {...} while (0); and a couple of breaks to reduce the levelphk2003-06-211-78/+80
* | Lock one of the vm objects involved in an optimized copy-on-write fault.alc2003-06-211-2/+5
* | - Increase the scope of the vm object lock in vm_object_collapse().alc2003-06-211-3/+4
* | - lticks was erroneously being updated in sched_pctcpu(). This was causingjeff2003-06-211-2/+0
OpenPOWER on IntegriCloud