Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-05-31 | sync with the latest kame code. insufficient len in malloc() call is | Jun-ichiro itojun Hagino | |
corrected. | |||
2000-05-31 | Remove hard sentence breaks. | Aaron Campbell | |
2000-05-31 | Clean. | Aaron Campbell | |
2000-05-30 | add a note where to go to for nfs client configuration; after popular demand | Michael Shalayeff | |
2000-05-30 | -symtab +clkf_intr | Michael Shalayeff | |
2000-05-30 | no need to include vm/vm.h | Michael Shalayeff | |
2000-05-30 | elf_ldsym, increase boot minor version | Michael Shalayeff | |
2000-05-30 | aout_ldsym, increase boot minor version | Michael Shalayeff | |
2000-05-30 | split symbol loading for a.out into a separate routine (tested on i386) | Michael Shalayeff | |
add symbol loading for elf (tested on hppa) | |||
2000-05-30 | examples | Theo de Raadt | |
2000-05-30 | sti | Michael Shalayeff | |
2000-05-30 | new driver for sti graphics. | Michael Shalayeff | |
2000-05-30 | sti hp graphics, available in pci and hp-prop sgc bus form factors. | Michael Shalayeff | |
attach point for wsdisplay. a few problems may exist w/ certain prom versions. tested in byte- and word-wide modes. no support yet for multiple resolutions and fonts. pci not tested (obviously). | |||
2000-05-30 | add sti graphics available in pci and sgc form factors | Michael Shalayeff | |
2000-05-30 | a few more codes ids from vendor docs | Michael Shalayeff | |
2000-05-30 | remove dependency on openssl-0.9.5a; green@FreeBSD.org via kris@FreeBSD.org | Markus Friedl | |
2000-05-30 | don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via kris@FreeBSD.org | Markus Friedl | |
2000-05-30 | Xr pci audio drivers | Michael Shalayeff | |
2000-05-30 | Xr ich (and neo for ac97(4)) | Michael Shalayeff | |
2000-05-30 | ich(4) manual page | Michael Shalayeff | |
2000-05-30 | add ich at pci | Michael Shalayeff | |
2000-05-30 | audio driver for intel 810/820/440MX i/o controller hub ac'97 . | Michael Shalayeff | |
820 and 440MX are untested, but should work. | |||
2000-05-30 | regen | Michael Shalayeff | |
2000-05-30 | 440MX chipset definions | Michael Shalayeff | |
2000-05-30 | Changes from NetBSD: | Federico G. Schwindt | |
* support for ax88190 cards * instead of using the first cfe entry, go thru the whole list. * change the code so cards with same id but different mac can be allowed (ibm infomover by instance) * on fail, be sure to unmap and/or free all the resources previously allocated; we really need to do this in the rest of the drivers * new products | |||
2000-05-30 | Changes from NetBSD: | Federico G. Schwindt | |
* support for ax88190 * set the memory size based on the ne2k type, changing the number of transmit buffers. * make ne2000_attach return some value so it can be used in pcmcia. * move code for dl10019 to the pcmcia part. | |||
2000-05-30 | Oops. conversion braino. | Artur Grabowski | |
Noted by miod@ | |||
2000-05-30 | sync | Theo de Raadt | |
2000-05-30 | oops | Theo de Raadt | |
2000-05-30 | Install history.h in /usr/include/readline, PR 934 | Angelos D. Keromytis | |
2000-05-30 | hours vs minutes; pr 769 from mfriedl@fau.de | Michael Shalayeff | |
2000-05-30 | sync | Theo de Raadt | |
2000-05-30 | more device descriptions | Theo de Raadt | |
2000-05-29 | Typo | Miod Vallat | |
2000-05-29 | shorten this to show how empty it is | Theo de Raadt | |
2000-05-29 | OR the values in misc within cftable entry; in iospace, irq and misc | Federico G. Schwindt | |
clean the flags before checking for particular capabilities. this is needed because we use a template that might end messing the flags. | |||
2000-05-29 | sync | Theo de Raadt | |
2000-05-29 | forwardagent defaults to no, add ssh -A | Markus Friedl | |
2000-05-29 | Note support for 3c574 and 3c556. | Aaron Campbell | |
2000-05-29 | Add tqphy; needed for 3c574 support in ep(4). | Aaron Campbell | |
2000-05-29 | Support for 3c574 and 3CCFEM556BI PCMCIA Ethernet; from NetBSD. | Aaron Campbell | |
2000-05-29 | preparing for AX88190 support; from NetBSD. | Federico G. Schwindt | |
2000-05-29 | sync | Federico G. Schwindt | |
2000-05-29 | new products. | Federico G. Schwindt | |
2000-05-29 | better MI support | Theo de Raadt | |
2000-05-29 | More text about config file format, some of it unfortunately at the | Angelos D. Keromytis | |
expense of Theo's artistic expression. | |||
2000-05-29 | start to describe config file format | Theo de Raadt | |
2000-05-29 | enable mg | Theo de Raadt | |
2000-05-29 | Print space between the last process to attach/use and the access time. | Angelos D. Keromytis | |
2000-05-28 | do not treat bind(2) with IPv4 mapped address in a special way. | Jun-ichiro itojun Hagino | |
old code fails to check for port number duplicate. XXX should remove more IPv4 mapped code |