summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1997-11-11Initialize the de_lock. some KNFNiklas Hallqvist
1997-11-11MSG_EOR on SOCK_STREAM is invalid; wollmanTheo de Raadt
1997-11-11Make sure the clean bits are set correctly.Constantine Sapuntzakis
1997-11-11uninitialized variableNiklas Hallqvist
1997-11-11blush!Niklas Hallqvist
1997-11-11make tty col/row size be unsignedNiklas Hallqvist
1997-11-11whoops typo in last commit + accept 0 in col/row values on sun4 mean full szNiklas Hallqvist
1997-11-11Limit the console size by the frambuffer size. My 4/100 seemsNiklas Hallqvist
to lie about the console size
1997-11-11Make diskless machines boot again. remove staticsNiklas Hallqvist
1997-11-11A vital variable was not initialized! Thanks DDB, and you...Niklas Hallqvist
remember to kill those static specifiers.
1997-11-11I might as well say it here: please do not make functions in theNiklas 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-11Remove thos evil statics, some KNFNiklas Hallqvist
1997-11-11unused variable under certain conditionsNiklas Hallqvist
1997-11-11Remove those static specifiersNiklas Hallqvist
1997-11-11regenNiklas Hallqvist
1997-11-11regenNiklas Hallqvist
1997-11-10Use vfs lite2 lockmanager. Add advisory locking. some KNF.Niklas Hallqvist
some extra pathconf ops supported.
1997-11-10Use vfs lite2 lockmanager. Add advisory locking. some KNF.Niklas Hallqvist
some extra pathconf ops supported.
1997-11-10dont crash on update mounting.Niels Provos
1997-11-10fix 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-10yet another Sanyo quirkflipk
1997-11-10DOH! I stress out too muchNiklas Hallqvist
1997-11-10Be careful about local varnames in macros.Niklas Hallqvist
1997-11-10Be careful about local varnames in macros.Niklas Hallqvist
1997-11-10Be careful about local varnames in macros.Niklas Hallqvist
1997-11-10Sign extension paranoia. Careful about local varnames in macros.Niklas Hallqvist
Typo correction. Overrideable _QUAD_{LOW,HIGH}WORD values.
1997-11-10Be careful with names of local vars in macrosNiklas Hallqvist
1997-11-10KNF from NetBSDNiklas Hallqvist
1997-11-10Only use data registers as arguments to rorwNiklas Hallqvist
1997-11-10use files.wsconsMichael Shalayeff
1997-11-10typoNiklas Hallqvist
1997-11-10DOH! conflicts from meNiklas Hallqvist
1997-11-09Whoops a conflict crept inNiklas Hallqvist
1997-11-09Don't panic on sync, based on changes from ext2fs_vfsops.c and ffs_vfsops.cTodd C. Miller
1997-11-09swap definitions superceded by new endian.hNiklas Hallqvist
1997-11-09New endian.h design. All architectures now use a common file for the bulkNiklas 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-09Sweeping changes from Don Schmidt (yensid@imsa.edu) to busify this driver.gene
Add copyright for this amount of rewrite.
1997-11-09typoTodd C. Miller
1997-11-09Make contents of struct vmtotal unsigned.Todd C. Miller
1997-11-09Include stub decl for struct vop_vfree_args to avoid copiler warnings.Todd C. Miller
1997-11-09isonum_722 and isonum_732 are now in isofs/cd9660/iso.hTodd C. Miller
1997-11-09dont panic on sync, merge in changes from ffs_vfsops.Niels Provos
1997-11-08Forgot this one.. from NetBSDNiklas Hallqvist
1997-11-08VOP_UNLOCK now takes 3 args.Todd C. Miller
1997-11-08grammar; bane@mournblade.NETural.comTheo de Raadt
1997-11-08Sync to NetBSD; some extra KNFNiklas Hallqvist
1997-11-07Fixed hang on shutdownConstantine Sapuntzakis
Disabled vop_nolock for now. Filesystems still need to be cleaned up.