summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Correct the URL to the Hacker's Guide to Voxware.greid2001-08-211-3/+3
* These appear to be necessary for a pci cardbus card, but not for laptops.imp2001-08-211-0/+2
* Fix bug in physmem_est calculation - the kernel_map size was not beingdillon2001-08-212-10/+12
* Detect a certain type of PCIBIOS brain damage. For some reason,peter2001-08-217-0/+79
* Make COMPAT_43 optional again. XXX we need COMPAT_FBSD3 etc for thispeter2001-08-219-4/+64
* Use register g6 to point to a small stack for svaing alternate globalsjake2001-08-211-9/+40
* Handle the pcb window scratch area in cpu_fork.jake2001-08-211-20/+36
* Save and restore %fprs and %y, which are unused by kernel code, butjake2001-08-212-24/+70
* Disable interrupts when calling openfirmware.jake2001-08-212-14/+26
* Rename fp_init_pcb to fp_init_proc. Set the FEF bit in fprs register;jake2001-08-202-5/+19
* Add definitions for new assembler code.jake2001-08-201-0/+31
* Catch up with new trap entry point names.jake2001-08-201-23/+3
* Add variables needed by hardware watchpoint support.jake2001-08-202-0/+12
* Add code for supporting hardware watch points.jake2001-08-203-0/+256
* 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
OpenPOWER on IntegriCloud