summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Reduce number of atomic operations needed to be implemented in asm bypjd2007-06-0815-3414/+559
* Missing atomic operations for ZFS/ia64.pjd2007-06-082-0/+108
* Double the WITNESS and DIAGNOSTIC benchmark warnings right before wephk2007-06-081-0/+4
* - RTO was not being initialized to 0, thus the rtt calculationrrs2007-06-085-9/+23
* Timestamp after sent.simokawa2007-06-082-4/+4
* Don't invalidate dcons buffer on shutdown.simokawa2007-06-081-0/+2
* Fix a race after a bus reset.simokawa2007-06-082-14/+16
* In getblk(), before gbincore(), use BO_LOCK directly when lockingdelphij2007-06-081-2/+2
* Sync with other platforms: add kluge to use contigmalloc when themarcel2007-06-081-6/+18
* Add the address of IDT in the configuration ROM. (i386/amd64 only)simokawa2007-06-082-0/+27
* gcc 4.2 thinks that tupleid is uninitialized. Or might be usedimp2007-06-081-1/+1
* Replace breakpoint() with kdb_enter().simokawa2007-06-081-2/+2
* - Fixed a problem that caused autonegotiation failures.davidch2007-06-081-1/+5
* Propagae volatile qualifier.mjacob2007-06-081-1/+1
* Fix preprocessor code to check for a symbol being defined prior to checkingmjacob2007-06-081-1/+1
* Carry volatile type in cast so gcc 4.2 will be happy.mjacob2007-06-081-1/+1
* Quiet GCC 4.2 warning.mjacob2007-06-081-1/+1
* Remove the __inline qualifier from a function which is in fact not anmjacob2007-06-081-1/+1
* Include now unused var within #if 0 where it come back if the othermjacob2007-06-081-0/+2
* Remove assignment to uninitialized variable that wasn't then used anyway.mjacob2007-06-081-2/+0
* 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
OpenPOWER on IntegriCloud