summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-02-28If net.inet.ipip.allow is set to 2, don't check for loopback addressAngelos D. Keromytis
2001-02-28ipip.allow can also be set to 2, which skips the loopback spoofAngelos D. Keromytis
2001-02-27consistent printfJason Wright
2001-02-27tweak for working with wish8.3Todd T. Fries
2001-02-27crank NKMEMCLUSTERS fron 4MB to 32MB.Artur Grabowski
2001-02-27+primes; ok millert@Todd T. Fries
2001-02-27Move buf_undirty and tbp flags manipulation back before calling theConstantine Sapuntzakis
2001-02-27support SSH-2.0-2.1 ; from Christophe_Moret@hp.comMarkus Friedl
2001-02-27fix random paddingMarkus Friedl
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-27Match realityThorsten Lockert
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-26spellingTodd T. Fries
2001-02-26spellingTodd T. Fries
2001-02-26Resolve broken MLINKS found by espie's script.Aaron Campbell
2001-02-26Fix copyright; ericj@Aaron Campbell
2001-02-26spellingTodd T. Fries
2001-02-26Fix typo: authenication -> authentication.Aaron Campbell
2001-02-26Better vnode man pageConstantine Sapuntzakis
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-26Silence some warnings in generated grammers compiled with YYDEBUG;Thorsten Lockert
2001-02-25Add wscons_machdep.c which is a constab-style wrapper driver for wscons onAaron Campbell
2001-02-25Oops. Add MLINKS for bus_space and bus_dma functions. Pointed out by espie@.Kenneth R Westerback
2001-02-25fix enboldening on idcok and immedok in NAME sectionTodd C. Miller
2001-02-25Missing commas in NAME section. Found by an espie script ;-)Todd C. Miller