]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
- Don't call the empty sched_newproc() function. sched_newproc() already
[FreeBSD/FreeBSD.git] / sys /
2008-03-20 jeff - Don't call the empty sched_newproc() function. ...
2008-03-20 delphijThis commit was generated by cvs2svn to compensate...
2008-03-20 jeff - Move maybe_preempt() from kern_switch.c to sched_4bs...
2008-03-20 jeff - Directly include opt_sched.h in sched_4bsd.
2008-03-20 jeff - Add an option to compile in SCHED_STATS.
2008-03-19 julianReplace really convoluted code that simplifies to ...
2008-03-19 kmacyfix link management bug and conditionally allow the...
2008-03-19 alcRename vm_pageq_requeue() to vm_page_requeue() on accou...
2008-03-19 obrienThis commit was generated by cvs2svn to compensate...
2008-03-19 dfrFix a regression from the last revision - don't edit...
2008-03-19 pisoExplicitate the newpacket size.
2008-03-19 sobomaxRevert previous change - it appears that the limit...
2008-03-19 pjdRemove extra uihold() call that accidentally sneak...
2008-03-19 jeff - Remove some dead code and comments related to KSE.
2008-03-19 jeff - At the top of sleepq_catch_signals() lock the thread...
2008-03-19 jeff - Remove stale comment.
2008-03-19 pjdOops. Use atomic_add_long() for atomic_fetchadd_long...
2008-03-19 jeff - Add a facility similar to LOCK_PROFILING under SLEEP...
2008-03-19 jeff - Fix the last of the threading bugs that were introdu...
2008-03-19 jeff - Restore the NULL check for td_cpuset. This can...
2008-03-19 jeff - Relax requirements for p_numthreads, p_threads,...
2008-03-18 dfrDon't call nfs_realign while holding locks.
2008-03-18 jhbCatch up to intr_event_create() prototype change.
2008-03-18 lulf- Fix a memory leak when re-discovering a gvinum config...
2008-03-18 adrianSign-extend the 48-bit AMD PMC counter before treating...
2008-03-18 adrianFix the debugging output - the '0x' was duplicated...
2008-03-18 alcAlmost seven years ago, vm/vm_page.c was split into...
2008-03-18 kmacy- Integrate 1.133 vendor driver changes
2008-03-17 pisoDon't cache ptr to nat rule in case of tablearg argument.
2008-03-17 jhbSimplify the interrupt code a bit:
2008-03-17 pisoDon't abuse stack space while in kernel land, use heap...
2008-03-17 antoineSimplify fcntl(SVR4_F_DUP2FD) code now that FreeBSD...
2008-03-17 scottlLocking in the ses_ioctl handler doesn't have to be...
2008-03-17 kibFix two races in the handling of the d_gianttrick for...
2008-03-17 rwatsonFix indentation for a closing brace in in_pcballoc().
2008-03-17 pjd- There is no more "uidinfo struct" mutex.
2008-03-17 phkAdd a "spindown" facility to ata-disks: If no requests...
2008-03-17 phkA cautionary XXX comment about seemingly bogus errata...
2008-03-17 phkIncrease time we wait for things to settle to 1 millise...
2008-03-17 phkRevert last commit and stop committing before morning...
2008-03-17 phkIncrease time we wait for things to settle to 1 millise...
2008-03-17 weongyodon't set sniffer mode to ON when the driver is running...
2008-03-17 thompsaRemove extra semicolons.
2008-03-17 marcelMake remote GDB work for AIM processors. For BookE...
2008-03-17 phkUse correct bitmask for identifying chip family.
2008-03-16 mavRemove impossible (hk_peer == NULL) check from ng_addre...
2008-03-16 mavAdd session ID hashing to speedup incoming packets...
2008-03-16 pjdWhitespace cleanups.
2008-03-16 pjd- Use wait-free method to manage ui_sbsize and ui_procc...
2008-03-16 pjdImplement atomic_fetchadd_long() for all architectures...
2008-03-16 thompsaSwitch the LACP state machine over to its own mutex...
2008-03-16 rwatsonConsistently use ANSI C declarationsfor all functions...
2008-03-16 pjdStyle fixes.
2008-03-16 pjdFix information leak. We can find PIDs of running proce...
2008-03-16 alcSimplify the inner loop of vm_fault()'s delete-behind...
2008-03-16 pjdImplement soon-to-be-used rw_unlock() macro.
2008-03-16 rdivackyRegen.
2008-03-16 rdivackyImplement sched_setaffinity and get_setaffinity using
2008-03-16 rwatsonCommit SYSINIT() ;-adding patch missed in previous...
2008-03-16 rwatsonRemove trailing ';' from C_SYSINIT() macro definition...
2008-03-16 rwatsonIn keeping with style(9)'s recommendations on macros...
2008-03-16 sobomaxProperly set size of the file_zone to match kern.maxfil...
2008-03-15 pjdFix mmap(2) on ZFS after some changes in VM subsystem.
2008-03-15 ruFix panic on e.g. "kldload /dev/null".
2008-03-15 impBUS_DMA_ISA is left over from Alpha, and is not used...
2008-03-14 emasteChange spelling and eliminate a typo in comments to...
2008-03-14 jhbAdd preliminary support for binding interrupts to CPUs:
2008-03-14 bzCorrect IPsec behaviour with a 'use' level in SP but...
2008-03-14 bzRemove the "Fast " from the
2008-03-14 jkimAdd a quirk to ignore ASUS LCM display found on some...
2008-03-14 jhbMake the function prototype for cpu_search() match...
2008-03-14 bzCorrect reference counting on the SP for outgoing IPv6...
2008-03-14 bz#if 0 out a currently unsued (and incomplete) function...
2008-03-14 bzReplace the function name in two identical printfs
2008-03-14 nyanAdd stub for pc98.
2008-03-14 jkoshyCorrect a typo.
2008-03-14 jhbFix a silly bogon which prevented all the CPUs that...
2008-03-13 jhbRework how the nexus(4) device works on x86 to better...
2008-03-13 cokaneReplace the non-MPSAFE timeout(9) API in ffs_softdep...
2008-03-13 jhbUse the SMAP data from the loader if it is provided...
2008-03-13 obrienstyle(9) & style.Makefile(9)
2008-03-13 cokaneAdd the module dependency on the mem(4) module. This...
2008-03-13 kibSince version 4.3, gcc changed its behaviour concerning...
2008-03-13 kibAdd missed parentheses
2008-03-13 davidxuAdd const qualifier to cpuset mask's pointer, since...
2008-03-13 jeffPR 117603
2008-03-12 delphijThis commit was generated by cvs2svn to compensate...
2008-03-12 jeff - The P_SA flag has been removed. Don't reference...
2008-03-12 jeff - Fix build breakage; there was a reference to a remov...
2008-03-12 jhbThe variable MTRR registers actually have variable...
2008-03-12 jhbMFamd64: Break up the probe logic in the mem_drvinit...
2008-03-12 jhbMinimize diffs with i686_mem.c:
2008-03-12 jhbRelax the BIOS/OS sempahore handoff code to workaround...
2008-03-12 jhbPartially revert 1.95. It changed the probe for a...
2008-03-12 samfix inverted test that disabled ACK's on xmit
2008-03-12 samadd device hints to control the rx FIFO interrupt level...
2008-03-12 remkoAdd missing comma.
2008-03-12 remkoAdd resume support to the agp_i810 family.
2008-03-12 rajConvert TSEC watchdog to the new scheme.
2008-03-12 rajObtain TSEC h/w address from the parent bus (OCP) and...
next