summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix problem when master comes up with one interface down, and preemptsglebius2005-02-241-2/+2
* Revert the first part of revision 1.114 and modify the second part. Onalc2005-02-241-3/+16
* plug resource leaksam2005-02-241-0/+1
* remove gratuitous null ptr checksam2005-02-241-2/+1
* o nuke duplicate call of dpt_free when dpt_init failssam2005-02-241-3/+1
* move ptr deref's to after null ptr checkssam2005-02-242-4/+8
* the rt parameter to ifa_rtrequest callbacks should always be non-null;sam2005-02-244-10/+4
* change m_adj to reclaim unused mbufs instead of zero'ing m_lensam2005-02-241-2/+4
* Add locking assertions into vn_extattr_set, vn_extattr_get andcsjp2005-02-241-0/+6
* Drop bzero and shove the responsibility of zeroing the kse upcallcsjp2005-02-241-2/+1
* eliminate dead codesam2005-02-231-6/+6
* eliminate dead code and collapse the remaindersam2005-02-231-3/+1
* avoid potential null ptr derefssam2005-02-231-2/+11
* remove dead codesam2005-02-231-4/+0
* eliminate potential null derefsam2005-02-231-1/+0
* Also remove CPU_ENABLE_TCC from the NOTES build.njl2005-02-231-1/+0
* Remove the old p4tcc.njl2005-02-231-270/+0
* Implement IoCancelIrp(), IoAcquireCancelSpinLock(), IoReleaseCancelSpinLock()wpaul2005-02-232-5/+260
* Hook p4tcc up to the module build.njl2005-02-231-1/+1
* Remove CPU_ENABLE_TCC and hook the cpufreq p4tcc up to the build.njl2005-02-233-8/+1
* Import a rewrite of p4tcc for the cpufreq(4) framework. This includesnjl2005-02-231-189/+197
* Correctly calculate what to do and how to retry a request to a plex whenle2005-02-232-12/+47
* - Enable SMP VFS by default on current. More users are needed to turn upjeff2005-02-231-1/+5
* mark timestamp for pending fragmentssam2005-02-231-0/+2
* According to kern_poll.c, you cannot use DEVICE_POLLING with SMP. Add atrhodes2005-02-233-0/+3
* If a register width is less than 8, assume the BIOS author thought it wasnjl2005-02-231-0/+12
* - A test in sched_switch() is no longer necessary and it is incorrectjeff2005-02-231-2/+0
* kill dead codesam2005-02-231-7/+1
* fix potential invalid index into ip_protox arraysam2005-02-231-2/+2
* Unbreak CARP build on 64-bit architectures.mux2005-02-231-1/+1
* - Only the xlock holder should be calling VOP_LOCK on a vp once VI_XLOCKjeff2005-02-231-0/+5
* - Add a check for xlock in vop_lock_assert. Presently the xlock isjeff2005-02-221-1/+2
* - Add VOP locking asserts in several functions that have been implicated injeff2005-02-222-0/+5
* MFi386: r1.17: Treat pin 0 as IRQ 0 rather than ExtINT if mixed mode is notjhb2005-02-221-2/+3
* Belkin F5D5020 is an OEM'd card from RACORE based on the AX88190imp2005-02-222-1/+2
* Add a stratigic newlineimp2005-02-221-0/+1
* Add a entry for the Compaq R3000Z to indicate that it has the weird MADTjhb2005-02-221-0/+7
* - Add a new quirk to indicate that pin 0 of the first I/O APIC is reallyjhb2005-02-223-7/+28
* If mixed mode is not enabled by the APIC enumerator (MPTable always does,jhb2005-02-221-2/+3
* remove dead codesam2005-02-221-3/+0
* Minor style nits missed in earlier passesimp2005-02-222-5/+4
* remove dead code (inside a DEBUG ifdef)sam2005-02-221-6/+2
* Zero the v_un container field to make sure everything is gone.phk2005-02-221-1/+1
* Group the fields in struct vnode by their function and stick commentsphk2005-02-221-26/+59
* We may not have an actual cdev at this point.phk2005-02-221-0/+3
* Bring back the full packet destination manipulation for 'ipfw fwd'andre2005-02-224-1/+24
* Remove promisc counter from parent interface in carp_clone_destroy(),glebius2005-02-221-0/+1
* Reap more benefits from DEVFS:phk2005-02-226-39/+34
* Typo in comment.glebius2005-02-221-1/+1
* Follow v_id changes in NFSv[23]phk2005-02-221-13/+9
OpenPOWER on IntegriCloud