summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* RTC_TIMR's RTC_SEC field is BCD. That makes it unsuitable forimp2007-03-284-8/+13
* Since we're about to set ST_RTMR to 1 to increase the accuracy of theimp2007-03-281-3/+0
* All SD cards have a block size of 512. The READ_BL_LEN field in theimp2007-03-281-4/+6
* Re-enable the HPET timer after a resume.njl2007-03-281-0/+13
* Try to silence Coverity by adding (void) in front of function call.emax2007-03-281-1/+11
* Various buglets fixed (from submitter):imp2007-03-281-6/+7
* Fix problem where memcmp would return true in the case where theimp2007-03-281-1/+1
* Fix off by one error in length of the string.imp2007-03-281-1/+1
* o Add MosChip 9835 PCI Dual UART PCI id.maxim2007-03-281-0/+1
* For embedded UARTs compatible with the ns8250 family it is possiblemarcel2007-03-281-1/+3
* When we match UARTs found during bus-enumeration with UARTs used formarcel2007-03-281-1/+1
* Add support for the 82562GX chip within if_fxp.remko2007-03-281-0/+1
* Add support for the RTL8110SC driver.remko2007-03-281-0/+2
* Add method enabled() to the SCC interface. This method can be usedmarcel2007-03-283-0/+22
* Don't derference a pointer before setting it.mjacob2007-03-281-2/+2
* Bump maximum number of interface hooks to the maximum possible value.glebius2007-03-282-1/+2
* When blackholing do a 'dropunlock' in the new world order to prevent theandre2007-03-282-2/+2
OpenPOWER on IntegriCloud