summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Latest README to correspond to latest Intel version 2.1.7tackerman2005-05-261-143/+124
* Changes to update driver with latest Intel driver version 2.1.7tackerman2005-05-265-529/+2504
* s/_KLD_MODULE/KLD_MODULE/cognet2005-05-261-1/+1
* Don't enable interrupts in the dispatcher, there's no need to do so.cognet2005-05-261-2/+1
* Don't call vm_page_dirty() in pmap_nuke_pv(), it's not the place to do so, andcognet2005-05-261-2/+1
* Plug mbuf leak, that I have introduced in 1.85. Also restore important commentglebius2005-05-261-5/+13
* This is conform with the terminology inps2005-05-254-20/+18
* After provider creation!!pjd2005-05-251-6/+6
* Separate out address-detaching part of if_detach into if_purgeaddrs,peadar2005-05-253-46/+45
* Remove bits specific to CPUs we won't support (< armv4).cognet2005-05-255-538/+15
* Increase the refresh rate.cognet2005-05-251-1/+1
* Add a missing comma which prevents compilation with debugging enabled.harti2005-05-251-1/+1
* - Call root_mount_rel() when provider IS created, not earlier.pjd2005-05-251-8/+20
* MFi386: Add ReiserFSnyan2005-05-253-0/+18
* For ISA DMA maps, the chipsets scatter/gather feature is used. Asmarcel2005-05-251-0/+3
* MFp4: Setup arm9 to write back by default.cognet2005-05-241-13/+17
* Remove kcopy(), we don't use it.cognet2005-05-242-630/+0
* make stat return an zero'd struct, and be a FIFO again... This is onlyjmg2005-05-241-1/+10
* We need to decrease p->p_lock after vm_fault() has been called.cognet2005-05-241-1/+1
* Correctly setup the UND stack in cpu_set_upcall(), and the trapframe incognet2005-05-241-4/+5
* Don't set the default of kern.fallback_elf_brand to FreeBSD for arm, ascognet2005-05-241-4/+0
* - Try to avoid calling malloc() in bus_dmamap_create() and bus_dmamem_alloc()cognet2005-05-241-17/+65
* Write back affected pages in pmap_qremove() as well. This removes the needcognet2005-05-242-6/+12
* Use a more sane value for HZ.cognet2005-05-241-2/+3
* Use asm versions of in_cksum() and friends.cognet2005-05-243-245/+18
* Since the BAT mapping was removed a long time back, it can'tgrehan2005-05-241-1/+6
* Asm version of bswap16().cognet2005-05-241-5/+6
* Make sure we clean the RAS start address once we're done.cognet2005-05-241-0/+12
* Don't set the tuner type to TUNER_MT2032 if BKTR_OVERRIDE_TUNER is defined orcognet2005-05-241-1/+4
* Fix one more misuse of u_long when uint32_t is actually meant.cognet2005-05-241-1/+1
* - Move the REISERFS option in the MD NOTES file for i386, it doesn'tmux2005-05-242-6/+6
* Copyout to userland if kern_sigaction succeedsps2005-05-241-2/+2
* Add new ral(4) and ural(4) drivers.damien2005-05-243-0/+6
* Fix kiconv on the 64bit plathomes.imura2005-05-242-6/+7
* Connect the ReiserFS filesystem to the modules build (i386 only).dumbbell2005-05-242-0/+13
* Connect the ReiserFS filesystem to the build (i386 only).dumbbell2005-05-243-0/+18
* Import of ReiserFS filesystem support (currently limited to read-only ondumbbell2005-05-2413-0/+6347
* Use low level constructs borrowed from interrupt threads to wait forups2005-05-235-26/+46
* Rewrite of tcp_sack_option(). Kentaro Kurahone (NetBSD) pointed outps2005-05-232-64/+109
* Sync the style of these two files.obrien2005-05-232-15/+26
* Fix semantics of ph_busy_count == -1 to pass instead of block.mlaier2005-05-231-1/+3
* Remove local error variable, which leads to hiding error from returnglebius2005-05-231-1/+0
* Return EINVAL for incorrect hook names.glebius2005-05-231-3/+2
* This commit was generated by cvs2svn to compensate for changes in r146539,harti2005-05-233-4/+5
|\
| * Virgin import of NgATM kernel part 1.2harti2005-05-233-4/+5
* | Add some debug code to diagnose root-on-mirror problems with recent -current.pjd2005-05-231-0/+3
* | Make snd_maestro3(4) mpsafeyongari2005-05-231-84/+211
* | According to STP2002QFP User's Guide, it seems that driver shouldyongari2005-05-231-1/+4
* | Fix some of the problems Bruce observed with this code.peter2005-05-222-3/+4
* | Protect fsid in freebsd4_getfsstat() in simlar way as it is done inpjd2005-05-222-6/+12
OpenPOWER on IntegriCloud