Age | Commit message (Expand) | Author |
2001-02-03 | Don't define ECOFF_COMPAT. We're ELF. | Artur Grabowski |
2001-01-25 | spelling | Todd T. Fries |
2001-01-23 | build boot with -Os | Artur Grabowski |
2001-01-16 | Use objcopy to build the bootblocks instead of a hairy dd. | Artur Grabowski |
2001-01-16 | First shot at loading elf symbols. Not sure yet if it works correctly. | Artur Grabowski |
2001-01-15 | We boot elf and ecoff. Add the appropriate defines. | Artur Grabowski |
2001-01-15 | Some ECOFF ifdefs and various fixes. | Artur Grabowski |
2000-12-14 | Enable loading of ELF kernels. | Artur Grabowski |
2000-12-14 | First shot at making ELF compile. | Artur Grabowski |
2000-11-19 | Add -I${.CURDIR}/../../../../lib/libsa to CPPFLAGS so md5.c can find | Todd C. Miller |
2000-11-08 | Merge in big portions of the improvements NetBSD did to their alpha port. | Artur Grabowski |
2000-05-25 | cause traversal into arch & subdirectories for the purposes of manual page in... | Theo de Raadt |
2000-01-03 | .Sh "SEE ALSO" -> .Sh SEE ALSO | Paul Janzen |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell |
1999-07-08 | flesh out .Dt | Theo de Raadt |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell |
1998-09-04 | o check lseek return values | Todd C. Miller |
1998-09-04 | unit numbers should be < 16, not < 8 since we can have wide drives | Todd C. Miller |
1998-09-04 | Kill non-working ultrix-style controller/disk/kernel format and leave | Todd C. Miller |
1998-03-06 | main returns int | Todd C. Miller |
1998-03-05 | main returns int | Theo de Raadt |
1997-10-27 | Use opendev() | Todd C. Miller |
1997-10-27 | Turning on optimization wins us an extra 15kb. | Todd C. Miller |
1997-10-27 | Add back device parsing but don't treat paths like 2.2/alpha/bsd as | Todd C. Miller |
1997-10-27 | Pull out the device crap for now as it prevents paths like 2.2/alpha/bsd. | Todd C. Miller |
1997-07-08 | The a.out nlist strtab offset needs the strtab size field accounted for | Niklas Hallqvist |
1997-07-08 | set N_TEXT when appropriate. get rid of nlist.h inclusion. | Niklas Hallqvist |
1997-07-08 | Load the kernel symbol table for DDB to use | Niklas Hallqvist |
1997-06-30 | Add lib* so obj links get made. Duh, Todd. | Todd C. Miller |
1997-06-27 | Add a missing space in usage message. | Todd C. Miller |
1997-05-20 | Add -s -e cd9660 hacks for making bootable alpha cd's. | Todd C. Miller |
1997-05-05 | Remove comment about an XXX that has been fixed. | Todd C. Miller |
1997-05-05 | Updates from NetBSD (cgd): | Todd C. Miller |
1997-05-04 | Don't use head when we already use awk. | Todd C. Miller |
1997-05-04 | Remove unnecesary call to head(1) that was giving me some grief. | Todd C. Miller |
1997-04-09 | the the | Theo de Raadt |
1997-04-07 | Use MAXPARTITIONS not ``8'' | Todd C. Miller |
1997-04-07 | We run OpenBSD. Also note that installboot may be run on the ``c'' | Todd C. Miller |
1997-04-05 | so strlen.c compiles again... | Todd C. Miller |
1997-01-24 | Sync with NetBSD 961207 | Niklas Hallqvist |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller |
1996-12-08 | Merge to NetBSD 961107, i.e. mostly new bus.h | Niklas Hallqvist |
1996-11-27 | Make compilable in our env. Involved disabling ELF support, | Niklas Hallqvist |
1996-11-27 | include libkern.h prior to stand.h to not to collide m{in,ax} definitions. | Michael Shalayeff |
1996-10-30 | Merge to NetBSD 961020. Retained our kernel APIs where NetBSD has changed. | Niklas Hallqvist |
1996-07-31 | kernel is /bsd, and we are OpenBSD | Niklas Hallqvist |
1996-07-31 | We are OpenBSD! | Niklas Hallqvist |
1996-07-29 | Add OpenBSD tags. Adapt to OpenBSD *_intr_establish calling convention | Niklas Hallqvist |
1996-06-18 | sync to 0616, retaining local diffs | Theo de Raadt |
1995-12-26 | from netbsd; deal with ufs -> ffs transition | Theo de Raadt |