summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Eliminate unused argument in PCMCIA_CARD macro.imp2005-06-2420-212/+239
* Add wireless + flash CF card I haveimp2005-06-241-0/+1
* Remove duplicate REISERFS option.des2005-06-241-3/+0
* Close another information leak in ktrace(2): one was able to find activepjd2005-06-241-2/+16
* Fixing a memory leak in xpt_release_device(), which can be quicklyavatar2005-06-241-0/+2
* Various trivial comment fixespeter2005-06-244-12/+6
* Eliminate a source of 'trap xx with interrupts disabled'. I was jumping topeter2005-06-241-1/+1
* MFi386: 1.258: Minor cleanupspeter2005-06-241-4/+4
* Move HWPMC_HOOKS into its own opt_hwpmc_hooks.h file. It doesn't meritpeter2005-06-249-2/+13
* Actually only protect mount-point if security.jail.enforce_statfs is set to 2.pjd2005-06-234-24/+0
* Various and sundry style fixes and comment cleanups.jhb2005-06-232-14/+21
* Fix a typo in a comment.jhb2005-06-231-1/+1
* Adjust some comments to be a bit more correct.jhb2005-06-231-3/+3
* Fix a typo.jhb2005-06-231-1/+1
* Add back missing copyright and license statement. This is identicalimp2005-06-231-0/+35
* Fix some minor problems before release:darrenr2005-06-232-15/+54
* Remove the va == pa mapping.cognet2005-06-231-10/+7
* Call kdb_trap() on fatal abort.cognet2005-06-231-5/+5
* Implement db_frame() and use it to obtain the registers value.cognet2005-06-231-22/+45
* Don't abuse UMA_SLAB_KMEM.cognet2005-06-232-9/+4
* Fix a read mbuf-after-free error in the iwi driver that was provoked bysilby2005-06-231-9/+6
* Change the mbuf, mbuf cluster, and mbuf packet allocation routines so thatsilby2005-06-231-0/+34
* polled commands can read or write, so bus_dmamap_sync properlyps2005-06-231-2/+16
* Fix for a bug in tcp_sack_option() causing crashes.ps2005-06-231-2/+1
* Struct ifatm isn't at the beginning of the softc anymore. Use theharti2005-06-221-2/+2
* Free the struct ifnet when detaching is complete. Also add BPF stuff.harti2005-06-221-0/+23
* Fix the debugging macro. The struct ifnet isn't embedded in softcharti2005-06-221-1/+1
* Add missing unlock.pjd2005-06-211-1/+3
* Buid reiserifs.ko on every platforms, not only i386 and pc98.dumbbell2005-06-211-2/+1
* Connect reiserfs build to every platforms, not only i386 and pc98.dumbbell2005-06-211-6/+0
* Connect reiserfs build to every platforms, not only i386 and pc98.dumbbell2005-06-217-27/+16
* Replace the use if ext2fs' bitops by bitstring.h macros. This fixesdumbbell2005-06-212-29/+16
* Fix a -Wuninitialized warning reported by rwatson.jkoshy2005-06-211-1/+2
* fix IP(v4) over IPv6 tunneling most likely broken with ifnet changes.ume2005-06-201-1/+8
* 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
OpenPOWER on IntegriCloud