]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
This commit was generated by cvs2svn to compensate for changes in r98121,
[FreeBSD/FreeBSD.git] / sys /
2002-06-11 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2002-06-11 Kelly YanceyTime counter stats are unsigned, advertise them to...
2002-06-11 Alan Cox o Properly handle a failure by vm_fault_wire() or...
2002-06-11 Garrett WollmanSO_PRIVSTATE has been commented out for long enough...
2002-06-11 Jeffrey HsuRemember to initialize the control block head mutex.
2002-06-11 Jeffrey HsuFix typo.
2002-06-11 Poul-Henning Kamp#include <sys/disklabel.h> to get BBSIZE.
2002-06-11 Poul-Henning KampMake the alpha architecture use the common ufsread().
2002-06-11 Alan Cox o Teach vm_map_delete() to respect the "in-transition...
2002-06-10 Jeffrey HsuEvery array elt is initialized in the following loop...
2002-06-10 Kelly YanceyConvert hit and miss counters to unsigned values. ...
2002-06-10 Jeffrey HsuLock up inpcb.
2002-06-10 Maxim Sobolev- Whitespace only: use return statement consistentlt...
2002-06-10 Poul-Henning KampPut geom_gpt.c under the GEOM option instead of having...
2002-06-10 Alan Cox o In vm_map_entry_create(), call uma_zalloc() with...
2002-06-10 Ian DowseCorrect the logic for determining whether the per-CPU...
2002-06-09 Alan Cox o Add vm_map_wire() for wiring contiguous regions...
2002-06-09 Hellmuth MichaelisFix driver to re-enable sound output on AD1816 based...
2002-06-09 Poul-Henning KampImprove some on the naming.
2002-06-09 Julian Elischerif you have taken the mbuf out of the message object...
2002-06-09 Jeffrey HsuFix bug which has been there since rev 1.1 where &...
2002-06-09 Bruce EvansRenamed the idempotency identifier to match the file...
2002-06-08 Søren SchmidtFix a '<<' that should have been a '>>' in the 48bit...
2002-06-08 Alan Cox o Simplify vm_map_unwire() by merging the second and...
2002-06-08 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
2002-06-08 Jake BurkholderAdd code to drop to ddb when a process gets a fatal...
2002-06-08 Alan Cox o Remove an unnecessary call to vm_map_wakeup() from...
2002-06-08 Jake BurkholderRe-enable SMP by default.
2002-06-08 Jake BurkholderRemove test code.
2002-06-08 Jake BurkholderRemove code from trap which is handled in userland...
2002-06-08 Jake BurkholderFix bizarre SMP problems. The secondary cpus sometimes...
2002-06-07 Matt JacobIf we boot verbose, then print out 'interesting' CAM...
2002-06-07 Alan Cox o Add vm_map_unwire() for unwiring contiguous regions...
2002-06-07 Jake BurkholderComment out options SMP for now until I figure out...
2002-06-07 Warner Losh0 is not an invalid interrupt in the PCI world (just...
2002-06-07 Bruce EvansRenamed the idempotency identifier to match the file...
2002-06-07 John BaldwinAccording to Bruce, this file shouldn't have comments...
2002-06-07 Benno RiceUncomment some bits that we now need.
2002-06-07 Benno RiceFix up the DMA buffer allocation call.
2002-06-07 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-06-07 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-06-07 Darren ReedCommit changes that happened in IPFilter versions 3...
2002-06-07 John Baldwin- Fixup / remove obsolete comments.
2002-06-07 John BaldwinWe no longer need to acqure Giant in ast() for ktrpsig...
2002-06-07 John Baldwin- trapsignal() no longer needs to acquire Giant for...
2002-06-07 John Baldwin- Proper locking for p_tracep and p_traceflag.
2002-06-07 John BaldwinProperly lock accesses to p_tracep and p_traceflag...
2002-06-07 John Baldwin- Catch up to new ktrace API.
2002-06-07 John BaldwinCatch up to changes in ktrace API.
2002-06-07 John BaldwinOverhaul the ktrace subsystem a bit. For the most...
2002-06-07 Matthew N. DoddUse a larger data type to prevent counters wrapping...
2002-06-07 Matthew N. DoddRecognize Adaptec ANA-5910/30/40[A] boards.
2002-06-07 John BaldwinAdd a new SYSINIT subsystem for KTRACE.
2002-06-07 John Baldwin- Add a per-thread member 'td_inktrace' to be used...
2002-06-07 Matthew N. Dodd'device hea' is no longer broken.
2002-06-07 Matthew N. DoddMove some code around.
2002-06-06 Marcel MoolenaarWork around a bug in the Linux version of ski, that...
2002-06-06 John BaldwinChange the all locks list from a STAILQ to a TAILQ...
2002-06-06 Semen UstimenkoFix a typo in my recently added comment: s/beleived...
2002-06-06 Doug BartonThis commit was generated by cvs2svn to compensate...
2002-06-06 Chad Davids/!SIGNOTEMPY/SIGISEMPTY/
2002-06-06 John BaldwinHandle "dead" witnesses better in the situation of...
2002-06-06 Alfred Perlsteinfix typo in _SYS_SYSPROTO_H_ case: s/mlockall_args...
2002-06-06 Dag-Erling SmørgravGratuitous whitespace cleanup.
2002-06-06 Justin T. GibbsHook up the ahd driver.
2002-06-06 Justin T. GibbsRemove one more multi-line string literal.
2002-06-06 Dag-Erling SmørgravMove some sysctls from the debug tree to the vfs tree.
2002-06-06 Dag-Erling SmørgravGratuitous whitespace cleanup.
2002-06-06 Poul-Henning KampUse "bwrbg" as description when we sleep for background...
2002-06-06 Alfred PerlsteinMake sc_saver_keyb_only (sceen saver interrupted by...
2002-06-06 Bruce EvansFixed overflow in the bounds checking in dscheck()...
2002-06-05 Archie CobbsConst'ify variables to make it clear we're not writing...
2002-06-05 Archie CobbsFix bug where an mbuf was being written to without...
2002-06-05 Archie CobbsFix bugs where mbuf data was being accessed without...
2002-06-05 Justin T. GibbsSilence GCC warnings about multi-line strings.
2002-06-05 Justin T. GibbsAdd some PCI-X register definitions.
2002-06-05 Poul-Henning KampChange the registration of magic spaces so it does...
2002-06-05 Justin T. GibbsEnter the ahd driver which supports the Adaptec AIC7902...
2002-06-05 Justin T. GibbsAdd the 160MHz syncrate to scsi_calc_syncrate() sync...
2002-06-05 Justin T. Gibbsscsi_message.h:
2002-06-05 Justin T. GibbsAllow DB_SET() to set all fields in the ddb command...
2002-06-05 Doug AmbriskoAdd device id. for fxp chip on Intel D845EPT2L boards...
2002-06-05 Jake BurkholderUse pmap_map instead of pmap_kenter to map the message...
2002-06-05 Thomas MoestlDon't treat statistics counter wrap-overs as errors.
2002-06-05 Poul-Henning KampAdd explicit dependency on ufsread.c
2002-06-05 Poul-Henning KampRemove UFS related #includes, they're read in ufsread...
2002-06-05 Poul-Henning KampMake sparc64 share ufsread.c with i386.
2002-06-05 Poul-Henning KampAvoid entering IOCCC with a memcpy turned bcopy.
2002-06-05 Poul-Henning KampIndent this file more like style(9).
2002-06-05 Poul-Henning KampPreparation for UFS2 commit:
2002-06-05 Mike BarcroftRemove the deprecated 4.2/4.3BSD wait union.
2002-06-04 John BaldwinReplace thread_runnable() with thread_running() as...
2002-06-04 John BaldwinOptimize the adaptive mutex spin a bit. Use a simple...
2002-06-04 John BaldwinAdd a private thread_runnable() macro to make the code...
2002-06-04 Jake BurkholderBump TSB_PAGES_SHIFT to 4. Less sucks too much.
2002-06-04 Matt JacobAdd REPORT LUNS basic infrastructure.
2002-06-04 Juli MallettNODEV is defined the same in _KERNEL and !_KERNEL case...
2002-06-03 Jeff RobersonAdd a comment describing a resource leak that occurs...
2002-06-03 Prafulla DeuskarAdded support for 82545EM and 82546EB based adapters.
2002-06-03 Ian DowseUse a per-device worker thread to avoid blocking in...
next