summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Simplify the storming logic and remove a variable as a result.jhb2005-06-201-8/+3
* Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS fromobrien2005-06-208-0/+8
* Fix IP(v6) over IP tunneling most likely broken with ifnet changes.bz2005-06-201-1/+8
* Don't compile legacy libalias support into kernel.glebius2005-06-202-2/+1
* - Don't use legacy function in a non-legacy one. This gives usglebius2005-06-201-4/+3
* Fix a panic which could occur parsing #!-lines in a shell-script. If thegad2005-06-191-3/+3
* - Try to catch the wrong bufobj panics a little earlier. I believe theyjeff2005-06-181-0/+5
* Moving reiserfs from sys/gnu to sys/gnu/fs. This was discussed on arch@.dumbbell2005-06-1813-6347/+0
* Moving reiserfs from sys/gnu to sys/gnu/fs. This was discussed on arch@.dumbbell2005-06-1815-9/+6356
* Fix a number of now bogus casts I missed the first time around (I mustbrooks2005-06-171-8/+7
* Spelling/grammer fixes in comment.brooks2005-06-171-1/+1
* Refer to the correct file/function in panic messages.brooks2005-06-171-2/+2
* Add the ID of my Thinkpad R40. Makes the module detect and with thecracauer2005-06-171-1/+1
* - Fix a leaked reference to a vnode via v_dd. We rely on cache_purge() andjeff2005-06-171-1/+11
* Some chipset drivers redefine the busspace_isa_{io|mem} tags. Thismarcel2005-06-161-3/+20
* Increase UMA_BOOT_PAGES to prevent a crash during initialization. Seealc2005-06-161-1/+1
* Remove a variable that became unused as a result of changes madekensmith2005-06-161-1/+0
* Ifdef out the incomplete non-blocking IO implementation for NFSgreen2005-06-161-0/+2
* Preserve sorting order.jkoshy2005-06-161-5/+2
* In verify_rev_path6():mlaier2005-06-161-18/+52
* Try harder to detect if the allocated memory for L2 PTP comes from a 1MBcognet2005-06-161-1/+5
* Don't pass the kernel_pmap to pmap_fault_fixup() if the fault comes fromcognet2005-06-161-2/+2
* Fix indentation in INET6 section in preperation of more serious work.mlaier2005-06-161-49/+49
* Add standard GPL boilerplate to these files. They are the only onesimp2005-06-167-3/+104
* - Change holdcnt use around vnode recycling. We now always keep a holdcntjeff2005-06-161-202/+198
* - Fix insertions of bios which represent data earlier than anything elsejeff2005-06-151-7/+4
* Fix four casts of the softc to a struct ifnet.brooks2005-06-151-4/+4
* Move ext2fs from src/gnu to src/gnu/fs.rodrigc2005-06-1522-9058/+0
* Move ext2fs from src/gnu to src/gnu/fs.rodrigc2005-06-1514-78/+78
* - Add and enhance asserts related to the wrong bufobj panic.jeff2005-06-142-1/+4
* - In reassignbuf() add many asserts to validate the head and tail pointersjeff2005-06-141-18/+29
* Move if_alloc() higher in the attach function so sc->ifp is populatedbrooks2005-06-141-6/+6
* Remove a duplicate assignment.brooks2005-06-141-1/+1
* Initialize sc->an_ifp when doing if_alloc(). This prevents an(4)delphij2005-06-141-1/+1
* Move IPI_PREEMPTION option from global NOTES file to i386+amd64 specificups2005-06-143-3/+6
* locking on exit of reading from ip_sync is not correct for all instancesdarrenr2005-06-141-4/+9
* Improved markup, fixes some spelling and grammar.ru2005-06-141-12/+13
* Include the puc(4) bus frontend for ppc(4) when both ppc and puc aremarcel2005-06-143-0/+3
* Fix syscons on amd64. The SC_PIXEL_MODE commit from May 29th added a newpeter2005-06-142-4/+4
* - Remove vnode lock asserts at the end of vfs syscalls. These asserts werejeff2005-06-143-38/+0
* revert 1.53; it breaks ibss mergesam2005-06-131-2/+2
* Initialze ifp->if_softc.brooks2005-06-131-1/+3
* - Don't make vgonel() globally visible, we want to change its prototypejeff2005-06-132-37/+19
* - Clear v_dd in cache_zap() instead of cache_purge() as cache_purge() mayjeff2005-06-131-13/+3
* - We should never unlock a buf before we've cleared B_REMFREE. I believejeff2005-06-131-0/+2
* - It has long been my suspicion that we don't actually need a loop injeff2005-06-131-0/+2
* - Add KTR_VFS events to vdestroy, vtruncbuf, vinvalbuf, vfreehead.jeff2005-06-131-0/+4
* - Add KTR_VFS messages for various name cache related events.jeff2005-06-131-0/+9
* - Split one KASSERT in bremfree() into two to aid in debugging.jeff2005-06-131-1/+3
* - switch_point is now unused. This doesn't break module binary compatabilityjeff2005-06-121-1/+0
OpenPOWER on IntegriCloud