aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Don't intermix assignments and variable declarations in prev. commitAndrey A. Chernov2006-12-161-4/+6
* Fix NULL pointer reference for INVARIANTS caseAndrey A. Chernov2006-12-161-1/+1
* In vfs_export(), if we specify MNT_DELEXPORT in the struct export_args,Craig Rodrigues2006-12-161-1/+4
* Add a function vfs_deleteopt() which searches through the vfsoptlistCraig Rodrigues2006-12-162-0/+12
* In ip6_sprintf print the addresses in a more common/readableBjoern A. Zeeb2006-12-161-4/+18
* Do not special-case __ARMEB__, we handle that in the arm code.Olivier Houchard2006-12-161-2/+0
* Convert to ANSI-style function prototypes.Craig Rodrigues2006-12-161-21/+9
* For now, back out sysv_ipc.c:1.30, which caused shmget() with odd modeRobert Watson2006-12-161-66/+38
* Miscellaneous fixups and quirks for ASUS A7M, LG LW20 andAriff Abdullah2006-12-161-5/+36
* Protect consistency of all internal functions in tte_hash.c using PCPU_{GET,SET}Kip Macy2006-12-162-7/+13
* tte_hash_resize implicitly expects to be protected from preemption -Kip Macy2006-12-161-1/+1
* Simplify the computation of the new object's size in vm_object_split().Alan Cox2006-12-161-3/+2
* change PTL trap type name to assist in tracking down prablems in tl1_trapKip Macy2006-12-161-0/+4
* - KASSERT takes two argumentsKip Macy2006-12-161-1/+1
* correct name of number of sleep queuesKip Macy2006-12-161-1/+1
* Make some slight reorganization (bringing back in someMatt Jacob2006-12-161-12/+86
* Add second sleep queue so that sx and lockmgr can have separate sleepKip Macy2006-12-165-45/+71
* - make better use of branch delay slots in exception.SKip Macy2006-12-163-34/+85
* Implement ISP_RESET0 for PCI and SBUS attachments- isp_reset hasMatt Jacob2006-12-163-8/+39
* - make intent behind skip check clearerKip Macy2006-12-161-3/+5
* don't return directly to copyin and friends when we hit certain types of faultsKip Macy2006-12-161-3/+17
* - Fix some gcc warnings in lock_profile.hKip Macy2006-12-163-24/+40
* "Paralleled" should have been "parceled".Florent Thoumie2006-12-151-1/+1
* Align the interfaces for the various watchdogs and make the interfaceNick Hibma2006-12-159-78/+61
* Fix typos in comment blockPav Lucistnik2006-12-151-2/+2
* o made in kernel libalias mpsafePaolo Pisati2006-12-156-94/+327
* This adds the "system calls"Randall Stewart2006-12-151-1/+1
* Fix compilation using gcc 4.1.Ariff Abdullah2006-12-151-1/+1
* Disable bge MSI support for now. A couple of people warned me that thereJohn Polstra2006-12-151-0/+9
* Add MSI support to the bge driver. I tested this on a Dell SC1435John Polstra2006-12-142-4/+19
* Disable MSI for the Intel E7501 chipset.John Baldwin2006-12-141-0/+6
* Add a first pass at a way to blacklist MSI on systems where it doesn'tJohn Baldwin2006-12-142-0/+52
* Some relatively minor changes and bug fixes:Doug Ambrisko2006-12-143-65/+54
* s,#if INET6,#ifdef INET6,Bjoern A. Zeeb2006-12-142-2/+2
* 1) Fixes on a number of different collision case LOR's.Randall Stewart2006-12-1417-406/+1087
* Replace #define<space> with #define<tab> so the code is consistent withJohn Baldwin2006-12-145-368/+368
* Use tab after #define.Konstantin Belousov2006-12-141-1/+1
* Resolve two deadlocks that could be caused by busy md device backedKonstantin Belousov2006-12-143-1/+12
* Remove incomplete Yukon II support code which was added in if_sk.c, rev 1.123.Pyun YongHyeon2006-12-142-101/+3
* Use callouts to prevent races.Alfred Perlstein2006-12-132-20/+31
* Fix recent style problems and expand a comment.Scott Long2006-12-131-12/+15
* Use the BGE_IS_* macros consistently. Also add a couple of missingScott Long2006-12-131-5/+9
* Remove a redundant write of the firmware reset magic number. It looks toScott Long2006-12-131-6/+0
* Track v0.9.20.3 hal:Sam Leffler2006-12-137-292/+292
* This commit was generated by cvs2svn to compensate for changes in r165182,Sam Leffler2006-12-1335-123531/+118083
|\
| * Version 0.9.20.3:Sam Leffler2006-12-1335-123531/+118083
| * o move ath hal os glue code from the hal to the driver: this code wasSam Leffler2006-09-183-661/+0
* | Use one counter instead of four to make up TX collision stats as BCM5705+.Jung-uk Kim2006-12-131-8/+1
* | Update to version 1.20.00.13 of the arcmsr driver. This fixes many bugsScott Long2006-12-132-3070/+2923
* | Implement OF_decode_addr(). This makes uart(4) work as a serialMarcel Moolenaar2006-12-132-16/+256