aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Merged from sys/boot/i386/btx/btx/btx.s revision 1.24.Yoshihiro Takahashi2001-05-212-8/+8
* Submitted by: Juha-Matti Liukkonen, Cubical Solutions Ltd (jml@cubical.fi)Hellmuth Michaelis2001-05-211-4/+4
* Move allocation of ExCA registers from the base driver into the busWarner Losh2001-05-213-34/+17
* Move setting of Vcc bit to before the vcc switch statement. TheWarner Losh2001-05-211-7/+5
* Next step on the road to pci: power taming.Warner Losh2001-05-214-84/+108
* Next step towards pcic_pci: the ability to allocate mapped memory in attach.Warner Losh2001-05-213-11/+72
* Add description for 82801BA controller.Jun Kuriyama2001-05-212-0/+32
* Two comments and one bug fix:Warner Losh2001-05-212-3/+15
* Aquire vm mutex when releasing sysv shm segments.Alfred Perlstein2001-05-201-0/+4
* Throw away the complications in npxsave() and their infrastructure.Bruce Evans2001-05-203-159/+69
* Use a critical region to protect almost everything in npxinit().Bruce Evans2001-05-203-0/+18
* Use a critical region to protect pushing of curproc's npx state toBruce Evans2001-05-201-1/+4
* Use a critical region to protect saving of the npx state in savectx().Bruce Evans2001-05-203-3/+12
* fix vm_mtx related compiler warningAndrew Gallatin2001-05-201-0/+1
* fix alpha-MD compile errors after the vm_mtx commitAndrew Gallatin2001-05-2011-0/+11
* Update softdep_setup_directory_add prototype to reflect changes inKirk McKusick2001-05-201-2/+3
* Plug memoly leak in overlaps fragment cases.Munechika SUMIKAWA2001-05-201-0/+6
* Add SmartLink 5634PCV SurfRiderMIHIRA Sanpei Yoshiro2001-05-202-0/+2
* Fix a range checking bug in ng_int32_parse which affected 64-bitJohn Polstra2001-05-191-4/+5
* Must ensure that all the entries on the pd_pendinghd list have beenKirk McKusick2001-05-191-3/+11
* #include <digi/*.h> -> #include <dev/digi/*.h>Brian Somers2001-05-193-9/+9
* Fairwell digiio.h (moved to src/sys/sys)Brian Somers2001-05-191-61/+0
* digiio.h has moved to /usr/include/sysBrian Somers2001-05-194-8/+8
* Add back the plain i82365 to the list of bridges that do specialWarner Losh2001-05-191-0/+1
* Initialize cinfo structure at compile time rather than run time sinceWarner Losh2001-05-192-34/+29
* slots and next haven't been used in a while. GC them.Warner Losh2001-05-191-6/+0
* Add new 'loadavg' entry, fix overflow with meminfo.Jonathan Lemon2001-05-194-16/+84
* Now that we've moved the mecia support out of pcic.c to its ownWarner Losh2001-05-191-12/+12
* Use new kernel_sysctlbyname function. Remove private copy.Jonathan Lemon2001-05-193-22/+2
* Add convenience function kernel_sysctlbyname() for kernel consumers,Jonathan Lemon2001-05-192-1/+27
* Move ISA specific code into pcic_isa. This is the probe routine, theWarner Losh2001-05-193-262/+255
* It turns out that Intel's i82365sl-DF step has the same ID as the VLSIWarner Losh2001-05-192-31/+62
* remove my private assertions from tsleep.Alfred Perlstein2001-05-191-7/+2
* Regen syscalls that were made mpsafe via vm_mtxAlfred Perlstein2001-05-196-23/+23
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-1991-253/+1149
* Must be a bit less aggressive about freeing pagedep structures.Kirk McKusick2001-05-181-1/+1
* Add a new ioctl to syscons, CONS_SCRSHOT. Given a userland buffer, itNik Clayton2001-05-182-0/+28
* Currently there is no way to tell if write operation invoked viaBoris Popov2001-05-182-2/+2
* Make _BSD_TIME_T_ (time_t) an `int' rather than `long'. This will helpDavid E. O'Brien2001-05-183-3/+3
* Style changes -- revert ordering to mostly two revs ago.David E. O'Brien2001-05-185-291/+293
* - Use a timeout for the tsleep in scheduler() instead of having vmmeter()John Baldwin2001-05-182-5/+22
* Add workaround for embedded NICs, in particular, the 815E boards.Jonathan Lemon2001-05-172-17/+44
* During the code to pick a process to kill when memory is exhausted, keepJohn Baldwin2001-05-171-3/+18
* - Don't panic on a try lock operation for a sleep lock if we hold a spinJohn Baldwin2001-05-171-2/+6
* - Remove the global ithread_list_lock spin lock in favor of per-ithreadJohn Baldwin2001-05-172-37/+34
* - Move the setting of bootverbose to a MI SI_SUB_TUNABLES SYSINIT.John Baldwin2001-05-175-19/+15
* Use NHWI instead of APIC_IMEN_BITS.John Baldwin2001-05-171-1/+1
* - Axe the IMEN_BITS and APIC_IMEN_BITS constants.John Baldwin2001-05-172-8/+6
* Primary purpose of this commit is to enable support for the AviatorDuncan Barclay2001-05-174-299/+714
* Disable the wi driver locking for now. The driver tries to tsleep with theJohn Baldwin2001-05-171-2/+2