Age | Commit message (Expand) | Author |
2002-05-18 | Rename the MD db_stack_trace_cmd to db_stack_trace_print. Add an argument | Artur Grabowski |
2002-05-17 | properly detect the cpu model for the broken cyrix latch; better fix than pr#... | Michael Shalayeff |
2002-05-16 | Add systrace support to all the remaining architectures. | Miod Vallat |
2002-05-16 | systrace facility, used to enforce and generate policies for system calls | Niels Provos |
2002-05-16 | fix for a timer latch bug on the cyrix mediagx and gxm cpus. | Michael Shalayeff |
2002-05-16 | Add a an argument to db_printsym that specifies the printf function | Artur Grabowski |
2002-05-15 | add lofn and nofn | Jason Wright |
2002-05-10 | on ServerWorks CNB20HE Host: | Michael Shalayeff |
2002-05-09 | ukbd (and others) at uhidev, not uhub | Marco S Hyman |
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 |