summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Replace two instances of vm_page_sleep_busy() with the page queuealc2002-10-201-4/+10
* '&' not used for pointers to functions.phk2002-10-201-2/+2
* Remove even more '&' from pointers to functions.phk2002-10-201-26/+26
* Add an actual implementation of kse_wakeup()julian2002-10-201-1/+41
* give alpha a bus_space_subregion() so that ahd_pci compiles and movesgallatin2002-10-201-0/+20
* Don't us an array[1], it just hides where '&' isn't used right.phk2002-10-201-11/+11
* Use ENOSPC error return, not ENOMEM.phk2002-10-201-3/+5
* Change the definition of the debugging registers to be an array, sophk2002-10-206-116/+110
* '&' is not needed to pointerize functions.phk2002-10-201-2/+2
* Connect ubsa module to build.kan2002-10-201-0/+1
* Now that the sectorsize and mediasize are properties of the provider,phk2002-10-2011-87/+38
* The g_id*() functions are not needed in the userland test-suite sophk2002-10-201-0/+2
* o Reinline vm_page_undirty(), reducing the kernel size. (This revertsalc2002-10-202-12/+11
* Use microuptime() instead of microtime() to bound the flush wait totmm2002-10-201-2/+2
* Make the sectorsize a property of providers so we can include it in the XMLphk2002-10-2011-7/+24
* Use %jd instead of %lld now that we have it.phk2002-10-205-19/+26
* It makes more sense for the fwheads and fwsectors properties to be inphk2002-10-201-1/+1
* Fix data corruption caused by last byte in oddly sized transfers being readtegge2002-10-201-2/+3
* Include fwsectors and gfwheads in the XML output for the disks we know.phk2002-10-201-0/+15
* Remove a boatload of '&' which are surplus to the requirements.phk2002-10-204-164/+164
* Revert last commit, there actually was a -1 waaaaay down in pcireg_cfgread().phk2002-10-202-0/+4
* Hide inline assembly if lint is defined.phk2002-10-203-3/+3
* "id" is never going to be -1 when it is unsigned.phk2002-10-202-4/+0
* Add kernel dump support, based on the ia64 version (which was committedtmm2002-10-207-169/+234
* Don't declare mb_statpcpu, it is static in subr_mbuf.cphk2002-10-201-1/+0
* Fix mis-indentation.phk2002-10-201-15/+15
* Be consistent about functions being static.phk2002-10-201-2/+2
* Constify input to the arc4 seed function.phk2002-10-202-9/+52
* #unifdef the code for checking blessed lock collisions until we need it.phk2002-10-201-0/+13
* Fix mis-indentation.phk2002-10-201-1/+1
* Don't track bio allocation in debug output.phk2002-10-201-5/+7
* Style(9) and english(9) fixes.phk2002-10-201-55/+54
* Make it possible to specify also via geom_t ID in the geom.ctl config ioctl.phk2002-10-202-7/+11
* After much delay and anticipation, welcome RAIDFrame into the FreeBSDscottl2002-10-20141-3/+42449
* - Lock page queue accesses in pmap_release().alc2002-10-201-1/+3
* Remove the special casing for IP addresses that are within the IVTmarcel2002-10-201-22/+2
* Define IVT_ENTRY and IVT_END as special versions of ENTRY and ENDmarcel2002-10-202-300/+320
* If MAC_MAX_POLICIES isn't defined, don't try to define it, just let therwatson2002-10-209-27/+9
* Stake a claim on 418 (__xstat), 419 (__xfstat), 420 (__xlstat)peter2002-10-194-0/+12
* Put back NORMAL_C_NOWERROR, it was actually used.mux2002-10-191-0/+1
* umap_sync is empty and is identical to vfs_stdsync. Remove it andkan2002-10-191-16/+1
* style(9)kan2002-10-191-4/+7
* Grab 416/417 real estate before I get burned while testing again.peter2002-10-194-0/+8
* Whitespace fixes per style(9)kan2002-10-191-11/+10
* Set the NOMACCHECK flag for namei()'s generated by the NFS server code.rwatson2002-10-191-0/+1
* Add a new 'NOMACCHECK' flag to namei() NDINIT flags, which permits therwatson2002-10-192-7/+13
* Regen from addition of execve_mac placeholder.rwatson2002-10-195-5/+5
* Implement the CDROMREADAUDIO ioctl.marcel2002-10-191-1/+37
* Add a placeholder for the execve_mac() system call, similar to SELinux'srwatson2002-10-194-0/+4
* Drop in the MAC check for file creation as part of open().rwatson2002-10-191-3/+11
OpenPOWER on IntegriCloud