Age | Commit message (Expand) | Author |
2003-08-15 | ansi and proto cleanup. one unused function goes away | Theo de Raadt |
2003-08-15 | proto findcpu, because bootblocks use this too | Theo de Raadt |
2003-08-10 | ansi | Theo de Raadt |
2003-08-10 | clean leftovers | Theo de Raadt |
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller |
2003-08-01 | remove the strcpy/strcat macros | Anil Madhavapeddy |
2003-07-22 | Fix .depend generation for assym.h. Resolves PR 1154. | Otto Moerbeek |
2003-06-26 | Compile the vax kernel with -Wmissing-prototypes -Wstrict-prototypes now. | Miod Vallat |
2003-06-12 | final bits of obvious UCB term 3 removal | Theo de Raadt |
2003-06-12 | final bits of obvious UCB term 3 removal | 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-05-27 | Fix siginfo contents in the T_ACCFLT case, fixes libpthread siginfo regression | Miod Vallat |
2003-05-23 | remove old swapgeneric.c's | 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-10 | string cleaning; ok beck dhartmei | Theo de Raadt |
2003-04-16 | siginfo support for vax. | Miod Vallat |
2003-04-08 | Move definition of storage for cpu_model to locore.c so sizeof has | Hugh Graham |
2003-04-06 | The return value for bounds_check_with_label() is not set in stone, and it | Miod Vallat |
2003-04-06 | strcat/strcpy/sprintf cleanup. krw@, anil@ ok. art@ tested sparc64. | Hakan Olsson |
2003-04-06 | The disklabel fields d_packname and d_typename are not null terminated strings | Kenneth R Westerback |
2003-04-06 | remove an erroneous comment | Hugh Graham |
2003-04-06 | Significant DHU driver fixups: | Hugh Graham |
2003-04-03 | Real DHUs don't have a TXCHAR register, so write directly to the fifo | Hugh Graham |
2003-04-02 | DZ-11 (or the DZ-11 alike in the VS4000/VLC anyway) only interrupts when | Jason Wright |
2003-04-02 | Don't allow the DZ-11 RX interrupt to be masked (if a DZ-11 interrupt was seen | Jason Wright |
2003-03-08 | qe tested and working well; enable | Hugh Graham |
2003-02-11 | be consistant on Hz vs hz | Michael Shalayeff |
2003-02-05 | LLADDR macro doesn't work here, so copy mac into the softc directly. | Hugh Graham |
2003-02-04 | Bring qe closer to NetBSD and make it compile. As yet untested. | Hugh Graham |
2003-02-03 | From NetBSD: Add functions to allocate mapped-in qbus memory. | Hugh Graham |
2003-01-21 | typos | margarida |
2003-01-09 | Remove fetch(9) and store(9) functions from the kernel, and replace the few | Miod Vallat |
2002-12-27 | Use model control capability to distinguish 8 from 16 line models, | Hugh Graham |
2002-12-25 | No need to define FOO?=foo for AS, CC, CPP and LD, as they are always already | Miod Vallat |
2002-12-24 | Received a christmas card from Diego and Wim -- thanks! | Hugh Graham |
2002-12-17 | Make SysV-style shared memory and semaphore limits sysctl'able. | Todd C. Miller |
2002-12-15 | Correctly report MicroVAX-30 as a MicroVAX, not a VAXstation. | Miod Vallat |
2002-12-10 | VT100 emul is the default, and there is no point yet having more than one | Miod Vallat |
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-11-29 | inconsistant spelling; torh@bogus.net | Theo de Raadt |
2002-11-08 | Don't uvm_useracc the user sigcontext in sys_sigreturn and then access | Miod Vallat |
2002-11-05 | Add a WEAK_ALIAS macro, to be used by libc/libc_r shortly. | Miod Vallat |
2002-11-01 | Working atomic locks on vax for libc_r. | Miod Vallat |
2002-10-27 | Typo in comment | Miod Vallat |
2002-10-23 | Add a trivial va_copy() macro to all architectures but powerpc | Todd C. Miller |