Age | Commit message (Expand) | Author |
2003-05-08 | EXAMPLE -> EXAMPLES in .Sh section, as per mdoc template. | Jason McIntyre |
2003-04-16 | Clarify license terms. | Miod Vallat |
2003-04-10 | more POSIX chown | Todd C. Miller |
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-03-16 | Old unused stuff left under the carpet. | Miod Vallat |
2003-03-08 | more deletions | Theo de Raadt |
2003-03-08 | bye bye, noted by david | Theo de Raadt |
2003-03-06 | date should be written formally: .Dd Month day, year | David Krause |
2003-02-18 | copyrights added; | Jason McIntyre |
2003-02-11 | be consistant on Hz vs hz | Michael Shalayeff |
2003-01-28 | pad < minimal length packets with 0's; based on netbsd; tested by miod | Jason Wright |
2003-01-24 | Convert m88k pmap from physseg to VM_PAGE_MD. | Miod Vallat |
2003-01-24 | PMAP_{DE,}ACTIVATE are not used anymore. | Miod Vallat |
2003-01-14 | Define exception vector tables as assembly source, with the appropriate | Miod Vallat |
2003-01-13 | Clean up ipl handling: be sure to always return valid levels in getipl(), | Miod Vallat |
2003-01-13 | Missing splx() | Miod Vallat |
2003-01-09 | Remove fetch(9) and store(9) functions from the kernel, and replace the few | Miod Vallat |
2003-01-07 | Remove duplicate SRX definition. | Miod Vallat |
2003-01-04 | On MVME187, detect the on-board memory size by probing the memory controllers | Miod Vallat |
2003-01-04 | Fix a few pcctwo attachment addresses | Miod Vallat |
2003-01-04 | Don't define splassert goo if _LOCORE | Miod Vallat |
2003-01-04 | Correctly invoke pmap_enter() [fix last argument] | Miod Vallat |
2003-01-04 | A va_copy macro without drugs inside. Shupid miod. | Miod Vallat |
2003-01-03 | splassert support for m88k | Miod Vallat |
2003-01-03 | Provide a simple va_copy() implementation. | Miod Vallat |
2003-01-02 | Adapt to recent changes in libc/libc_r wrt weak symbols, so that programs | Miod Vallat |
2003-01-01 | Fill cpu_model, so that sysctl hw.model produces something interesting. | 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 | handelr -> handler | Federico G. Schwindt |
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-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 |