Age | Commit message (Expand) | Author |
2004-02-10 | Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGET | Todd C. Miller |
2004-01-27 | Only install the fpsp exception vectors if the cpu is a 68040. | Miod Vallat |
2004-01-15 | instuction -> instruction | Miod Vallat |
2003-12-22 | typos from Jared Yanovich; | Jason McIntyre |
2003-12-22 | IPL_HIGH should be 7, not 6. This is purely cosmetic as that value is | Todd C. Miller |
2003-12-20 | Pass -Wformat | Miod Vallat |
2003-12-17 | remove unneeded bits introduced in previous commit | Todd C. Miller |
2003-12-17 | Simply include the main libz Makefile instead of trying to roll our own. | Todd C. Miller |
2003-12-12 | missing parameter to printf; erick@bonzai.space-ei.nl | Theo de Raadt |
2003-12-04 | Typos | Miod Vallat |
2003-11-24 | -fno-builtin, checked by millert@ | Marc Espie |
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre |
2003-11-06 | move netisr definition into md code to allow arch provide suitable allocation... | Michael Shalayeff |
2003-11-03 | spelling fixes (in the comments) | David Krause |
2003-10-26 | typos from Jared Yanovich; | Jason McIntyre |
2003-10-09 | More m68k common include files factorization. | Miod Vallat |
2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | Miod Vallat |
2003-09-26 | Typos: defintion -> definition, proccess -> process | Miod Vallat |
2003-09-24 | Compile after poll changes... | Miod Vallat |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
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-06-04 | Delete UCB term 3. When there are other copyright owners, we affirm | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-02 | remove terms 3 (and 4 in some places) where i am the author | Theo de Raadt |
2003-06-01 | strcpy/strcat/sprintf removal in all bootblocks. various testing by | Theo de Raadt |
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-10 | string cleaning; ok beck dhartmei | Theo de Raadt |
2003-05-09 | No need to map the message buffer executable. | Artur Grabowski |
2003-05-09 | No need to map framebuffers executable. Really. | Artur Grabowski |
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-04-03 | HP 9000/xxx not HP9000/xxx; from Paul Weissmann | Todd C. Miller |
2003-04-03 | HPUX, HP/UX -> HP-UX | Jason McIntyre |
2003-03-21 | Regen | Miod Vallat |
2003-03-21 | its obwous``renassiance'' apeers too be a spelink mistaek. | Miod Vallat |
2003-03-16 | Old unused stuff left under the carpet. | Miod Vallat |
2003-02-11 | be consistant on Hz vs hz | Michael Shalayeff |
2003-02-02 | I've been guaranteed that guaranteed is better than guarenteed. | Miod Vallat |
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 | Remove COMPAT_NOMID. It was deprecated since a long time, the man page wass | Miod Vallat |
2002-12-25 | No need to define FOO?=foo for AS, CC, CPP and LD, as they are always already | Miod Vallat |