summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* - Return EACCES if we're trying to exec on a vp with no object.jeff2005-05-011-0/+2
* - In devfs_open() and devfs_close() grab Giant if the driver sets NEEDGIANT.jeff2005-05-011-5/+12
* o enable shutdown of taskqueue threads; the thread servicing the queue checkssam2005-05-012-13/+43
* Implement an alternate method to stop CPUs when entering DDB. Normally we usedwhite2005-04-3013-0/+274
* Fix an old pasto.des2005-04-301-1/+1
* Take newbusification one step further, ie use the device_t more consequentlysos2005-04-3019-583/+601
* - Remove long dead splbio() calls and comments relating to the oldjeff2005-04-301-71/+4
* - Don't acquire Giant before calling b_biodone, individual consumers arejeff2005-04-301-6/+0
* - Use bdone() directly instead of calling it indirectly throughjeff2005-04-301-11/+1
* - Acquire Giant in AIO's iodone routine. VFS will no longer do it for usjeff2005-04-301-0/+2
* - Call VM_LOCK_GIANT in cluster_callback() to protect some pmap calls. VFSjeff2005-04-301-0/+2
* - VM_LOCK_GIANT in the swap pager's iodone routine as VFS will soon call itjeff2005-04-301-0/+2
* - Mark devfs as MNTK_MPSAFE as I belive it does not require Giant.jeff2005-04-301-0/+1
* - In vnlru_free() remove the vnode from the free list before we calljeff2005-04-301-33/+51
* Add PROC_UNLOCK(p) to PTRACESTOP_SC(p, td, flag). This is necessarycperciva2005-04-291-0/+1
* Make call to tw_cl_deferred_interrupt in twa_poll, not dependent on thevkashyap2005-04-291-2/+12
* Modify UMA to use critical sections to protect per-CPU caches, rather thanrwatson2005-04-292-113/+120
* Enable dc(4) and rl(4) in the PAE kernel.obrien2005-04-291-2/+0
* Now that probing is working in the new fashion, we need to go back tosos2005-04-294-193/+165
* Add a detach for pci bridge and pci bus drivers. This allows one toimp2005-04-292-0/+2
* Fix the following warnings on amd64:ru2005-04-291-2/+2
* Only create the rdpti alias if the asr device creation succeeds.scottl2005-04-291-1/+2
* For whatever reason, we don't allow USB on PAE. Since it's a dependencyscottl2005-04-291-0/+1
* Don't bother pretending that CAM will send CAM_DATA_PHYS pointers. It'sscottl2005-04-291-5/+1
* Update the file.* entries for the new home of hwpmcscottl2005-04-294-12/+12
* In pcib_alloc_resource() check if the resource allocation request ismarcel2005-04-291-0/+16
* Add pci_is_vga_ioport_range() and pci_is_vga_memory_range() as inlinemarcel2005-04-291-0/+18
* Add defines for the Bridge Control Register bits.marcel2005-04-291-0/+13
* Provide a default setmode method.sos2005-04-284-36/+9
* Rearrange the way the reset code is called.sos2005-04-286-14/+18
* Don't use quad_t on FreeBSD (deprecated) so use "long long" instead.darrenr2005-04-281-3/+3
* Patches from Ruslan Ermilov to address problems compiling LINTdarrenr2005-04-283-1/+7
* Be resistant to DESTDIR being set to some unkosher value, e.g. "/".ru2005-04-281-1/+1
* Add support for the P600 and name the E400.ps2005-04-281-1/+2
* Only allow RAID5 plexes to be parity checked.le2005-04-281-0/+4
* Return the correct register number in the 'get_msr()' MD function.jkoshy2005-04-286-29/+89
* Update comment to direct the reader to libkern.h instead of systm.h.marcel2005-04-281-1/+1
* Slightly reformat apb_alloc_resource() to create some horizontal spacemarcel2005-04-281-44/+43
* Inline functions belong in <sys/libkern.h>, not in <sys/systm.h>.marcel2005-04-282-22/+20
* Delete stale files post their move to "sys/dev/hwpmc/".jkoshy2005-04-286-7077/+0
* Use the new path (post repo-copy) to our sources.jkoshy2005-04-281-1/+1
* Refactor the CRC-32 code to enhance its usability. Move the actualmarcel2005-04-272-16/+39
* Make the Z8530 more reliable as low-level console by making use of themarcel2005-04-271-3/+3
* Add code from Kazuhito HONDA that allows the user to seejulian2005-04-273-0/+157
* When NFS was converted to the new mount syscall, code was written that setsdes2005-04-271-3/+1
* Allocating the memory for the kernel stack one time is enough.cognet2005-04-271-7/+0
* - Don't vgonel() via vgone() or vrecycle() if the vnode is already doomed.jeff2005-04-271-1/+8
* - Changes to vgone() and related teardown code have meant that the vxthreadjeff2005-04-271-1/+0
* - Stop setting vxthread, we've asserted that it was useless for severaljeff2005-04-271-2/+0
* - Stop checking vxthread, we've asserted that it was useless for severaljeff2005-04-271-4/+2
OpenPOWER on IntegriCloud