Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-06-02 | regen | Michael Shalayeff | |
2003-06-02 | a few 8.7k models | Michael Shalayeff | |
2003-06-02 | remove clause 3 & 4 (with fgsch permission as well) | Jason Wright | |
2003-06-02 | one more... nuke clause 3 & 4 | Jason Wright | |
2003-06-02 | nuke terms 3 & 4 | Jason Wright | |
2003-06-02 | nuke clause 3 & 4 | Jason Wright | |
2003-06-02 | remove terms 3 (and 4 in some places) where i am the author | Theo de Raadt | |
2003-06-02 | nuke my clause 3 & 4 (and a couple jointly (c) with Theo). | Jason Wright | |
2003-06-02 | licence cleanup | Theo de Raadt | |
2003-06-02 | add length checks on bus_dmamap_load_uio() on the total length vs. what the | Jason Wright | |
map is expecting. Also, sparc64 was missing the equivalent check in _load_mbuf() and the "make sure no valid mappings are returned" goop. | |||
2003-06-02 | Relax licence by removing the 3rd clause on all files whereI was still | Miod Vallat | |
using a 3 clause licence. | |||
2003-06-02 | some license cleanup | Theo de Raadt | |
2003-06-02 | Do not map psycho-only interrupts on sabres. Reading from undefined | Henric Jungheim | |
registers and mapping strange INRs is not a good idea. ok jason@ | |||
2003-06-02 | snprintf here too. | Miod Vallat | |
2003-06-02 | Need snprintf here. | Miod Vallat | |
2003-06-02 | licence cleanup | Theo de Raadt | |
2003-06-02 | license cleanup of my files | Theo de Raadt | |
2003-06-02 | Initialize the hint for uvm_km_suballoc. | Artur Grabowski | |
2003-06-01 | Initialize minaddr to a sane value. at request of art. | Dale Rahn | |
2003-06-01 | initialize minaddr before calling uvm_km_suballoc. | Artur Grabowski | |
2003-06-01 | strcpy/strcat/sprintf removal in all bootblocks. various testing by | Theo de Raadt | |
various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind | |||
2003-06-01 | Revert ep0 removal, deraadt@ objects. | Miod Vallat | |
2003-06-01 | Remove unused variable. | Miod Vallat | |
2003-05-31 | It makes no sense to define | Miod Vallat | |
ep0 at foobus? ep* at foobus? for up to three different buses. Just get rid of the ep0 entry. To be fair, config(8) ought to complain for such a syntax - hard coded device number should be unique. | |||
2003-05-31 | Don't use orw with a > 16 bits constant. | Miod Vallat | |
2003-05-31 | Unpeeing as pointed out by Dries Schellekens. | Tobias Weingartner | |
ok miod@ | |||
2003-05-31 | Remove a bunch of obsolete definitions. | Miod Vallat | |
2003-05-31 | First lba support in /boot. Not complete lba boot support, but it's the | Tobias Weingartner | |
first step on the way there. Ok deraadt@, espie@, todd@, and others. | |||
2003-05-30 | Working process core dumps, borrowed from m68k code. | Miod Vallat | |
2003-05-30 | Sync the core dump routine with hp300; generates correct coredumps again. | Miod Vallat | |
2003-05-30 | Fix interrupt mapping for psycho's PBM B. This should make interrupts | Henric Jungheim | |
happy for all psycho based boxes. tested by beck@ ok jason@ | |||
2003-05-27 | change .byte for the correct opcodes now that gas can handle'em. | Federico G. Schwindt | |
art@ toby@ ok. | |||
2003-05-27 | Fix siginfo contents in the T_ACCFLT case, fixes libpthread siginfo regression | Miod Vallat | |
test. Some stylistic input from marc@ | |||
2003-05-27 | regen | Michael Shalayeff | |
2003-05-27 | inject a precisionbook keymap under us|machdep | Michael Shalayeff | |
2003-05-26 | fix some fictitious spellings. ok miod@ | Ted Unangst | |
2003-05-26 | pmap_protect strikes again. | Artur Grabowski | |
Not only do we have to think about PROT_EXEC while dealing with it, but we also have to think about wiring. sigh. We'll have to fix this with an API change. fixes the mlockall problem. | |||
2003-05-26 | cleanup, value paranoia, elaborate on some comments | Ted Unangst | |
2003-05-26 | Make sure to do the keyboard layout selection dance before wskbd_cnattach() | Miod Vallat | |
is invoked. | |||
2003-05-25 | mgx fits on the floppies, so add it as well. | Miod Vallat | |
2003-05-25 | Support for the Vigra VS11 frame buffer. This is basically the same as the | Miod Vallat | |
VS12, but with a different ramdac that allows higher refresh rates. | |||
2003-05-25 | regen | Michael Shalayeff | |
2003-05-25 | typo | Michael Shalayeff | |
2003-05-25 | how did i miss this one? thanks Wouter Clarie | Ted Unangst | |
2003-05-25 | more thorough reset sequence; miod@ ok | Michael Shalayeff | |
2003-05-23 | remove old swapgeneric.c's | Ted Unangst | |
2003-05-23 | move swapgeneric to truly generic code. tested on many archs by miod and ↵ | Ted Unangst | |
mickey. | |||
2003-05-23 | Do all unlocks before exit from pmap_enter(). | Mike Pechkin | |
deraadt@, drahn@ OK |