Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-12-19 | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | Markus Friedl | |
with u_char. | |||
2000-12-19 | replace <ssl/x.h> with <openssl/x.h> | Markus Friedl | |
2000-12-19 | remove() -> unlink() for consistency | Markus Friedl | |
2000-12-19 | make sure isakmpd works with the openssl-0.9.6 API | Markus Friedl | |
2000-12-19 | do not reset nonblock if shell is not interactive, from crossd@cs.rpi.edu | Markus Friedl | |
(i should have commited this about 6 months ago, ok millert@). | |||
2000-12-19 | bye bye | Theo de Raadt | |
2000-12-19 | gmp is gone, make it build again; cvs retard | Michael Shalayeff | |
2000-12-19 | gmp is gone, make it build again | Michael Shalayeff | |
2000-12-19 | This fixes keyboard lock-ups I was getting wiggling the mouse in | Constantine Sapuntzakis | |
console mode while using my omnicube KVM switch. The keyboard lock-ups were caused by the keyboard/mouse interface controller's input buffer filling up. This was caused because the mouse was sending data to the computer and the pms driver wasn't draining it. The driver used to rely on the fact that it could disable the mouse device when the mouse driver was closed. Disabling the mouse device prevents it from sending data to the computer. At the same time pms disabled the mouse device, pms disabled interrupt notification of the arrival of new data. This regime doesn't work so well with KVM switches which re-enable the mouse. In this case, the mouse will send data to the computer but the keyboard/moust interface controller won't raise an interrupt (because pms disabled interrupts). pms will never read from the input buffer. | |||
2000-12-19 | A DMA transfer of 4 bytes was failing to complete correctly | Constantine Sapuntzakis | |
on a combination of VIA South Bridge and old Toshiba drive. DMA transfers of 4 bytes work for my old Mitsumi FX600 drive. Assume Toshiba drive is in error. Avoid situation by only invoking DMA transfers on transfers over 100 bytes. Thanks to Tim Howe for the hardware for testing | |||
2000-12-18 | sync with Apache 1.3.14 | Brad Smith | |
2000-12-18 | import apache 1.3.26 + mod_ssl 2.8.10 | Bob Beck | |
2000-12-18 | Argh. this commit didn't make it when I did it earlier - apache 1.3.14 + ↵ | Bob Beck | |
mod_ssl 2.7.1 merge | |||
2000-12-18 | fix util script runs to not assume they are executable. | Bob Beck | |
2000-12-18 | calculate length and allocate buffer for status. work by deraadt@ and me | Niels Provos | |
2000-12-18 | strlcat and strlcpy into libkern. | Niels Provos | |
2000-12-18 | *cough*someone forgot to remove libgmp*cough* | Brad Smith | |
2000-12-18 | Minor sanity check. | Angelos D. Keromytis | |
2000-12-18 | redundant verb; from Reinhard J. Sammer <reinhard@sammer.net> | Michael Shalayeff | |
2000-12-18 | fix nwid get/set | Michael Shalayeff | |
2000-12-18 | include timeout.h to make it compile w/o ipfilter | Michael Shalayeff | |
2000-12-18 | remove mention of any specific processors in this comment. | Brad Smith | |
2000-12-17 | initialize dinfo always | Michael Shalayeff | |
2000-12-17 | Todd, Aaron, Dug, and me all prefer unidiff | Marco S Hyman | |
2000-12-17 | NetBSD -> .Nx | Brad Smith | |
2000-12-17 | cac man page | Brad Smith | |
2000-12-17 | cac | Michael Shalayeff | |
2000-12-17 | netbsd of course; from brad@ | Michael Shalayeff | |
2000-12-17 | cac man page | Michael Shalayeff | |
2000-12-17 | When adding a sub-dir remove 'ignore' from the parent dir or | Marco S Hyman | |
mtree ignores the sub-directory. This fixes the daily insecurity bitch about 'missing: ./usr/libexec/auth' even though /usr/libexec/auth exists with proper mode and ownership. | |||
2000-12-17 | i did not write this one, man | Michael Shalayeff | |
2000-12-17 | Compaq SMART Array RAID controllers. | Michael Shalayeff | |
based on netbsd driver. testing helps from brad@ eisa untested, but should work (; | |||
2000-12-17 | data base -> database | Todd C. Miller | |
2000-12-17 | data base -> database | Todd C. Miller | |
2000-12-17 | Add a new possible value for the machdep.allowaperture sysctl: `2' | Matthieu Herrb | |
allows access to the whole 1st megabyte of memory, for use by XFree86 4.0.x int10 code. (ok, deraadt@) CVS: ---------------------------------------------------------------------- sys/arch/i386/i386/mem.c share/man/man4/man4.i386/xf86.4 CVS: ---------------------------------------------------------------------- | |||
2000-12-17 | typo; from wsanchez@apple.com | Markus Friedl | |
2000-12-17 | err, addtron | Michael Shalayeff | |
2000-12-17 | caveats and bugs for adtron cards | Michael Shalayeff | |
2000-12-17 | Add warning that /mnt must not be in path of DESTDIR or RELEASEDIR | Marco S Hyman | |
as it is used in the release generation process. Idea from Nino Margetic <nino@cng.fr> | |||
2000-12-16 | make sure cis1_info[i] is not NULL before strcmp() w/ it; fixes some obscure ↵ | Michael Shalayeff | |
panics | |||
2000-12-16 | Remove duplicate entries already found in the main sysctl.conf | Miod Vallat | |
2000-12-16 | Remove - RSA is there now, don't need to talk about it being stubbed. | Bob Beck | |
2000-12-16 | allow + in usernames; request from Florian.Weimer@RUS.Uni-Stuttgart.DE | Markus Friedl | |
2000-12-16 | unused; from stevesk@pobox.com | Markus Friedl | |
2000-12-16 | typo | Niels Provos | |
2000-12-16 | when a used SA expires and the exchange is gone, start a new one. | Niels Provos | |
2000-12-16 | add in forgotten dso stuff. | Bob Beck | |
2000-12-15 | Build and install amdref.info and install an entry for it in the dir file. | Todd C. Miller | |
amdref.texinfo could do with some cleaning up but this is a start. | |||
2000-12-15 | import apache 1.3.26 + mod_ssl 2.8.10 | Bob Beck | |
2000-12-15 | apache 1.3.14 + mod_ssl 2.7.1 merge | Bob Beck | |