summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-1956-375/+476
* o Move the acquisition of Giant from vm_fault() to the pointalc2002-04-191-12/+8
* o Remove vm_map_growstack() from ia64's trap_pfault().alc2002-04-191-16/+2
* When exec'ing a set[ug]id program, make sure that the stdio file descriptorsnectar2002-04-193-0/+70
* Fix the breakage of tagged queueing that the busdma integrationsos2002-04-185-27/+32
* Add the PCI ID for an upcoming variant of a soon-to-be released series ofscottl2002-04-181-0/+2
* Cleanup comments.alfred2002-04-181-11/+2
* Remove support for using soon to be retired "special" poll(2) ops.alfred2002-04-181-7/+7
* Cleanup of logic, flow and comments.alfred2002-04-181-20/+18
* Work around an Intel 21143 chip bug.mckay2002-04-182-14/+20
* Add a comment documenting a race condition in vm_fault(): Specifically, aalc2002-04-181-0/+3
* Since WITNESS doesn't just do mutexes, remove "mutex" from the WITNESSrwatson2002-04-186-6/+6
* Witness doesn't just track mutexes, so don't say mutexes specifically. Itrwatson2002-04-181-1/+1
* o Call vm_map_growstack() from vm_fault() if vm_map_lookup() has failedalc2002-04-183-35/+14
* Fix typo in adjusted panic message.tegge2002-04-176-6/+6
* Update io_apic_ints array properly when revoking an irq mapping.tegge2002-04-176-12/+12
* De-K&R dkcksum() to fix some issues with c++.alfred2002-04-173-6/+3
* Avoid calling malloc() or free() while holding themux2002-04-172-14/+27
* Install files via FILES, there's no reason to compare them before installing.ru2002-04-171-18/+6
* Fix missing commas.mdodd2002-04-171-4/+4
* Really unbreak it this time (clean and install were still broken).ru2002-04-171-5/+3
* Fix a compiler warning I missed in the last commit.ticso2002-04-171-1/+1
* Make delay iteration counts a function of hz as the delay period in eachbrian2002-04-171-25/+21
* Make delay iteration counts a function of hz as the delay period in eachbrian2002-04-171-5/+5
* Revive dec_axppci_33_intr_route for LCA.ticso2002-04-172-48/+27
* Parenthesize some macro arguments.tmm2002-04-171-2/+2
* Clear the error flags in the LCA_IOC_STAT0 register afterticso2002-04-171-0/+18
* Add macros for concatenating tailqs and stailqs.tmm2002-04-171-0/+18
* Rework the kernel environment subsystem. We now convert the staticmux2002-04-1725-128/+576
* Add an entry for the kenv(2) syscall (code to follow).mux2002-04-171-0/+2
* Revert part of revision 1.49 which was supposed to be white spacejoe2002-04-171-1/+1
* 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
OpenPOWER on IntegriCloud