]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Punt users to the Handbook for a list of CDROM/DVD publishers, rather
[FreeBSD/FreeBSD.git] / sys /
2001-07-19 KATO TakenoriMerged from sys/i386/isa/npx.c revision 1.106.
2001-07-19 KATO TakenoriMerged from sys/i386/isa/npx.c revision 1.105.
2001-07-19 KATO TakenoriMerged from sys/i386/i386/machdep.c revisions 1.462...
2001-07-19 Ruslan ErmilovBackout non-functional changes from revision 1.128.
2001-07-19 Brian S. Deanswtch.s: During context save, use the correct bit mask...
2001-07-19 Kris KennawayDon't use kp->arg0 as a format string, grr.
2001-07-19 Kris KennawayQuiet a variable format-string warning.
2001-07-19 Kris KennawayQuiet a variable format-string warning.
2001-07-18 Justin T. Gibbsahc_pci.c:
2001-07-18 Justin T. GibbsAdd support for parsing version strings out of assemble...
2001-07-18 John BaldwinGrab the process lock around psignal().
2001-07-18 Poul-Henning KampAdd printf format checking to sbuf_printf()
2001-07-18 Dima DorfmanKeep track of all "struct snoop"'s so that snp_modevent...
2001-07-18 Dima DorfmanUse MD_NAME and MDCTL_NAME constants where appropriate.
2001-07-18 Peter PentchevMake sure that installing a module complains if the...
2001-07-18 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2001-07-17 Daniel C. SobralSkip the route checking in the case of multicast packet...
2001-07-17 David E. O'BrienIncrease NMBCLUSTERS by 4x.
2001-07-17 Tor EggeThe per-cpu temporary buffers are not needed since...
2001-07-17 Ruslan ErmilovBackout damage to the INADDR_TO_IFP() macro in revision...
2001-07-17 Poul-Henning KampAdd missing () around macro argument in cv_waitq_empty()
2001-07-16 Bill PaulChange the interrupt handler a bit so that we call...
2001-07-16 Tor EggeUse PCPU_GET(cpuid) instead of curproc->p_oncpu.
2001-07-16 Peter WemmUse a fixed type for times in on-disk structures for...
2001-07-15 David E. O'BrienNow that config(8) has stopped breaking POLA (mkmakefil...
2001-07-15 Hajimu UMEMOTOdo not M_WAITOK in in6_update_ifa(), since this functio...
2001-07-15 Dima DorfmanRemove whitespace at EOL.
2001-07-15 Brooks DavisPut module directories one per line so adding new modul...
2001-07-15 Benno RiceThe i386-specific includes in this file were "fixed...
2001-07-15 David E. O'BrienTurn off preemption on the Alpha for the time being...
2001-07-14 John BaldwinFix MCOUNT_ENTER() so it actually compiles in the profi...
2001-07-14 Matt JacobFix reboot hangs that have happened with multiple proce...
2001-07-14 Joerg WunschHrmpf. nyan's rev 1.25 commit to fdc.h crossed with...
2001-07-14 Joerg WunschYet another large non-function change.
2001-07-14 Peter WemmMove the hints gunk to a seperate file. It isn't reall...
2001-07-14 Yoshihiro TakahashiFixed conflict with sys/dev/syscons/syscons.h.
2001-07-14 Dima DorfmanMove fxp to the miibus section where it belongs.
2001-07-14 Julian Elischerremember to set the return address in a message when
2001-07-14 Yoshihiro Takahashi- Refine pc98 supports.
2001-07-14 Yoshihiro TakahashiAdded epson_inw function.
2001-07-14 Yoshihiro TakahashiMerged from the following changes.
2001-07-14 Yoshihiro TakahashiMerged from sys/i386/conf/GENERIC revision 1.313.
2001-07-14 Yoshihiro TakahashiAdded (commented out) audio driver.
2001-07-14 Yoshihiro TakahashiMerged from sys/conf/options.i386 revision 1.150.
2001-07-14 Noriaki MitsunagaCatch up with NetBSD/pc98.
2001-07-14 Peter WemmGo back to having either static OR dynamic hints, with...
2001-07-14 Mike SmithMerge with latest version of the Mylex 6+ driver.
2001-07-13 Ian DowseReturn a locked struct buf from ufsdirhash_lookup(...
2001-07-13 David E. O'BrienI really should have just commented out this intire...
2001-07-13 David E. O'BrienBump net.inet.tcp.sendspace to 32k and net.inet.tcp...
2001-07-13 David E. O'BrienHints processing is FUBAR'ed right now.
2001-07-13 Dima Dorfman`pcn' supports AMD Am79C97x cards, not Am79C79x cards.
2001-07-13 Maxim SobolevUnbroke kernel if I686_CPU is not defined.
2001-07-13 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2001-07-12 Bill PaulDeal with the condition where we lose link in the middl...
2001-07-12 Peter WemmThe #define for pcb_savefpu seems to do more harm than...
2001-07-12 Peter WemmFix another missed pcb_savefpu reference (inside NPX_DEBUG)
2001-07-12 Peter WemmDo not depend on pcb_savefpu backwards compat #define.
2001-07-12 Peter WemmForgot this fix from another tree. make enable_sse...
2001-07-12 Kazutaka YOKOTA- Define a convenience macro ISTTYOPEN().
2001-07-12 Peter WemmBump param, for SSE support and include file impact...
2001-07-12 Peter WemmMove init_sse() out of the "GenuineIntel" section,...
2001-07-12 Peter WemmApply the i386 SSE mods to pc98 as well.
2001-07-12 Peter WemmActivate SSE/SIMD. This is the extra context switching...
2001-07-11 Bill PaulAnother NatSemi gigE card; the Netgear GA622T
2001-07-11 Bill PaulDocument additional cards supported by the nge driver...
2001-07-11 Jim PirzykCommited patch for uni signaling fix.
2001-07-11 Dima DorfmanCall disk_destroy in cdcleanup() as appropriate.
2001-07-11 Brian S. DeanAdd 'hwatch' and 'dhwatch' ddb commands analogous to...
2001-07-11 Matt JacobHmm. Let's try this on for size...
2001-07-11 Matt JacobSanity guard- return ENODEV if we don't have a good...
2001-07-11 Matt JacobSlight cleanliness- add an unlock of Giant in one dopan...
2001-07-11 Dima DorfmanCorrect spelling in a comment and remove trailing newli...
2001-07-10 Bill PaulTwo optimizations:
2001-07-10 Ian DowseBring in dirhash, a simple hash-based lookup optimisati...
2001-07-10 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2001-07-10 Doug RabsonMake this build again after breakage from previous...
2001-07-10 Kazutaka YOKOTAFix dependencies between kernel options:
2001-07-10 Ruslan Ermilovmdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 Yoshihiro TakahashiAdded #include <sys/proc.h>
2001-07-10 Warner LoshUse INTR_TYPE_AV rather than INTR_TYPE_MISC for the...
2001-07-09 Peter WemmSomehow I missed this. Use INTR_TYPE_AV (high priority...
2001-07-09 Mike SmithWhoops; we get an ACPI_OBJECT back from evaluating...
2001-07-09 Joerg WunschLog when the user is turning debugging on/off.
2001-07-09 Joerg WunschHmpf, remove two variables that got unused by rev 1...
2001-07-09 Joerg WunschOuch, calculate correctly. With 300 rpm and 25 retries...
2001-07-09 Joerg WunschRemove parts of rev 1.211 again: do not delete our...
2001-07-09 Joerg WunschAs des' example shows us, DMA overruns could happen...
2001-07-09 Matt JacobAdd SYSCTL ints for default normal I/O timeout && retry...
2001-07-09 Dag-Erling SmørgravConstify the fstype argument to vfs_mount(). This...
2001-07-09 Guido van RooijDon't share sig handlers after an exec
2001-07-09 Guido van RooijGet rid of useless bcopy (the next statement was equiva...
2001-07-09 Bill PaulApply patch supplied by Jonathan Chen: use the correct...
2001-07-09 Warner LoshNote that spls are noops
2001-07-09 Dima Dorfmanmdoc(7) police: remove extraneous .Pp before and/or...
2001-07-09 Dag-Erling SmørgravFix missing newline and terminator at the end of the...
2001-07-08 Joerg WunschAnother large patchset from Bruce.
2001-07-08 Hajimu UMEMOTOsoopt_mcopyout() frees mbuf if error occurs, and DOES...
2001-07-08 Bill PaulDo not set the MODE_1000 bit unless we actually have...
2001-07-08 Julian ElischerSmall whitespace fix.
next