summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-03-19m_freem not m_free if we're dropping the packet because we're not inJason Wright
2001-03-19DELAY(1) is nicer than DELAY(10), multiply loop counter by 10 due to that.Niklas Hallqvist
2001-03-19Sniffed glue. Reinstate Mickey's time-bound loops but fixNiklas Hallqvist
2001-03-19USB support works on alpha. (At least UHCI works fine)Nathan Binkert
2001-03-19Placeholder for a tga_scrollback function, although this will probablyAaron Campbell
2001-03-18bad angelosAaron Campbell
2001-03-18Cosmetic.Aaron Campbell
2001-03-18Pretty.Angelos D. Keromytis
2001-03-18Add a wsmux deviceNathan Binkert
2001-03-18enable pmtu by defaultNiels Provos
2001-03-18Enable rasops and wsfonts for alpha so TGA can use themNathan Binkert
2001-03-18New TGA driver for alpha. Takes advantage of rasops code.Nathan Binkert
2001-03-18Add rasopsNathan Binkert
2001-03-18Import rasops from NetBSD. This gives improved performance for rasterNathan Binkert
2001-03-18Importing wsfont stuff from NetBSD.Nathan Binkert
2001-03-18Initialize all the cpu_sets array, not just the first max_cpus entries.Miod Vallat
2001-03-18Remove badwordaddr() prototype, cleanup, #if -> #ifdef police.Miod Vallat
2001-03-18Correct prototype for guarded_access().Miod Vallat
2001-03-17Handle ftp services that don't ask for a password, only a username.Bob Beck
2001-03-17mickey has been sniffing glueTheo de Raadt
2001-03-16Add some more model subtypes from Antonio Carlini.Hugh Graham
2001-03-16Now that pmap_growkernel is implemented set NKMEMCLUSTERS to 32m again.Artur Grabowski
2001-03-16Use CIRCLEQ macros for mountlist.Artur Grabowski
2001-03-16Oops. fix thinko in last.Artur Grabowski
2001-03-16Use CIRCLEQ macros for mountlist.Artur Grabowski
2001-03-16No need to extern mountlist_slock here.Artur Grabowski
2001-03-16Initialize the mountlist_slock.Artur Grabowski
2001-03-16Use CIRCLEQ macros for mountlist.Artur Grabowski
2001-03-16Some more pmap improvements from NetBSD.Artur Grabowski
2001-03-16zero vga_config after allocMichael Shalayeff
2001-03-16drop packets with link-local addresses,Jun-ichiro itojun Hagino
2001-03-16Pull in NetBSD Promise Ultra/100 supportChris Cappuccio
2001-03-16Implement pmap_growkernel. From NetBSD.Artur Grabowski
2001-03-16Use a lockmgr lock for keeping down the vslocked memory in sysctlArtur Grabowski
2001-03-16Add the VAX magic number.Hugh Graham
2001-03-16The length fields of MOVC3 and MOVC5 have an upper limit of 65535 bytes.Brandon Creighton
2001-03-16More copyin bugs.Constantine Sapuntzakis
2001-03-16Fix copyin argument order bug. Thanks to Dawson Engler and team.Constantine Sapuntzakis
2001-03-16Locking bug on spechash. Thanks to Dawson Engler and teamConstantine Sapuntzakis
2001-03-16mislabelingTheo de Raadt
2001-03-16Cleanup, get badwordaddr() from <machine/locore.h>Miod Vallat
2001-03-16Cleanup, fix some typos.Miod Vallat
2001-03-16Remove badwordaddr().Miod Vallat
2001-03-16More function prototypes.Miod Vallat
2001-03-16Update the configuration procedure, to get in sync with other ports:Miod Vallat
2001-03-16KNF, warning hunting.Miod Vallat
2001-03-15Be more cross-compiler friendly.Miod Vallat
2001-03-15Fix races between timeouts and interrupts.Constantine Sapuntzakis
2001-03-15include <machine/cpu.h>, since schednetisr needs to do a splsoftnetBrandon Creighton
2001-03-15Print a '*' in front of curproc in ps in ddb.Artur Grabowski