summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for the P212, P410, P410i, P411, and P812 HP Smart Arrayps2008-06-102-0/+15
* In the error path through base_alloc(), release base_mtx [1].jasone2008-06-101-3/+7
* Add the pxa_teardown_intr() bus method function to de-associate thekevlo2008-06-101-10/+17
* Pull all the code to deal with bus space methods into a shared set ofkevlo2008-06-102-102/+7
* >From NetBSD:kevlo2008-06-102-46/+0
* - Fixed kern/123696 by increasing firmware timeout value from 100 to 1000.davidch2008-06-102-54/+193
* Mark "highaddr" and "lowaddr" appropriately. Change "dma" to "DMA".wkoszek2008-06-091-9/+18
* Since we create a DMA tag "mtag" for TX map with bus_dmamap_create(),wkoszek2008-06-091-2/+2
* Removal of gpt(8) and manpage.marcel2008-06-091-0/+3
* Note removal of gpt(8).marcel2008-06-091-0/+4
* Remove gpt(8). It's replaced by gpart(8).marcel2008-06-0915-3544/+0
* Use the -n flag to route(8) when calling "route get". Otherwise we hangbrooks2008-06-091-1/+1
* Disconnect gpt(8) from the build. gpt(8) is replaced by gpart(8).marcel2008-06-091-1/+0
* Don't store a pointer in "next" if we're never going to use it.cperciva2008-06-091-2/+2
* Make one-bit fields unsigned instead of signed. This has no effect,cperciva2008-06-091-1/+1
* Rework code to avoid using a pointer after freeing it. Aside from thecperciva2008-06-091-2/+4
* Provide the mutual exclusion between the nfs export list modificationskib2008-06-093-0/+7
* Document the misleading nature of the REQUIRE line. The patch inmtm2008-06-091-1/+20
* Remove sicontrol(8)'s "ttystat".ed2008-06-094-73/+1
* Change the CTF conversion makefile code to use a new line to avoidjb2008-06-091-1/+1
* Remove some sparc-specific stuff from my earlier sun4v work in p4.jb2008-06-091-2/+0
* Remove sa1_cache_clean_addrkevlo2008-06-091-2/+0
* Unify arminit() and clean upkevlo2008-06-091-58/+1
* Make pthread_cleanup_push() and pthread_cleanup_pop() as a pair of macros,davidxu2008-06-096-28/+71
* Change header file references from <filename>.h towkoszek2008-06-081-10/+10
* Fix the way the date must be specified (leading 0 is redundant).wkoszek2008-06-081-4/+4
* Remove checks against DDB, which isn't used in this file.wkoszek2008-06-081-5/+0
* I missed some "register"s in non-dot-C files.dwmalone2008-06-085-28/+28
* - Display '-C' option in usage().stas2008-06-081-1/+1
* The change to add subversion ID has two problems. The first is that whendougb2008-06-081-2/+11
* Fixed the output grammar to properly speak non-terminal dits.scf2008-06-082-5/+7
* Fix typo in comment.rpaulo2008-06-081-1/+1
* Make usage() 'static'.wkoszek2008-06-081-1/+1
* d_ino member of linux_dirent structure should be unsigned long.rdivacky2008-06-081-2/+2
* Bring more commands to the ddb(4) manual page. This should be consideredwkoszek2008-06-081-32/+494
* Fix spelling of "virtual".wkoszek2008-06-082-5/+5
* Ethernet hardware address stored in DC_AL_PAR0/DC_AL_PAR1 registeryongari2008-06-081-6/+14
* Move bm(4) from the sys/conf/NOTES to sys/powerpc/conf/NOTES.marcel2008-06-082-2/+1
* Add support for the Apple Big Mac (BMAC) Ethernet controller,marcel2008-06-079-0/+1780
* Add support for Apple's Descriptor-Based DMA (DBDMA) engine. The DMAmarcel2008-06-074-0/+552
* Change the calling convention for ic_node_alloc to deal withsam2008-06-0711-27/+42
* Split ieee80211_notify_erp into locked and unlocked variantssam2008-06-071-4/+12
* Fix node cleanup issues when the last reference is held bysam2008-06-071-16/+27
* correct code returned in AsssocResp; the previous code is spec'd for usesam2008-06-071-2/+1
* use 'const' for the parameters of the two static functions unalias() and hash...rse2008-06-071-4/+4
* remove an unnecessary includerse2008-06-071-1/+0
* If we can find it, include SVN version number in kernel version strings.phk2008-06-071-2/+9
* Unbreak last commit to ln for amd64.keramida2008-06-071-1/+1
* Fix the incorrect calculation of a block address within a single indirectkib2008-06-071-1/+1
* Workaround a bug in the BIOS of Dell R900 machines. Specifically, eachjhb2008-06-071-1/+4
OpenPOWER on IntegriCloud