summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Back out part of previous commit; the dev_t union trick is still useful indes2002-05-281-1/+6
* Add uuidgen(2) and uuidgen(1).marcel2002-05-288-7/+309
* Add syscall uuidgen() for generating Univerally Unique Identifiersmarcel2002-05-281-0/+1
* Introduce struct xtty, used when exporting tty information to userland.des2002-05-282-11/+59
* o Remove unused #defines.alc2002-05-271-9/+0
* Print srr1 in printtrap()benno2002-05-272-2/+4
* Get the correct memory regions from OpenFirmware. We were getting thebenno2002-05-276-91/+95
* Use correct types in [sf]uword32.benno2002-05-272-8/+8
* Don't tsleep() with an sb_mtx held.dd2002-05-271-2/+2
* Use underscored variant of BYTE_ORDER and friends to allow this tomike2002-05-271-4/+4
* Regen.joe2002-05-272-2/+16
* Add a couple of new aue ethernet adapters from NetBSD:joe2002-05-272-0/+4
* Use aue_lookup for looking up devices.joe2002-05-262-86/+71
* Correct the usage of DMAADDR in a piece of '#if 0'd code. (The compilerjoe2002-05-261-1/+1
* MFNetBSD:joe2002-05-261-2/+2
* MFNetBSD: ohci.c (1.124), uhci.c (1.159), usbdi.c (1.100)joe2002-05-263-9/+9
* Add a proof-of-concept encryption class.phk2002-05-262-0/+275
* Give the closet-dev_t we hand to the diskdrivers a name.phk2002-05-261-0/+1
* Only clear the spoiled flag if the class had no spoiled method, the spoiledphk2002-05-261-1/+2
* Add declarations of suword32 and suword64. Add implementations of one ordfr2002-05-269-0/+98
* Remove a hack for using an external compiler if cross compiling.jake2002-05-261-21/+0
* Make sure there's a statement after the out: label in clockattach().des2002-05-261-0/+2
* Cosmetic change (align with other boot blocks):n_hibma2002-05-262-5/+5
* Mis-edit in last commit.phk2002-05-261-0/+1
* 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
OpenPOWER on IntegriCloud