Age | Commit message (Expand) | Author |
2002-04-25 | Update to sudo 1.6.6 | Todd C. Miller |
2002-04-25 | Protect IPv6 code with #ifdef INET6 | Mike Pechkin |
2002-04-25 | avoid buffer overrun on PASV from malicious server. | Jun-ichiro itojun Hagino |
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 |
2002-04-25 | Cast and display memory sizes as long integers, to avoid displaying | Miod Vallat |
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 |
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 |
2002-04-24 | Perform full relocation for Rela bootstrap relocations, compatible | Dale Rahn |
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 | Document special rule for build dependencies. More complicated to explain, | Marc Espie |
2002-04-24 | Run getty on /dev/ttyC0, not /dev/console. | Matthieu Herrb |
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 | 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 |
2002-04-23 | initial hack at a CIOCSYMFEAT ioctl | Theo de Raadt |
2002-04-23 | Improve error message; ok markus@ stevesk@ | Damien Miller |
2002-04-23 | modexp context structure | Jason Wright |
2002-04-23 | document the keying operations | Theo de Raadt |
2002-04-23 | driver queueing & callback code for keying operations | Theo de Raadt |
2002-04-23 | sync doc, export->export_info. | Marc Espie |
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 | send complete ticket; semerad@ss1000.ms.mff.cuni.cz | Markus Friedl |
2002-04-23 | 3.2.1 | Markus Friedl |
2002-04-23 | More up to date. | Hakan Olsson |
2002-04-23 | Oops, unbreak; deraadt@ | Miod Vallat |
2002-04-22 | KNF | Theo de Raadt |
2002-04-22 | Do not hardcode mvme88k-specific compilation flags here, especially since | Miod Vallat |
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 | Fix 2 things that should be gid_t. One from Oleg Safiullin, one from me... | Todd C. Miller |
2002-04-22 | clean up attach messages | Jason Wright |