summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Sort includes.jhb2001-05-217-7/+7
* - Assert that the vm mutex is held in pipe_free_kmem().jhb2001-05-211-1/+6
* Axe unneeded spl()'s.jhb2001-05-213-10/+1
* syslog.h fails to compile with -Wwrite-stringsphk2001-05-211-2/+2
* Change pmap_emulate_reference() so that it only touches the vm_pagegallatin2001-05-211-1/+9
* catch these files up to their i386 neighbors to make alpha bootgallatin2001-05-215-20/+60
* Update pc98 memory probe functions.nyan2001-05-214-572/+82
* Merged from sys/i386/isa/npx.c revisions 1.99 and 1.100.nyan2001-05-211-74/+29
* Merged from sys/i386/i386/machdep.c revisions 1.452 and 1.453.nyan2001-05-212-24/+24
* Merged from sys/boot/i386/btx/btx/btx.s revision 1.24.nyan2001-05-212-8/+8
* Submitted by: Juha-Matti Liukkonen, Cubical Solutions Ltd (jml@cubical.fi)hm2001-05-211-4/+4
* Move allocation of ExCA registers from the base driver into the busimp2001-05-213-34/+17
* Move setting of Vcc bit to before the vcc switch statement. Theimp2001-05-211-7/+5
* Next step on the road to pci: power taming.imp2001-05-214-84/+108
* Next step towards pcic_pci: the ability to allocate mapped memory in attach.imp2001-05-213-11/+72
* Add description for 82801BA controller.kuriyama2001-05-212-0/+32
* Two comments and one bug fix:imp2001-05-212-3/+15
* Aquire vm mutex when releasing sysv shm segments.alfred2001-05-201-0/+4
* Throw away the complications in npxsave() and their infrastructure.bde2001-05-203-159/+69
* Use a critical region to protect almost everything in npxinit().bde2001-05-203-0/+18
* Use a critical region to protect pushing of curproc's npx state tobde2001-05-201-1/+4
* Use a critical region to protect saving of the npx state in savectx().bde2001-05-203-3/+12
* fix vm_mtx related compiler warninggallatin2001-05-201-0/+1
* fix alpha-MD compile errors after the vm_mtx commitgallatin2001-05-2011-0/+11
* Update softdep_setup_directory_add prototype to reflect changes inmckusick2001-05-201-2/+3
* Plug memoly leak in overlaps fragment cases.sumikawa2001-05-201-0/+6
* Add SmartLink 5634PCV SurfRidersanpei2001-05-202-0/+2
* Fix a range checking bug in ng_int32_parse which affected 64-bitjdp2001-05-191-4/+5
* Must ensure that all the entries on the pd_pendinghd list have beenmckusick2001-05-191-3/+11
* #include <digi/*.h> -> #include <dev/digi/*.h>brian2001-05-193-9/+9
* Fairwell digiio.h (moved to src/sys/sys)brian2001-05-191-61/+0
* digiio.h has moved to /usr/include/sysbrian2001-05-194-8/+8
* Add back the plain i82365 to the list of bridges that do specialimp2001-05-191-0/+1
* Initialize cinfo structure at compile time rather than run time sinceimp2001-05-192-34/+29
* slots and next haven't been used in a while. GC them.imp2001-05-191-6/+0
* Add new 'loadavg' entry, fix overflow with meminfo.jlemon2001-05-194-16/+84
* Now that we've moved the mecia support out of pcic.c to its ownimp2001-05-191-12/+12
* Use new kernel_sysctlbyname function. Remove private copy.jlemon2001-05-193-22/+2
* Add convenience function kernel_sysctlbyname() for kernel consumers,jlemon2001-05-192-1/+27
* Move ISA specific code into pcic_isa. This is the probe routine, theimp2001-05-193-262/+255
* It turns out that Intel's i82365sl-DF step has the same ID as the VLSIimp2001-05-192-31/+62
* remove my private assertions from tsleep.alfred2001-05-191-7/+2
* Regen syscalls that were made mpsafe via vm_mtxalfred2001-05-196-23/+23
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-1991-253/+1149
* Must be a bit less aggressive about freeing pagedep structures.mckusick2001-05-181-1/+1
* Add a new ioctl to syscons, CONS_SCRSHOT. Given a userland buffer, itnik2001-05-182-0/+28
* Currently there is no way to tell if write operation invoked viabp2001-05-182-2/+2
* Make _BSD_TIME_T_ (time_t) an `int' rather than `long'. This will helpobrien2001-05-183-3/+3
* Style changes -- revert ordering to mostly two revs ago.obrien2001-05-185-291/+293
* - Use a timeout for the tsleep in scheduler() instead of having vmmeter()jhb2001-05-182-5/+22
OpenPOWER on IntegriCloud