summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Poll bus resets on FireWire while kdb/gdb is active.simokawa2007-06-083-0/+19
* Move per-process audit state from a pointer in the proc structure torwatson2007-06-0710-179/+147
* There's no nobounce_dmamap on arm.cognet2007-06-071-4/+3
* In tcp_hc_insert() we may have the case where we have hit the globalandre2007-06-071-0/+6
* - Remove unused variable from create_thread().jhb2007-06-073-6/+5
* Remove remaining references to pc_curtid missed in previous commit.marcel2007-06-071-2/+0
* Eliminate pmap_install(), which was used to wrap pmap_switch() andmarcel2007-06-071-55/+43
* Fix off-by-one error (introduced in r1.60) that had the effect ofbmah2007-06-071-1/+1
* Add a tunable hw.firewire.phydma_enable.simokawa2007-06-073-6/+19
* Remove compat ifdefs for version < 500014 from the rest of the USB files.brueffer2007-06-0714-69/+0
* Bump __FreeBSD_version for the change of the vn_open/VOP_OPEN file indexkib2007-06-071-1/+1
* Calculate the correct PCI BAR for the Timedia based serial cards. Thepeter2007-06-071-1/+1
* Fix spaces introduced in last commitimp2007-06-071-14/+14
* New Features:davidch2007-06-072-410/+412
* New features:davidch2007-06-073-179/+497
* Fix compiling error.davidxu2007-06-071-1/+0
* The maxsegsz of a dma tag created in de(4) is TULIP_DATA_PER_DESC bytes.yongari2007-06-071-1/+1
* - PCPU_ADD is no longer spelled with LAZY_ in the middle.jeff2007-06-061-1/+1
* Teach the bridge wrapper how to handle the filter+ithread case.piso2007-06-063-36/+77
* -axe p_ih from struct puc_port cause it was uselesspiso2007-06-061-8/+4
* Correctly print SEQ and IRS in the corresponding log message inandre2007-06-061-1/+1
* Fix a typo to make this file compilegallatin2007-06-061-1/+1
* update copyrights to 2007 and convert to be 2-clause bsd-onlysam2007-06-069-74/+11
* MFp4: MPSAFE firewire stack.simokawa2007-06-0614-497/+849
* Do not leak lock in the case of EEXIST error.glebius2007-06-061-2/+6
* MFi386: revision 1.657nyan2007-06-061-1/+0
* Backout experimental adaptive-spin umtx code.davidxu2007-06-069-77/+1
* Add support IC Plus IP101 10/100 PHY that is found on nVidia networkyongari2007-06-061-0/+1
* Add IC Plus IP101 PHYyongari2007-06-061-0/+1
* Add support Vitesse VSC8601 PHY that is found on nVidia networkyongari2007-06-062-0/+30
* Add OUI for Vitesse Semiconductor.yongari2007-06-061-0/+2
* Fix the compile. Band-aid until it is worked out how to use the contextgrehan2007-06-062-2/+2
* Prefix unknown (i.e. un-aliased) partition types with '!'. This ismarcel2007-06-062-4/+6
* Call sbuf_finish() before sbuf_data() and sbuf_len().marcel2007-06-061-0/+5
* copyright updates:sam2007-06-0622-147/+23
* Include <sys/sched.h> for sched_throw().marcel2007-06-061-0/+1
* - Placing the 'volatile' on the right side of the * in the td_lockjeff2007-06-065-8/+8
* - Fixes a case where doing a sysctl would leave locks heldrrs2007-06-062-1/+13
* Add more IDs for the uftdi driver. Slight tweaks to patch by me.imp2007-06-052-1/+17
* - Do triple reads on reset register to detect read register bug. 2 readsariff2007-06-051-12/+15
* Fix (enable) phone out for laptops with ALC655, specificallyariff2007-06-051-0/+9
* Move a warning under bootverbose as no machines that trigger it have endedjhb2007-06-052-2/+2
* Fix a problem with not-preemptive kernels caming from mis-merging ofattilio2007-06-051-47/+0
* MFp4: When querying the operating condition of SD cards (using theimp2007-06-051-1/+1
* Use pmap_change_attr() to setup a write combine attribute for ourgallatin2007-06-051-1/+14
* Restore non-SMP build.kib2007-06-051-1/+2
* Remove GIANT_REQUIRED for upcoming changes in FireWire stack.simokawa2007-06-051-4/+0
* MFi386: revision 1.656nyan2007-06-051-1/+7
* Add the machine-specific definitions for configuring the new physicalalc2007-06-052-1/+44
* Satisfy witness during shutdownscottl2007-06-051-0/+2
OpenPOWER on IntegriCloud