Age | Commit message (Expand) | Author |
2002-05-09 | ukbd now at uhidev, not uhub. Ditto for ums (commented out) | Marco S Hyman |
2002-05-09 | Sync hid stuff including ukbd, ums, and uhid with NetBSD | Nathan Binkert |
2002-05-07 | Add url(4) and urlphy(4) | Nathan Binkert |
2002-05-06 | Try to deal with the pci shadow bus issue by disabling a specific chip | Nathan Binkert |
2002-05-06 | drop out of any intr fixup activities if was disabled in the config flags | Michael Shalayeff |
2002-05-06 | tuner driver for the fms cards. | Michael Shalayeff |
2002-05-03 | disable ahc again for now, since it does not fit; ok miod | Peter Valchev |
2002-05-03 | ptrdiff_t and size_t fixes. | Marc Espie |
2002-05-03 | no guarantee that ptrdiff_t is int and not long, so cast. | Marc Espie |
2002-05-02 | update the nbsd rcsid to unconfuse some lamers | Michael Shalayeff |
2002-04-30 | yup, ahc fits easily again; requested by brad | Theo de Raadt |
2002-04-29 | Define placeholders for art's splassert() debugging stuff on all arches. | Miod Vallat |
2002-04-28 | Machines with the Serverworks CNB20HE chipset also have a CIOB20 i/o bridge. | Nathan Binkert |
2002-04-25 | soundforte radio driver, from Vladimir Popov <jumbo@narod.ru> | Michael Shalayeff |
2002-04-24 | be much more picky about which RCC products are multi-bridges | Theo de Raadt |
2002-04-24 | Introduce a new file, machine/internal_types.h, to hold that specific arch | Marc Espie |
2002-04-19 | build when NSWDISPLAY is undefined or 0; from brian@freebsd-services.com | jasoni |
2002-04-15 | wx is totally gone now | Theo de Raadt |
2002-04-13 | Try MUCH harder to always print a "root on" line | Theo de Raadt |
2002-04-10 | remove ahc from here again | Theo de Raadt |
2002-04-08 | add ESS Allegro-1 and Maestro-3 driver | Mike Frantzen |
2002-04-02 | move to gx | Theo de Raadt |
2002-04-02 | gx works on alpha and i386 add a commented line for the driver | Nathan Binkert |
2002-03-30 | pci and pcmcia wi fits on all of them | Theo de Raadt |
2002-03-30 | much more fits on this now: ahc, twe, iop, pci xl, pci wi | Theo de Raadt |
2002-03-30 | recognize more via/cyrix cpu types; from Kamo Hiroyasu <wd@ics.nara-wu.ac.jp>... | Michael Shalayeff |
2002-03-26 | iop can to onto this | Theo de Raadt |
2002-03-24 | handle NS Geode GX1; wd@ics.nara-wu.ac.jp | Theo de Raadt |
2002-03-23 | typo repair; openbsd@davidkrause.com | Theo de Raadt |
2002-03-23 | Add variables for config(8) -e time tweak of systemV shared memory | Marc Espie |
2002-03-21 | Some laptops (such as the Toshiba Libretto L series) use _PIR instead | Todd C. Miller |
2002-03-19 | remove __P | Todd C. Miller |
2002-03-19 | revert to older ahc driver until the new one's bugs are fixed | Todd C. Miller |
2002-03-18 | pedantic assembly opcodes, to please new gas/new gcc. | Marc Espie |
2002-03-14 | remove ambiguity in version,ostype,osversion,osrelease and their constanity, ... | Michael Shalayeff |
2002-03-14 | protect from overflows and null derefs in cpu probing; from wd@ics.nara-wu.ac... | Michael Shalayeff |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-14 | Turn the ptrace(2) syscall into a kernel compile option, option PTRACE in | Miod Vallat |
2002-03-12 | extraneous 'or'; from Sven Kirmess <sven.kirmess@gmx.net> | Michael Shalayeff |
2002-03-07 | Clean up BUS_DMA_* flags, and make sure all arch's define: | Jason Wright |
2002-03-01 | Change a config(8) reference to a more appropriate boot_config(8) reference. | Miod Vallat |
2002-02-21 | for a SIGSEGV, only read cr2 once, not twice (and now si_addr is not just the... | Theo de Raadt |
2002-02-21 | Pasto. Ok mickey@ | Thierry Deval |
2002-02-21 | Typo. Ok mickey@ | Thierry Deval |
2002-02-20 | support amd766 as amd756; from peter@ (pr/1948); tested by Henning Brauer <li... | Michael Shalayeff |
2002-02-19 | correct extended partition botch; gluk, in PR 1449 | Theo de Raadt |
2002-02-19 | Add new trm driver. Pointed out by brad@ | Kenneth R Westerback |
2002-02-18 | copy the segment regs w/ zeroing upper 16 bits | Michael Shalayeff |
2002-02-18 | when saving %fs,%gs clear out the upper 16 bits for ddb | Michael Shalayeff |