Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-25 | Intel PRO/Wireless 2011 is Symbol, not Intersil | Todd C. Miller | |
2002-04-25 | don't play games with size_t (seeing a pattern yet ?) | Marc Espie | |
2002-04-25 | Harmonize some bootstrap procedures with hp300, and move some variables | Miod Vallat | |
from text to data section. | |||
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 | |
userland, for example from libkvm; found the hard way be deraadt@ | |||
2002-04-25 | sysctl wants size_t. | Marc Espie | |
2002-04-25 | move this into a less visible place | Theo de Raadt | |
2002-04-25 | runlist.sh & list2sh.awk unification | Theo de Raadt | |
2002-04-25 | no longer needed | Theo de Raadt | |
2002-04-25 | merge in changes from other list2sh.awk files | Theo de Raadt | |
2002-04-25 | - fix a few texts | Miod Vallat | |
- remove dead hp300 stuff ok millert@, espie@ | |||
2002-04-25 | sync | Theo de Raadt | |
2002-04-25 | unfudge size_t vs. unsigned int parameters. | Marc Espie | |
2002-04-25 | Modernize wording (remove ancient reference), and move invocation | Ian Darwin | |
before details of usage. | |||
2002-04-25 | This is dead beef, too. | Miod Vallat | |
2002-04-25 | sync | Theo de Raadt | |
2002-04-25 | Update to sudo 1.6.6 | Todd C. Miller | |
2002-04-25 | Protect IPv6 code with #ifdef INET6 | Mike Pechkin | |
millert@ ok | |||
2002-04-25 | avoid buffer overrun on PASV from malicious server. | Jun-ichiro itojun Hagino | |
http://online.securityfocus.com/archive/1/269356/2002-04-22/2002-04-28/0 | |||
2002-04-25 | no need for __alignment__, it was paste error. from fgs/deraadt | Jun-ichiro itojun Hagino | |
2002-04-25 | manual for the sfr; from Vladimir Popov <jumbo@narod.ru> | Michael Shalayeff | |
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 | |
this prevents i-cache preload on some archs, but does not hurt on others anyway. art looked all over all the pmaps, miod and mickey tested it on all possible archs, deraadt made a lesson out of it for the rest of the folks. | |||
2002-04-25 | Cast and display memory sizes as long integers, to avoid displaying | Miod Vallat | |
negative amounts of memory on >= 2GB machines. | |||
2002-04-25 | sync | Theo de Raadt | |
2002-04-24 | kernel API does not need the userland addresses, make them go away | Theo de Raadt | |
2002-04-24 | Unbreak from pfvar.h change. | Daniel Hartmeier | |
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 | The beginnings of decent mac68k installation media, as two bsd.rd images. | Miod Vallat | |
Currently, the building of this is not enabled in "make release", however. | |||
2002-04-24 | revert, sys/param.h will need fixing first. | Marc Espie | |
2002-04-24 | zap /usr/include/g++/gen, it's ancient. | Marc Espie | |
2002-04-24 | make oss_ioctl varargs. | Marc Espie | |
this is not standard C, but it works on the arches we support, and osscompat is a dirty hack in the first place. ok millert@, tested naddy@ | |||
2002-04-24 | Perform full relocation for Rela bootstrap relocations, compatible | Dale Rahn | |
with newer binutils this way. ok fgs, jason. | |||
2002-04-24 | Make this not directly usable from userland. | Marc Espie | |
ok millert@ | |||
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 | Document special rule for build dependencies. More complicated to explain, | Marc Espie | |
simpler to use. | |||
2002-04-24 | Run getty on /dev/ttyC0, not /dev/console. | Matthieu Herrb | |
Ok deraadt@, millert@ | |||
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 | Dlink DWL520 confirmed working. | Todd C. Miller | |
2002-04-23 | sync | Theo de Raadt | |
2002-04-23 | fix grammar in tcpdump example | Mike Frantzen | |
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 | Improve error message; ok markus@ stevesk@ | Damien Miller | |