summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use a contrived 'tlb_entry' structure for passing the mappings for thejake2002-05-297-23/+31
* Remove pmap.pm_pvlist and make the functions that use it no-ops. These arejake2002-05-293-53/+3
* Remove the definition of struct mca_guid and use the genericmarcel2002-05-294-25/+21
* Remove bktr for ia64. Same problem as vinum. See PR 38678.marcel2002-05-291-1/+0
* Vinum doesn't build on ia64.marcel2002-05-291-3/+5
* Add attribute packed to struct gpt_hdr to avoid unwanted padding atmarcel2002-05-291-1/+1
* Sync with i386. The loader was being installed before the beforeinstalljake2002-05-281-26/+39
* NetBSD have adopted our usage of the DMAADDR macro:joe2002-05-283-12/+10
* Use %02d in track numbers, so that 1 is 01, much easier for scriptssos2002-05-281-1/+1
* Fixed some style bugs in recent commits.bde2002-05-281-6/+6
* Add some checks to prevent NULL dereferences.des2002-05-281-3/+6
* Remove a duplicated vfs_freeopts() that I introduced in lastmux2002-05-282-4/+2
* The stack is not at the top of the user struct.benno2002-05-282-6/+0
* Remove an assertion as to whether the current thread already had the FPU orbenno2002-05-282-4/+0
* - Move macros that represent where syscall args are kept in a trapframe frombenno2002-05-285-12/+15
* Remove the old prototype for kcopy. It's in cpu.h now.benno2002-05-282-2/+0
* Add support to GEOM for GUID Partition Tables (GPTs). The supportmarcel2002-05-286-0/+413
* Implement pmap_copy and pmap_copy_page.benno2002-05-283-9/+39
* Move the kcopy() function from trap.c to machdep.c. Add a prototype.benno2002-05-285-60/+61
* Add NAI copyright.des2002-05-282-0/+16
* 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
OpenPOWER on IntegriCloud