2005-12-07 |
Matthew Dillon | Add KTR_TESTLOG and debug.ktr.testlogcnt, which issues... |
tree | commitdiff |
2005-12-07 |
Simon Schubert | Merge from vendor branch CVS: |
tree | commitdiff |
2005-12-06 |
Matthew Dillon | Synchronize the TSC between all cpus on startup and... |
tree | commitdiff |
2005-12-06 |
Sepherosa Ziehau | minor style change |
tree | commitdiff |
2005-12-06 |
Sepherosa Ziehau | remove duplicated `use' |
tree | commitdiff |
2005-12-06 |
Matthew Dillon | The new lockmgr() function requires spinlocks, not... |
tree | commitdiff |
2005-12-06 |
Matthew Dillon | doreti and splz were improperly requiring that the... |
tree | commitdiff |
2005-12-05 |
Matthew Dillon | Document the nfs dirent conversion code. No functional... |
tree | commitdiff |
2005-12-05 |
Matthew Dillon | Fix a bug in our RB_SCAN calls. A critical section... |
tree | commitdiff |
2005-12-05 |
Sascha Wildner | Ansify function definitions. |
tree | commitdiff |
2005-12-04 |
Matthew Dillon | Add support for DLink 528(T) Gigabit cards. |
tree | commitdiff |
2005-12-03 |
Matthew Dillon | Fix a bogus proc0 test that is no longer accurate.... |
tree | commitdiff |
2005-12-03 |
Matthew Dillon | Reduce SCSI_DELAY in GENERIC from 15 seconds to 5 seconds. |
tree | commitdiff |
2005-12-03 |
Simon Schubert | Merge from vendor branch OPENSSL: |
tree | commitdiff |
2005-12-03 |
Simon Schubert | Merge from vendor branch CVS: |
tree | commitdiff |
2005-12-03 |
Joerg Sonnenberger | Set POSIX feature test macros to the correct value... |
tree | commitdiff |
2005-12-02 |
Matthew Dillon | Fix a process exit/wait race. The wait*() code was... |
tree | commitdiff |
2005-12-02 |
Matthew Dillon | Fix a bug in the big tsleep/wakeup cleanup commit.... |
tree | commitdiff |
2005-12-02 |
Matthew Dillon | cred may be NULL due to a prior error code. crhold... |
tree | commitdiff |
2005-12-01 |
Matthew Dillon | Do not hold the ifnet serializer when entering tsleep... |
tree | commitdiff |
2005-12-01 |
Matthew Dillon | For MPSAFE syscall operation, CURSIG->__cursig->issigna... |
tree | commitdiff |
2005-12-01 |
Matthew Dillon | The primary mbuf cluster management code needs to be... |
tree | commitdiff |
2005-12-01 |
Matthew Dillon | tsleep_interlock() must be called prior to testing... |
tree | commitdiff |
2005-12-01 |
Matthew Dillon | Get rid of the p_stat SZOMB state. p_stat can now... |
tree | commitdiff |
2005-11-30 |
Sepherosa Ziehau | unbreak LINT building |
tree | commitdiff |
2005-11-30 |
Sascha Wildner | - Fix wrong table size (which resulted in the descripti... |
tree | commitdiff |
2005-11-29 |
Matthew Dillon | Jumbo mbuf mangement's extbuf callbacks must be MPSAFE... |
tree | commitdiff |
2005-11-29 |
Matthew Dillon | ipw (is the only driver that) needs a working interrupt... |
tree | commitdiff |
2005-11-29 |
Matthew Dillon | Properly serialize IPW. |
tree | commitdiff |
2005-11-28 |
Matthew Dillon | Make all network interrupt service routines MPSAFE... |
tree | commitdiff |
2005-11-26 |
Matthew Dillon | tcp_syncache.cache_limit is a per-cpu limit, reserve... |
tree | commitdiff |
2005-11-26 |
Sepherosa Ziehau | In unregister_int(): |
tree | commitdiff |
2005-11-25 |
Matthew Dillon | Fix a mbuf statistics bug. |
tree | commitdiff |
2005-11-25 |
Matthew Dillon | Assert that he mbuf type is correct rather then blindin... |
tree | commitdiff |
2005-11-24 |
Matthew Dillon | Add the ips driver to GENERIC. |
tree | commitdiff |
2005-11-24 |
YONETANI Tomokazu | Fix LINT kernel; spin_lock function definitions have... |
tree | commitdiff |
2005-11-23 |
Matthew Dillon | Fix some minor bugs in lwkt_serialize_handler*() which... |
tree | commitdiff |
2005-11-23 |
Matthew Dillon | Add a lwkt_serialize_try() API function. |
tree | commitdiff |
2005-11-22 |
Sascha Wildner | Move ef.4 from sys/net/ef to share/man/man4. |
tree | commitdiff |
2005-11-22 |
Matthew Dillon | Consolidate the initialization of td_mpcount into lwkt_... |
tree | commitdiff |
2005-11-22 |
Matthew Dillon | Do not try to set up hardware vectors for software... |
tree | commitdiff |
2005-11-22 |
Matthew Dillon | Document the fact that the vm86 instruction emulator... |
tree | commitdiff |
2005-11-22 |
Matthew Dillon | Remove unused label. |
tree | commitdiff |
2005-11-22 |
Matthew Dillon | Add a sysctl and tunable kern.trap_mpsafe which allows... |
tree | commitdiff |
2005-11-22 |
Matthew Dillon | Wrap psignal() and a few other places that require... |
tree | commitdiff |
2005-11-22 |
Matthew Dillon | Fix the design of ifq_dequeue/altq_dequeue by adding... |
tree | commitdiff |
2005-11-21 |
Matthew Dillon | Followup to last commit, cleanup some SMP/UP conditionals. |
tree | commitdiff |
2005-11-21 |
Matthew Dillon | Add a sysctl and tunable kern.syscall_mpsafe which... |
tree | commitdiff |
2005-11-21 |
Matthew Dillon | Start working on making the printf() path MPSAFE, becau... |
tree | commitdiff |
2005-11-21 |
Matthew Dillon | Add a sysctl and tunable kern.intr_mpsafe which allows... |
tree | commitdiff |
2005-11-21 |
Matthew Dillon | Add a thread flag, TDF_MPSAFE, which is used during... |
tree | commitdiff |
2005-11-21 |
Matthew Dillon | Remove inthand_add() and inthand_remove(). Instead... |
tree | commitdiff |
2005-11-21 |
Sepherosa Ziehau | There are two possible causes which will make vr(4... |
tree | commitdiff |
2005-11-20 |
Sepherosa Ziehau | Prefer m_getcl() to EPIC_MGETCLUSTER() which uses MGETH... |
tree | commitdiff |
2005-11-20 |
Sepherosa Ziehau | - Remove unnecessary ETHER_* macros |
tree | commitdiff |
2005-11-20 |
Sepherosa Ziehau | Sync with FreeBSD dev/xe |
tree | commitdiff |
2005-11-20 |
Sepherosa Ziehau | ANSIfy |
tree | commitdiff |
2005-11-20 |
Matthew Dillon | Fix a bug in the last commit. The proc pointer can... |
tree | commitdiff |
2005-11-19 |
Matthew Dillon | Protect allproc scans with PHOLD/PRELE, in particular... |
tree | commitdiff |
2005-11-19 |
Matthew Dillon | Convert the lockmgr interlock from a token to a spinloc... |
tree | commitdiff |
2005-11-17 |
Matthew Dillon | Remove ancient interrupt handler hacks that are no... |
tree | commitdiff |
2005-11-16 |
Matthew Dillon | If a /dev/<disk> device node is fsynced at the same... |
tree | commitdiff |
2005-11-16 |
Matthew Dillon | Continue work on our pluggable scheduler abstraction... |
tree | commitdiff |
2005-11-14 |
Matthew Dillon | Temporarily check for and correct a race in getnewbuf... |
tree | commitdiff |
2005-11-14 |
Matthew Dillon | Make tsleep/wakeup() MP SAFE for kernel threads and... |
tree | commitdiff |
2005-11-14 |
Matthew Dillon | Fix a broken array lookup in the old 4.3 BSD mmap compa... |
tree | commitdiff |
2005-11-13 |
Simon Schubert | Merge from vendor branch LUKEMFTP: |
tree | commitdiff |
2005-11-11 |
Matthew Dillon | USB mouse fix for certain mice, such as the Logitech... |
tree | commitdiff |
2005-11-11 |
Sascha Wildner | Add missing CPU options and reorder a little bit. |
tree | commitdiff |
2005-11-10 |
YONETANI Tomokazu | Rename spin_lock()/spin_unlock() to spin_lock_quick... |
tree | commitdiff |
2005-11-09 |
Matthew Dillon | Revert part of the last commit. We aren't ready for... |
tree | commitdiff |
2005-11-09 |
YONETANI Tomokazu | Catch up with renaming of macros IRQn -> ICU_IRQn in... |
tree | commitdiff |
2005-11-08 |
Matthew Dillon | Turn around the spinlock code to reduce the chance... |
tree | commitdiff |
2005-11-08 |
Matthew Dillon | Make tsleep/wakeup MP SAFE part 1/2. |
tree | commitdiff |
2005-11-08 |
Sepherosa Ziehau | Sync with Intel's em(4) driver version 3.2.15 |
tree | commitdiff |
2005-11-07 |
Matthew Dillon | Adjust the globaldata initialization code to accomodate... |
tree | commitdiff |
2005-11-06 |
Matthew Dillon | Document CPU_AMD64X2_INTR_SPAM in LINT. |
tree | commitdiff |
2005-11-06 |
Matthew Dillon | Clean up the CPU_AMD64X2_INTR_SPAM option to check... |
tree | commitdiff |
2005-11-05 |
Sepherosa Ziehau | in mii_layer/ruephy.c |
tree | commitdiff |
2005-11-05 |
Matthew Dillon | When operating in SMP+ICU mode, try to disconnect the... |
tree | commitdiff |
2005-11-05 |
Matthew Dillon | Make sure that the apic error, performance counter... |
tree | commitdiff |
2005-11-04 |
Matthew Dillon | Solve the continuous stream of spurious IRQ 7's that... |
tree | commitdiff |
2005-11-04 |
Matthew Dillon | ICU/APIC cleanup part 11/many. |
tree | commitdiff |
2005-11-04 |
Matthew Dillon | The 'picmode' variable was mis-named. The MPTable... |
tree | commitdiff |
2005-11-04 |
Matthew Dillon | Mark our fine-grained interrupt timer as being INTR_MPS... |
tree | commitdiff |
2005-11-04 |
Matthew Dillon | Fix a comment. The slave is connected to IRQ 2 on... |
tree | commitdiff |
2005-11-04 |
Matthew Dillon | Fix the cpu the softclock thread(s) are created on... |
tree | commitdiff |
2005-11-04 |
Matthew Dillon | Switch to the BSP when doing a normal shutdown. ACPI... |
tree | commitdiff |
2005-11-04 |
Matthew Dillon | Fix a symbol not found problem by not including madt... |
tree | commitdiff |
2005-11-04 |
Matthew Dillon | Allow 'options SMP' *WITHOUT* 'options APIC_IO'. That... |
tree | commitdiff |
2005-11-04 |
Matthew Dillon | We are already serialized when nv_ospackettx() is calle... |
tree | commitdiff |
2005-11-04 |
Matthew Dillon | Fix a bug in the last commit. The wrong argument was... |
tree | commitdiff |
2005-11-04 |
Matthew Dillon | Display warnings for any configured IO APIC pins that... |
tree | commitdiff |
2005-11-04 |
Matthew Dillon | ICU/APIC cleanup part 10/many. Be a lot more careful... |
tree | commitdiff |
2005-11-03 |
Matthew Dillon | ICU/APIC cleanup part 9/many. |
tree | commitdiff |
2005-11-03 |
Matthew Dillon | De-confuse the IO APIC mapping code by creating a helpe... |
tree | commitdiff |
2005-11-03 |
Matthew Dillon | Add more documentation for the APIC registers and renam... |
tree | commitdiff |
2005-11-03 |
Matthew Dillon | ICU/APIC cleanup part 8/many. |
tree | commitdiff |
2005-11-03 |
Matthew Dillon | Reimplement IPI forwarding of FAST interrupts to the... |
tree | commitdiff |
2005-11-02 |
Matthew Dillon | ICU/APIC cleanup part 7/many. |
tree | commitdiff |
next |