Age | Commit message (Expand) | Author |
2003-08-08 | wb no longer fits | Theo de Raadt |
2003-08-08 | let us call COMPAT_UFS dead | Theo de Raadt |
2003-08-08 | ansi | Theo de Raadt |
2003-08-08 | put COPTS in CFLAGS; idea from miod | Theo de Raadt |
2003-08-08 | no pcmcia pccom on this floppy, sorry | Theo de Raadt |
2003-08-07 | better dmesg output and do some spaces; markus@ ok | Michael Shalayeff |
2003-08-07 | watchdog driver for Geode SC1100 (e.g. in soekris net4801); ok mickey@ | Markus Friedl |
2003-07-30 | support for vt8231 from netbsd via pr3362 and tested by matthew.gream@pobox.com | Michael Shalayeff |
2003-07-29 | move spl checking wrap over the syscall into trap.c:syscall(); | Michael Shalayeff |
2003-07-28 | nuke more MATH_EMULATE | Jason Wright |
2003-07-28 | remove the non-licensed i386 math emulation stuff. This only leaves the | Jason Wright |
2003-07-25 | use names not numbers for msrs, do not define yet another implementation of w... | Michael Shalayeff |
2003-07-25 | s/CPUID_SYS2/CPUID_SEP/ to avoid confusion | Michael Shalayeff |
2003-07-25 | let ALWAYS_MATH_EMULATE actually compile | Jason Wright |
2003-07-25 | make sure SYSENTER registers are 0 at boot time. should fix an unusual | Ted Unangst |
2003-07-22 | Fix .depend generation for assym.h. Resolves PR 1154. | Otto Moerbeek |
2003-07-19 | don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs) | David Krause |
2003-07-15 | match on ich5 as piix; from couderc@ | Michael Shalayeff |
2003-07-11 | Set pcb_onfault earlier in 386 version of copyout and clean up | Artur Grabowski |
2003-07-11 | debug only; mickey ok | Theo de Raadt |
2003-07-07 | Fix for PR 3177. | Tobias Weingartner |
2003-07-07 | function for cpuid instruction. pulled from longrun into generic code. | Ted Unangst |
2003-07-05 | do not make bad machine@ links | Theo de Raadt |
2003-06-27 | Cleanup biosboot to remove uneeded 32-bit opcodes, initializations of | Tobias Weingartner |
2003-06-27 | kqueue support for various usb devices including: usb, uhid, ugen, | Nathan Binkert |
2003-06-27 | Fix hang in EDD detection routine. | Tobias Weingartner |
2003-06-24 | a.out emulation for dynamic binaries: intercept the right system calls | Marc Espie |
2003-06-08 | Enable gus again now that it won't panic during probe. | Miod Vallat |
2003-06-06 | - section reorder | Jason McIntyre |
2003-06-06 | Identify Pentium M CPU | Andreas Gunnarsson |
2003-06-04 | 3/4 cleanup for aaron | Theo de Raadt |
2003-06-04 | fix some 3/4 for toby | Theo de Raadt |
2003-06-04 | more term 3 & 4 from various developers, with permission of course | Theo de Raadt |
2003-06-03 | remove some term 3 & 4 for niklas | Theo de Raadt |
2003-06-03 | three four kills | Michael Shalayeff |
2003-06-03 | three four kill | Michael Shalayeff |
2003-06-03 | fix tree after mickey breakage | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-02 | add length checks on bus_dmamap_load_uio() on the total length vs. what the | Jason Wright |
2003-06-01 | strcpy/strcat/sprintf removal in all bootblocks. various testing by | Theo de Raadt |
2003-06-01 | Revert ep0 removal, deraadt@ objects. | Miod Vallat |
2003-05-31 | It makes no sense to define | Miod Vallat |
2003-05-31 | Unpeeing as pointed out by Dries Schellekens. | Tobias Weingartner |
2003-05-31 | First lba support in /boot. Not complete lba boot support, but it's the | Tobias Weingartner |
2003-05-27 | change .byte for the correct opcodes now that gas can handle'em. | Federico G. Schwindt |
2003-05-26 | pmap_protect strikes again. | Artur Grabowski |
2003-05-26 | cleanup, value paranoia, elaborate on some comments | Ted Unangst |
2003-05-25 | how did i miss this one? thanks Wouter Clarie | Ted Unangst |
2003-05-23 | move swapgeneric to truly generic code. tested on many archs by miod and mic... | Ted Unangst |
2003-05-23 | Do all unlocks before exit from pmap_enter(). | Mike Pechkin |