summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Improve interlocking for card removal. We now can remove the card inimp2001-08-193-28/+60
* Constify m_copydata.julian2001-08-191-1/+1
* Forgot to remove this un-needed test. (M_WAITOK won't fail)julian2001-08-192-3/+1
* Don't needlessly duplicate what's basically the same copyright.jake2001-08-181-26/+1
* Implement cpu_wait().jake2001-08-181-3/+26
* Increase the size of the phys_avail memory map. Implement pmap_dispose_proc.jake2001-08-181-9/+46
* Spell ta 1 correctly as ta %xcc, 1. Use %pil for critical enter/exitjake2001-08-181-13/+10
* Gcc 3.0 requires a .register pseudo-op for certain global registers whenjake2001-08-181-0/+5
* fix typojulian2001-08-181-1/+1
* Extend comments documenting various supported audio formats and mixer devices.sobomax2001-08-181-37/+54
* Unbreak linux compatibility by providing the correct length of the buffer.mp2001-08-181-1/+1
* There is nothing special that requires SSE to be only on 686 class cpus.peter2001-08-182-12/+8
* Sigh. ufs_lookup() calls ffs_snapgone(), meaning that 'options EXT2FS'peter2001-08-182-2/+9
* Only compile the ufs components if FFS || IFS || EXT2FS are present, notpeter2001-08-181-12/+35
* Don't alocate a 400 byte buffer on the stack,julian2001-08-181-24/+40
* Turn off SMP on Alpha for the time being. There are some memory orderingjhb2001-08-182-2/+2
* Grab Giant around trapsignal() at the bottom of trap().jhb2001-08-181-0/+2
* Remove redundant declarations of functions that are declared injhb2001-08-181-2/+0
* Implement a LOCAL_PEERCRED socket option which returns add2001-08-174-3/+105
* Clarify the description string for one of the StrongARM based cards.scottl2001-08-171-1/+2
* Fix style nits.obrien2001-08-172-16/+16
* Restore initialization of ahc->unpause lost in rev 1.76. ahc->unpausegibbs2001-08-171-2/+4
* Fix part of another problem that bde pointed out. This is differentpeter2001-08-161-2/+3
* Remove redundant null-termination. The buffer is already explicitlypeter2001-08-161-8/+1
* Don't explicitly null-terminate. The buffer we are copying into ispeter2001-08-161-1/+0
* After one more day of testing, make what I hope are the final tweaks towpaul2001-08-162-6/+10
* Prototype the ptrace_*()obrien2001-08-161-0/+4
* oops- typo in a previous commitmjacob2001-08-161-1/+1
* Fix a spelling error in a comment.mjacob2001-08-161-1/+1
* Fix the so-called "half-baked-probe" code that I wrote a long time agoimp2001-08-162-0/+4
* Add more MBOX and ASYNC event defines.mjacob2001-08-161-0/+4
* Thanks to PHK for spotting: ISPASYNC_UNHANDLED_RESPONSE notmjacob2001-08-161-1/+2
* Enable LIP F8, LIP Reset async events.mjacob2001-08-161-4/+45
* Fix typojulian2001-08-161-1/+1
* Only allocate teh 1540 byte buffer if we need it..julian2001-08-161-20/+20
* Reduce stack allocation (stack-fast?).mp2001-08-161-40/+65
* Fix a dangling {obrien2001-08-161-1/+1
* Minor style(9)'ingobrien2001-08-161-2/+9
* style(9) and make consistent across platformsobrien2001-08-1611-170/+208
* Use the backwards compatability mechanisms so that ps/top etc dont havepeter2001-08-162-13/+24
* Use explicit sizes for the prpsinfo command length string so thatpeter2001-08-162-2/+4
* Don't allocate a 512 byte buffer on the stack in snplwrite. It'sdd2001-08-161-5/+12
* There is no MD_OBJET disk type, it's actually MD_SWAP. I guess thedd2001-08-161-1/+1
* Still more changes to try to prevent TX lockups. Will wait for one morewpaul2001-08-164-14/+96
* Don't allocate an entire 1500 byte buffer on the stack.julian2001-08-152-5/+14
* OFF_T -> OFF (more standard style)ache2001-08-1510-20/+20
* The 'astpending' variable is already declared in trap.c (and unused injhb2001-08-151-1/+0
* FreeBSD doesn't use a want_resched variable. Instead, the PS_NEEDRESCHEDjhb2001-08-153-15/+0
* Add OFF_T_MAX/OFF_T_MINache2001-08-156-0/+18
* Add OFF_T_MAX/OFF_T_MINache2001-08-154-0/+12
OpenPOWER on IntegriCloud