summaryrefslogtreecommitdiff
path: root/sys/arch/sgi
AgeCommit message (Collapse)Author
2005-12-27Remove unused sw_nblks field of struct swdevt. Then, remove swapconf()Miod Vallat
which duplicates work done by uvm_swap_init().
2005-12-20Since we are allowed to rely on the fact that the pcb is the first elementMiod Vallat
of struct user, use syntactic sugar in genassym.cf and use PCB_xxx defines instead of U_PCB_xxx, like all other platforms do; no functional change.
2005-12-20Remove initial extent storage for crime and mace bus_space. By the timeMiod Vallat
these extents are created it is safe to use malloc.
2005-12-19Use MACE ISA constants instead of magic values.Miod Vallat
2005-12-19Constify.Miod Vallat
2005-12-17Let the xtlb refill handler fault if the userland va is out of the supportedMiod Vallat
address space instead of using the tlb of the va modulo the address space size. ok pefo@
2005-12-12Correct uvm_km_suballoc() arguments, do not make phys_map pageable.Miod Vallat
2005-12-09Drop clause 3/4 as per i386 version.Jonathan Gray
ok aaron@ (Copyright holder).
2005-11-28Leftovers from picatimes.Miod Vallat
2005-11-24add lint-specific hacks. at the same time, clean out a lot of ancientTheo de Raadt
cruft for old compilers and environments. there may be a 2nd round of polishing after this; ok miod and others
2005-11-09splimp -> splnetBrad Smith
2005-08-14catched->caughtMiod Vallat
2005-08-06We do not need a char machine_arch[] constant.Miod Vallat
ok deraadt@
2005-08-03enable safte and ses on all archs that appear to have real scsi bussesDavid Gwynne
ok deraadt@ beck@ marco@
2005-08-01Create installation media that is recognized as such by the PROM.Mark Kettenis
ok deraadt@
2005-08-01put -l into the right place...Jason McIntyre
2005-08-01Add support for "hard links" in volume header.Mark Kettenis
ok miod@
2005-08-01More entries in chrtoblktbl[]. ok deraadt@Miod Vallat
2005-07-21need moddi3 tooTheo de Raadt
2005-07-21put libkern after libzTheo de Raadt
2005-07-18remove trailing newline in panic(9); ok millert@ and deraadt@Federico G. Schwindt
2005-05-06generate vim-compatible tag files, from netbsdPedro Martelletto
2005-05-06Add tags to sgi.Marco Peereboom
<miod> commit your stuff. <miod> make tags work.
2005-05-01To allow for MD override of in4_cksum()...Brad Smith
ok deraadt@
2005-05-01spellingDavid Krause
2005-05-01spacing; ok miod@ deraadt@David Krause
2005-04-30start the job of making things look more alikeTheo de Raadt
2005-04-30nice docs at top of GENERICTheo de Raadt
2005-04-28remove junk from 8 years agoTheo de Raadt
2005-04-28- sort optionsJason McIntyre
- sync usage() - other minor tweaks
2005-04-27simple man page for sgivolTheo de Raadt
2005-04-27spacingTheo de Raadt
2005-04-27spacingTheo de Raadt
2005-04-27if SystemPartition contains a cdrom boot specifier, whack theTheo de Raadt
OSLoadPartition variable to point to partition 0 of the same unit.
2005-04-27avoid the o{open,read,lseek} interfaces, and use the regular ones, becauseTheo de Raadt
we want to be able to handle gzip files
2005-04-19nothing uses spllowersoftclock() anymoreMichael Shalayeff
2005-04-15make sure aligment does not return zero block sizeMichael Shalayeff
2005-03-08Cosmetics...Thierry Deval
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies.
2005-03-05Clean up the tree from incomplete, unreliable and unsupported IEEE1394 code.Thierry Deval
Ok deraadt@, miod@
2005-02-22typoAlexander Yurchenko
2005-02-20Feature-sync boot() with other platforms:Miod Vallat
- run shutdown hooks. - do not turn reboot into halt if cold and invoked from ddb. ok deraadt@
2005-02-17ehternet -> ethernetMiod Vallat
2005-01-31Un-__P.Alexander Yurchenko
ok pefo@
2005-01-31Move md_clk_attach() prototype to mips64/dev/clockvar.h.Alexander Yurchenko
ok pefo@
2005-01-25Enable mavb(4).Mark Kettenis
go for it miod@
2005-01-24Fix MACE ISA ringbuffer alignment.Mark Kettenis
2005-01-24Tweak mixer label. Whitespace.Mark Kettenis
2005-01-18Move rm7000.h file from sgi to mips64.Alexander Yurchenko
ok pefo@ miod@
2005-01-15make sure interface is in RUNNING state before touching the multicast filtersBrad Smith
From NetBSD NetBSD PR 27678 for details ok mcbride@
2005-01-02Hookup mavb driver (but leave it commented out in GENERIC).Mark Kettenis