]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2001-01-24 jhbMake mp_machdep.c be an optional file conditional on...
2001-01-24 jhbProc locking.
2001-01-24 jhbUse queue macros.
2001-01-24 jhbAdd a prototype for isa_irq_mask() to quiet a warning.
2001-01-24 jhbWrap the IPI definitions and function prototypes in...
2001-01-24 jhb- Rename the gd_cpuno member of struct globaldata to...
2001-01-24 jhb- Proc locking.
2001-01-24 jhb- Change userret() to take a struct trapframe * as...
2001-01-24 jhb- Proc locking.
2001-01-24 jhb- Proc locking.
2001-01-24 jhb- Adjust some whitespace to reduce diffs with the i386...
2001-01-24 jhb- Initialize curproc, proc0.p_heldmtx, and proc0.p_cont...
2001-01-24 jhb- Wrap the IPI interrupt handler in #ifdef SMP.
2001-01-24 jhbcpuno -> cpuid.
2001-01-24 jhbDon't import the nonexistent astpending variable.
2001-01-24 jhbWrap the startup code used by secondary processors...
2001-01-24 jhbRemove the Xforward_irq IPI.
2001-01-24 jhb- Remove all the #if 0'd code that used to implement...
2001-01-24 jhbRemove unused locks: cpl, fast_intr, intr, mpintr.
2001-01-24 jhb- Proc locking.
2001-01-24 jhb- Remove Xforward_irq, cpl_lock, and fast_intr_lock.
2001-01-24 jhbSetup the return values for a child process in the...
2001-01-24 jhb- Kill the have_giant parameter to userret() along...
2001-01-24 jhb- Proc locking.
2001-01-24 jhb- Relocate portions of this file to get it into an...
2001-01-24 jhb- Proc locking.
2001-01-24 ruMdoc(7)ify the previous revision.
2001-01-24 jhbCall fork_exit() now instead of futzing around in assem...
2001-01-24 rumdoc(7) police: fixed some minor formatting/spelling...
2001-01-24 jhb- Split p_flag up into two fields. p_flag keeps most...
2001-01-24 sobomaxProtect against multiple inclusion.
2001-01-24 sobomaxMinor fixes:
2001-01-24 jhbFix a typo.
2001-01-24 hmremove redundant definitions of card types:
2001-01-24 ruMention the -F in the usage().
2001-01-24 sobomaxMake `-y' option actually work.
2001-01-24 jhbAdd missing include.
2001-01-24 mckusickNever reuse AUTO_OID values.
2001-01-24 jhbThe lock being destroyed was misnamed, not unused....
2001-01-24 jhb#ifdef a local variable only used in debugging code.
2001-01-24 jhbConst'ify cam_sim.sim_name to quiet warnings.
2001-01-24 cgdon't grope around inside snd_dbuf structures as they...
2001-01-24 cgfix certain cards failing to attach
2001-01-24 cgfix blocksizing for playback, implement blocksizing...
2001-01-24 cgsome cosmetics, changed channel setup and revamped...
2001-01-24 cgprevent excessively small buffer sizes resulting in...
2001-01-24 jhbDon't grab Giant when calling kmem_alloc/kmem_free...
2001-01-24 jhbProc locking.
2001-01-24 jhb- Proc locking.
2001-01-24 jhb- Proc locking.
2001-01-24 jhbProc locking.
2001-01-24 jhbProc locking to protect p_ucred while we obtain additio...
2001-01-24 jhb- Proc locking.
2001-01-24 jhb- Proc locking.
2001-01-24 mjacob"Rejected with status" is better than "Rejected for...
2001-01-24 jhbUse selrecord() instead of doing the work ourselves.
2001-01-24 jhbMake the device name in an isa_device a const char...
2001-01-24 jhbUse queue macros.
2001-01-23 jhbProc locking.
2001-01-23 jhb- Use 'p' instead of 'curproc' for the namei lookup...
2001-01-23 jhbProc locking.
2001-01-23 mjacobHmm. This must be a first. The man page was updated...
2001-01-23 mjacobAllow fxp to configure in I/O space if the user wants...
2001-01-23 jhbProc locking, mostly protecting p_ucred while obtaining...
2001-01-23 jhb- Remove unused header include.
2001-01-23 jhbProc locking to protect p_ucred while we obtain an...
2001-01-23 jhb- FreeBSD doesn't have an abortop vnop as far as I...
2001-01-23 jhbTag unused functions with __unused.
2001-01-23 jhbProc locking to protect p_ucred while we obtain another...
2001-01-23 jhbUse suser(9) instead of checking p->p_ucred->cr_uid...
2001-01-23 jhbRemove a prototype for an unused and undefined debuggin...
2001-01-23 jhbTag unused functions with __unused.
2001-01-23 jhb- Move stg_card_intr()'s prototype and definition insid...
2001-01-23 gibbsWhen flipping the first entry in the qinfifo with the...
2001-01-23 jhbRelocate the 'hwfuncs' functions below the inlined...
2001-01-23 jhb- Proc locking.
2001-01-23 jhbMove nsp_card_intr()'s prototype and definition inside...
2001-01-23 jhbMove the definition of nsp_start_timer() earlier in...
2001-01-23 jhbThe ncv_card_intr function is only used in older versio...
2001-01-23 jhbUse the 'slp' local variable that was otherwise unused...
2001-01-23 jhb#if 0 out local variables only used in #if 0'd code...
2001-01-23 jhbAdd curly braces ({}) around each struct speedtab to...
2001-01-23 jhbProc locking in the form of using the proc lock to...
2001-01-23 jhbAxe unused local variable.
2001-01-23 jhb- Mark an unused function with __unused.
2001-01-23 jhbAxe an unused static softc.
2001-01-23 jhbMove a temporary #ifdef of code (just the #ifdef part...
2001-01-23 jhbKill a warning by marking an unused function with __unused.
2001-01-23 nectarCall pam_setcred.
2001-01-23 jhbArgh, atomic_store_rel -> atomic_store_rel_int.
2001-01-23 jhbWoops, add in missing headers.
2001-01-23 jhbProc locking.
2001-01-23 jhbUse queue macros.
2001-01-23 jhb- Add proc locking.
2001-01-23 krisFix the vulnerability with TCP ECE packets recently...
2001-01-23 jhb- Use proper atomic operations to make the run time...
2001-01-23 jhb- Add necessary proc locking.
2001-01-23 jhbFreeBSD doesn't have p_emuldata, and our stackgap_init...
2001-01-23 jhbUse proc lock to safely obtain references to p_ucred...
2001-01-23 jhbProtect calcru() with sched_lock.
next