Age | Commit message (Expand) | Author |
2003-08-01 | Nuke calls to uvm_useracc() and instead check copyin() and copyout() for | Miod Vallat |
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-06-06 | - section reorder | Jason McIntyre |
2003-06-04 | Delete UCB term 3. When there are other copyright owners, we affirm | 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-03 | kill clause 3 and 4 from several of my copyrights, cleanup. | Dale Rahn |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-02 | Need snprintf here. | Miod Vallat |
2003-06-02 | license cleanup of my files | Theo de Raadt |
2003-06-01 | strcpy/strcat/sprintf removal in all bootblocks. various testing by | Theo de Raadt |
2003-05-31 | Don't use orw with a > 16 bits constant. | Miod Vallat |
2003-05-30 | Sync the core dump routine with hp300; generates correct coredumps again. | 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-25 | - added missing .Ed | Jason McIntyre |
2003-04-16 | Clarify license terms. | Miod Vallat |
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-03-06 | date should be written formally: .Dd Month day, year | David Krause |
2003-02-24 | Use MAKEDISKDEV and DISKUNIT macros instead of rolling our own inline version | Miod Vallat |
2003-02-24 | Do not redefine stuff already in <sys/disklabel.h> | Miod Vallat |
2003-02-18 | copyrights added; | Jason McIntyre |
2003-02-11 | be consistant on Hz vs hz | Michael Shalayeff |
2003-02-07 | typos; | Jason McIntyre |
2003-01-28 | pad < minimal length packets with 0's; based on netbsd; tested by miod | Jason Wright |
2003-01-27 | Convert m68k pmap from physseg to VM_PAGE_MD. | Miod Vallat |
2003-01-09 | Remove fetch(9) and store(9) functions from the kernel, and replace the few | Miod Vallat |
2003-01-05 | splassert on m68k-based arches. Not totally accurate on hp300 at the moment, | Miod Vallat |
2003-01-04 | memsize() serves no purpose anymore | Miod Vallat |
2003-01-04 | When detecting the memory size on 167 and 177, probe both memory controllers | 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 | handeled -> handled; reported by someone on the list, but i no longer | Federico G. Schwindt |
2002-12-09 | From Andrushock, s/sucess/success/g | Todd C. Miller |
2002-12-05 | remove altq entries. | Kenjiro Cho |
2002-12-02 | Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack | Miod Vallat |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-09-17 | It turns out that disabling selection timeout is not a good idea, on | Miod Vallat |
2002-08-21 | Get the boot device correctly if scsi id != 0 on 1[67]x boards. | Miod Vallat |
2002-08-09 | Add an explicit dependancy of assym.h to Makefile. | Miod Vallat |
2002-07-20 | Instead of copying out the signal trampoline on top of the stack, create | Artur Grabowski |
2002-07-15 | repair tags building (due to obj dirs in /sys) | Michael Shalayeff |