summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Change KM_ macro calls to the appropriate function call.arr2002-04-1930-238/+170
* - Remove KM_ macro calls and replace with the real function we're calling.arr2002-04-194-16/+12
* In sendfile(), use the vn_rdwr() helper function, rather than manuallyrwatson2002-04-191-13/+4
* Divorce proc0 and proc1 credentials earlier; while this isn't technicallyrwatson2002-04-191-0/+7
* Build modules on ia64:marcel2002-04-191-9/+38
* Make kernel dumps work with GEOM.phk2002-04-194-0/+53
* Make life easier for reference-vector generatorts in tools/regression/geomphk2002-04-191-0/+3
* suser is Giant safe, so optimize a pointless case.phk2002-04-191-3/+3
* Add a SI_DUMPDEV flag for devices.phk2002-04-192-0/+2
* Respect setting of NM to allow cross-building.marcel2002-04-191-1/+1
* Some fixes for Symbol card.onoe2002-04-191-2/+20
* Allocate sufficient pages to hold the bootinfo block and stopmarcel2002-04-192-14/+20
* Remove the bootinfo kludge. We get the address of the bootinfomarcel2002-04-191-28/+3
* 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
OpenPOWER on IntegriCloud