summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Dont call ata_finish in ad_dump as that is no longer needed and causes panic.sos2005-06-271-10/+11
* Implement suspend/resume operation for snd_csa(4)glebius2005-06-274-17/+220
* - After LibAlias processing check for TCP packet with th_x2 fieldglebius2005-06-271-8/+51
* Disable checksum processing in LibAlias, when it works as aglebius2005-06-277-12/+50
* Change the panic in trash_ctor into just a printf for now. Once the reportssilby2005-06-261-2/+4
* Properly initialize ifq_maxlen for the defered send queue and make itmlaier2005-06-261-1/+2
* Add a quirk for a motherboard whose acpi timer runs too fast.dwmalone2005-06-261-0/+8
* Fix some long standing bugs in writing to the BPF device attached todwmalone2005-06-2613-59/+106
* o When calling ep_get_macaddr(), provide it a local buffer. Add a commentimp2005-06-264-19/+22
* Make the initialization in the AGPv3 case match that of Linux. Fixes hangs onanholt2005-06-262-16/+56
* Fix a timer ticks wrap around bug for minmssoverload processing.ups2005-06-252-2/+2
* Disable the interrupts in trap_fatal before calling kdb_trap.ups2005-06-252-4/+18
* Fix fdcheckstd to pass the file descriptor along through vn_open. Whendd2005-06-251-1/+1
* - Use a TAILQ instead of parsing the array to find a free dmamap.cognet2005-06-241-20/+32
* Mark the permanent map for radeon registers read-only. Failure to set this flaganholt2005-06-241-1/+2
* Backout the change I made before 5.4-R since I wasn't aware that it was onlydwhite2005-06-243-1/+25
* Correct the amount of data to allocate in these local copies ofjhb2005-06-242-2/+4
* 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
OpenPOWER on IntegriCloud