Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-12-02 | once more | Michael Shalayeff | |
1997-12-02 | Bye bye Innaccurate misleading file | Theo de Raadt | |
1997-12-01 | Does not compile. Obviously untested code. Reverted | Theo de Raadt | |
1997-12-01 | rearrange memory computations, remove bogus MEM_COMPUTE hack | Michael Shalayeff | |
1997-11-30 | missed, i'm 'what?', dunno, missed anyways | Michael Shalayeff | |
1997-11-30 | big diskinfo changes from toby@ | Michael Shalayeff | |
1997-11-30 | config apm even if power mgmt is disengaged | Jim Rees | |
1997-11-30 | Pull in vm/vm.h in the appropriate order for simple_dat_lock_t in vm/pmap.h | gene | |
1997-11-30 | verbose eisa/pci | Theo de Raadt | |
1997-11-30 | vm/lock.h -> sys/lock.h | gene | |
1997-11-30 | Canonify the _*_H_ namespace appropriately. | gene | |
Also, clean up comments and wrap with _KERNEL correctly. | |||
1997-11-30 | Add multiple inclusion protection, clean up comments, and wrap with _KERNEL | gene | |
where appropriate. Note that this buys us notable speed boosts on a machine as slow as the mac68k. | |||
1997-11-30 | add bios0 etc | Theo de Raadt | |
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 | |