Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-29 | Do not fail KDENABIO and KDDISABIO ioctls on non-i386 platforms, this allows | Miod Vallat | |
older X servers to run; ok matthieu@ | |||
2006-07-29 | remove gnu stuff from the 'tags' target. | Thordur I. Bjornsson | |
ok miod@ | |||
2006-07-29 | ALIGNED_POINTER is always defined. | Miod Vallat | |
2006-07-29 | Do not redefine ALIGNED_POINTER, it comes from <machine/param.h> | Miod Vallat | |
2006-07-29 | Add regression test for files with lots of keywords. | Ray Lai | |
OK xsa@ | |||
2006-07-29 | here's the real reason i removed the if_arc network goo: i wanted its name. | David Gwynne | |
this is the start of a driver supporting the areca raid controllers. so far it probes, attaches, establishes the interrupt, allocates all the necessary memory and queries the firmware for operating params. the io path is yet to be done. that is going to be hard to do since i dont have any sata disks to plug into it. thanks go to Billion Wu and Erich Chen from Areca for their assistance. ok deraadt@ | |||
2006-07-29 | regen | David Gwynne | |
2006-07-29 | more areca raid controller ids | David Gwynne | |
2006-07-29 | sync | Theo de Raadt | |
2006-07-29 | Zap a couple of unused defines - SID_ANSI_SCSI2 and SID_ANSI_SCSI3. | Kenneth R Westerback | |
2006-07-29 | The version field of scsi_inquiry_data is not a simple numeric value | Kenneth R Westerback | |
that specifies the version of SCSI being supported. Even the ANSI part that we use is complex. 4 means 2, 5 means 3 and 6 means 4. Translate and use the value correctly. Fixes SCSI5 and SCSI6 in dmesg. And properly protects SCSI2 devices from getting SCSI3 commands. "seems like an elegant solution to me" millert@ ok dlg@ marco@ | |||
2006-07-29 | only enter for armish | Theo de Raadt | |
2006-07-28 | crank the OpenBSD version to 4.0; Opera 9.0 on OpenBSD verified by sturm@ | David Krause | |
2006-07-28 | 4KB buffer on the stack, and would you like fries with that? | Miod Vallat | |
2006-07-28 | Only stop processing prebind deletion if an actual error occurs. | Dale Rahn | |
2006-07-28 | Document the recent VAX frame buffer changes, especially the way smg(4) | Miod Vallat | |
attaches (or refuses to) now. | |||
2006-07-28 | Driver for the color frame buffer option on VAXstation 3100 models 3x/4x. | Miod Vallat | |
Still a few rough edges to polish, but nevertheless usable; 4bpp flavour untested. | |||
2006-07-28 | Better dmesg | Miod Vallat | |
2006-07-28 | KNF | Marco Peereboom | |
2006-07-28 | Only read 1 sensor at a time instead of all of them. This should help | Marco Peereboom | |
systems that have a burst of activity every 10 seconds. Also lower the polling frequency from 10 to 5 seconds. ok jordan@ | |||
2006-07-28 | Fix BT interface by waiting for BMC_BUSY on writes. | Jordan Hargrave | |
Found and ok marco | |||
2006-07-28 | make dmesg printing look a little bit nicer. | Brad Smith | |
2006-07-28 | regen | Brad Smith | |
2006-07-28 | add Intel IOP333, 5000 and 6321ESB PCI ids. | Brad Smith | |
2006-07-28 | remove port startup code, it's all moved to the respective port | Nikolay Sturm | |
ok deraadt, toby, pedro, david | |||
2006-07-28 | permit synchronous mounts | Nikolay Sturm | |
ok pedro | |||
2006-07-28 | Pass the end of the symbol table to the kernel. | Mark Kettenis | |
2006-07-28 | Use the correct major for /dev/pci (instead of giving it the same major | Mark Kettenis | |
as /dev/raid). ok drahn@ | |||
2006-07-28 | Make option USER_PCICONF work. | Mark Kettenis | |
ok drahn@ | |||
2006-07-28 | sync | Theo de Raadt | |
2006-07-28 | no man page for now | Theo de Raadt | |
2006-07-28 | should install into /usr/mdec/ | Theo de Raadt | |
2006-07-28 | enter boot | Theo de Raadt | |
2006-07-28 | regen | Brad Smith | |
2006-07-28 | move the Siemens vendor id to the right location. | Brad Smith | |
2006-07-28 | First stab at an armish bootloader. It will load /bsd from the drive in the | Mark Kettenis | |
upper slot of the Thecus n2100. Glued together from bits from the NetBSD cobalt and evbarm ports. | |||
2006-07-28 | regen | Brad Smith | |
2006-07-28 | add some Broadcom, NVIDIA and Ricoh PCI ids. | Brad Smith | |
2006-07-28 | do not bother playing tag with the PCI_COMMAND_STATUS_REG | Mark Kettenis | |
tested by jolan@, ok brad@ | |||
2006-07-28 | Simplify autoneg code a bit. Tested on a few sk(4)'s and an axe(4). | Brad Smith | |
2006-07-28 | another Marvell Gig PHY. | Brad Smith | |
2006-07-28 | regen | Brad Smith | |
2006-07-28 | another Marvell Gig PHY. | Brad Smith | |
2006-07-28 | Make tftpd atoi() free. | Marcus Glocker | |
ok claudio@ | |||
2006-07-28 | factor out the code to build bgp messages, ok claudio a long time ago | Henning Brauer | |
2006-07-28 | avoid printing the server built date | Henning Brauer | |
2006-07-28 | avoid printing server built date, we set that to "unknown" anyway | Henning Brauer | |
leave the function there of course, it's part of the API | |||
2006-07-28 | A vulnerability has been reported in Apache HTTP Server, which potentially can | Henning Brauer | |
be exploited by malicious people to compromise a vulnerable system. The vulnerability is caused by a off-by-one error in mod_rewrite and can be exploited to cause a one-byte buffer overflow. http://secunia.com/advisories/21197/ report "Alexey E. Suslikov" <cruel@texnika.com.ua>, the obvious fix mailed in by Stuart Henderson <stu@spacehopper.org> | |||
2006-07-28 | Explain the effect of the --export-dynamic link option on the visibility | Kurt Miller | |
of the executable's symbols as well as improve the visibility paragraph a bit. okay drahn@ | |||
2006-07-28 | Remove $Log$ check from keyword expansion test, which is the only | Ray Lai | |
keyword we don't do yet. Now we can enable the test. OK niallo@ |