Age | Commit message (Expand) | Author |
2003-05-11 | string cleaning; krw ok | Theo de Raadt |
2003-05-08 | EXAMPLE -> EXAMPLES in .Sh section, as per mdoc template. | Jason McIntyre |
2003-04-25 | - added missing .Ed | Jason McIntyre |
2003-04-16 | Clarify license terms. | Miod Vallat |
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-03-06 | date should be written formally: .Dd Month day, year | David Krause |
2003-02-24 | Use MAKEDISKDEV and DISKUNIT macros instead of rolling our own inline version | Miod Vallat |
2003-02-24 | Do not redefine stuff already in <sys/disklabel.h> | Miod Vallat |
2003-02-18 | copyrights added; | Jason McIntyre |
2003-02-11 | be consistant on Hz vs hz | Michael Shalayeff |
2003-02-07 | typos; | Jason McIntyre |
2003-01-28 | pad < minimal length packets with 0's; based on netbsd; tested by miod | Jason Wright |
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 | memsize() serves no purpose anymore | Miod Vallat |
2003-01-04 | When detecting the memory size on 167 and 177, probe both memory controllers | 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 | 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-17 | It turns out that disabling selection timeout is not a good idea, on | Miod Vallat |
2002-08-21 | Get the boot device correctly if scsi id != 0 on 1[67]x boards. | Miod Vallat |
2002-08-09 | Add an explicit dependancy of assym.h to Makefile. | Miod Vallat |
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-23 | uid_t is unsigned | Theo de Raadt |
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-07 | Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@ | Thomas Nordin |
2002-06-04 | spelling; raj@cerias.purdue.edu | Theo de Raadt |
2002-06-02 | withough -> without | Theo de Raadt |
2002-05-16 | Add systrace support to all the remaining architectures. | Miod Vallat |
2002-04-29 | Define placeholders for art's splassert() debugging stuff on all arches. | Miod Vallat |
2002-04-29 | wierd -> weird | Peter Valchev |
2002-04-28 | Correctly configure ccd(4). | Miod Vallat |
2002-04-28 | A few more tweaks to let non-GENERIC kernels (MVMEfoo) build as well with -Wall. | Miod Vallat |
2002-04-28 | Shave a few more bytes off bsd.rd | Miod Vallat |
2002-04-28 | Deal with xd commented out in files.mvme68k - this went unnoticed until you | Miod Vallat |
2002-04-27 | Enable -Wall and friends for kernel compilations. | Miod Vallat |
2002-04-27 | Jumbo commit to fix all compilation warnings on mvme68k (add prototypes, | Miod Vallat |
2002-04-25 | Factorize more common m68k definitions. | Miod Vallat |