summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-05-31sync with the latest kame code. insufficient len in malloc() call isJun-ichiro itojun Hagino
corrected.
2000-05-31Remove hard sentence breaks.Aaron Campbell
2000-05-31Clean.Aaron Campbell
2000-05-30add a note where to go to for nfs client configuration; after popular demandMichael Shalayeff
2000-05-30-symtab +clkf_intrMichael Shalayeff
2000-05-30no need to include vm/vm.hMichael Shalayeff
2000-05-30elf_ldsym, increase boot minor versionMichael Shalayeff
2000-05-30aout_ldsym, increase boot minor versionMichael Shalayeff
2000-05-30split symbol loading for a.out into a separate routine (tested on i386)Michael Shalayeff
add symbol loading for elf (tested on hppa)
2000-05-30examplesTheo de Raadt
2000-05-30stiMichael Shalayeff
2000-05-30new driver for sti graphics.Michael Shalayeff
2000-05-30sti 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-30add sti graphics available in pci and sgc form factorsMichael Shalayeff
2000-05-30a few more codes ids from vendor docsMichael Shalayeff
2000-05-30remove dependency on openssl-0.9.5a; green@FreeBSD.org via kris@FreeBSD.orgMarkus Friedl
2000-05-30don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via kris@FreeBSD.orgMarkus Friedl
2000-05-30Xr pci audio driversMichael Shalayeff
2000-05-30Xr ich (and neo for ac97(4))Michael Shalayeff
2000-05-30ich(4) manual pageMichael Shalayeff
2000-05-30add ich at pciMichael Shalayeff
2000-05-30audio driver for intel 810/820/440MX i/o controller hub ac'97 .Michael Shalayeff
820 and 440MX are untested, but should work.
2000-05-30regenMichael Shalayeff
2000-05-30440MX chipset definionsMichael Shalayeff
2000-05-30Changes 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-30Changes 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-30Oops. conversion braino.Artur Grabowski
Noted by miod@
2000-05-30syncTheo de Raadt
2000-05-30oopsTheo de Raadt
2000-05-30Install history.h in /usr/include/readline, PR 934Angelos D. Keromytis
2000-05-30hours vs minutes; pr 769 from mfriedl@fau.deMichael Shalayeff
2000-05-30syncTheo de Raadt
2000-05-30more device descriptionsTheo de Raadt
2000-05-29TypoMiod Vallat
2000-05-29shorten this to show how empty it isTheo de Raadt
2000-05-29OR the values in misc within cftable entry; in iospace, irq and miscFederico 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-29syncTheo de Raadt
2000-05-29forwardagent defaults to no, add ssh -AMarkus Friedl
2000-05-29Note support for 3c574 and 3c556.Aaron Campbell
2000-05-29Add tqphy; needed for 3c574 support in ep(4).Aaron Campbell
2000-05-29Support for 3c574 and 3CCFEM556BI PCMCIA Ethernet; from NetBSD.Aaron Campbell
2000-05-29preparing for AX88190 support; from NetBSD.Federico G. Schwindt
2000-05-29syncFederico G. Schwindt
2000-05-29new products.Federico G. Schwindt
2000-05-29better MI supportTheo de Raadt
2000-05-29More text about config file format, some of it unfortunately at theAngelos D. Keromytis
expense of Theo's artistic expression.
2000-05-29start to describe config file formatTheo de Raadt
2000-05-29enable mgTheo de Raadt
2000-05-29Print space between the last process to attach/use and the access time.Angelos D. Keromytis
2000-05-28do 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