summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-09-11update from sparc64 version:Jason Wright
-fix several stupid bugs -get encoding setup correct -add support for capture
2002-09-11syncTheo de Raadt
2002-09-10copy syscall args in the syscall() based on theMichael Shalayeff
amount given in the sysent. deal w/ the words swappage phenomena due to reverse long word storage on the stack and that being reverse copied by words yielding long word being word swapped. do it only for syscall(2) and __syscall(2) since that's how those w/ long word args syscalls get used (for proper alignment). discussed and ideas from: deraadt@, drahn@ and fredette@ note: this might be a good point for a regress.
2002-09-10randomize space ids, plus we are not gonna run out now (;Michael Shalayeff
2002-09-10comment out a bit of unused code nowMichael Shalayeff
2002-09-10Mention Siemens/Efficient Networks SpeedStream 1023 PCI adapterTodd C. Miller
2002-09-10move to 3.2-betaTheo de Raadt
2002-09-10rework the fpu csw a bit better and move non-trap related stuff to laterMichael Shalayeff
2002-09-10sync with the pmap_zero_page and pmap_copy_page API change; ok art@Wilbern Cobb
2002-09-10typo; krapht@secureops.comTheo de Raadt
2002-09-10check the euid of the connecting process with getpeereid(2); ok provos ↵Markus Friedl
deraadt stevesk
2002-09-10syncTheo de Raadt
2002-09-10evp.h should not pull in all other header files, especiallyMarkus Friedl
since it's supposed to hid the specific ciphers. this change also avoids problems when evp is used together with kerberos (and <des.h>). ok deraadt@
2002-09-10Change the pmap_zero_page and pmap_copy_page API to take the struct vm_page *Artur Grabowski
instead of the pa. Most callers already had it handy and those who didn't only called it for managed pages and were outside time-critical code. This will allow us to make those functions clean and fast on sparc and sparc64 letting us to avoid unnecessary cache flushes. deraadt@ miod@ drahn@ ok.
2002-09-10only use socklen_t for OpenBSD >= 2.6Henning Brauer
requested by the apache guys (Jeff Trawick)
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
mpech@ ok.
2002-09-10typo in copy/paste.Mike Pechkin
art@
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
are serviced, then only respond to amq requests on that particular socket. we may extend this later to improve nfs protocol handling....
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
wsemul_vt100 code and NetBSD's rcons. Misc cleaning in the process. Use with TERM=rcons-color for color support for now. Tested by jason@ and matthieu@
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
Code from NetBSD. Submitted and tested by Jonathon Fletcher <jonathon.fletcher@pobox.com>.
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
status for variables (as SHELL is very, very special, according to POSIX/Single Unix).
2002-09-09kerberos support for privsep. confirmed to work by lha@stacken.kth.seJun-ichiro itojun Hagino
patch from markus
2002-09-09Try to make the minor number calculation match the driver.Artur Grabowski
2002-09-09Correctly printf on attach.Artur Grabowski