summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-02-28do not blindely bus_space_ma the vga bios,Michael Shalayeff
2001-02-28scan the isa hole for `optional rom's.Michael Shalayeff
2001-02-28Pretty.Angelos D. Keromytis
2001-02-28Handle failures more gracefully.Angelos D. Keromytis
2001-02-28Keep the last packet sent or received that matched an SPD entry, andAngelos D. Keromytis
2001-02-28If net.inet.ipip.allow is set to 2, don't check for loopback addressAngelos D. Keromytis
2001-02-27crank NKMEMCLUSTERS fron 4MB to 32MB.Artur Grabowski
2001-02-27Move buf_undirty and tbp flags manipulation back before calling theConstantine Sapuntzakis
2001-02-27Remove superfluous printf in Angelos last commitNiklas Hallqvist
2001-02-27Cosmetic fixes.Artur Grabowski
2001-02-27Move a brelse to after the last access to bp->b_data.Artur Grabowski
2001-02-27art@ found a race in getnewbuf. bawrite can block so we need to restartConstantine Sapuntzakis
2001-02-27Add wakeup_n and wakeup_one. wakeup_n will wakeup up to n sleeping processesConstantine Sapuntzakis
2001-02-27Instead of doing VOP_ISLOCKED, vn_lock(..LK_RETRY..) we can do vn_lock(..LK_N...Artur Grabowski
2001-02-27Half support for this D-Link DFE-650 model that has completely differentFederico G. Schwindt
2001-02-27Always fully reset the card on an_init()Thorsten Lockert
2001-02-27Sync with anreg.h -- this should be redone to not duplicate information...Thorsten Lockert
2001-02-27Garbage collect unused flagThorsten Lockert
2001-02-26fix tlbd_l for a new register usage conventionMichael Shalayeff
2001-02-26Fix copyright; ericj@Aaron Campbell
2001-02-26Move #define STATICConstantine Sapuntzakis
2001-02-26Fix a couple panics caused by not freeing locks at the right times.Constantine Sapuntzakis
2001-02-26regenArtur Grabowski
2001-02-26Since VLOCKSWORK is only set when LOCKDEBUG is defined,Artur Grabowski
2001-02-26Since netbsd_sys_fdatasync is the same code as sys_fsync, weArtur Grabowski
2001-02-26regenArtur Grabowski
2001-02-26Indentation nit in the generated code.Artur Grabowski
2001-02-26adapt to new softupdates changes.Artur Grabowski
2001-02-26Sigh. unstatic the simplelock to make this compile without LOCKDEBUG.Artur Grabowski
2001-02-26Initialize the simple lock properly.Artur Grabowski
2001-02-26Add SLOCK_INITIALIZERArtur Grabowski
2001-02-26Replace literal with defined constantThorsten Lockert
2001-02-26Allow configuration of WEP. From FreeBSD; ok aaron@Thorsten Lockert
2001-02-26Change default SSID from "ANY" to blank -- this will actually make itThorsten Lockert
2001-02-26Move v_writecount test back to it original placeConstantine Sapuntzakis
2001-02-26u_int32_t -> u_intConstantine Sapuntzakis
2001-02-26Make ref counts 32-bit unsigned ints as opposed to a potpourri of longs andConstantine Sapuntzakis
2001-02-25Add wscons_machdep.c which is a constab-style wrapper driver for wscons onAaron Campbell
2001-02-25Code to enable the cache on VS4000/VLC. From mhitch@netbsd.org.Hugh Graham
2001-02-25Use the system subtype field on the SIE to determine if a machine isHugh Graham
2001-02-25Provide both system sub type and system variant data for KA45 and KA48.Hugh Graham
2001-02-24Move splbio's around so that they cover the data structures they need toConstantine Sapuntzakis
2001-02-24Cleanup of vnode interface continues. Get rid of VHOLD/HOLDRELE.Constantine Sapuntzakis
2001-02-24Gone the vsbus route for now.Hugh Graham
2001-02-24repair cluster structure damageTheo de Raadt
2001-02-24Support for VAX 4000/{2,4,5}00 from Michael Kukat. untested.Hugh Graham
2001-02-24#else if/#elifMichael Shalayeff
2001-02-23Merge with FreeBSD:Jason Wright
2001-02-23fix damn pcxl damn functionMichael Shalayeff
2001-02-23Try to avoid sleeping in the syncer waiting for vnode locks.Constantine Sapuntzakis