Go to file
mlelstv 7974872552 Three changes in a single commit.
- drop the notion of frags (LFS fragments) vs fsb (FFS fragments)
  The code uses a complicated unity function that just makes the
  code difficult to understand.

- support larger sector sizes. Fix disk address computations
  to use DEV_BSIZE in the kernel as required by device drivers
  and to use sector sizes in userland.

- Fix several locking bugs in lfs_bio.c and lfs_subr.c.
2010-02-16 23:20:30 +00:00
bin When using -lcurses, you also need -lterminfo. 2010-02-06 23:45:24 +00:00
common Fix unaligned access in *_Final for SHA224/SHA256/SHA384. 2010-01-24 21:11:18 +00:00
compat Userland now builds and uses terminfo instead of termcap. 2010-02-03 15:34:37 +00:00
crypto let's get modern int types defined so that netpgp will build on mac os x 2010-02-13 00:14:00 +00:00
dist sync with rev. 1.5 of sys/dist/pf/net/if_pflog.h (which was before 2010-02-12 21:16:56 +00:00
distrib Move acpismbus into proper place, alphabetically. 2010-02-16 01:18:02 +00:00
doc Forgot the [develope date]. 2010-02-11 14:10:22 +00:00
etc only fsck / if we find it in /etc/fstab. diskless systems don't need 2010-02-16 02:46:02 +00:00
external actually include the top-level Makefile.inc 2010-02-11 14:36:32 +00:00
extsrc Top level reach-over directory for extsrc. 2009-12-01 01:53:46 +00:00
games Latin police: use proper conjugation. 2010-02-16 09:53:51 +00:00
gnu Fix typo. 2010-02-09 23:07:13 +00:00
include getent cannot report on termcap as we now use terminfo. 2010-02-03 18:11:18 +00:00
lib Link atomic_cas.3 to atomic_cas_{32,64,ptr,uint,ulong}_ni.3. 2010-02-12 22:34:38 +00:00
libexec Read the padded superblocks to avoid problems with disks that have 2010-02-16 23:13:13 +00:00
regress if pthread_create() fails, display the iteration number in the error message. 2010-02-16 00:15:19 +00:00
rescue Don't install terminfo.db. 2010-02-13 22:54:51 +00:00
sbin Three changes in a single commit. 2010-02-16 23:20:30 +00:00
share Remove trailing whitespace. 2010-02-16 19:59:31 +00:00
sys Three changes in a single commit. 2010-02-16 23:20:30 +00:00
tests filesystems now use getdisksize() which is in librumpdev_disk. 2010-01-31 14:30:22 +00:00
tools Store our generated files in CVS and remove nbperf from the toolchain. 2010-02-03 20:56:54 +00:00
usr.bin Fix off-by-one (config -x works again) and improve editing artifacts 2010-02-13 22:57:03 +00:00
usr.sbin Read the padded superblocks to avoid problems with disks that have 2010-02-16 18:57:53 +00:00
x11 Use correct lib 2010-02-04 12:54:55 +00:00
BUILDING Support "extsrc", externally added programs and libraries. Users can write 2009-11-30 16:13:22 +00:00
Makefile adjust the do-compat-* rules now that src/compat/lib and friends no longer exist 2009-12-13 09:29:27 +00:00
Makefile.inc
UPDATING Document termcap database removal. 2010-02-04 22:25:21 +00:00
build.sh need object directory for etc/mtree to run distrib-dirs 2010-01-13 02:24:06 +00:00