summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add workaround for embedded NICs, in particular, the 815E boards.jlemon2001-05-172-17/+44
* During the code to pick a process to kill when memory is exhausted, keepjhb2001-05-171-3/+18
* - Don't panic on a try lock operation for a sleep lock if we hold a spinjhb2001-05-171-2/+6
* - Remove the global ithread_list_lock spin lock in favor of per-ithreadjhb2001-05-172-37/+34
* - Move the setting of bootverbose to a MI SI_SUB_TUNABLES SYSINIT.jhb2001-05-175-19/+15
* Use NHWI instead of APIC_IMEN_BITS.jhb2001-05-171-1/+1
* - Axe the IMEN_BITS and APIC_IMEN_BITS constants.jhb2001-05-172-8/+6
* Primary purpose of this commit is to enable support for the Aviatordmlb2001-05-174-300/+715
* Disable the wi driver locking for now. The driver tries to tsleep with thejhb2001-05-171-2/+2
* o Modify access control checks in p_candebug() such that the policy is asrwatson2001-05-171-3/+3
* Add a couple more codes for upcoming raylink driver additions.dmlb2001-05-171-9/+70
* Cleanupalfred2001-05-171-54/+50
* initialize pipe pointersalfred2001-05-171-0/+1
* pipe_create has to zero out the select record earlier to avoidalfred2001-05-171-1/+1
* Cosmetics to rev.1.89: removed argument names in a function prototype.ru2001-05-171-1/+1
* Backed out rev.1.8. Rev.1.8 was just to support a bogus unused includebde2001-05-171-2/+1
* Update to use the changed ioctl interface.sos2001-05-171-45/+42
* Change the ioctl interface to prepare for new functionality.sos2001-05-171-45/+50
* When a new block is allocated to a directory, an fsync of a filemckusick2001-05-174-39/+242
* VOP getwritemount() can be invoked on vnodes with VFREE flag set (used inbp2001-05-172-8/+24
* Use vop_*vobject() VOPs to get reference to VM object from upper or lower fs.bp2001-05-176-120/+120
* Do not leave an extra reference on vnode.bp2001-05-172-12/+4
* Allocate more memory if necessary.dcs2001-05-171-0/+3
* digiModel_t -> enum digi_modelbrian2001-05-174-18/+8
* Consistently define the rune types.obrien2001-05-165-17/+86
* Move the int typedefs to the top so they can be used in defining other types.obrien2001-05-165-116/+126
OpenPOWER on IntegriCloud