summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Be a bit smarter about rewriting data so we don't loose too much performance.phk2002-05-261-21/+21
* Use an umazone per unit for allocating the sectors for malloc backing.phk2002-05-261-14/+32
* o Acquire and release Giant around pmap operations in vm_fault_unwire()alc2002-05-263-7/+5
* Give the "malloc" backing of md(4) an adaptive multilevel index tree tophk2002-05-251-64/+225
* Make discard devices clonable and unloadable. Also, change thebrooks2002-05-251-15/+57
* Move all unit number management cloned interfaces into the cloningbrooks2002-05-257-39/+47
* o Remove some unnecessary casting from and add some necessary casting toalc2002-05-251-3/+3
* ANSIfy (significant portions were already partly ANSIfied)des2002-05-251-115/+42
* Remove register.des2002-05-251-51/+51
* Automated whitespace cleanup.des2002-05-251-10/+10
* Fixed printf format errors which apparently crept in while -Wformat wasbde2002-05-256-14/+12
* "Fixed" printf format errors (64-bit daddr_t casualties; should use %jxbde2002-05-251-4/+4
* Fixed printf format errors. Most of them are 64-bit daddr_t casualties.bde2002-05-252-8/+12
* Fixed a printf format error. It was old and should have been detected bybde2002-05-251-1/+1
* Convert the interrupt queue from an array to a linked list. Implementjake2002-05-258-200/+383
* Try to handle "double faults" occuring at more trap levels (ie 4 :)).jake2002-05-252-28/+28
* Minor style.jake2002-05-251-3/+5
* Make the run queue parameters machine dependent. Optimize 64 bitjake2002-05-258-13/+316
* Backout 1.54 (restore definition for printf0 to actually do something).alfred2002-05-241-1/+1
* Convert ext2fs to nmount(2).mux2002-05-244-54/+56
* Fully reset a gem on some error conditions; otherwise it would hang intmm2002-05-241-0/+4
* The previous ANSIfication did not take into account earlier,markm2002-05-241-2/+2
* The previous ANSIfication did not take into account upgrade-buildsmarkm2002-05-241-4/+4
* Fixed AES encryption algorithm bugsuz2002-05-241-0/+1
* Fix warnings: deprecated use of label at end of compound statementpeter2002-05-242-1/+2
* Fix warnings due to macro varargs.peter2002-05-241-1/+1
* Oops, I missed this warning. Comment out extra junk after #endifpeter2002-05-241-1/+1
* Pacify gcc by preinitializing a variable.peter2002-05-241-2/+2
* Fix a few warnings by adding a missing prototypepeter2002-05-241-0/+1
* Fix warning; Extra tokens after #endifpeter2002-05-241-1/+1
* Fix warning; remove unused arg that was passed through uninitialized.peter2002-05-241-2/+2
* Fix warnings. Also, removed an unused variable that I found that was justpeter2002-05-241-6/+4
* Fix new compiler unhappiness.peter2002-05-244-1/+4
* Fix deprecated use of label at end of compound statementpeter2002-05-241-0/+1
* Constify a debug function arg that we pass __func__ to in order to pacifypeter2002-05-242-2/+2
* Fix warnings; deprecated use of label at end of compound statementpeter2002-05-241-0/+1
* pacify gcc-3.1's -Wunused checking.peter2002-05-241-1/+4
* Fix warning; deprecated use of label at end of compound statementpeter2002-05-241-0/+1
* Fix some low hanging fruit warnings. There are problems in i4b_ing.cpeter2002-05-242-0/+5
* Fix trivial warning:peter2002-05-241-0/+1
* Fix new gcc-3.1 warnings. I think this gets GENERIC compiling cleanlypeter2002-05-245-13/+16
* Add support for reading an additional loader configuration file. By default,gordon2002-05-243-1/+70
* o Replace the vm_map's hint by the root of a splay tree. By design,alc2002-05-242-81/+106
* For now, make the .ifdef GCC3 case default. We should change -Wno-formatpeter2002-05-241-7/+1
* Convert unionfs to nmount.mux2002-05-242-25/+22
* - Remove a few storage pools and replace them with UMA zones. The spansarr2002-05-247-78/+90
* - Turn a couple of storage pools into UMA zones and their associated callsarr2002-05-242-10/+13
* Fix comments.mux2002-05-241-1/+1
* Style nit, no functional changes.mux2002-05-232-0/+2
* - Fix uma_zcreate parameters -- don't pass M_* flags here, doh.arr2002-05-231-2/+2
OpenPOWER on IntegriCloud