summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-09-10syncTheo de Raadt
2002-09-10evp.h should not pull in all other header files, especiallyMarkus Friedl
2002-09-10Change the pmap_zero_page and pmap_copy_page API to take the struct vm_page *Artur Grabowski
2002-09-10only use socklen_t for OpenBSD >= 2.6Henning Brauer
2002-09-10Remove some debugging code, KNF, and fix encoding selection.Jason Wright
2002-09-10merge openssl-0.9.7-beta3, tested on vax by miod@Markus Friedl
2002-09-10Update list of supported CMD and Promise devices.Grigoriy Orlov
2002-09-10typo in copy/paste.Mike Pechkin
2002-09-10no need for pragma here.Federico G. Schwindt
2002-09-10create a 127.0.0.1: socket to match the *: socket upon which amq requestsTheo de Raadt
2002-09-10Set encodings correctly.Jason Wright
2002-09-10knfTheo de Raadt
2002-09-10more knfTheo de Raadt
2002-09-10remove extra output of \n in clnt_perror()Theo de Raadt
2002-09-10various cleanupsTheo de Raadt
2002-09-10signo and ansiTheo de Raadt
2002-09-10socklen_t; cloderTheo de Raadt
2002-09-10typo -- please send to the perl people too; jmc@prioris.mini.pw.edu.plTheo de Raadt
2002-09-10better, faster scooter; fix cerror in mi somedayMichael Shalayeff
2002-09-10mi versions are good enoughMichael Shalayeff
2002-09-10Register more wsscreen properties to take advantage of wsemul_sun changes.Jason Wright
2002-09-09Register more screen capabilities to work with the recent wsemul_sun changes.Miod Vallat
2002-09-09Rework the wsemul_sun behaviour, and add color support, from the currentMiod Vallat
2002-09-09capture worksJason Wright
2002-09-09Add support for audio capture (finally) and fix a bunch of stupid bugs.Jason Wright
2002-09-09Add lazy binding support for powerpc ld.so. ok pvalchev@ brad@Dale Rahn
2002-09-09set up the frame flags and a user frame better on execMichael Shalayeff
2002-09-09no need for a fdc thereMichael Shalayeff
2002-09-09Add support of Silicon Image 0680 Ultra ATA/133 Controller.Grigoriy Orlov
2002-09-09regenGrigoriy Orlov
2002-09-09CMD Technology aka Silicon Image CP0680ATA133Grigoriy Orlov
2002-09-09signed vs unsigned from -pedantic; ok henning@Markus Friedl
2002-09-09move OpenSSL include upHenning Brauer
2002-09-09clean: cleanmanHenning Brauer
2002-09-09add src/modules/keynote/Makefile to MUNGEDFILESHenning Brauer
2002-09-09Some posix tests we don't pass yet, and won't until I've added a `magic'Marc Espie
2002-09-09kerberos support for privsep. confirmed to work by lha@stacken.kth.seJun-ichiro itojun Hagino
2002-09-09Try to make the minor number calculation match the driver.Artur Grabowski
2002-09-09Correctly printf on attach.Artur Grabowski
2002-09-08Correctly handle keypad '.'/Delete key on sun keyboards.Miod Vallat
2002-09-08Avoid ordered comparison between pointers and integers (ANSI).Thierry Deval
2002-09-08no comma at end of enumerator listMarkus Friedl
2002-09-08Revert this to art's orginal verstion, internal ld.so fields should notDale Rahn
2002-09-08missing include for evp.h; ok henning@Markus Friedl
2002-09-08ansi pedantic. sync w/kameJun-ichiro itojun Hagino
2002-09-08be more clueful wrt address family in nat/rdr rules.Henning Brauer
2002-09-08Fix -pedantic errors.Hakan Olsson
2002-09-08add leap second support for rfc868, from thorsten glaserJakob Schlyter
2002-09-08use HUGE_VAL defined in <math.h> instead of 1e500 for positive infinity.Kenjiro Cho
2002-09-08volatile sig_atomic_t for sig handler vars; cloderTheo de Raadt