summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove a stray comment terminator that was hiding beyond 80 columns.mdodd2002-04-171-1/+1
* - Add defines for ABR and UBR traffic types.mdodd2002-04-172-0/+6
* Do not free the vmspace until p->p_vmspace is set to null. Otherwisepeter2002-04-171-3/+7
* I am not sure why ## was used in this macro, as w/o the string concatenationobrien2002-04-171-2/+2
* Recongnize more error codes returned by W2K servers.bp2002-04-172-1/+14
* Add more NetBIOS name types.bp2002-04-171-2/+9
* Remove an unused option, VM_FAULT_HOLD, to vm_fault().alc2002-04-172-3/+0
* diff reductionjulian2002-04-171-9/+0
* Slight diff-reduction to -stable.julian2002-04-171-5/+5
* The recent NFS forced unmount improvements introduced a side-effectiedowse2002-04-174-8/+28
* Add MODULE_VERSION.mdodd2002-04-171-0/+1
* Wrap function in #ifdef DIAGNOSTIC to compile with -Werror.mdodd2002-04-171-2/+4
* Add ESA200 to enum atm_device.mdodd2002-04-171-0/+1
* - Convert the 'hfa' ATM interface driver to newbus.mdodd2002-04-1712-1/+1024
* Add DEVICE_POLLING support to the "rl" driver.luigi2002-04-162-6/+73
* This time get it rightjulian2002-04-161-2/+1
* Makefile for the myson driver.julian2002-04-161-0/+9
* Add entry for the myson ethernet driverjulian2002-04-161-0/+1
* Scale back # of luns supported for SCC to 16384- oops- top 3 bits are amjacob2002-04-163-28/+112
* Diff reduction to 4.x version.julian2002-04-161-44/+41
* Lock proctree_lock instead of pgrpsess_lock.jhb2002-04-1610-31/+31
* - Lock proctree_lock instead of pgrpsess_lock.jhb2002-04-162-39/+42
* - Lock proctree_lock instead of pgrpsess_lock.jhb2002-04-161-35/+20
* - Lock proctree_lock instead of pgrpsess_lock.jhb2002-04-162-8/+8
* - Merge the pgrpsess_lock and proctree_lock sx locks into one proctree_lockjhb2002-04-163-30/+17
* Correct a comment.benno2002-04-163-3/+3
* Implement the following functions:benno2002-04-163-24/+216
* Remove some dead code.benno2002-04-163-48/+0
* Use mtsrin() instead of inline asm.benno2002-04-163-9/+6
* Change the value of PMAP_BOOTSTRAP so we don't stomp on the PTE index value.benno2002-04-163-3/+3
* Add inlines for mtsrin and mfsrin.benno2002-04-161-0/+17
* Add support for the nVIDIA nForce ATA controller.sos2002-04-162-58/+50
* Merge from OpenBSD's fixes:imp2002-04-162-278/+278
* Minor format nitimp2002-04-161-1/+0
* Remove code that updates vm->vm_ssize. This duplicates work alreadyalc2002-04-161-20/+0
* Remove code that updates vm->vm_ssize. This duplicates work already performedalc2002-04-161-20/+0
* Cast another bus_addr_t to long long for a printf to quiet a warning onjhb2002-04-161-1/+2
* - Nuke fore_pci_device.arr2002-04-161-67/+41
* - Remove PCA-200E definition -- this will be re-added in the commit toarr2002-04-161-1/+0
* pal.s is no longer needed for the kernel to build with Gcc. We now useobrien2002-04-151-1/+0
* Remove the .stab directives. I do not understand what is different aboutobrien2002-04-152-4/+1
* Remove two debug printfs which should never have been committed.phk2002-04-151-4/+0
* You have to cast int64_t's to long long if you printf them with %lld.jhb2002-04-151-2/+2
* Recognize the AC97 interface to the onboard sound controller on the Nvidiajhb2002-04-151-0/+4
* Sync with UDF p4 tree: Use POSIX integer types instead of BSD types.asmodai2002-04-154-159/+159
* Document WITNESS_PROFILING.des2002-04-151-0/+22
* Use bus_addr_t instead of u_int for local variables that are derived fromjhb2002-04-151-5/+5
* Fix some nits in AMD AGP driver. Remove excess malloc and move a bzerocokane2002-04-152-20/+6
* Fix an "oops!" that turned out to be mostly harmless (but gave a warning).peter2002-04-152-6/+6
* Pass vm_page_t instead of physical addresses to pmap_zero_page[_area]()peter2002-04-1512-76/+73
OpenPOWER on IntegriCloud