Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-24 | Introduce a new file, machine/internal_types.h, to hold that specific arch | Marc Espie | |
type characteristics. internal_types.h will contain only settings invisible from standard C, e.g., in the __* or _[A-Z]* namespace, and be reused by files like limits.h. This allows us to shorten machine/limits.h greatly, as all the common defines are now in sys/limits.h, plus a small stub in internal_types.h. Tested on all arches as far as I know. Approved after discussion with art, millert, deraadt, and others. | |||
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 | |
using just the interface name instead of an address and reloading the rule set whenever the interface changes its address, the interface name can be put in parentheses, and the kernel will keep track of changes and update rules. There is no additional cost for evaluating rules (per packet), the cost occurs when an interface changes address (and the rules are traversed and updated where necessary). | |||
2002-04-24 | Initialize if_addrhooks in if_attachhead() like in if_attach(), either | Daniel Hartmeier | |
one may be called. | |||
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 | |
notified of interface address changes. ok provos@, angelos@ | |||
2002-04-23 | Clear flags indicating whether or not wi or hostap is active as | Todd C. Miller | |
early as possible. Also move the timeout_del() in wi_stop() to before we disable wi(4) so it doesn't fire at the wrong time. Joint effort between mickey@ and myself. | |||
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 | |
Synch files that use that field. (This argument is an internal interface specific to OpenBSD, so it won't cause compatibility problems.) (No bump, not an ABI change). ok art, millert... | |||
2002-04-23 | Allow explicit filtering of fragments when they are not reassembled. | Daniel Hartmeier | |
Document fragment handling in the man page. Short version: if you're scrubbing everything (as is recommended, in general), nothing changes. If you want to deal with fragments manually, read the man page. ok frantzen. | |||
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 | |
more hardware support. | |||
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 | |
known of it; and since the commit message does not give the rest of us any feeling that this was tested by anyone, this is being removed. This is not an area where one commits because just art agrees. And that is what the commit message says. | |||
2002-04-22 | do not map malloced memory executable (do avoid possible i-cache prefetch); ↵ | Michael Shalayeff | |
art@ ok | |||
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 | |
this removes a constraint and an ld.script dependancy for the .data and the dynamically allocated kernel structures existed w/ batcing. also makes pmap_steal_memory obsolete and replaced w/ the pmap_virtual_space. implement batching for pmap_remove to avoid zeroing out the pte entries if pde will be removed anyway. | |||
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 | |
not carry MacOS fingerprints. Media shared with MacOS will still use the Apple partition map information, and no native BSD disklabel will be allowed on it. | |||
2002-04-21 | typo | Michael Shalayeff | |
2002-04-21 | better buf's mapping and less magic constants in checking for io space ↵ | Michael Shalayeff | |
cachability | |||
2002-04-21 | map io rw, not rwx and dmamem uncached (until sync does the flush) | Michael Shalayeff | |
2002-04-21 | Use PR_, not M_ flags to pool_get. | Artur Grabowski | |
2002-04-21 | Symbol version string need not start with 'V'; from NetBSD (onoe) | Todd C. Miller | |
2002-04-20 | CLK_TCK is not needed in the modern world; from espie@ | Michael Shalayeff | |
2002-04-20 | Move normalization messages from log level 'urgent' to 'misc'. | Daniel Hartmeier | |
2002-04-20 | - the set-colors OF call takes a packed array of colors value, | Matthieu Herrb | |
remove the extra padding byte in the vgafb_color struct. - store the initial colormap in vc->vc_cmap_{red,green,blue} so that it can be fetched by a WSDISPLAYIO_GETCMAP ioctl - fix the definition of the magenta color in the initial colormap. Ok, drahn@ | |||
2002-04-20 | All calls to pool_get(9) should use PR_xx flags, not M_xx. | Federico G. Schwindt | |
millert dhartmei ok. | |||
2002-04-20 | Correct the value for WI_RID_SYMBOL_PREAMBLE and add | Todd C. Miller | |
WI_RID_P2_SHORT_PREAMBLE and WI_RID_P2_EXCLUDE_LONG_PREAMBLE. Unforturnately, the Prism2 preamble RIDs conflict with the Lucent WEP RIDs (and they don't seem to behave as I would expect anyway). | |||
2002-04-20 | Get rid of "integrate" and "hide" bad taste modifiers, thus get non-DDB | Miod Vallat | |
kernels to compile. | |||
2002-04-19 | build when NSWDISPLAY is undefined or 0; from brian@freebsd-services.com | jasoni | |
2002-04-19 | remove some #ifdef __arch64__, after agreement: we only ever run sparc64 | Marc Espie | |
as a 64 bits arch. Tests by jason@ and art@ | |||
2002-04-18 | Make the Mac68k disklabel 16 partitions long, to cope with | Miod Vallat | |
partition-{convoluted,challenged} disks. | |||
2002-04-18 | Report explicit failure instead of success and no operation when asked to | Miod Vallat | |
write a disklabel. Disklabel on mac68k is virtual and constructed from the MacOS partition table, that should only be edited from MacOS for safety. |