summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Don't put a line break in string literals. GCC 3.1 complains and GCCmarcel2002-04-202-26/+20
* Improve style consistency of vfs_syscalls.c by converting the style usedrwatson2002-04-202-106/+164
* Don't put a line break in string literals. GCC 3.1 complains and GCCmarcel2002-04-201-2/+2
* Spelling fix for comment.rwatson2002-04-201-1/+1
* Comment out and mark broken the hea and hfa devices until someone hasmike2002-04-201-2/+3
* - Nuke small sgi ifdef bits.arr2002-04-202-9/+0
* Fix compiling of acpica when debugging is enabled. In the previousmike2002-04-191-2/+7
* Clean up:alfred2002-04-192-8/+20
* Move tx(4) driver to sys/dev/tx. BTW split hardware structures and constantssemenu2002-04-197-2716/+14
* Make this build on 4.x machines again (building a -current kernel on aimp2002-04-193-36/+27
* - Nuke some more #ifdef sun related sections.arr2002-04-194-41/+1
* - Nuke some #ifdef sun4m code; it hasn't been updated in 4 years and is notarr2002-04-192-69/+0
* - 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
OpenPOWER on IntegriCloud