2006-01-17 |
Matthew Dillon | Add mk.conf to the ISO and have the installer install...
|
commit | commitdiff | tree |
2006-01-17 |
Matthew Dillon | Correct sizeof(pointer) bugs that should have been...
|
commit | commitdiff | tree |
2006-01-13 |
Matthew Dillon | bx is supposed to point to twiddle_chars, not contain...
|
commit | commitdiff | tree |
2006-01-04 |
Matthew Dillon | Clean up unmount() by removing the vnode resolution...
|
commit | commitdiff | tree |
2006-01-04 |
Matthew Dillon | Mostly fix nullfs. There are still namespace race...
|
commit | commitdiff | tree |
2006-01-01 |
Matthew Dillon | Add a target that will update the 1.4-release slip...
|
commit | commitdiff | tree |
2005-12-31 |
Matthew Dillon | Finish fixing NDIS serialization. Wrap detach in the...
|
commit | commitdiff | tree |
2005-12-31 |
Matthew Dillon | Preliminary ndis cleanup. The serializer has taken...
|
commit | commitdiff | tree |
2005-12-30 |
Matthew Dillon | Weed out files with .sample, .orig, or .dist extensions...
|
commit | commitdiff | tree |
2005-12-30 |
Matthew Dillon | Do not call ether_ifdetach() with the serializer held...
|
commit | commitdiff | tree |
2005-12-30 |
Matthew Dillon | The stat and ino_t changes were not intended to break...
|
commit | commitdiff | tree |
2005-12-30 |
Matthew Dillon | ether_input() no longer allows the MAC header to be...
|
commit | commitdiff | tree |
2005-12-29 |
Matthew Dillon | Do not require a .sh extension for scripts in local_startup...
|
commit | commitdiff | tree |
2005-12-29 |
Matthew Dillon | Give up trying to port ezm3, add a cvsup binary bootstrap...
|
commit | commitdiff | tree |
2005-12-29 |
Matthew Dillon | Add a cvsup example to track the 1.4 release.
|
commit | commitdiff | tree |
2005-12-29 |
Matthew Dillon | Add a 2 second delay after configuring interfaces before...
|
commit | commitdiff | tree |
2005-12-28 |
Matthew Dillon | Make wait*() behave the same as it did before we moved...
|
commit | commitdiff | tree |
2005-12-27 |
Matthew Dillon | After much hair pulling the problem with dual BGE interfaces...
|
commit | commitdiff | tree |
2005-12-27 |
Matthew Dillon | Fix a type-o that was causing the wrong mbuf's csum_data...
|
commit | commitdiff | tree |
2005-12-26 |
Matthew Dillon | A ^Z signals the whole process group, causing the parent...
|
commit | commitdiff | tree |
2005-12-23 |
Matthew Dillon | Fix the installer_quickrel target. Also fix the pkgsrc...
|
commit | commitdiff | tree |
2005-12-23 |
Matthew Dillon | 1.4 Release branched, HEAD is now 1.5.
|
commit | commitdiff | tree |
2005-12-23 |
Matthew Dillon | By the time list_net_interfaces() is called in /etc...
|
commit | commitdiff | tree |
2005-12-23 |
Matthew Dillon | Bump us to 1.3.8 in preparation for pre-release tagging.
|
commit | commitdiff | tree |
2005-12-23 |
Matthew Dillon | Cleanup minor typeos.
|
commit | commitdiff | tree |
2005-12-22 |
Matthew Dillon | run ./bootstrap in a chroot so it configures the correct...
|
commit | commitdiff | tree |
2005-12-22 |
Matthew Dillon | Fix numerous nrelease build issues related to the pkgsrc...
|
commit | commitdiff | tree |
2005-12-20 |
Matthew Dillon | Clean up some minor typos in comments.
|
commit | commitdiff | tree |
2005-12-19 |
Matthew Dillon | Add a feature that allows a correction factor to be...
|
commit | commitdiff | tree |
2005-12-19 |
Matthew Dillon | Fix a number of panic conditions for network cardbus...
|
commit | commitdiff | tree |
2005-12-18 |
Matthew Dillon | Add KTR logging to the core tcp protocol loop.
|
commit | commitdiff | tree |
2005-12-16 |
Matthew Dillon | Properly integrate the now mandatory serializer into...
|
commit | commitdiff | tree |
2005-12-14 |
Matthew Dillon | pfnStop() seems to take a flags argument which as far...
|
commit | commitdiff | tree |
2005-12-12 |
Matthew Dillon | Move tsc_offsets[] to a new home to unbreak kernel...
|
commit | commitdiff | tree |
2005-12-11 |
Matthew Dillon | Remove the 'all' target to fix buildworld, and fix a
|
commit | commitdiff | tree |
2005-12-10 |
Matthew Dillon | Add a feature and a sysctl (debug.ktr.testipicnt) to...
|
commit | commitdiff | tree |
2005-12-10 |
Matthew Dillon | Fix another interesting bug. td_threadq is shared...
|
commit | commitdiff | tree |
2005-12-10 |
Matthew Dillon | Don't display the file and line by default.
|
commit | commitdiff | tree |
2005-12-10 |
Matthew Dillon | Add KTR logging for IF_EM to measure interrupt overhead...
|
commit | commitdiff | tree |
2005-12-10 |
Matthew Dillon | Add KTR logging for tsleep entry/exit and wakeup entry...
|
commit | commitdiff | tree |
2005-12-10 |
Matthew Dillon | Make the KTR test logging work for UP as well as SMP.
|
commit | commitdiff | tree |
2005-12-10 |
Matthew Dillon | Fix UP build issues. Move tsc_offsets[] from mp_machdep...
|
commit | commitdiff | tree |
2005-12-10 |
Matthew Dillon | Do not ldconfig -m /usr/lib/gcc2 if there is no /usr...
|
commit | commitdiff | tree |
2005-12-10 |
Matthew Dillon | Beef up error reporting for a particular assertion...
|
commit | commitdiff | tree |
2005-12-08 |
Matthew Dillon | Fix the directory scan code for SMBFS. It was losing...
|
commit | commitdiff | tree |
2005-12-08 |
Matthew Dillon | SB_NOINTR must be set for the socket to prevent nbssn_recv...
|
commit | commitdiff | tree |
2005-12-08 |
Matthew Dillon | Clean up more spinlock conversion issues and fix related...
|
commit | commitdiff | tree |
2005-12-07 |
Matthew Dillon | Add additional KTR lines to allow us to characterize...
|
commit | commitdiff | tree |
2005-12-07 |
Matthew Dillon | Add KTR_TESTLOG and debug.ktr.testlogcnt, which issues...
|
commit | commitdiff | tree |
2005-12-06 |
Matthew Dillon | Enhance ktrdump to generate relative timestamps in...
|
commit | commitdiff | tree |
2005-12-06 |
Matthew Dillon | Synchronize the TSC between all cpus on startup and...
|
commit | commitdiff | tree |
2005-12-06 |
Matthew Dillon | The new lockmgr() function requires spinlocks, not...
|
commit | commitdiff | tree |
2005-12-06 |
Matthew Dillon | doreti and splz were improperly requiring that the...
|
commit | commitdiff | tree |
2005-12-05 |
Matthew Dillon | Document the nfs dirent conversion code. No functional...
|
commit | commitdiff | tree |
2005-12-05 |
Matthew Dillon | Add an option -b which dumps the clean/dirty buffer...
|
commit | commitdiff | tree |
2005-12-05 |
Matthew Dillon | Sync up misc work on the currently inactive syscall...
|
commit | commitdiff | tree |
2005-12-05 |
Matthew Dillon | Fix a bug in our RB_SCAN calls. A critical section...
|
commit | commitdiff | tree |
2005-12-04 |
Matthew Dillon | Update more default cshrc/profiles with new paths.
|
commit | commitdiff | tree |
2005-12-04 |
Matthew Dillon | Require pkgsrc to be installed, include pkgsrc bootstrap...
|
commit | commitdiff | tree |
2005-12-04 |
Matthew Dillon | Add /usr/pkg/[s]bin to /bin/sh's default path and login...
|
commit | commitdiff | tree |
2005-12-04 |
Matthew Dillon | Add support for DLink 528(T) Gigabit cards.
|
commit | commitdiff | tree |
2005-12-03 |
Matthew Dillon | Fix a bogus proc0 test that is no longer accurate....
|
commit | commitdiff | tree |
2005-12-03 |
Matthew Dillon | Reduce SCSI_DELAY in GENERIC from 15 seconds to 5 seconds.
|
commit | commitdiff | tree |
2005-12-02 |
Matthew Dillon | Fix a process exit/wait race. The wait*() code was...
|
commit | commitdiff | tree |
2005-12-02 |
Matthew Dillon | Fix a bug in the big tsleep/wakeup cleanup commit....
|
commit | commitdiff | tree |
2005-12-02 |
Matthew Dillon | cred may be NULL due to a prior error code. crhold...
|
commit | commitdiff | tree |
2005-12-02 |
Matthew Dillon | Change the initial path from /bin:/usr/bin to /bin...
|
commit | commitdiff | tree |
2005-12-01 |
Matthew Dillon | Do not hold the ifnet serializer when entering tsleep...
|
commit | commitdiff | tree |
2005-12-01 |
Matthew Dillon | For MPSAFE syscall operation, CURSIG->__cursig->issignal...
|
commit | commitdiff | tree |
2005-12-01 |
Matthew Dillon | The primary mbuf cluster management code needs to be...
|
commit | commitdiff | tree |
2005-12-01 |
Matthew Dillon | tsleep_interlock() must be called prior to testing...
|
commit | commitdiff | tree |
2005-12-01 |
Matthew Dillon | Get rid of the p_stat SZOMB state. p_stat can now...
|
commit | commitdiff | tree |
2005-11-29 |
Matthew Dillon | Jumbo mbuf mangement's extbuf callbacks must be MPSAFE...
|
commit | commitdiff | tree |
2005-11-29 |
Matthew Dillon | ipw (is the only driver that) needs a working interrupt...
|
commit | commitdiff | tree |
2005-11-29 |
Matthew Dillon | Properly serialize IPW.
|
commit | commitdiff | tree |
2005-11-28 |
Matthew Dillon | Make all network interrupt service routines MPSAFE...
|
commit | commitdiff | tree |
2005-11-26 |
Matthew Dillon | tcp_syncache.cache_limit is a per-cpu limit, reserve...
|
commit | commitdiff | tree |
2005-11-25 |
Matthew Dillon | Fix a mbuf statistics bug.
|
commit | commitdiff | tree |
2005-11-25 |
Matthew Dillon | Assert that he mbuf type is correct rather then blinding...
|
commit | commitdiff | tree |
2005-11-24 |
Matthew Dillon | Add the ips driver to GENERIC.
|
commit | commitdiff | tree |
2005-11-23 |
Matthew Dillon | Fix some minor bugs in lwkt_serialize_handler*() which...
|
commit | commitdiff | tree |
2005-11-23 |
Matthew Dillon | Add a lwkt_serialize_try() API function.
|
commit | commitdiff | tree |
2005-11-22 |
Matthew Dillon | Consolidate the initialization of td_mpcount into lwkt_init_...
|
commit | commitdiff | tree |
2005-11-22 |
Matthew Dillon | Do not try to set up hardware vectors for software...
|
commit | commitdiff | tree |
2005-11-22 |
Matthew Dillon | Document the fact that the vm86 instruction emulator...
|
commit | commitdiff | tree |
2005-11-22 |
Matthew Dillon | Remove unused label.
|
commit | commitdiff | tree |
2005-11-22 |
Matthew Dillon | Add a sysctl and tunable kern.trap_mpsafe which allows...
|
commit | commitdiff | tree |
2005-11-22 |
Matthew Dillon | Wrap psignal() and a few other places that require...
|
commit | commitdiff | tree |
2005-11-22 |
Matthew Dillon | Fix the design of ifq_dequeue/altq_dequeue by adding...
|
commit | commitdiff | tree |
2005-11-21 |
Matthew Dillon | Followup to last commit, cleanup some SMP/UP conditionals.
|
commit | commitdiff | tree |
2005-11-21 |
Matthew Dillon | Add a sysctl and tunable kern.syscall_mpsafe which...
|
commit | commitdiff | tree |
2005-11-21 |
Matthew Dillon | Start working on making the printf() path MPSAFE, because...
|
commit | commitdiff | tree |
2005-11-21 |
Matthew Dillon | Add a sysctl and tunable kern.intr_mpsafe which allows...
|
commit | commitdiff | tree |
2005-11-21 |
Matthew Dillon | Add a thread flag, TDF_MPSAFE, which is used during...
|
commit | commitdiff | tree |
2005-11-21 |
Matthew Dillon | Remove inthand_add() and inthand_remove(). Instead...
|
commit | commitdiff | tree |
2005-11-20 |
Matthew Dillon | Fix a bug in the last commit. The proc pointer can...
|
commit | commitdiff | tree |
2005-11-19 |
Matthew Dillon | Protect allproc scans with PHOLD/PRELE, in particular...
|
commit | commitdiff | tree |
2005-11-19 |
Matthew Dillon | Convert the lockmgr interlock from a token to a spinlock...
|
commit | commitdiff | tree |
2005-11-17 |
Matthew Dillon | Do a better job formatting vmstat -i output. Output...
|
commit | commitdiff | tree |
2005-11-17 |
Matthew Dillon | Remove ancient interrupt handler hacks that are no...
|
commit | commitdiff | tree |