Age | Commit message (Expand) | Author |
2001-12-06 | move the setup buffer and pad into a bus_dma alloced area | Jason Wright |
2001-12-06 | Checkpoint bus_dma work in progress: | Jason Wright |
2001-12-06 | Do not set handler for SIGINT and SIGQUIT to SIG_IGN since it prevents | Todd C. Miller |
2001-12-06 | Fix a long standing annoyance with getpass/readpassphrase. Instead of | Todd C. Miller |
2001-12-06 | mark more signals that I cannot fix | Theo de Raadt |
2001-12-06 | be more careful with spaces and tabs, guys | Theo de Raadt |
2001-12-06 | unbreak alpha kernel. | Eric Jackson |
2001-12-06 | alloca cannot check if the allocation is valid. mention the consequences; mi... | Theo de Raadt |
2001-12-06 | remove kame IPSEC code within #ifdef. | Jun-ichiro itojun Hagino |
2001-12-06 | When you give command examples in a manual page prefix them with | Theo de Raadt |
2001-12-06 | put __attribute__ to header decls to avoid align strangeness. sync with kame | Jun-ichiro itojun Hagino |
2001-12-06 | use err/warn and friends instead of printf/exit. | Eric Jackson |
2001-12-06 | A FILE * is not a file name, dammit. | Todd C. Miller |
2001-12-06 | kill register decls. sync better with kame. | Jun-ichiro itojun Hagino |
2001-12-06 | remove obsolete comment; we don't support IPv4 mapped addr | Jun-ichiro itojun Hagino |
2001-12-06 | sync | Theo de Raadt |
2001-12-06 | remove #if 0'ed portion (for KAME IPSEC - not needed) | Jun-ichiro itojun Hagino |
2001-12-06 | comment typo, and $OpenBSD$ (thanks pval) | Bob Beck |
2001-12-06 | Fix realloc in getline so we exit on failure - in this context it's silly | Bob Beck |
2001-12-06 | Fix typos, from NetBSD | Miod Vallat |
2001-12-06 | MAPPEDCOPY no more. | Miod Vallat |
2001-12-06 | Reality updated: no nedd to speak about "old" machines and "current" machines | Miod Vallat |
2001-12-06 | use .Nm more | Theo de Raadt |
2001-12-06 | don't use "you" in a man page. | Bob Beck |
2001-12-06 | *** empty log message *** | Bob Beck |
2001-12-05 | Enable rootdev auto-configuration by device drivers during boot. | Thierry Deval |
2001-12-05 | typo | Daniel Hartmeier |
2001-12-05 | remove some ancient crud from the "modern machine" floppy | Theo de Raadt |
2001-12-05 | Explain that filter rules need to let pass connections to the proxy ports | Daniel Hartmeier |
2001-12-05 | correct an alignment mis-conception for malloc(0) returned regions. | Thierry Deval |
2001-12-05 | document Symbol's Spectrum24 pcmcia/prism2 | Michael Shalayeff |
2001-12-05 | match on Symbol's Spectrum24 pcmcia/prism2, form netbsd | Michael Shalayeff |
2001-12-05 | add simpletech spectrum24, from netbsd | Michael Shalayeff |
2001-12-05 | I don't know who is to blame, heko@ for bOrking this, or myself to have not | Miod Vallat |
2001-12-05 | document -a better | Jason Wright |
2001-12-05 | remove garbage; miod ok | Theo de Raadt |
2001-12-05 | update from Nsk dudes | Michael Shalayeff |
2001-12-05 | sync | Christian Weisgerber |
2001-12-05 | Add AdLib MSC 16 PnP. | Christian Weisgerber |
2001-12-05 | Minor sync with NetBSD | Todd C. Miller |
2001-12-05 | change KMEMPAGES back to 64M, 128M does not work on large memory machines. | Dale Rahn |
2001-12-05 | o Use proper uid_t and gid_t types and fixup printf format strings to match | Todd C. Miller |
2001-12-05 | If we assume (just pure speculation) that there will be a pmap sometime in | Artur Grabowski |
2001-12-05 | Correctly parse hex numbers. Spotted by Claudio Jeker. Closes PR 2234. | Daniel Hartmeier |
2001-12-05 | Put back to the old KMEM size, until we can increase this and have it work | Dale Rahn |
2001-12-05 | o) start new sentence on a new line; | Mike Pechkin |
2001-12-05 | make theo and djm happy: bye bye regexp | Markus Friedl |
2001-12-05 | calculate and use nkmempages, not NKMEMCLUSTERS. | Artur Grabowski |
2001-12-05 | Remove NKMEMCLUSTERS. | Artur Grabowski |
2001-12-05 | VM_KMEM_SIZE no longer needed. | Artur Grabowski |