summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Gather statistics about failed mbuf+cluster+ng_item allocations.glebius2005-05-122-11/+12
* Move the pc98 keymap define into pckbdtables.h because it should be usednyan2005-05-123-143/+204
* - Move the NPX_DEBUG option to options.{i386,pc98} and use opt_npx.h.nyan2005-05-128-35/+56
* Remove unused IO_NPX* defines.nyan2005-05-122-4/+0
* The final test in unlock_and_deallocate() to determine if GIANT needs to begrehan2005-05-121-1/+1
* We don't use 'mp' variable, but we do want to mount devfs, ehh.pjd2005-05-121-0/+2
* When looking for the next hole to retransmit from the scoreboard,ps2005-05-115-82/+134
* Don't forget to copy the TP when forking, or bad things will happen to thecognet2005-05-111-0/+1
* Fix three typos in comments. Two of them obtained from OpenBSD.brueffer2005-05-111-3/+3
* Remove unised variable introduced by accident in rev 1.168.pjd2005-05-111-3/+0
* cp can't be NULL.pjd2005-05-111-7/+5
* gp can't be NULL.pjd2005-05-111-10/+8
* Plug memory leaks.pjd2005-05-111-5/+5
* Do not dereference dvp pointer before doing a NULL check.kan2005-05-111-1/+2
* Plug a potential memory leak.kan2005-05-111-1/+3
* Add new Intel PCI ID's for the ICH7 chips (untested).sos2005-05-112-2/+13
* Handle theoretical case of vfs_export being called with both MNT_DELEXPORT andkan2005-05-111-0/+1
* Add KASSERT() to be sure there is an active component.pjd2005-05-111-0/+1
* Check return value.pjd2005-05-111-0/+4
* Do not initialize path variable with useless value just beforekan2005-05-111-1/+0
* Add support for AHCI compliant ATA devices.sos2005-05-112-14/+463
* Take out Giant in uhub_child_* in giant. There's one place where weimp2005-05-111-9/+16
* Add back one line that got deleted in the last commit.sos2005-05-111-2/+4
* Fix ATAPI DMA. We need to set the proper flags for DMA modes.sos2005-05-111-1/+3
* A new version of NetFlow node.glebius2005-05-114-302/+340
* Move assertion below initializer.glebius2005-05-111-3/+3
* Fix some incorrectly swapped fields in an ICB.mjacob2005-05-112-17/+37
* Refactor isp_prt declaration so that platformmjacob2005-05-112-5/+9
* Mark AVM USB Bluetooth-Adapter BlueFritz! as "broken". This device is notemax2005-05-101-1/+1
* set R_MUSTRESEND flag in mark_for_reconnect so re-connected requests getrees2005-05-101-12/+6
* - Assert that mbuf length equals packet length.glebius2005-05-101-5/+10
* - Move lptreg.h into pc98/cbus and rename to olptreg.h.nyan2005-05-103-58/+49
* Change a directory layout for pc98.nyan2005-05-1052-22354/+53
* Don't define _MACHINE_BUS_MEMIO_H_ nor _MACHINE_BUS_PIO_H_.marcel2005-05-101-3/+0
* Sync with Linux acpi4asus, adding support for loads of new models.philip2005-05-091-13/+144
* Add support for Asus V6V[1] and W1N notebooks.philip2005-05-091-0/+41
* Simplify the ACPI taskqueue implementation. Use a thread queue type insteadmarks2005-05-093-113/+38
* Fix separate module build.marks2005-05-091-0/+5
* Move if_wl_i82586.h into sys/dev/wl.nyan2005-05-092-1/+1
* Enable debug_mpsafevm on ia64 due to the severe functional regressionmarcel2005-05-081-1/+1
* More fixes for multibus drivers. When calling out to the matchwpaul2005-05-084-6/+16
* Fix support for Windows drivers that support both PCI and PCMCIA devices atwpaul2005-05-083-4/+16
* In uart_cnprobe(), fill in the cn_name field of the consdev structure.marcel2005-05-081-0/+1
* Remove ifdef PC98.nyan2005-05-0823-1133/+12
* Merged from libi386/biosdisk.c revisions 1.37 and 1.41.nyan2005-05-081-3/+6
* Change DOSPTYP_386BSD to 0xc494.nyan2005-05-081-3/+3
* Use DOSMID_386BSD rather than DOSPTYP_386BSD.nyan2005-05-081-1/+1
* Avoid trying to queue up an interrupt handler DPC if the driverwpaul2005-05-081-1/+1
* Correct the patch table entries for the 64-bit intrinsic mathwpaul2005-05-081-6/+6
* Fix typo in a comment.brueffer2005-05-081-1/+1
OpenPOWER on IntegriCloud