Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-24 | regen with correct rcs id | Todd C. Miller | |
2001-01-24 | Matrox G450 uses the same PCI id as the G400 | Todd C. Miller | |
2001-01-23 | sync | Chris Cappuccio | |
2001-01-23 | AMD 755, 766 | Chris Cappuccio | |
2001-01-23 | recognize P4; testing by techsupport@lokmail.net, the unfortunate owner of ↵ | Theo de Raadt | |
such a thing | |||
2001-01-23 | build boot with -Os | Artur Grabowski | |
2001-01-23 | floppy configuration that works. | Artur Grabowski | |
fxp, de, pciide, ncr, isp and wscons (vga, tga and keyboard). CD support will be in another configuration. | |||
2001-01-23 | iha fits, cool | Theo de Raadt | |
2001-01-23 | Add machine/exec.h to allow machine to set ELFSIZE before using | Dale Rahn | |
ifdefing code based on if that define exists. OKed by theo. | |||
2001-01-23 | three small bugs pointed out by Adam <vt@ikp.pl> | Jason Wright | |
2001-01-23 | Restore the WDCF_IRQ_WAIT flag if the lower-level interrupt handler rejects | Aaron Campbell | |
the interrupt. Fixes hangs seen with CompactFlash cards in CardBus slots. Thanks to csapuntz@ for some pointers. Note: this was NetBSD PR/8639. | |||
2001-01-23 | Clamp malloc in compat_43_sys_getdirentries to 64k | Constantine Sapuntzakis | |
We should really get rid of all mallocs in the compat and VOP_READDIRs. | |||
2001-01-23 | SunOS, IBCS2, Linux, and SVR4 all require translations of directory entries | Constantine Sapuntzakis | |
from OpenBSD format to their respective native formats. A lot of common code here for interfacing with OpenBSD VOP_READDIR. Most of this code and logic has been moved to common/compat_dir.c When reading a portion of the directory, the compatibility layer registers a callback which is passed an OpenBSD-style dirent and the cookie/offset. | |||
2001-01-23 | Add Initio SCSI controller | Kenneth R Westerback | |
2001-01-23 | Add support for Initio INI-91xx SCSI Cards | Kenneth R Westerback | |
2001-01-23 | when the peer is disconnected before accept(2) is issued, | Jun-ichiro itojun Hagino | |
do not return junk data in mbuf (= sockaddr on accept(2)'s 2nd arg). set the length to zero. behavior checked with bsdi and freebsd. partial solution to NetBSD PR 12027 and 10698 (need more investigation). | |||
2001-01-23 | sync | Theo de Raadt | |
2001-01-23 | new ibm framebuffer | Theo de Raadt | |
2001-01-22 | Art is a B..... | Theo de Raadt | |
2001-01-22 | fix pretty printing | Theo de Raadt | |
2001-01-22 | this should make i850 and i860 hubs do RNG | Theo de Raadt | |
2001-01-22 | from NetBSD: only pass one byte for control register handle (Manuel Bouyer) | Chris Cappuccio | |
2001-01-22 | sync | Aaron Campbell | |
2001-01-22 | Another TI FireWire product. | Aaron Campbell | |
2001-01-22 | paste error in pdcopen, a few formatting cnages and use int for char | Michael Shalayeff | |
2001-01-22 | fix pretty print | Theo de Raadt | |
2001-01-22 | pretty print even during failure conditions | Theo de Raadt | |
2001-01-22 | sync | Theo de Raadt | |
2001-01-22 | more intel devices | Theo de Raadt | |
2001-01-22 | sync | Theo de Raadt | |
2001-01-22 | fix typo | Theo de Raadt | |
2001-01-22 | dirty trap should be handed w/ uvm_fault() as well | Michael Shalayeff | |
2001-01-22 | ATAPI CD-ROMs BCD-16X and BCD-24X have troubles starting and stopping their ↵ | Constantine Sapuntzakis | |
disks | |||
2001-01-22 | Reduce # of retries on scsi_test_unit_ready to 5. This means that devices | Constantine Sapuntzakis | |
that don't support it will only hang the system in boot-up for 50 seconds as opposed to 500 seconds. Return 0 from scsi_start if the device doesn't support START/STOP unit. | |||
2001-01-22 | repair printing | Theo de Raadt | |
2001-01-22 | keyboard led update lockup patch; pr 1432, smat@acm.org | Theo de Raadt | |
2001-01-22 | If ELFSIZE isn't explicitly defined, define it do ARCH_ELFSIZE | Artur Grabowski | |
2001-01-22 | Define ARCH_ELFSIZE that is the default elf size on this arch. | Artur Grabowski | |
2001-01-22 | gc NATIVE_ELF - not used any more and should not be set here anyway. | Artur Grabowski | |
2001-01-22 | NATIVE_ELF -> NATIVE_EXEC_ELF (just some leftovers) | Artur Grabowski | |
2001-01-22 | need wskbd | Artur Grabowski | |
2001-01-22 | Initialize xs->stimeout, even when polling | Kenneth R Westerback | |
2001-01-22 | fix router renumbering bit decl for little endian. KAME PR 320 | Jun-ichiro itojun Hagino | |
2001-01-22 | nobody has base station for fh, and this was not ever discussed, bad angelos | Michael Shalayeff | |
2001-01-21 | map the bios rom at both it's real address and | Michael Shalayeff | |
zero offset corresponding to the base of the rom. this solves a problem for roms referring to their internal tables by real addresses. brad@ testing, 10x | |||
2001-01-21 | UVM and PMAP_NEW are required. | Artur Grabowski | |
2001-01-21 | Some fixes to the size independent macros. | Artur Grabowski | |
Resolve the confusion about Rela and RelA. Add ELF_R_INFO. | |||
2001-01-21 | sync router renumbering flag bit to conform to 2292bis-02 and RR RFC. | Jun-ichiro itojun Hagino | |
sync with latest kame rtadvd (again). mostly cosmetic. | |||
2001-01-21 | map and establish interrupts _after_ chip was initialized | Michael Shalayeff | |
and driver has allocated it's internal data structures. deraadt@ ok | |||
2001-01-21 | map and establish interrupt earlier in the attach routine, | Michael Shalayeff | |
instead of middle of the thread. behaviour remains the same. since interrupts are disabled in the controller until proper time this is safe to do this way. deraadt@ ok |