summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Handle errors from bus_setup_intr().netchild2007-04-011-2/+4
* Tell the user when the setup of the interrupt handler failed and returnnetchild2007-04-017-23/+61
* ng_node and ng_worklist locks both migrated from being spinning locks towkoszek2007-04-011-2/+6
* More style nits.pjd2007-04-011-9/+9
* Tell a statistic checker that not checking the return value of the probingnetchild2007-04-011-1/+1
* Make it obvious that we don't care about the return value ofnetchild2007-04-011-1/+1
* Style nit.pjd2007-04-011-1/+1
* I think the code I'm removing here is completely bogus.pjd2007-04-011-3/+0
* Change #include <machine/pcpu.h> to #include <sys/pcpu.h>rodrigc2007-04-011-1/+1
* If nooption SMP on powerpc, also nooption ADAPTIVE_SX, which depends onrwatson2007-04-011-0/+1
* Now that the vdropl() function is public, assert that the vnode interlockpjd2007-04-011-0/+1
* Add bge(4).marcel2007-04-011-2/+3
* When writing to PCI configuration registers, don't immediatelymarcel2007-04-011-3/+0
* Remove unused file.marcel2007-04-011-833/+0
* Make vdropl() public; zfs needs it. There is also plenty of existingdes2007-03-312-2/+2
* Optimize sx locks to use simple atomic operations for the common cases ofjhb2007-03-3114-330/+939
* oops, another missed file from crypto api changesam2007-03-311-0/+1
* Make vfs_mount_destroy() and vfs_freeopts() non-static, I'd like to use them.pjd2007-03-312-3/+4
* Add constants for the fields in a BAR. Also, add two new macrosjhb2007-03-313-39/+45
* Fix compilation problem (add a const) for pre-7.0 compiles.mjacob2007-03-311-1/+1
* - Add missing constants for subclasses.jhb2007-03-314-11/+37
* Rather than ignoring any error return from getnewvnode() in nameiinit(),rwatson2007-03-311-1/+5
* We don't need spinning locks here. Change them to the adaptive mutexes. Thiswkoszek2007-03-311-6/+6
* Tell interested readers of the source that the return value is notnetchild2007-03-311-1/+5
* - Found bug in min split point bundling which causedrrs2007-03-3115-370/+532
* Correct BB-profiling and adjust comments.jkim2007-03-312-46/+45
* Fix off-by-4 error in address validation for i386, reduce PCB reloading, andjkim2007-03-302-23/+17
* Teardown interrupt only when sc->ih is not NULL.simokawa2007-03-301-11/+10
* Fix more style(9) nits[1] and remove unnecessary use of '#if !defined(_KERNEL)'.jkim2007-03-302-75/+75
* Use the same wisdom of sys/i386/i386/support.s 1.97 to remove obfuscation.jkim2007-03-302-17/+16
* - Use PARTIAL_PICKUP_GIANT() to implement PICKUP_GIANT().jhb2007-03-301-13/+9
* - Drop memory barriers in rw_try_upgrade(). We don't need an 'acq' memoryjhb2007-03-301-4/+4
* - Use lock_init/lock_destroy() to setup the lock_object inside of lockmgr.jhb2007-03-302-9/+13
* Use underlying structures instead of kernel_sysctlbyname() for msginfo andjkim2007-03-301-34/+5
* MFP4: Fix style(9) nits and grammar in comments.jkim2007-03-301-49/+48
* MFP4: 114193, 114194jkim2007-03-301-11/+11
* - Be more verbose when saying "foo" not found.delphij2007-03-301-10/+10
* Free tlabel in fw_xfer_done().simokawa2007-03-301-2/+1
* - Don't call fw_busreset() in firewire_attach().simokawa2007-03-301-1/+0
* Instead of direct manipulation on queue and worklist mutexes, bring macroswkoszek2007-03-301-27/+40
* MFP4: Linux futex support for amd64.jkim2007-03-303-148/+175
* Regen for set_thread_area.jkim2007-03-303-4/+10
* MFP4: Linux set_thread_area syscall (aka TLS) support for amd64.jkim2007-03-309-40/+196
* Fix a bug in IPv4 address configuration exposed by refcounting.bms2007-03-291-13/+40
* some minor error message cleanupsmjacob2007-03-291-4/+4
* vm_map_delete should be used only internally, by the VM subsystem. Replacewkoszek2007-03-291-6/+2
* Revert rev. 1.205. Replace unconditional acquision of Giant when QUOTAS arekib2007-03-291-0/+5
* Extend rev. 1.210 to avoid dereference NULL mp in VFS_NEEDSGIANT andkib2007-03-291-5/+14
* o Revert last. The chip is already supported by puc(4).maxim2007-03-291-1/+0
* Implement the openat() linux syscalljulian2007-03-2912-43/+164
OpenPOWER on IntegriCloud