aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Improve interlocking for card removal. We now can remove the card inWarner Losh2001-08-193-28/+60
* Constify m_copydata.Julian Elischer2001-08-191-1/+1
* Forgot to remove this un-needed test. (M_WAITOK won't fail)Julian Elischer2001-08-192-3/+1
* Don't needlessly duplicate what's basically the same copyright.Jake Burkholder2001-08-181-26/+1
* Implement cpu_wait().Jake Burkholder2001-08-181-3/+26
* Increase the size of the phys_avail memory map. Implement pmap_dispose_proc.Jake Burkholder2001-08-181-9/+46
* Spell ta 1 correctly as ta %xcc, 1. Use %pil for critical enter/exitJake Burkholder2001-08-181-13/+10
* Gcc 3.0 requires a .register pseudo-op for certain global registers whenJake Burkholder2001-08-181-0/+5
* fix typoJulian Elischer2001-08-181-1/+1
* Extend comments documenting various supported audio formats and mixer devices.Maxim Sobolev2001-08-181-32/+49
* Unbreak linux compatibility by providing the correct length of the buffer.Mark Peek2001-08-181-1/+1
* There is nothing special that requires SSE to be only on 686 class cpus.Peter Wemm2001-08-182-12/+8
* Sigh. ufs_lookup() calls ffs_snapgone(), meaning that 'options EXT2FS'Peter Wemm2001-08-182-2/+9
* Only compile the ufs components if FFS || IFS || EXT2FS are present, notPeter Wemm2001-08-181-12/+35
* Don't alocate a 400 byte buffer on the stack,Julian Elischer2001-08-181-24/+40
* Turn off SMP on Alpha for the time being. There are some memory orderingJohn Baldwin2001-08-182-2/+2
* Grab Giant around trapsignal() at the bottom of trap().John Baldwin2001-08-181-0/+2
* Remove redundant declarations of functions that are declared inJohn Baldwin2001-08-181-2/+0
* Implement a LOCAL_PEERCRED socket option which returns aDima Dorfman2001-08-174-3/+105
* Clarify the description string for one of the StrongARM based cards.Scott Long2001-08-171-1/+2
* Fix style nits.David E. O'Brien2001-08-172-16/+16
* Restore initialization of ahc->unpause lost in rev 1.76. ahc->unpauseJustin T. Gibbs2001-08-171-2/+4
* Fix part of another problem that bde pointed out. This is differentPeter Wemm2001-08-161-2/+3
* Remove redundant null-termination. The buffer is already explicitlyPeter Wemm2001-08-161-8/+1
* Don't explicitly null-terminate. The buffer we are copying into isPeter Wemm2001-08-161-1/+0
* After one more day of testing, make what I hope are the final tweaks toBill Paul2001-08-162-6/+10
* Prototype the ptrace_*()David E. O'Brien2001-08-161-0/+4
* oops- typo in a previous commitMatt Jacob2001-08-161-1/+1
* Fix a spelling error in a comment.Matt Jacob2001-08-161-1/+1
* Fix the so-called "half-baked-probe" code that I wrote a long time agoWarner Losh2001-08-162-0/+4
* Add more MBOX and ASYNC event defines.Matt Jacob2001-08-161-0/+4
* Thanks to PHK for spotting: ISPASYNC_UNHANDLED_RESPONSE notMatt Jacob2001-08-161-1/+2
* Enable LIP F8, LIP Reset async events.Matt Jacob2001-08-161-4/+45
* Fix typoJulian Elischer2001-08-161-1/+1
* Only allocate teh 1540 byte buffer if we need it..Julian Elischer2001-08-161-18/+18
* Reduce stack allocation (stack-fast?).Mark Peek2001-08-161-38/+63
* Fix a dangling {David E. O'Brien2001-08-161-1/+1
* Minor style(9)'ingDavid E. O'Brien2001-08-161-2/+9
* style(9) and make consistent across platformsDavid E. O'Brien2001-08-1611-170/+208
* Use the backwards compatability mechanisms so that ps/top etc dont havePeter Wemm2001-08-162-13/+24
* Use explicit sizes for the prpsinfo command length string so thatPeter Wemm2001-08-162-2/+4
* Don't allocate a 512 byte buffer on the stack in snplwrite. It'sDima Dorfman2001-08-161-5/+12
* There is no MD_OBJET disk type, it's actually MD_SWAP. I guess theDima Dorfman2001-08-161-1/+1
* Still more changes to try to prevent TX lockups. Will wait for one moreBill Paul2001-08-164-14/+96
* Don't allocate an entire 1500 byte buffer on the stack.Julian Elischer2001-08-152-5/+14
* OFF_T -> OFF (more standard style)Andrey A. Chernov2001-08-1510-20/+20
* The 'astpending' variable is already declared in trap.c (and unused inJohn Baldwin2001-08-151-1/+0
* FreeBSD doesn't use a want_resched variable. Instead, the PS_NEEDRESCHEDJohn Baldwin2001-08-153-15/+0
* Add OFF_T_MAX/OFF_T_MINAndrey A. Chernov2001-08-156-0/+18
* Add OFF_T_MAX/OFF_T_MINAndrey A. Chernov2001-08-154-0/+12