aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Always attach a subdisk even if no valid metadata found.Søren Schmidt2005-05-021-1/+2
* Remove GIANT_REQUIRED from vmspace_exec().Alan Cox2005-05-021-1/+0
* Since it is not possible for curthread to be NULL in this context,Christian S.J. Peron2005-05-021-4/+2
* Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc.Joseph Koshy2005-05-017-333/+709
* Remove now unused inirw variable from previous use of COMMON_END().Robert Watson2005-05-011-1/+0
* Catch up with latest ATA newbus commits.Peter Grehan2005-05-012-4/+4
* Fix typo in last commit.Peter Grehan2005-05-011-1/+1
* Update on the last commit, the dma* funciton needs to be called withSøren Schmidt2005-05-014-19/+19
* - All buffers should either be clean or dirty. If neither of these flagsJeff Roberson2005-05-011-0/+4
* Slide unlocking of the tcbinfo lock earlier in tcp_usr_send(), as it'sRobert Watson2005-05-011-2/+13
* Add some convenience defines.Yoshihiro Takahashi2005-05-011-1/+5
* Fix signed vs unsigned warning.Yoshihiro Takahashi2005-05-011-2/+2
* Go back to the old way of finding the Promise metadata, the new way wasSøren Schmidt2005-05-011-1/+1
* MFi386: revision 1.1198 (add KDB_STOP_NMI option).Yoshihiro Takahashi2005-05-011-0/+5
* MFi386: revision 1.220 (add KDB_STOP_NMI option).Yoshihiro Takahashi2005-05-011-0/+3
* - Remove spls and comments relating to them.Jeff Roberson2005-05-011-26/+2
* - Remove an old splcam hack.Jeff Roberson2005-05-011-4/+0
* - Remove unnecessary spls.Jeff Roberson2005-05-011-10/+2
* - Return EACCES if we're trying to exec on a vp with no object.Jeff Roberson2005-05-011-0/+2
* - In devfs_open() and devfs_close() grab Giant if the driver sets NEEDGIANT.Jeff Roberson2005-05-011-5/+12
* o enable shutdown of taskqueue threads; the thread servicing the queue checksSam Leffler2005-05-012-13/+43
* Implement an alternate method to stop CPUs when entering DDB. Normally we useDoug White2005-04-3013-0/+274
* Fix an old pasto.Dag-Erling Smørgrav2005-04-301-1/+1
* Take newbusification one step further, ie use the device_t more consequentlySøren Schmidt2005-04-3019-583/+601
* - Remove long dead splbio() calls and comments relating to the oldJeff Roberson2005-04-301-71/+4
* - Don't acquire Giant before calling b_biodone, individual consumers areJeff Roberson2005-04-301-6/+0
* - Use bdone() directly instead of calling it indirectly throughJeff Roberson2005-04-301-11/+1
* - Acquire Giant in AIO's iodone routine. VFS will no longer do it for usJeff Roberson2005-04-301-0/+2
* - Call VM_LOCK_GIANT in cluster_callback() to protect some pmap calls. VFSJeff Roberson2005-04-301-0/+2
* - VM_LOCK_GIANT in the swap pager's iodone routine as VFS will soon call itJeff Roberson2005-04-301-0/+2
* - Mark devfs as MNTK_MPSAFE as I belive it does not require Giant.Jeff Roberson2005-04-301-0/+1
* - In vnlru_free() remove the vnode from the free list before we callJeff Roberson2005-04-301-33/+51
* Add PROC_UNLOCK(p) to PTRACESTOP_SC(p, td, flag). This is necessaryColin Percival2005-04-291-0/+1
* Make call to tw_cl_deferred_interrupt in twa_poll, not dependent on theVinod Kashyap2005-04-291-2/+12
* Modify UMA to use critical sections to protect per-CPU caches, rather thanRobert Watson2005-04-292-113/+120
* Enable dc(4) and rl(4) in the PAE kernel.David E. O'Brien2005-04-291-2/+0
* Now that probing is working in the new fashion, we need to go back toSøren Schmidt2005-04-294-193/+165
* Add a detach for pci bridge and pci bus drivers. This allows one toWarner Losh2005-04-292-0/+2
* Fix the following warnings on amd64:Ruslan Ermilov2005-04-291-2/+2
* Only create the rdpti alias if the asr device creation succeeds.Scott Long2005-04-291-1/+2
* For whatever reason, we don't allow USB on PAE. Since it's a dependencyScott Long2005-04-291-0/+1
* Don't bother pretending that CAM will send CAM_DATA_PHYS pointers. It'sScott Long2005-04-291-5/+1
* Update the file.* entries for the new home of hwpmcScott Long2005-04-294-12/+12
* In pcib_alloc_resource() check if the resource allocation request isMarcel Moolenaar2005-04-291-0/+16
* Add pci_is_vga_ioport_range() and pci_is_vga_memory_range() as inlineMarcel Moolenaar2005-04-291-0/+18
* Add defines for the Bridge Control Register bits.Marcel Moolenaar2005-04-291-0/+13
* Provide a default setmode method.Søren Schmidt2005-04-284-36/+9
* Rearrange the way the reset code is called.Søren Schmidt2005-04-286-14/+18
* Don't use quad_t on FreeBSD (deprecated) so use "long long" instead.Darren Reed2005-04-281-3/+3
* Patches from Ruslan Ermilov to address problems compiling LINTDarren Reed2005-04-283-1/+7