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