Age | Commit message (Expand) | Author |
2003-11-24 | -fno-builtin, checked by millert@ | Marc Espie |
2003-11-10 | Get rid of the "struct pte" bitfield, and use straight integers. | Miod Vallat |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre |
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre |
2003-11-06 | Do not use a reserved PTE bit as the wired bit, this can bite you. | Miod Vallat |
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-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-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
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 |