Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-02 | Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack | Miod Vallat | |
attack protection scheme, into gcc. This protection is enabled by default. It can be turned off by using the -fno-stack-protector flag. Code by Hiroaki Etoh (etoh at jp dot ibm dot com); work on openbsd-specific integration by fgsch@, deraadt@ and myself; tests by fgsch@, naddy@ and myself; beer drinking by myself. Please note that system upgrades with this new code will require a new libc and ld.so to be build and installed before the propolice-enabled compiler can be installed. | |||
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback | |
Diff generated by Chris Kuethe. | |||
2002-07-20 | Instead of copying out the signal trampoline on top of the stack, create | Artur Grabowski | |
an uvm aobj, copy out the signal trampoline into it and share that page among all processes for the same emulation. This also requires us to actually be able to tell signal code where the trampoline is located, so introduce a new field in struct proc - p_sigcode that is a pointer to sigcode. This allows us to remove all the ugly calculations of the signal trampoline address done in every sendsig function in the tree (that's why so many files are changed). Tested by various people. ok deraadt@ | |||
2002-07-10 | 'sez' is not an english word; ok deraadt@ | Jason Peel | |
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 | |
2001-10-10 | Enable zlib in libsa (i.e. compressed kernels support in bootloaders) | Miod Vallat | |
ok deraadt@ | |||
2001-10-08 | We're not cross hosted these days. | Jason Wright | |
2001-10-04 | Oh, and I was told a period should end the final sentence. | Miod Vallat | |
2001-10-04 | Fix one .Bl -width value. | Miod Vallat | |
2001-09-20 | From NetBSD: allow loading of kernels with bss+data > 4M | Jason Wright | |
2001-09-07 | allow recursion into here for man pages on other arch's | Jason Wright | |
2001-09-06 | installboot manpage canabalized from sparc (only documents sparc64 options, tho) | Jason Wright | |
2001-09-06 | Oops, forgot rcsid | Jason Wright | |
2001-09-06 | installboot (from netbsd) | Jason Wright | |
2001-09-06 | use some make magic (borrowed from macppc) to build {obj/}machine | Jason Wright | |
2001-09-06 | compile with native userland | Jason Wright | |
2001-08-23 | Remove DEBUG, it's too chatty. | Artur Grabowski | |
2001-08-22 | Make it work correctly with our make. (including install). | Artur Grabowski | |
2001-08-22 | rearrange includes | Artur Grabowski | |
2001-08-22 | nostdinc | Artur Grabowski | |
2001-08-22 | netinet/if_ether.h, not net/if_ether.h. | Artur Grabowski | |
Isn't it fun to not notice bugs because of pollution by the cross-compilation environment? | |||
2001-08-22 | NOMAN | Artur Grabowski | |
2001-08-22 | another dependency on make bugs. | Artur Grabowski | |
2001-08-22 | Make it work with our make. | Artur Grabowski | |
2001-08-22 | make it work with our make infrastructure. | Artur Grabowski | |
2001-08-22 | Make this work a bit better. | Artur Grabowski | |
2001-08-22 | default kernel is 'bsd' around here | Jason Wright | |
2001-08-20 | $OpenBSD$ | Jason Wright | |
2001-08-19 | shorter list of kernels to boot. | Artur Grabowski | |
2001-08-18 | ofwboot.net compiles/links, too | Jason Wright | |
2001-08-18 | oops | Jason Wright | |
2001-08-18 | More files needed to compile/link ofwboot | Jason Wright | |
2001-08-18 | Enough of NetBSD/sparc64 for ofwboot to compile/link | Jason Wright | |
2001-08-18 | Enough of NetBSD/sparc64 to get compilable/working bootblk... more to come. | Jason Wright | |