Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-21 | merge | Henning Brauer | |
2003-08-21 | merge | Henning Brauer | |
2003-08-21 | import apache 1.3.28 and mod_ssl 2.8.15 | Henning Brauer | |
2003-08-21 | Put a valid VID signature in the disklabel, as does mvme68k. | Miod Vallat | |
2003-08-21 | link to list of lists; ppruett@webengr.com | Theo de Raadt | |
2003-08-21 | use spamhaus instead of spews; ppruett@webengr.com | Theo de Raadt | |
2003-08-21 | sync | Theo de Raadt | |
2003-08-21 | use poll | Theo de Raadt | |
2003-08-21 | Do not produce a corrupt BIGNUM when adding 0 to 0 using BN_add_word(). | Otto Moerbeek | |
ok markus@ | |||
2003-08-21 | A port of the g++ bugfix found at | Miod Vallat | |
http://gcc.gnu.org/ml/gcc-bugs/1999-08n/msg00621.html and described in the related thread. This particular problem used to not be triggered (or not often), but the use of propolice affects the instruction flow, and started triggering it more often, for example in Qt's qmenubar class. Ironically, running with /etc/malloc.conf->AJ would neuter the bug in this case... Problem tracked by espie@ and etoh@, tested by various, ok deraadt@ | |||
2003-08-21 | AFS on | Theo de Raadt | |
2003-08-21 | regen | Michael Shalayeff | |
2003-08-21 | a bunch of better descriptions and missing board names from weissmanndude | Michael Shalayeff | |
2003-08-21 | sys/types.h is not really needed with sys/param.h; ok mickey@ | Kevin Lo | |
2003-08-21 | fix symbol name error in mcount functionality in a.out->ELF transition. | Dale Rahn | |
This changes the real definition to __mcount, but with a weak mcount for compat. On the next major bump the weak alias should be removed. Without this diff the compiler symbol mcount conflicts with the user mcount() function. | |||
2003-08-21 | sys/types.h is not really needed w/ sys/param.h | Michael Shalayeff | |
2003-08-21 | remove extra header file <sys/systm.h>. ok mickey@ | Kevin Lo | |
2003-08-20 | regen | Michael Shalayeff | |
2003-08-20 | be consistant w/ machdep.c on cpu names as suggested by paul weissmann | Michael Shalayeff | |
2003-08-20 | devise the power reg address as hpa for the power device and thus avoid ↵ | Michael Shalayeff | |
manual offset printing. add some code for interrupt-driven power-fail | |||
2003-08-20 | support systems where power service is available from pdc and implement a ↵ | Michael Shalayeff | |
cold hook as well thus do not powerleash lasi should we have cold_hook already set | |||
2003-08-20 | How about we NOT stomp all over memory past the end of the result buffer. | Jason Wright | |
(Now modexp runs for non-1k/2k operations) | |||
2003-08-20 | allow powerless kernels | Michael Shalayeff | |
2003-08-20 | power to the ppl | Michael Shalayeff | |
2003-08-20 | a power-man | Michael Shalayeff | |
2003-08-20 | do not attach coms at harmony but gsc now; commented out siop@mainbus | Michael Shalayeff | |
2003-08-20 | handle power button (on 712 for now) | Michael Shalayeff | |
2003-08-20 | Add curly braces {} to the list of special characters in egrep mode. | Todd C. Miller | |
From Piotr Domagalski, closes PR 3405 | |||
2003-08-20 | A bunch of 88110 band-aid: | Miod Vallat | |
- the 88410 handling code is not working correctly. Check whether we are operating with 88410's, and only invoke these routines if necessary. - force serial mode execution in the PSR for the moment (hopefully only temporary) - disable branch prediction and data matching in the PSR, the 88110 errata is simply too scary about them. - a better pipeline flush after changing the ictl control register. These changes let 197LE (but not 197SP/DP) boot up to autoconf. Userland process do not work at the moment. | |||
2003-08-20 | print hv for unconfigured devices as well | Michael Shalayeff | |
2003-08-20 | modexp works | Jason Wright | |
2003-08-20 | - The safenet chip really likes it's big nums to be written to different | Jason Wright | |
parts of memory... picky picky ;) - zero the bignum memory after copying out the result (one less copy of sensitive material floating around...)... Why don't vendors provide a bit you can toggle that does this? - Oh, and modexp now works. | |||
2003-08-20 | No need to build installboot and the bootblocks at -O0 anymore. | Miod Vallat | |
2003-08-20 | Fix the write status test for the 88110 kluge in m88k_protection() [oops] | Miod Vallat | |
2003-08-20 | Revert the flust_atc_entry() shortcut if NCPUS == 1 - it will not work on | Miod Vallat | |
multiprocessor boards where the master cpu is not the first one. | |||
2003-08-20 | regen | Michael Shalayeff | |
2003-08-20 | tornado is really a 7200/pcxt'; from weissmanndude | Michael Shalayeff | |
2003-08-20 | one more card; from form@ | Michael Shalayeff | |
2003-08-20 | add a note on entropy collection | Michael Shalayeff | |
2003-08-20 | Move the nsem sanity checks where they belong (before the malloc call). | Todd C. Miller | |
This was missed when that code got restructured/re-ordered. Problem reported by blexim AT hush d0t com. OK deraadt@, tedu@, henning@ and miod@ | |||
2003-08-20 | perhaps we should better test operator clue instead... | Henning Brauer | |
2003-08-20 | most of the infrastructure to support public key operation. This is just | Jason Wright | |
a snapshot of work in progress (doesn't work correctly yet). | |||
2003-08-20 | braindeadness police: catch queues which specify itself as child... 'nuff said | Henning Brauer | |
2003-08-20 | sync | Henning Brauer | |
2003-08-20 | regen | Henning Brauer | |
2003-08-20 | Zap an old "Identification" tag in this sample config. I have no idea | Hakan Olsson | |
what it was supposed to do and in any case there is no reference to this tag in current code. Pointed out by Fridtjof Busse. | |||
2003-08-20 | sync | Henning Brauer | |
2003-08-20 | test invalid priorities fro CBQ and PRIQ | Henning Brauer | |
2003-08-20 | catch invalid CBQ priorities earlier, including a better error message | Henning Brauer | |
prodded by mpech@ | |||
2003-08-20 | err out nicer on errors in queue def | Henning Brauer | |