Age | Commit message (Expand) | Author |
2005-12-10 | {en,re}trys -> {en,re}tries; eyeballed by jmc@ | Miod Vallat |
2005-07-30 | Pull in moddi3.c and negdi2.c from libkern since libz needs them. | Todd C. Miller |
2005-06-12 | index() function is deprecated and shouldn't be used in new code, | Xavier Santolaria |
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre |
2003-08-15 | ansi and proto cleanup. one unused function goes away | Theo de Raadt |
2003-08-10 | clean leftovers | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-12-02 | Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack | Miod Vallat |
2002-08-11 | Restore support for loading elf boot: | Hugh Graham |
2002-08-09 | Get rid of remaining __P usage (except for imported code); | Jason Peel |
2002-07-31 | Temporarily comment ELF support in the bootblocks, until this port is | Miod Vallat |
2002-06-11 | Prune some more dead code. | Hugh Graham |
2002-06-11 | New boot code, mostly from ragge's work in NetBSD. | Hugh Graham |
2002-03-31 | Copy mac address from proper place on 4000 200. Spotted thanks to a | Hugh Graham |
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 |
2002-03-10 | rdboot -> hdboot | Hugh Graham |
2002-03-09 | Add case for BTYP_1305. | Hugh Graham |
2002-02-14 | put "boot" in /usr/mdec instead of / | Theo de Raadt |
2002-02-13 | use strncpy instead of strcpy (no strcpy in libsa); hugh ok | Theo de Raadt |
2001-10-31 | Add boardtype 1301. | Hugh Graham |
2001-10-04 | UKC on vax. | Miod Vallat |
2001-09-10 | Change askname to volatile; this prevents it from being trashed by | Brandon Creighton |
2001-08-25 | Playing with string. | Hugh Graham |
2001-08-25 | Bring in some useful stuff from NetBSD. Mostly work by Matt Thomas, | Hugh Graham |
2001-04-10 | Decrement open_count in netclose(); this fixes the bug which caused | Brandon Creighton |
2001-04-01 | Pick up a change from NetBSD: | Hugh Graham |
2001-01-28 | BTYP_1303 is supported now. | Hugh Graham |
2000-11-25 | Everyone seems to hit the wrong key first time. Change the abort banner | Hugh Graham |
2000-11-25 | make room for a 16 slice disklabel | Hugh Graham |
2000-10-04 | nothing uses this variable | Brandon Creighton |
2000-10-04 | push the right # of registers with pushr. | Brandon Creighton |
2000-10-04 | better (relative) definition of ${S} | Brandon Creighton |
2000-10-04 | do not mess with rpb once it's initialized | Brandon Creighton |
2000-10-04 | - don't reassign rpb here, it is done elsewhere | Brandon Creighton |
2000-10-04 | add 53c94 to devsw/cnvtab | Brandon Creighton |
2000-10-04 | - add a romopen() here (just initializes rom_softc and devdata) | Brandon Creighton |
2000-10-04 | eliminate some confusion between rpb and howto -- also make sure that | Brandon Creighton |
2000-10-04 | relocate rpb higher in memory; move it out of the way of the incoming | Brandon Creighton |
2000-06-01 | gcc might use something like autoincremented registers here, which will | Brandon Creighton |
2000-05-25 | cause traversal into arch & subdirectories for the purposes of manual page in... | Theo de Raadt |
2000-05-01 | fix countdown for vs4000{/60,/90,VLC} -- from netbsd | Brandon Creighton |
2000-04-27 | forgot these, oops | Brandon Creighton |
2000-04-27 | sync with netbsd -- this involved rearranging things for sanity reasons | Brandon Creighton |
1998-05-14 | We are OpenBSD. That and international :-) | Niklas Hallqvist |
1998-05-13 | Use DEV_BSIZE instead of the wasteful MAXBSIZE for buffer size. | Niklas Hallqvist |
1998-05-11 | Lots of changes to make obj dirs and cross-compilation work | Niklas Hallqvist |
1998-05-11 | We need a string.h with a NULL define to please libsa, weird | Niklas Hallqvist |
1998-05-11 | strn?cmp defined in libsa, disable these here temporarily. We might want | Niklas Hallqvist |
1998-05-11 | Do not use userland headers | Niklas Hallqvist |