Age | Commit message (Expand) | Author |
2002-09-10 | Change the pmap_zero_page and pmap_copy_page API to take the struct vm_page * | Artur Grabowski |
2002-08-09 | Add an explicit dependancy of assym.h to Makefile. | Miod Vallat |
2002-07-30 | Add SIZE_MAX define. This is the same as SIZE_T_MAX but more portable. | Todd C. Miller |
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 |
2002-07-10 | proper cdev_decl(ksyms), fix ksyms's broken functions | Michael Shalayeff |
2002-07-10 | 'sez' is not an english word; ok deraadt@ | Jason Peel |
2002-06-22 | Add ${PIPE} to CFLAGS | Todd C. Miller |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries |
2002-06-12 | cnputc() will take care of the necessary cr->cr/lf translation, so don't | Miod Vallat |
2002-06-11 | cnputc() routines are void, not int. | Miod Vallat |
2002-06-10 | add __weak_alias define; miod@ ok | Federico G. Schwindt |
2002-06-07 | Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@ | Thomas Nordin |
2002-06-04 | spelling; raj@cerias.purdue.edu | Theo de Raadt |
2002-05-18 | Rename the MD db_stack_trace_cmd to db_stack_trace_print. Add an argument | Artur Grabowski |
2002-05-16 | Add systrace support to all the remaining architectures. | Miod Vallat |
2002-05-16 | Add a an argument to db_printsym that specifies the printf function | Artur Grabowski |
2002-05-07 | Spring pmap cleaning: | Miod Vallat |
2002-04-29 | Define placeholders for art's splassert() debugging stuff on all arches. | Miod Vallat |
2002-04-28 | Use the prototypes defined via cdev_decl() macros, instead of rolling our | Miod Vallat |
2002-04-28 | More dead beef here. | Miod Vallat |
2002-04-24 | Introduce a new file, machine/internal_types.h, to hold that specific arch | Marc Espie |
2002-03-26 | Honor psratio for addupc_task(), as other arches do. | Miod Vallat |
2002-03-25 | Gremlins always escape when you commit from the bad tree. An extra semicolon | Miod Vallat |
2002-03-23 | mvme88k varargs cleanup 2/2 | Miod Vallat |
2002-03-23 | Add variables for config(8) -e time tweak of systemV shared memory | Marc Espie |
2002-03-23 | Repair. | Miod Vallat |
2002-03-15 | Cosmetic changes only, primarily making comments line up nicely after the | Todd C. Miller |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-14 | Remove PTRACE support out of the ramdisks/miniroots. | Miod Vallat |
2002-03-14 | Turn the ptrace(2) syscall into a kernel compile option, option PTRACE in | Miod Vallat |
2002-03-05 | Kill prom stuff duplicates from bugio.[ch]. | Miod Vallat |
2002-02-19 | proper dependencies on assym.h | Theo de Raadt |
2002-02-17 | Patch from Daniel Lucq <daniel@lucq.org> | Mats O Jansson |
2002-02-15 | Don't cast nonexistent return value from splx to (void). ok art@ | Thomas Nordin |
2002-02-10 | spelling | Theo de Raadt |
2002-02-05 | Remove dead code, simplify a panic message. | Miod Vallat |
2002-02-05 | I wonder how those two were not commited among the "volatile police" two | Miod Vallat |
2002-02-05 | - factorize insane amounts of code | Miod Vallat |
2002-02-05 | Provide a definition for pmap_wired_count. | Miod Vallat |
2002-01-23 | move mb_map allocation to mbinit() | Artur Grabowski |
2002-01-23 | move definition of mb_map from zillions of machdep.c to uipc_mbuf.c | Artur Grabowski |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski |
2002-01-21 | Argh, correctly handle the maxlen == 0 case. | Miod Vallat |
2002-01-21 | Always clear the destination string in copyinstr() on error, unless we faulted | Miod Vallat |
2002-01-16 | Don't include <sys/map.h> when you don't need what's in it. | Miod Vallat |
2002-01-14 | volatile police. | Miod Vallat |
2002-01-12 | Not used. | Miod Vallat |
2002-01-10 | Replace asm statements with stuff from asm*.h, or even simple equivalent | Miod Vallat |