summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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-25oops, add missing arguments in some calls.Marc Espie
2001-02-25Avoid direct use of troff requests; from FreeBSD.Aaron Campbell
2001-02-25- Do not set a bad example by putting the function type within the `.Fo'.Aaron Campbell
2001-02-25Update pstat to reflect vnode changesConstantine Sapuntzakis
2001-02-24Move splbio's around so that they cover the data structures they need toConstantine Sapuntzakis
2001-02-24Missed changes from the past.Marc Espie
2001-02-24Cleanup of vnode interface continues. Get rid of VHOLD/HOLDRELE.Constantine Sapuntzakis
2001-02-24Automatic conflict resolutionMarc Espie
2001-02-24Synch with FSFMarc Espie
2001-02-24Synch with FSFMarc Espie
2001-02-24Get this stuff closer to woriking in-tree.Hugh Graham
2001-02-24Gone the vsbus route for now.Hugh Graham
2001-02-24look for id_rsa by default, before id_dsaTheo de Raadt
2001-02-24ssh2 rsa key before dsa keyTheo de Raadt
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-24Make DES a feature, so isakmpd can compile on Linux (most of the fixedAngelos D. Keromytis
2001-02-24For the GETSPI PFKEY message, use the sequence number from the ACQUIREAngelos D. Keromytis
2001-02-24Add a vnode man pageConstantine Sapuntzakis
2001-02-24#else if/#elifMichael Shalayeff
2001-02-23catch up a little closer to realityJason Wright
2001-02-23Merge with FreeBSD:Jason Wright
2001-02-23fix damn pcxl damn functionMichael Shalayeff
2001-02-23Minor fixes.Aaron Campbell
2001-02-23Add -h option ("human-readable") as df. Based on suggestions and code fromPaul Janzen
2001-02-23the random session key depends now on the session_key_intMarkus Friedl
2001-02-23back out prev change. I should read ALL of my mail before actingMarco S Hyman
2001-02-23create dhclient.leases when needed; ok deraadt@Marco S Hyman
2001-02-23cleanup after vacationing hippies and make dhclient create theBob Beck
2001-02-23give cp_time a proper treatmentMichael Shalayeff
2001-02-23Try to avoid sleeping in the syncer waiting for vnode locks.Constantine Sapuntzakis
2001-02-23handle SSH_PROTOFLAG_SCREEN_NUMBER for buggy clientsMarkus Friedl
2001-02-23debug2->3Markus Friedl
2001-02-23Allocate larger buffer for generated policies.Angelos D. Keromytis
2001-02-23Change the B_DELWRI flag using buf_dirty and buf_undirty instead ofConstantine Sapuntzakis
2001-02-23Remove the clustering fields from the vnodes and place them in theConstantine Sapuntzakis
2001-02-23Convert the sleep in ffs_fsync to a tsleep so we can get a good wmesg.Artur Grabowski