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-08-15 | One line fix to make boot link from miod whose main NFS server | Todd C. Miller | |
is down at the moment. | |||
2002-08-12 | During prompts on sun4 class machines, disable local echo to prevent | Miod Vallat | |
ddoouubbllyy written characters. Modeled from the kernel's prom console routines. | |||
2002-08-12 | Bump version to 2.2. Suggested by miod@ | Artur Grabowski | |
2002-08-11 | ELF support in sparc bootblocks. | Artur Grabowski | |
Loadfile is from alpha, but heaviliy hacked here. The build is done by building elf versions of boot and bootxx, then merging the .rodata and .text sections into .text with a horrible hack and then using objcopy to convert that into a.out. Maybe someone will want to fix installboot to deal with ELF instead, but I won't be that someone in the nearest future. | |||
2002-08-11 | _C_LABEL where necessary. | Artur Grabowski | |
2002-08-11 | A horror hack for merging the .text and .rodata sections in elf | Artur Grabowski | |
binaries so that we can use objcopy to convert them to a.out. | |||
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-05 | Sync fixes with sparc64. | Miod Vallat | |
2001-09-21 | grammar fixens; from Kaspar Toomik <kaspar@anisakis.org>, pr2077 | Michael Shalayeff | |
2001-05-21 | static binary | Theo de Raadt | |
2001-01-29 | bring sparc into the 20th century, add support for 'boot -c' (BOOT_CONFIG) | Jason Wright | |
2000-07-18 | move bootblocks around a bit more | Theo de Raadt | |
2000-05-27 | better man page building | Theo de Raadt | |
2000-05-25 | cause traversal into arch & subdirectories for the purposes of manual page ↵ | Theo de Raadt | |
install... | |||
2000-02-19 | link boot at a starting address 0x10000 higher than bootxx; avoids ↵ | Theo de Raadt | |
hypersparc cache aliasing | |||
2000-01-03 | .Sh "SEE ALSO" -> .Sh SEE ALSO | Paul Janzen | |
1999-12-10 | shrink | Theo de Raadt | |
1999-07-08 | flesh out .Dt | Theo de Raadt | |
1999-07-08 | install into man8/arch subdirs | Theo de Raadt | |
1999-06-22 | need more room... bump RELOC | Jason Wright | |
1999-06-21 | avoid another sparc egcs bug, apparently | Theo de Raadt | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller | |
1998-04-17 | put arch type into hw.model, sun4 installboot now works; jason | Theo de Raadt | |
1998-03-02 | gcc may generate references to libgcc.a at any time, we lucked out in previous | johns | |
verions of gcc, but for 2.8 the boot stuff needs to be linked against libgcc.a, to get ___cmpdi2 for cd9660.o Since ld doesn't automatically link against libgcc.a we have to add `cc -print-libgcc-file-name` to the end of the ld link line(s), whenever we see things like this. | |||
1998-02-18 | installboot onto partition c | Theo de Raadt | |
1998-02-12 | Look for installboot in /usr/mdec unless user specified otherwise. | Magnus Holmberg | |
1997-09-17 | Reorganizaed bootblocks. Builds like hp300 now. | Jason Downs | |
1997-05-29 | make a special compressed bootblock for ramdisk | grr | |
1997-05-25 | commit the compressed bootblock Makefile for later investigation | grr | |
1997-05-25 | Reverted boot block Makefiles to previous state due to instability. | johns | |
We can't mess with this any more. We will go with the previously working boot blocks and install methods for release. | |||
1997-05-24 | removing net.c (renamed to bootnet.c) per George's instructions.. | johns | |
1997-05-24 | Renaming net.c to bootnet.c to avoid name collision with libsa | johns | |
(per George's instructions) | |||
1997-05-24 | Committing George's compressed boot block changes... | johns | |
1997-05-24 | Committing George's compressed boot support changes.. | johns | |
1997-05-21 | off by one; millert | Theo de Raadt | |
1997-05-17 | crank version | Theo de Raadt | |
1997-05-13 | support cd9660 filesystem, too | Theo de Raadt | |
1997-05-13 | fake -s and -e options to indicate start of the /boot in cd9660 land. | Theo de Raadt | |
Later on this should be replaced by proper cd9660 groking code. | |||
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller | |
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. | |||
1997-04-12 | A horrific gruesome hack to remove a splat during obj@ builds | Theo de Raadt | |
1997-04-10 | machine@ is a horrible hack in obj@ space. ignore the error. fix later | Theo de Raadt | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-12-12 | MLINK | Theo de Raadt | |
1996-12-12 | new makefile system, sun4/sun4c/sun4m a.out header hacking, some from netbsd | Theo de Raadt | |
1996-09-29 | no strip | Theo de Raadt | |
1996-09-29 | size correct thing | Theo de Raadt | |
1996-09-29 | libkern before libsa | Theo de Raadt | |