summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a system call trap type and syscall() call request handler.jake2001-08-202-2/+228
* Add support for splitting the register windows on entry to thejake2001-08-204-399/+1111
* db_expr_t is signed.jake2001-08-201-1/+1
* Add definitions for bits in condition code register and the load storejake2001-08-204-13/+164
* Add a definition for the load store unit control register.jake2001-08-201-0/+2
* Make the copyright consistent.brian2001-08-204-12/+0
* Sync globals.h up with the other platforms. There is still some cruft inobrien2001-08-202-14/+15
* Avoid sleeping while holding a mutex in dounmount(). This problemiedowse2001-08-202-12/+14
* Fix fencepost error causing creation of 0-length mbufs when the boundaryfenner2001-08-201-2/+2
* Clean up some ways in which we set defaults for SCSI cardsmjacob2001-08-201-136/+172
* Add MBOX_GET_PCI_PARAMS alias.mjacob2001-08-201-0/+1
* Conditionalize VM_SWZONE_SIZE_MAX and VM_BCACHE_SIZE_MAX so MD sectionsdillon2001-08-201-0/+4
* Mark some functions as __printflike() and/or taking const char * argumentskris2001-08-201-1/+1
* Handle snprintf() returning -1brian2001-08-201-3/+13
* mdoc(7) police: markup nits.ru2001-08-201-9/+17
* Sync the default module search path with the one indd2001-08-201-1/+1
* Limit the amount of KVM reserved for the buffer cache and for swap-metadillon2001-08-208-4/+70
* 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
OpenPOWER on IntegriCloud