Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-09-11 | update from sparc64 version: | Jason Wright | |
-fix several stupid bugs -get encoding setup correct -add support for capture | |||
2002-09-11 | sync | Theo de Raadt | |
2002-09-10 | copy syscall args in the syscall() based on the | Michael 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-10 | randomize space ids, plus we are not gonna run out now (; | Michael Shalayeff | |
2002-09-10 | comment out a bit of unused code now | Michael Shalayeff | |
2002-09-10 | Mention Siemens/Efficient Networks SpeedStream 1023 PCI adapter | Todd C. Miller | |
2002-09-10 | move to 3.2-beta | Theo de Raadt | |
2002-09-10 | rework the fpu csw a bit better and move non-trap related stuff to later | Michael Shalayeff | |
2002-09-10 | sync with the pmap_zero_page and pmap_copy_page API change; ok art@ | Wilbern Cobb | |
2002-09-10 | typo; krapht@secureops.com | Theo de Raadt | |
2002-09-10 | check the euid of the connecting process with getpeereid(2); ok provos ↵ | Markus Friedl | |
deraadt stevesk | |||
2002-09-10 | sync | Theo de Raadt | |
2002-09-10 | evp.h should not pull in all other header files, especially | Markus 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-10 | Change 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-10 | only use socklen_t for OpenBSD >= 2.6 | Henning Brauer | |
requested by the apache guys (Jeff Trawick) | |||
2002-09-10 | Remove some debugging code, KNF, and fix encoding selection. | Jason Wright | |
2002-09-10 | merge openssl-0.9.7-beta3, tested on vax by miod@ | Markus Friedl | |
2002-09-10 | Update list of supported CMD and Promise devices. | Grigoriy Orlov | |
mpech@ ok. | |||
2002-09-10 | typo in copy/paste. | Mike Pechkin | |
art@ | |||
2002-09-10 | no need for pragma here. | Federico G. Schwindt | |
2002-09-10 | create a 127.0.0.1: socket to match the *: socket upon which amq requests | Theo 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-10 | Set encodings correctly. | Jason Wright | |
2002-09-10 | knf | Theo de Raadt | |
2002-09-10 | more knf | Theo de Raadt | |
2002-09-10 | remove extra output of \n in clnt_perror() | Theo de Raadt | |
2002-09-10 | various cleanups | Theo de Raadt | |
2002-09-10 | signo and ansi | Theo de Raadt | |
2002-09-10 | socklen_t; cloder | Theo de Raadt | |
2002-09-10 | typo -- please send to the perl people too; jmc@prioris.mini.pw.edu.pl | Theo de Raadt | |
2002-09-10 | better, faster scooter; fix cerror in mi someday | Michael Shalayeff | |
2002-09-10 | mi versions are good enough | Michael Shalayeff | |
2002-09-10 | Register more wsscreen properties to take advantage of wsemul_sun changes. | Jason Wright | |
2002-09-09 | Register more screen capabilities to work with the recent wsemul_sun changes. | Miod Vallat | |
2002-09-09 | Rework the wsemul_sun behaviour, and add color support, from the current | Miod 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-09 | capture works | Jason Wright | |
2002-09-09 | Add support for audio capture (finally) and fix a bunch of stupid bugs. | Jason Wright | |
2002-09-09 | Add lazy binding support for powerpc ld.so. ok pvalchev@ brad@ | Dale Rahn | |
2002-09-09 | set up the frame flags and a user frame better on exec | Michael Shalayeff | |
2002-09-09 | no need for a fdc there | Michael Shalayeff | |
2002-09-09 | Add 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-09 | regen | Grigoriy Orlov | |
2002-09-09 | CMD Technology aka Silicon Image CP0680ATA133 | Grigoriy Orlov | |
2002-09-09 | signed vs unsigned from -pedantic; ok henning@ | Markus Friedl | |
2002-09-09 | move OpenSSL include up | Henning Brauer | |
2002-09-09 | clean: cleanman | Henning Brauer | |
2002-09-09 | add src/modules/keynote/Makefile to MUNGEDFILES | Henning Brauer | |
2002-09-09 | Some 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-09 | kerberos support for privsep. confirmed to work by lha@stacken.kth.se | Jun-ichiro itojun Hagino | |
patch from markus | |||
2002-09-09 | Try to make the minor number calculation match the driver. | Artur Grabowski | |
2002-09-09 | Correctly printf on attach. | Artur Grabowski | |