Age | Commit message (Expand) | Author |
2003-06-06 | - section reorder | Jason McIntyre |
2003-06-04 | mop up some more 3/4 license issues | Theo de Raadt |
2003-06-04 | more term 3 & 4 from various developers, with permission of course | Theo de Raadt |
2003-06-04 | more term 3 and 4 changes | Theo de Raadt |
2003-06-03 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-02 | Relax licence by removing the 3rd clause on all files whereI was still | Miod Vallat |
2003-06-02 | snprintf here too. | Miod Vallat |
2003-06-02 | licence cleanup | Theo de Raadt |
2003-06-01 | strcpy/strcat/sprintf removal in all bootblocks. various testing by | Theo de Raadt |
2003-06-01 | Remove unused variable. | Miod Vallat |
2003-05-30 | Working process core dumps, borrowed from m68k code. | Miod Vallat |
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 mic... | Ted Unangst |
2003-05-14 | add {b,c}devsw_lookup convenience functions. | Ted Unangst |
2003-05-13 | Add option NO_PROPOLICE, which explicitely disables the use of the propolice | Miod Vallat |
2003-05-13 | remove -fno-stack-protector (enable propolice) | Ted Unangst |
2003-05-11 | string cleaning; krw ok | Theo de Raadt |
2003-05-08 | EXAMPLE -> EXAMPLES in .Sh section, as per mdoc template. | Jason McIntyre |
2003-04-16 | Clarify license terms. | Miod Vallat |
2003-04-10 | more POSIX chown | Todd C. Miller |
2003-04-06 | strcat/strcpy/sprintf cleanup. krw@, anil@ ok. art@ tested sparc64. | Hakan Olsson |
2003-04-06 | Some easy strcpy elimination. | Kenneth R Westerback |
2003-04-06 | The disklabel fields d_packname and d_typename are not null terminated strings | Kenneth R Westerback |
2003-03-16 | Old unused stuff left under the carpet. | Miod Vallat |
2003-03-08 | more deletions | Theo de Raadt |
2003-03-08 | bye bye, noted by david | Theo de Raadt |
2003-03-06 | date should be written formally: .Dd Month day, year | David Krause |
2003-02-18 | copyrights added; | Jason McIntyre |
2003-02-11 | be consistant on Hz vs hz | Michael Shalayeff |
2003-01-28 | pad < minimal length packets with 0's; based on netbsd; tested by miod | Jason Wright |
2003-01-24 | Convert m88k pmap from physseg to VM_PAGE_MD. | Miod Vallat |
2003-01-24 | PMAP_{DE,}ACTIVATE are not used anymore. | Miod Vallat |
2003-01-14 | Define exception vector tables as assembly source, with the appropriate | Miod Vallat |
2003-01-13 | Clean up ipl handling: be sure to always return valid levels in getipl(), | Miod Vallat |
2003-01-13 | Missing splx() | Miod Vallat |
2003-01-09 | Remove fetch(9) and store(9) functions from the kernel, and replace the few | Miod Vallat |
2003-01-07 | Remove duplicate SRX definition. | Miod Vallat |
2003-01-04 | On MVME187, detect the on-board memory size by probing the memory controllers | Miod Vallat |
2003-01-04 | Fix a few pcctwo attachment addresses | Miod Vallat |
2003-01-04 | Don't define splassert goo if _LOCORE | Miod Vallat |
2003-01-04 | Correctly invoke pmap_enter() [fix last argument] | Miod Vallat |
2003-01-04 | A va_copy macro without drugs inside. Shupid miod. | Miod Vallat |
2003-01-03 | splassert support for m88k | Miod Vallat |
2003-01-03 | Provide a simple va_copy() implementation. | Miod Vallat |
2003-01-02 | Adapt to recent changes in libc/libc_r wrt weak symbols, so that programs | Miod Vallat |
2003-01-01 | Fill cpu_model, so that sysctl hw.model produces something interesting. | Miod Vallat |
2002-12-25 | No need to define FOO?=foo for AS, CC, CPP and LD, as they are always already | Miod Vallat |
2002-12-17 | Make SysV-style shared memory and semaphore limits sysctl'able. | Todd C. Miller |
2002-12-14 | handelr -> handler | Federico G. Schwindt |