summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-04-29a few more aen definitions, from freebsdMichael Shalayeff
2001-04-29cleanup, remove incorrect commentArtur Grabowski
2001-04-29ddb command `machine halt' is superceded by `boot halt' now, so remove itMiod Vallat
2001-04-29Replace resource maps with extents, and cleanup associated variables.Miod Vallat
2001-04-29syncTheo de Raadt
2001-04-29another pucTheo de Raadt
2001-04-29When expanding the session table, only copy the number of sessions alreadyJason Wright
2001-04-25Quick fix for code path in RENAME in case relookup doesn't find the file againConstantine Sapuntzakis
2001-04-24enable txp(4)Theo de Raadt
2001-04-24Phew. After 8 months and 80+ hours of effort, I have finally gotten 3com toTheo de Raadt
2001-04-24missing splx, found by art, not yet tested by smurph, but he has run out of timeTheo de Raadt
2001-04-23regenTodd C. Miller
2001-04-23The Linksys WPC11 uses the Lucent Wavelan vendor and product IDs butTodd C. Miller
2001-04-23s = splimp(); ... s = splimp(); ... splx(x); ... splx(s); is a bad idea.Artur Grabowski
2001-04-23Clean up supposedly 'impossible' case in siop_intr() soKenneth R Westerback
2001-04-23Insert missing DvcLeaveCritial() (a.k.a. splx()) before a return.Kenneth R Westerback
2001-04-23double splxArtur Grabowski
2001-04-23double splx in error path.Artur Grabowski
2001-04-23Missing splx in error handling.Artur Grabowski
2001-04-23when we take a pci interrupt, upgrade it to level. but always ignoreTheo de Raadt
2001-04-22Free fs->fs_contigdirs array only on successful rw->ro update. ThisGrigoriy Orlov
2001-04-22Fix spl handling in ipfilter ioctl interface. Work by aaron@ and me.Grigoriy Orlov
2001-04-22Remove -march=i{56}86 optimization because of compiler bug. This bugGrigoriy Orlov
2001-04-22permit compilation without I586_CPU or I686_CPU; armin@wolfermann.orgTheo de Raadt
2001-04-21Do not use wsmux on alpha. Now I can start Xtga.Aaron Campbell
2001-04-21Add $OpenBSD$ tags.Aaron Campbell
2001-04-21correct dmesgTheo de Raadt
2001-04-20Instead of initializing the colormap to me black & white, initialize theNathan Binkert
2001-04-20Big upgrade of the pmap. Revised pagetable handling, more careful wiring,Artur Grabowski
2001-04-19dmesg printout tweaksTheo de Raadt
2001-04-19move away from -betaTheo de Raadt
2001-04-19Include NUL-termination in identity extension length computationNiklas Hallqvist
2001-04-19Cleanup dirpref and synhronize superblock with freebsd.Grigoriy Orlov
2001-04-19Remove extra arg; from Loic Tortay <loict@bougon.net> via aaron@.Federico G. Schwindt
2001-04-19When printing the address/size, use the correct value 32, not 16.Federico G. Schwindt
2001-04-19disable a few driversTheo de Raadt
2001-04-19crank cr_ref to u_int; ref freebsd-current/378268, lambert; this is an expedi...Theo de Raadt
2001-04-18New boot command: boot halt.Artur Grabowski
2001-04-18Cover rl with #ifdef's and put it to sleep. ZZzz..Hugh Graham
2001-04-18Support the Corega FEther PCC-TXF card; taka@trans-nt.com. Addresses PR/1777.Aaron Campbell
2001-04-18regenAaron Campbell
2001-04-18Recognize the Corega FEther PCC-TXF card.Aaron Campbell
2001-04-18Sync, and quadruple NMBCLUSTERSNiklas Hallqvist
2001-04-18Even more bizzarreness on the up1000.Artur Grabowski
2001-04-18Declare undeclared variable in #ifdef DEBUG_SVR4Niklas Hallqvist
2001-04-18Remove last change to powerpc pmap. This has a slight chance of being theDale Rahn
2001-04-18Oops -- adjust the comment as well.Aaron Campbell
2001-04-18Set the default bell pitch to 400, like X.Aaron Campbell
2001-04-17During a mouse motion event, inverse the new mouse position first, then theAaron Campbell
2001-04-17Enable UDMA for rev 0xd0 SiS again (undone in last update)Chris Cappuccio