Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-11-28 | Pull in header files needed to get definition of u_lbn_t in | gene | |
ufs/ffs/ffs_extern.h. This must be fallout from the lite2 merge. Compiles again. | |||
1997-11-25 | fix Op Fl | Theo de Raadt | |
1997-11-24 | partially apply that dk_* pr | Michael Shalayeff | |
1997-11-23 | use MI cdev_decl(ipl) | Michael Shalayeff | |
1997-11-23 | ok. add cdev_decl(ipl) | Michael Shalayeff | |
1997-11-20 | define MMU_68060 | etheisen | |
1997-11-20 | 177 boards have 128k SRAM. | etheisen | |
1997-11-20 | Yawn. $OpenBSD$ tag. | gene | |
1997-11-17 | enable jensen | Theo de Raadt | |
1997-11-17 | simpler | Theo de Raadt | |
1997-11-17 | do not use %: | Theo de Raadt | |
1997-11-16 | Add ch* at scsibus? | Niklas Hallqvist | |
1997-11-14 | Fix tabstop handling largely as well as some issues with putchar. General | gene | |
cleanup verses vttest to make things prettier. Still not perfect, though. From Dave Huang <khym@bga.com> | |||
1997-11-11 | put protos inside #ifdef _KERNEL | Theo de Raadt | |
1997-11-11 | Pull in sys/ioctl.h since things like dt seem to depend on this include. | gene | |
Also, KNF and multi-inclusion protection. | |||
1997-11-11 | Pull in sys/time.h and sys/ioctl.h so things like dt (which apparently | gene | |
expect this to happen) compile. While I'm here, beautify and KNF this thing a bit and standardize the name of the multiple inclusion macro. | |||
1997-11-11 | -g linking takes to much time | Niklas Hallqvist | |
1997-11-11 | Add AST and wdc1, pretty some | Niklas Hallqvist | |
1997-11-11 | Reality update | Niklas Hallqvist | |
1997-11-11 | blush! | Niklas Hallqvist | |
1997-11-11 | make tty col/row size be unsigned | Niklas Hallqvist | |
1997-11-11 | whoops typo in last commit + accept 0 in col/row values on sun4 mean full sz | Niklas Hallqvist | |
1997-11-11 | Limit the console size by the frambuffer size. My 4/100 seems | Niklas Hallqvist | |
to lie about the console size | |||
1997-11-11 | A vital variable was not initialized! Thanks DDB, and you... | Niklas Hallqvist | |
remember to kill those static specifiers. | |||
1997-11-11 | I might as well say it here: please do not make functions in the | Niklas Hallqvist | |
kernel static, unless they are also inline. Debugging in DDB becomes a nightmare when the symbols are not there. Instead use good non-clashing names, maybe prefixed by the devicename, subsystemname or similar. | |||
1997-11-11 | Remove thos evil statics, some KNF | Niklas Hallqvist | |
1997-11-11 | unused variable under certain conditions | Niklas Hallqvist | |
1997-11-11 | Remove those static specifiers | Niklas Hallqvist | |
1997-11-10 | Use vfs lite2 lockmanager. Add advisory locking. some KNF. | Niklas Hallqvist | |
some extra pathconf ops supported. | |||
1997-11-10 | "unused variable 'bia'" | flipk | |
when DEBUG defined and NAPM=0 is now gone. | |||
1997-11-10 | $OpenBSD$ | Niklas Hallqvist | |
1997-11-10 | $OpenBSD$ | Niklas Hallqvist | |
1997-11-10 | DOH! I stress out too much | Niklas Hallqvist | |
1997-11-10 | Be careful about local varnames in macros. | Niklas Hallqvist | |
1997-11-10 | Be careful about local varnames in macros. | Niklas Hallqvist | |
1997-11-10 | Be careful about local varnames in macros. | Niklas Hallqvist | |
1997-11-10 | Be careful with names of local vars in macros | Niklas Hallqvist | |
1997-11-10 | Only use data registers as arguments to rorw | Niklas Hallqvist | |
1997-11-10 | use files.wscons | Michael Shalayeff | |
1997-11-10 | typo | Niklas Hallqvist | |
1997-11-10 | DOH! conflicts from me | Niklas Hallqvist | |
1997-11-09 | Whoops a conflict crept in | Niklas Hallqvist | |
1997-11-09 | swap definitions superceded by new endian.h | Niklas Hallqvist | |
1997-11-09 | New endian.h design. All architectures now use a common file for the bulk | Niklas Hallqvist | |
part. Some ports can optimize the swap operations. This also means the general API is extended with swap16, swap32, htobe16, htobe32, betoh16, betoh32, htole16, htole32, letoh16 and letoh32. | |||
1997-11-07 | I forgot to remove these, it seems | Niklas Hallqvist | |
1997-11-07 | simple_lock api changed slightly | Theo de Raadt | |
1997-11-06 | param.h, niklas | Theo de Raadt | |
1997-11-06 | Idnetify/support hp385 (33Mhz 68040) | Todd C. Miller | |
1997-11-06 | Add some missing things for the MI vga driver. Move wscons to an MI place as | Niklas Hallqvist | |
well. $OpenBSD$ tagging | |||
1997-11-06 | We need an MI vga driver. The alpha one was most MI. Not entirely yet though. | Niklas Hallqvist | |
Some files were move behind CVS back. |