summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update comments to better match reality.mux2002-05-231-2/+2
* Convert nullfs to nmount.mux2002-05-232-17/+12
* Slightly change the way we pass mount options to the filesystemmux2002-05-232-12/+24
* o Conditionalize sections for POSIX.1-2001 compatibility.mike2002-05-231-31/+49
* ANSIfy variable-argument macros.markm2002-05-232-6/+6
* In m_aux_delete, no need to chase beyond victim.ume2002-05-231-0/+1
* Whitespace only; fix indentation.markm2002-05-231-3/+3
* Dont panic if only one disk on a channel can do tagged queueing.sos2002-05-231-8/+8
* Fixed broken ``make -jX install''.ru2002-05-231-0/+1
* Minor nit: get p pointer in msleep() from td->td_proc (wherejhb2002-05-231-1/+1
* Whitespace: trim a trailing tab.jhb2002-05-231-1/+1
* Make the counters uintmax_ts, and use %ju rather than %llu.des2002-05-232-4/+6
OpenPOWER on IntegriCloud