]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Skip the route checking in the case of multicast packets with known
[FreeBSD/FreeBSD.git] / sys /
2001-07-17 dcsSkip the route checking in the case of multicast packet...
2001-07-17 obrienIncrease NMBCLUSTERS by 4x.
2001-07-17 teggeThe per-cpu temporary buffers are not needed since...
2001-07-17 ruBackout damage to the INADDR_TO_IFP() macro in revision...
2001-07-17 phkAdd missing () around macro argument in cv_waitq_empty()
2001-07-16 wpaulChange the interrupt handler a bit so that we call...
2001-07-16 teggeUse PCPU_GET(cpuid) instead of curproc->p_oncpu.
2001-07-16 peterUse a fixed type for times in on-disk structures for...
2001-07-15 obrienNow that config(8) has stopped breaking POLA (mkmakefil...
2001-07-15 umedo not M_WAITOK in in6_update_ifa(), since this functio...
2001-07-15 ddRemove whitespace at EOL.
2001-07-15 brooksPut module directories one per line so adding new modul...
2001-07-15 bennoThe i386-specific includes in this file were "fixed...
2001-07-15 obrienTurn off preemption on the Alpha for the time being...
2001-07-14 jhbFix MCOUNT_ENTER() so it actually compiles in the profi...
2001-07-14 mjacobFix reboot hangs that have happened with multiple proce...
2001-07-14 joergHrmpf. nyan's rev 1.25 commit to fdc.h crossed with...
2001-07-14 joergYet another large non-function change.
2001-07-14 peterMove the hints gunk to a seperate file. It isn't reall...
2001-07-14 nyanFixed conflict with sys/dev/syscons/syscons.h.
2001-07-14 ddMove fxp to the miibus section where it belongs.
2001-07-14 julianremember to set the return address in a message when
2001-07-14 nyan- Refine pc98 supports.
2001-07-14 nyanAdded epson_inw function.
2001-07-14 nyanMerged from the following changes.
2001-07-14 nyanMerged from sys/i386/conf/GENERIC revision 1.313.
2001-07-14 nyanAdded (commented out) audio driver.
2001-07-14 nyanMerged from sys/conf/options.i386 revision 1.150.
2001-07-14 nonCatch up with NetBSD/pc98.
2001-07-14 peterGo back to having either static OR dynamic hints, with...
2001-07-14 msmithMerge with latest version of the Mylex 6+ driver.
2001-07-13 iedowseReturn a locked struct buf from ufsdirhash_lookup(...
2001-07-13 obrienI really should have just commented out this intire...
2001-07-13 obrienBump net.inet.tcp.sendspace to 32k and net.inet.tcp...
2001-07-13 obrienHints processing is FUBAR'ed right now.
2001-07-13 dd`pcn' supports AMD Am79C97x cards, not Am79C79x cards.
2001-07-13 sobomaxUnbroke kernel if I686_CPU is not defined.
2001-07-13 ruThis commit was generated by cvs2svn to compensate...
2001-07-12 wpaulDeal with the condition where we lose link in the middl...
2001-07-12 peterThe #define for pcb_savefpu seems to do more harm than...
2001-07-12 peterFix another missed pcb_savefpu reference (inside NPX_DEBUG)
2001-07-12 peterDo not depend on pcb_savefpu backwards compat #define.
2001-07-12 peterForgot this fix from another tree. make enable_sse...
2001-07-12 yokota- Define a convenience macro ISTTYOPEN().
2001-07-12 peterBump param, for SSE support and include file impact...
2001-07-12 peterMove init_sse() out of the "GenuineIntel" section,...
2001-07-12 peterApply the i386 SSE mods to pc98 as well.
2001-07-12 peterActivate SSE/SIMD. This is the extra context switching...
2001-07-11 wpaulAnother NatSemi gigE card; the Netgear GA622T
2001-07-11 wpaulDocument additional cards supported by the nge driver...
2001-07-11 pirzykCommited patch for uni signaling fix.
2001-07-11 ddCall disk_destroy in cdcleanup() as appropriate.
2001-07-11 bsdAdd 'hwatch' and 'dhwatch' ddb commands analogous to...
2001-07-11 mjacobHmm. Let's try this on for size...
2001-07-11 mjacobSanity guard- return ENODEV if we don't have a good...
2001-07-11 mjacobSlight cleanliness- add an unlock of Giant in one dopan...
2001-07-11 ddCorrect spelling in a comment and remove trailing newli...
2001-07-10 wpaulTwo optimizations:
2001-07-10 iedowseBring in dirhash, a simple hash-based lookup optimisati...
2001-07-10 ruThis commit was generated by cvs2svn to compensate...
2001-07-10 dfrMake this build again after breakage from previous...
2001-07-10 yokotaFix dependencies between kernel options:
2001-07-10 rumdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 nyanAdded #include <sys/proc.h>
2001-07-10 impUse INTR_TYPE_AV rather than INTR_TYPE_MISC for the...
2001-07-09 peterSomehow I missed this. Use INTR_TYPE_AV (high priority...
2001-07-09 msmithWhoops; we get an ACPI_OBJECT back from evaluating...
2001-07-09 joergLog when the user is turning debugging on/off.
2001-07-09 joergHmpf, remove two variables that got unused by rev 1...
2001-07-09 joergOuch, calculate correctly. With 300 rpm and 25 retries...
2001-07-09 joergRemove parts of rev 1.211 again: do not delete our...
2001-07-09 joergAs des' example shows us, DMA overruns could happen...
2001-07-09 mjacobAdd SYSCTL ints for default normal I/O timeout && retry...
2001-07-09 desConstify the fstype argument to vfs_mount(). This...
2001-07-09 guidoDon't share sig handlers after an exec
2001-07-09 guidoGet rid of useless bcopy (the next statement was equiva...
2001-07-09 wpaulApply patch supplied by Jonathan Chen: use the correct...
2001-07-09 impNote that spls are noops
2001-07-09 ddmdoc(7) police: remove extraneous .Pp before and/or...
2001-07-09 desFix missing newline and terminator at the end of the...
2001-07-08 joergAnother large patchset from Bruce.
2001-07-08 umesoopt_mcopyout() frees mbuf if error occurs, and DOES...
2001-07-08 wpaulDo not set the MODE_1000 bit unless we actually have...
2001-07-08 julianSmall whitespace fix.
2001-07-08 julianA set of changes to reduce the number of include files...
2001-07-08 julianturn on the null-modem device.
2001-07-08 silbyTemporary feature: Runtime tuneable tcp initial sequen...
2001-07-08 ddFill paragraphs after previous commit.
2001-07-08 ddNote that options should be listed in NOTES, not LINT...
2001-07-07 msmithHa! This time, I remembered the ACPI module. Update...
2001-07-07 msmithNuke the ACPI APIC driver. The ACPI CA infrastructure...
2001-07-07 msmithNuke the ACPI APIC driver. The ACPI CA infrastructure...
2001-07-07 umeThe m_free call in the ip6_fw_ctl_ptr == NULL case...
2001-07-07 iwasakiFix typo in acpi_cpu_attach() and correct range checking in
2001-07-07 msmithKill the old processor driver; the ACPI CA functions...
2001-07-07 msmithAdd acpi_GetTableIntoBuffer, to aid in fetching tables.
2001-07-07 msmithGet the ACPI softc before we potentially dereference it.
2001-07-07 msmithQuiet the complaint about the _SCP method if it doesn...
2001-07-07 msmithOops, have to use AcpiSetCurrentResources, not invoke...
2001-07-07 nyanMerged from sys/i386/i386/machdep.c revisions 1.459...
next