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