Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-11-12 | correct RST validity checking; fc@parkone.ci.oakland.ca.us | Theo de Raadt | |
1997-11-12 | indent | Theo de Raadt | |
1997-11-12 | fix argh disklabel problem, pr#346 | Theo de Raadt | |
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 | double MAX_KMAPENT and MAX_KMAP | Todd C. Miller | |
1997-11-11 | Reality update | Niklas Hallqvist | |
1997-11-11 | Initialize the de_lock. some KNF | Niklas Hallqvist | |
1997-11-11 | MSG_EOR on SOCK_STREAM is invalid; wollman | Theo de Raadt | |
1997-11-11 | Make sure the clean bits are set correctly. | Constantine Sapuntzakis | |
1997-11-11 | uninitialized variable | 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 | Make diskless machines boot again. remove statics | Niklas Hallqvist | |
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-11 | regen | Niklas Hallqvist | |
1997-11-11 | regen | Niklas Hallqvist | |
1997-11-10 | Use vfs lite2 lockmanager. Add advisory locking. some KNF. | Niklas Hallqvist | |
some extra pathconf ops supported. | |||
1997-11-10 | Use vfs lite2 lockmanager. Add advisory locking. some KNF. | Niklas Hallqvist | |
some extra pathconf ops supported. | |||
1997-11-10 | dont crash on update mounting. | Niels Provos | |
1997-11-10 | fix foul up from last commit. | Niels Provos | |
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 | yet another Sanyo quirk | flipk | |
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 | Sign extension paranoia. Careful about local varnames in macros. | Niklas Hallqvist | |
Typo correction. Overrideable _QUAD_{LOW,HIGH}WORD values. | |||
1997-11-10 | Be careful with names of local vars in macros | Niklas Hallqvist | |
1997-11-10 | KNF from NetBSD | 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 | Don't panic on sync, based on changes from ext2fs_vfsops.c and ffs_vfsops.c | Todd C. Miller | |
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-09 | Sweeping changes from Don Schmidt (yensid@imsa.edu) to busify this driver. | gene | |
Add copyright for this amount of rewrite. |