Age | Commit message (Expand) | Author |
2002-04-25 | Harmonize some bootstrap procedures with hp300, and move some variables | Miod Vallat |
2002-04-25 | Use more symbolic constants rather than magic values... | Miod Vallat |
2002-04-25 | Factorize more common m68k definitions. | Miod Vallat |
2002-04-25 | <m68k/cpu.h> should be included when this <machine/cpu.h> is included from | Miod Vallat |
2002-04-25 | unfudge size_t vs. unsigned int parameters. | Marc Espie |
2002-04-25 | soundforte radio driver, from Vladimir Popov <jumbo@narod.ru> | Michael Shalayeff |
2002-04-25 | do not map memory for malloc w/ execute perms. | Michael Shalayeff |
2002-04-25 | Cast and display memory sizes as long integers, to avoid displaying | Miod Vallat |
2002-04-24 | kernel API does not need the userland addresses, make them go away | Theo de Raadt |
2002-04-24 | be much more picky about which RCC products are multi-bridges | Theo de Raadt |
2002-04-24 | RAMDISK configurations for mac68k. | Miod Vallat |
2002-04-24 | revert, sys/param.h will need fixing first. | Marc Espie |
2002-04-24 | Make this not directly usable from userland. | Marc Espie |
2002-04-24 | Introduce a new file, machine/internal_types.h, to hold that specific arch | Marc Espie |
2002-04-24 | whoops, missed two fields in modexp structure (kinda important ones =) | Jason Wright |
2002-04-24 | Add dynamic (in-kernel) interface name -> address translation. Instead of | Daniel Hartmeier |
2002-04-24 | Initialize if_addrhooks in if_attachhead() like in if_attach(), either | Daniel Hartmeier |
2002-04-24 | Update IPsec-related comments. | Angelos D. Keromytis |
2002-04-24 | Add hooks to struct ifnet that allow to register callbacks that will be | Daniel Hartmeier |
2002-04-23 | Clear flags indicating whether or not wi or hostap is active as | Todd C. Miller |
2002-04-23 | initial hack at a CIOCSYMFEAT ioctl | Theo de Raadt |
2002-04-23 | modexp context structure | Jason Wright |
2002-04-23 | driver queueing & callback code for keying operations | Theo de Raadt |
2002-04-23 | In mount.h, rename field export -> export_info, to avoid collision with C++. | Marc Espie |
2002-04-23 | Allow explicit filtering of fragments when they are not reassembled. | Daniel Hartmeier |
2002-04-23 | Oops, unbreak; deraadt@ | Miod Vallat |
2002-04-22 | KNF | Theo de Raadt |
2002-04-22 | Fix a couple of typos. | Miod Vallat |
2002-04-22 | regen | Matthieu Herrb |
2002-04-22 | Add Matrox MGA G550. ok deraadt@ millert@ fgs@ | Matthieu Herrb |
2002-04-22 | clean up attach messages | Jason Wright |
2002-04-22 | Bring several stability and performance fixes from NetBSD, as well as | Miod Vallat |
2002-04-22 | always print the offset, mask allowing | Michael Shalayeff |
2002-04-22 | Uncommit. Since this came out of the blue, without anyone else having | Theo de Raadt |
2002-04-22 | do not map malloced memory executable (do avoid possible i-cache prefetch); a... | Michael Shalayeff |
2002-04-22 | even better lt kbd map (in the best .su tradition ); from vld@vic.lt | Michael Shalayeff |
2002-04-22 | forgot this, no steal anymore | Michael Shalayeff |
2002-04-22 | better autoconf_verbose prints | Michael Shalayeff |
2002-04-22 | do not forget to set the hpamask | Michael Shalayeff |
2002-04-22 | proper coms config | Michael Shalayeff |
2002-04-22 | first we flush, then we advance | Michael Shalayeff |
2002-04-22 | no longer batc the data, only the code. | Michael Shalayeff |
2002-04-21 | Correct a thinko wrt 68060 operation; only affects 177 boards. | Miod Vallat |
2002-04-21 | Fix comments. | Miod Vallat |
2002-04-21 | Get rid of duplicate definitions with <m68k/cpu.h> | Miod Vallat |
2002-04-21 | Add a maxusers line, and comment out xd lines. | Miod Vallat |
2002-04-21 | Add ramdisk support. | Miod Vallat |
2002-04-21 | Change disklabel policy, and allow writing disklabel to any media that does | Miod Vallat |
2002-04-21 | typo | Michael Shalayeff |
2002-04-21 | better buf's mapping and less magic constants in checking for io space cachab... | Michael Shalayeff |