aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo that broke LINT.Scott Long2005-09-081-1/+1
* Move hme_stop() after ether_ifdetach() and if_free() to prevent aKen Smith2005-09-081-2/+2
* Add a new struct buf flag bit, B_PERSISTENT, and use it to tagDon Lewis2005-09-083-23/+25
* Hook up the hptmv driver for amd64.Scott Long2005-09-084-1/+13
* Import new version of the HPTMV driver from Highpoint. The major changeScott Long2005-09-0721-3320/+5283
* Sorting the belly button lint of history:Warner Losh2005-09-071-7/+15
* Use the more readable empty() syntax.David E. O'Brien2005-09-073-9/+9
* In set_mouse_pos(), try to avoid division by zero errors.Craig Rodrigues2005-09-071-1/+2
* Ensure the full value is written into inode variables.David E. O'Brien2005-09-071-2/+2
* IPv6 was improperly defining its malloc type the same as IPv4 (M_IPMADDR,David E. O'Brien2005-09-076-35/+35
* Forward declaring static variables as extern is invalid ISO-C. Now thatDavid E. O'Brien2005-09-074-5/+6
* Reorder code to not depend on an ISO-C illegal forward extern declaration.David E. O'Brien2005-09-073-1796/+1793
* Consistancy is the hobgoblin of small minds:Warner Losh2005-09-072-39/+39
* Minor reorg of pccard attach code to fix ax88x90 case broken after fixingWarner Losh2005-09-071-160/+158
* o Expose ed_probe_Novel_generic, it is useful for pccard case.Warner Losh2005-09-072-5/+3
* Eliminate an incorrect cast.Alan Cox2005-09-071-1/+1
* Fix DL100xx based cards. Don't drop resources. It was approrpiate inWarner Losh2005-09-071-2/+1
* move away from K&R function definitionsWarner Losh2005-09-061-10/+3
* Work around a bug I've seen on Linksys EC2T cards. For some reason,Warner Losh2005-09-061-2/+25
* Go ahead and | in ED_CR_PAGE_0, even though this doesn't change thingsWarner Losh2005-09-061-5/+8
* It turns out that many of the ambicom cards have their CIS resourcesWarner Losh2005-09-062-8/+27
* Add support for multicast to the bridge and allow inet6 addresses to beAndrew Thompson2005-09-065-10/+32
* In sc_set_text_mode(), reset fontwidth if it is <= 0.Craig Rodrigues2005-09-061-0/+2
* Fix build.Gleb Smirnoff2005-09-061-1/+1
* Fix problem with finding the still working disk in a broken mirror on VIA.Søren Schmidt2005-09-062-1/+4
* When we read data from socket buffer using soreceive() the socket layerGleb Smirnoff2005-09-061-4/+13
* In soreceive(), when a first mbuf is removed from socket buffer useGleb Smirnoff2005-09-061-8/+1
* In INVARIANTS case also check that nodes do not pass queues of mbufsGleb Smirnoff2005-09-061-1/+5
* Raise one more bit in READER_MASK. I believe that before this changeGleb Smirnoff2005-09-061-1/+1
* Document flags of a pollrec.Gleb Smirnoff2005-09-061-0/+5
* Convert the primary ACL allocator from malloc(9) to using a UMA zone instead.Christian S.J. Peron2005-09-066-29/+65
* Instead of caching the PID which opened the bpf descriptor, continuouslyChristian S.J. Peron2005-09-052-4/+12
* Retain generation count when writing zeroes instead of an inode to disk.Tor Egge2005-09-051-4/+42
* Milestone: enable SMP by default.Marcel Moolenaar2005-09-051-1/+1
* o In pmap_remove_pte: always invalidate the page. Previously the pageMarcel Moolenaar2005-09-051-13/+11
* Fix panic when loading libiconv.ko on sparc64.R. Imura2005-09-051-2/+4
* Remove Giant mutex from polling(4) and use a separate poll_mtx(4)Gleb Smirnoff2005-09-051-38/+81
* Remove a race condition that could result in processes being stuckPoul-Henning Kamp2005-09-041-24/+30
* Eliminate unnecessary TLB invalidations by pmap_enter(). Specifically,Alan Cox2005-09-042-32/+45
* When padding with zero, do pad after prefixes rather than paddingXin LI2005-09-041-1/+5
* clear lock on error in O_LIMIT case of install_stateSam Leffler2005-09-041-0/+1
* reclaim sbuf and clear lock on error in ifconfSam Leffler2005-09-041-1/+4
* When bge_stop() is called from bge_detach(), mii is already NULL, so checkPawel Jakub Dawidek2005-09-041-5/+10
* de(4) is now properly busdma'ed.David E. O'Brien2005-09-041-1/+0
* o s/vhpt_size/pmap_vhpt_log2size/gMarcel Moolenaar2005-09-033-48/+88
* More consistantly return the correct BAR size. Before, we'd onlyWarner Losh2005-09-031-6/+8
* Unbreak hpfs/ntfs/udf/ext2fs/reiserfs mounting.Suleiman Souhlal2005-09-035-8/+6
* Fix collision chain termination checks. The result of IA64_PHYS_TO_RR7Marcel Moolenaar2005-09-031-16/+18
* Pass a value of type vm_prot_t to pmap_enter_quick() so that it determineAlan Cox2005-09-0312-24/+32
* Typo.Poul-Henning Kamp2005-09-031-1/+1