summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Backout this commit whil a better solution is developedGuido van Rooij2009-03-131-1/+0
* Remove the null_islocked() overloaded vop because the standard one doesAttilio Rao2009-03-131-9/+0
* Make MPC85xx LAW handling and reset routines aware of the MPC8548 variant.Rafal Jaworowski2009-03-134-15/+10
* 1) Check NULL pointer before calling umtx_pi_adjust_locked(), this avoidsDavid Xu2009-03-131-24/+26
* Minorly improved debugging. Use the DEVPRINTF macro and report theWarner Losh2009-03-131-13/+7
* We need to initialize the console for dcons to work.Warner Losh2009-03-131-0/+1
* The recent change to use memory > 1MB for the heap by default broke CDJohn Baldwin2009-03-123-47/+81
* Add support for 10h and 11h family of processors. Also, make the sysctlRui Paulo2009-03-121-27/+58
* preliminary ar9280 support:Sam Leffler2009-03-129-694/+3050
* Change the sysctls for maxbcache and maxswzone from int to long. I missedJohn Baldwin2009-03-121-2/+2
* Export the current values of nbuf, ncallout, and nswbuf via read-onlyJohn Baldwin2009-03-121-0/+6
* The non-modifying EA VOPs are executed with only shared vnode lock taken.Konstantin Belousov2009-03-123-63/+94
* Ensure that the semaphore value is re-checked after sem_lockBruce M Simpson2009-03-121-1/+1
* Make semaphore debugging output more useful.Bruce M Simpson2009-03-121-2/+8
* Move the deactivation of the device's BAR to before the loop where weWarner Losh2009-03-121-5/+5
* Fix the whitespace in this file to be consistent with itself and withWarner Losh2009-03-121-42/+40
* read_ivar takes a uintptr_t * not a u_char *.Warner Losh2009-03-121-1/+1
* o writereg needs to return a vlue.Warner Losh2009-03-121-2/+4
* Make the bit-bang callbacks for i2c implementation match their prototypes.Warner Losh2009-03-121-3/+3
* Check the Disk FUNCE recorded in the CIS to see if we should probe forWarner Losh2009-03-121-1/+6
* Better name for this routine... it doesn't reset the card, but resetsWarner Losh2009-03-121-4/+4
* o change a lock model based on HAL preemption lock to a normal mtx.Weongyo Jeong2009-03-126-48/+149
* MFp4 //depot/projects/usb 159004,159053,159091Andrew Thompson2009-03-121-18/+38
* Uncomment txp(4), txp(4) should work on all architectures.Pyun YongHyeon2009-03-121-1/+1
* bus_dma(9) conversion and make txp(4) work on all architectures.Pyun YongHyeon2009-03-122-901/+2155
* add assertsSam Leffler2009-03-121-0/+2
* When writing out updated pollfd records when returning fromRobert Watson2009-03-111-1/+22
* Add a new type of KTRACE record for sysctl(3) invocations. It uses theJohn Baldwin2009-03-113-2/+58
* Do not double-free the struct inode when insmntque failed. DefaultKonstantin Belousov2009-03-111-1/+0
* Merge in support for Xen HVM on amd64 architecture.Doug Rabson2009-03-1134-531/+3561
* Optimize the inner loop of pmap_copy().Alan Cox2009-03-111-3/+6
* Gah, fix the code to match the comment. For non-open lookups use aJohn Baldwin2009-03-111-1/+1
* Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that aJohn Baldwin2009-03-119-25/+86
* Move the PC98_[MS]ID_* defines from g_part_pc98.c to diskpc98.h.Yoshihiro Takahashi2009-03-112-11/+11
* Enable advisory file locking for devfs vnodes.Konstantin Belousov2009-03-111-9/+0
* Replace local CRC32 routine with ether_crc32_be(). This shouldPyun YongHyeon2009-03-112-49/+30
* s/u_int8_t/uint8_t/gPyun YongHyeon2009-03-112-182/+182
* style(9) - space after keywords.Pyun YongHyeon2009-03-111-14/+14
* Remove return statement at the end of function that returns void.Pyun YongHyeon2009-03-111-20/+1
* Remove extra tab characters.Pyun YongHyeon2009-03-111-3/+3
* K&R -> ANSI C function definitions.Pyun YongHyeon2009-03-111-72/+34
* Minor nits notice by jhb@Warner Losh2009-03-111-3/+2
* Remove old compat method that's no longer needed (and hasn't beenWarner Losh2009-03-111-9/+0
* Allow zero length memroy space descriptor sections. It is apparentlyWarner Losh2009-03-111-4/+2
* Add support for Hitachi HT-4840-11. This card is supposedly just likeWarner Losh2009-03-111-0/+14
* Add entry for Hitachi HT-4840-11, which is a fe-based card.Warner Losh2009-03-111-0/+4
* Add 3 new cards that I found today in akihabara...Warner Losh2009-03-111-0/+8
* MFp4 //depot/projects/usb 158981,159016,159024Andrew Thompson2009-03-113-23/+253
* Fix a possible NULL pointer access at controller attach.Andrew Thompson2009-03-111-1/+2
* Change the PVO zone for fictitious pages to the unmanaged PVO zone, to matchNathan Whitehorn2009-03-111-1/+4