summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix for a bug where the "nexthole" sack hint is out of sync with theps2005-05-131-0/+2
* Bump __FreeBSD_version for POSIX ttyname_r(3) changes.delphij2005-05-131-1/+1
* In div_output() explicitly set m->m_nextpkt to NULL. If divert socketglebius2005-05-131-0/+5
* When used as divert socket we need to decouple stack when node is enteredglebius2005-05-131-1/+3
* Since there is no way to queue a function call to node, createglebius2005-05-132-3/+18
* lockmgr(...,LK_DRAIN,...) requires a balancing LK_RELEASE: recentpeadar2005-05-131-3/+2
* Cleanup commentssos2005-05-135-22/+11
* Fix more ATAPI breakage.sos2005-05-131-3/+9
* Default hyperthreading on in -CURRENT. No seatbelts in CURRENT (^_^)nectar2005-05-132-2/+2
* Add a knob for disabling/enabling HTT, "machdep.hyperthreading_allowed".nectar2005-05-134-0/+218
* If there is a problem during probe, be sure to free up any resourcesnjl2005-05-121-2/+2
* Remove unimplemented ACL types.rwatson2005-05-121-4/+0
* Actually use the iterating variable in the for loop when trying to avoidjhb2005-05-121-1/+1
* - 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
OpenPOWER on IntegriCloud