summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
AgeCommit message (Expand)Author
2001-06-25cold is in systm nowMichael Shalayeff
2001-06-24Define splvm() for arches who don't already provide it, with the sameMiod Vallat
2001-06-23More constants cleaning.Federico G. Schwindt
2001-06-23no more kernfsTheo de Raadt
2001-06-11Repair SUN4M-only case compilation...Miod Vallat
2001-06-11Being able to compile sun4 (non-sun4c non-4m) kernels doesn't hurt.Miod Vallat
2001-06-10permit compilation when only SUN4C is defined; based on patch from Thomas Cof...Jason Wright
2001-06-10Art error #2Theo de Raadt
2001-06-08Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface toArtur Grabowski
2001-05-21static binaryTheo de Raadt
2001-05-18Remove a duplicate variable initialization in vunmapbuf(), and removeMiod Vallat
2001-05-17convert mbuf and cluster allocation to pool, mostly from NetBSDNiels Provos
2001-05-17It's Daylight Saving Time, not Savings. Fix comments.Peter Valchev
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-05-16use SMALL_KERNEL optionTheo de Raadt
2001-05-16kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and kern...Todd C. Miller
2001-05-11unify rd(4) even moreTheo de Raadt
2001-05-11unifyTheo de Raadt
2001-05-10Hasn't been used for ages. ZAP!Artur Grabowski
2001-05-10remove the pt{1,23}_{alloc,free} functions now that pool works withoutArtur Grabowski
2001-05-10Don't crash in pgt_page_alloc if uvm_km_kmemalloc fails.Artur Grabowski
2001-05-10UVM is no longer optional on sparc.Artur Grabowski
2001-05-10Switch sparc to PMAP_NEW. I've been running with that code for ages.Artur Grabowski
2001-05-10oops.Artur Grabowski
2001-05-09More sync to NetBSD.Artur Grabowski
2001-05-06Update some comments wrt. the CLSIZE changes.Artur Grabowski
2001-05-05Rename configure() to cpu_configure().Artur Grabowski
2001-05-05Remove the (vaddr_t) casts inside the round_page and trunc_page macros.Artur Grabowski
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
2001-05-01Convert to new timeouts. (art@ ok)Hakan Olsson
2001-04-30Move the zeroing of proc0 u area from cpu_startup to configure.Artur Grabowski
2001-04-17sync maxusers with GENERIC.Brad Smith
2001-04-17crank maxusers by a teeeeeny little bitTheo de Raadt
2001-04-13silence printfs from media selection.Brad Smith
2001-04-06Move offsetof define into sys/param.hConstantine Sapuntzakis
2001-04-04Ansify source. Handles are now 16 bits.mjacob
2001-03-24Oops. Unbreak.Hakan Olsson
2001-03-24Convert to new timeout API. art@ ok.Hakan Olsson
2001-03-24Convert to new timeout API. mickey@ ok.Hakan Olsson
2001-03-08move gif* and faith* into sys/conf/GENERIC. deraadt and angelos okJun-ichiro itojun Hagino
2001-03-03cnkqfilter for sparcNiels Provos
2001-03-02add #define __STRICT_ALIGNMENTJason Wright
2001-02-22ifdef sparc -> ifdef __sparc__Artur Grabowski
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2001-02-19Merge from GENERIC: add pseudo-devices for IPv6.Christian Weisgerber
2001-02-12set default adapter role, propage config flagsmjacob
2001-01-31mmap should return -1 on failure, not EOPNOTSUPP.Artur Grabowski
2001-01-30- make hme_put() a little neaterJason Wright
2001-01-30- take advantage of the fact that qe's and be's require qec's and moveJason Wright
2001-01-30borrow an idea from if_rl... take advantage of HME_RX_OFFSET and useJason Wright