Age | Commit message (Expand) | Author |
2001-06-06 | remove debug message; Darren.Moffat@eng.sun.com | Markus Friedl |
2001-06-06 | typo in comment | Artur Grabowski |
2001-06-06 | cleanup, remove old code | Markus Friedl |
2001-06-06 | in bridge_filter(), pullup hlen, not sizeof(struct ip); ok jason@ | jasoni |
2001-06-06 | NUL-terminate passphrase. | Angelos D. Keromytis |
2001-06-06 | be more consistant in codec i/o debug prints | Michael Shalayeff |
2001-06-06 | Call doshutdownhooks() in boot(). ok jj@ niklas@ | Miod Vallat |
2001-06-06 | Reorder and tidy; partly from mpech@prosoft.org.lv | Paul Janzen |
2001-06-06 | Better formatting; removed extraneous right parenthesis. | Paul Janzen |
2001-06-06 | Let set_pkg kill trailing / in pkgname. | Marc Espie |
2001-06-06 | reorder sections, minor tidying; mpech@prosoft.org.lv | Paul Janzen |
2001-06-06 | remove unnecessary quotes; mpech@prosoft.org.lv | Paul Janzen |
2001-06-06 | Do not dump core on empty comment | Marc Espie |
2001-06-06 | Use pool(9) for some of the structures, and splimp/splx to protect | Angelos D. Keromytis |
2001-06-06 | We now disable interrupts in the bus-specific attach routine. | Todd C. Miller |
2001-06-06 | wi* @ pci | Todd C. Miller |
2001-06-06 | PCI shim for if_wi.c as promised. Magic for setting the PLX up | Todd C. Miller |
2001-06-06 | regen | Todd C. Miller |
2001-06-06 | Add products based on the PLX 905x that act as dumb PCI -> PCMCIA bridges | Todd C. Miller |
2001-06-06 | In -p mode, set directory times in post-order pass since otherwise the | Todd C. Miller |
2001-06-06 | more cleaning | Artur Grabowski |
2001-06-06 | cleaning | Artur Grabowski |
2001-06-06 | Replace all 'if (_dl_debug) _dl_printf(...)' with a macro. | Artur Grabowski |
2001-06-06 | No need to extern _dl_debug here. | Artur Grabowski |
2001-06-06 | more cleanup | Artur Grabowski |
2001-06-06 | Cleanup. | Artur Grabowski |
2001-06-06 | missing bus linkage. ok, niklas@ | David Leonard |
2001-06-06 | Don't bother migrating software sessions, as this might lead to | Angelos D. Keromytis |
2001-06-06 | Don't forget to make it compile. | Angelos D. Keromytis |
2001-06-05 | Allow boot -c to change number of gre devices. -moj ok angelos@ | Mats O Jansson |
2001-06-05 | Call doshutdownhooks() in boot(). Cleanup code path a little. | Miod Vallat |
2001-06-05 | comment out automatic startup of netatalk if installed; pointed out by deraadt@ | Christian Weisgerber |
2001-06-05 | Don't forget to init b_dep. | Artur Grabowski |
2001-06-05 | make kqueue behave like select | Niels Provos |
2001-06-05 | send note_revoke to knotes when vnode goes away, okay art@ | Niels Provos |
2001-06-05 | PF_KEY identity extensions are NUL-terminated. Now, also calculate | Hakan Olsson |
2001-06-05 | make kqueue work on ext2fs | Niels Provos |
2001-06-05 | errx->err where errno is set | Paul Janzen |
2001-06-05 | Fix pasto; kleink@netbsd.org | Paul Janzen |
2001-06-05 | generic kqfilter that just like select returns ready for read and write. | Niels Provos |
2001-06-05 | fix kqueue EVFILT_WRITE; okay art@ | Niels Provos |
2001-06-05 | let session_close() delete the pty. deny x11fwd if xauthfile is set. | Markus Friedl |
2001-06-05 | Use mi round_page() and trunc_page() macros | Todd C. Miller |
2001-06-05 | memset/memcpy -> bzero/bcopy. Some KNF. | Hakan Olsson |
2001-06-05 | Alphabetize SEE ALSO entries; mpech@prosoft.org.lv | Aaron Campbell |
2001-06-05 | Remove unnecessary .Nm arguments; mpech@prosoft.org.lv | Aaron Campbell |
2001-06-05 | gcc generates a lot of unaligned RELATIVE relocations for c++ exception handl... | Artur Grabowski |
2001-06-05 | Add a Makefile that will recurse | Niklas Hallqvist |
2001-06-05 | calloc stats in one-shot case. | Marc Espie |
2001-06-05 | Use Str_concat instead of fixed buffers and snprintf in building paths. | Marc Espie |