summaryrefslogtreecommitdiff
path: root/sys/ufs/ext2fs/ext2fs_alloc.c
AgeCommit message (Expand)Author
2003-10-05Remove references to University of California from my copyright notices.bouyer
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29Undo part of the ktrace/lwp changes. In particular:thorpej
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-04-24More ufs2 merge fall-out. Pass the correct pointer to the dinodegmcgarry
2003-01-24Bump daddr_t to 64 bits. Replace it with int32_t in all places wherefvdl
2002-09-27remove trailing \n in panic(). approved perry.provos
2001-11-08add RCSIDlukem
2001-10-26remove #include <ufs/ufs/quota.h> where it was just to appeaselukem
2001-08-24heirarchy -> hierarchywiz
2001-07-05Fix typo. s/extention/extension/toshii
2000-06-28remove include of <vm/vm.h> and <uvm/uvm_extern.h>mrg
2000-05-19NULL != 0thorpej
2000-03-30Remove register declarations.augustss
1999-02-10Make sure a buffer optained from bread() is always bresle()'d in case ofbouyer
1998-10-23For consistency w/ FFS/LFS, define EXT2_DINODE_SIZE, and use it insteadthorpej
1998-08-09bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1998-03-01Merge with Lite2 + local changesfvdl
1997-10-09Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern.bouyer
1997-06-11The ext2fs layer, based on the ffs/ufs one. Uses a few functions frombouyer