summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-10-27Reduce diff to NetBSD.Artur Grabowski
2002-10-27Add an option to use software WEP now that we have a software decryptTodd C. Miller
2002-10-27comment fixes.Brad Smith
2002-10-27add a matching wi_do_hostdecrypt()Markus Friedl
2002-10-27Typo in commentMiod Vallat
2002-10-27Use int32_t rather long on strategic places, to be more sparc64-friendly;Miod Vallat
2002-10-25add id tags.Federico G. Schwindt
2002-10-25fake intrcnt (for now) such that vmstat works (;Michael Shalayeff
2002-10-25NULL is now 0L so it is the same size as a pointer.Todd C. Miller
2002-10-25allow reading the direct mapped segment through the kmemMichael Shalayeff
2002-10-25remove dead code; krw@ ok.Federico G. Schwindt
2002-10-25Compare pf_rule->label in pf_compare_rules(), too.Daniel Hartmeier
2002-10-24Add missing pmap_update(9) after pmap_kenter_pa(9); art@ ok.Federico G. Schwindt
2002-10-24nlist does no aout no more, fuget about som tooMichael Shalayeff
2002-10-24use loadfileMichael Shalayeff
2002-10-24Add va_copy() as necessary for powerpc, same protections as was addedDale Rahn
2002-10-24regenMichael Shalayeff
2002-10-24another csa 5300Michael Shalayeff
2002-10-24regenMichael Shalayeff
2002-10-24csa 5i on dl380; from philipp@Michael Shalayeff
2002-10-23Add a trivial va_copy() macro to all architectures but powerpcTodd C. Miller
2002-10-22Make wi_keydat in struct wi_key 13 bytes, not 14. This is not aTodd C. Miller
2002-10-22do not force single-user; pt out by fries@Michael Shalayeff
2002-10-22Convert "int af" and "u_int8_t af" declarations and function argumentsRyan Thomas McBride
2002-10-22Remove a part that did sneak in that wasn't meant to be commited yet.Artur Grabowski
2002-10-22check the correct return value from ifunit()Ryan Thomas McBride
2002-10-21ANSIArtur Grabowski
2002-10-21Two problems.Artur Grabowski
2002-10-21ugly hack to make the 21145 work without manual media setting.Henning Brauer
2002-10-21make an ieeefp regress pass; miod@ okMichael Shalayeff
2002-10-21try harder to sync in dmamap_syncMichael Shalayeff
2002-10-20add support for intel 21145Henning Brauer
2002-10-20fxp now works on bigendian, add it to macppc.Dale Rahn
2002-10-20Move pf_compare_(rules|nats|binats|rdrs) to pf_ioctl.c. Simplifies andRyan Thomas McBride
2002-10-19Kill register.Hugh Graham
2002-10-18this is a precision architecture -- be more precise about fault types and in ...Michael Shalayeff
2002-10-18Remove some very pointless 'if 0' code, some of which prevented compilationDale Rahn
2002-10-18Account for the aligned m_data when checking boundaries; from NetBSD.Federico G. Schwindt
2002-10-18Do not define astpending twice, once non-volatile and one volatile.Dale Rahn
2002-10-18media support; slightly modified from FreeBSD.Federico G. Schwindt
2002-10-17ifndef __HAVE_GENERIC_SOFT_INTERRUPTS leaved a label without a statement afte...Artur Grabowski
2002-10-17 - name in uvm_tree_sanity must be const.Artur Grabowski
2002-10-17When augmenting the nodes in RB_ROTATE_{RIGHT,LEFT} make sure that theArtur Grabowski
2002-10-17use shadows on fpu cxsw (and fix arg0 trashing), do not restore shadowed regs...Michael Shalayeff
2002-10-17renumber the CHIO* since they clash w/ the CDIO, keep the old ones as OCHIO, ...Michael Shalayeff
2002-10-17define CDIOREADTOCENTRYS CDIOREADTOCENTRIES, not as a duplicate _IOWR(); dera...Michael Shalayeff
2002-10-17knfTheo de Raadt
2002-10-17sync with gcc version, fixes bug in sftp where it had a 64 bit parameterDale Rahn
2002-10-17Bigendian support for fxp, work from pefo with cleanups, ok art@ and others.Dale Rahn
2002-10-17Correct io space config after last patch. allows fxp to workDale Rahn