Age | Commit message (Expand) | Author |
2000-07-31 | Fix PR 1341 - | Chris Cappuccio |
2000-07-31 | reinsert corrected history section, based on jdolecek@netbsd | Paul Janzen |
2000-07-31 | use noauto on /cdrom in the example | Paul Janzen |
2000-07-31 | since byte order bugs are gone, interrupts work ok | Theo de Raadt |
2000-07-31 | POSIX rules: pass variables set on the command line to submakes through | Marc Espie |
2000-07-31 | Don't try to pass GNUCFLAGS over to submakes, wrecks havok with POSIX make | Marc Espie |
2000-07-31 | Remove unneeded SUBDIR override. | Marc Espie |
2000-07-31 | Add defines for ULLONG_MAX, LLONG_MAX, and LLONG_MIN in terms of | Todd C. Miller |
2000-07-31 | sync | Theo de Raadt |
2000-07-31 | more | Theo de Raadt |
2000-07-31 | make -h option work again, it was left out on the getopt string | Eric Jackson |
2000-07-31 | before, we blocked non-root from changing mappings pointed at reserved ports. | Theo de Raadt |
2000-07-31 | KNF | Theo de Raadt |
2000-07-31 | modernize this source code including: avoiding atoi(), range checking, | Theo de Raadt |
2000-07-31 | pretty | Jason Wright |
2000-07-31 | Correction for legacy interrupt controller attachment. | Dale S. Rahn |
2000-07-31 | Correct usage string | Paul Janzen |
2000-07-31 | comma splice | Paul Janzen |
2000-07-31 | remove incorrect space, as enami@netbsd.org | Paul Janzen |
2000-07-30 | avoid buffer overrun on too-long reply for NIS hostname lookup. | Jun-ichiro itojun Hagino |
2000-07-29 | remove the (unused) sc_intrmask, and be more careful about initializing | Jason Wright |
2000-07-29 | Don't set the source IP address if doing multicast; this is a quick | Angelos D. Keromytis |
2000-07-29 | Note that ddb must be enabled with sysctl before it can be used. | Marco S Hyman |
2000-07-28 | Use the correct bits for determining which session to delete. Some style fixes. | Jason Wright |
2000-07-28 | First cut at supporting older bandit based machines | Dale S. Rahn |
2000-07-28 | Config changes to be closer to supporting older bandit based systems. | Dale S. Rahn |
2000-07-28 | Dont force htab size to be fixed size, allow system to define size. | Dale S. Rahn |
2000-07-28 | Allow device type or name to be used for locating the pci bridge. | Dale S. Rahn |
2000-07-28 | size htab according to system memory size, not constant in header file. | Dale S. Rahn |
2000-07-27 | do not print anything before console has been set | Michael Shalayeff |
2000-07-27 | Don't show or delete IPsec flows with the route command -- this was a | Angelos D. Keromytis |
2000-07-27 | Look up the pathname verbatim in mount table in addition to the realpath(3)ed | Todd C. Miller |
2000-07-27 | If the HOME environment variable is not set, do not try to read | Todd C. Miller |
2000-07-27 | more puc devices, including IBM 33L4618: AT&T/Lucent Venus Modem offset from ... | Theo de Raadt |
2000-07-27 | 3ware | Theo de Raadt |
2000-07-27 | some cleanup and add the emul_flags_translate from netbsd to translate | Eric Jackson |
2000-07-27 | Handle unlimited diverts for m4 -g. | Marc Espie |
2000-07-27 | grp.h; peter@runestig.com | Theo de Raadt |
2000-07-27 | if avoiding ac97_read because of AC97_HOST_DONT_READ, still permit access to ... | Theo de Raadt |
2000-07-27 | fix espie@'s screwup; frenchies can't type! noticed by aaron@ | Michael Shalayeff |
2000-07-27 | do not forward packet with :: in the source. | Jun-ichiro itojun Hagino |
2000-07-27 | raw6/udp6 sockets are okay with :: in src. | Jun-ichiro itojun Hagino |
2000-07-27 | be proactive about unspecified IPv6 source address. pcb layer uses | Jun-ichiro itojun Hagino |
2000-07-26 | sync | Theo de Raadt |
2000-07-26 | tweak | Theo de Raadt |
2000-07-26 | open /dev/ipl rdonly on non-destructive operations | Michael Shalayeff |
2000-07-26 | sync | Theo de Raadt |
2000-07-26 | Still truncate too long identifiers, but avoid writing all over the stack. | Marc Espie |
2000-07-26 | typo | Theo de Raadt |
2000-07-26 | correct constraints for __{in,out}c(); from Hiroki Nakano <cas@trans-nt.com> | Michael Shalayeff |