Go to file
bouyer be891954ad - ufs_balloc_range(): on error, only PG_RELEASED the pages that were
allocated to extend the file to the new size. Releasing all pages
  may release pages that contains previously-written data not yet flushed
  to disk. Should fix PR kern/35704
- {ffs,lfs,ext2fs}_truncate(): Even if the inode's size is the same as
  the new length, call uvm_vnp_setsize(). *_truncate() may have been
  called by *_write() in the error path (e.g. block allocation failure
  because of quota of file system full), and at this point v_writesize
  has been set to the desired size of the file and not reverted to the
  old size. Not adjusting v_writesize to the real size cause
  genfs_do_io() to write to disk past the real end of the file.
2010-02-07 17:12:40 +00:00
bin When using -lcurses, you also need -lterminfo. 2010-02-06 23:45:24 +00:00
common
compat
crypto Fix printf formats on amd64 (and probably other 64bit systems). 2010-02-06 10:50:52 +00:00
dist
distrib Move MD spllower(9) and splraise(9) doco from the MI spl(9) to an i386 2010-02-06 22:32:07 +00:00
doc Mention acpismbus(4) (expermiental) 2010-02-06 20:13:03 +00:00
etc Deprecate the pkgdb_dir settings from daily.conf and security.conf in 2010-02-05 16:29:02 +00:00
external amd64 provides MACHINE_ARCH=x86_64 but pcc wants TARGMACH=amd64. handle that 2010-02-05 18:41:25 +00:00
extsrc
games When using -lcurses, you also need -lterminfo. 2010-02-06 23:45:24 +00:00
gnu Sort library descriptions. 2010-02-04 09:07:29 +00:00
include
lib Sync with terminfo(5): Remove /etc/terminfo.db. 2010-02-06 07:12:25 +00:00
libexec
regress
rescue Move the emergancy terminfo database from /root to /rescue. 2010-02-05 09:44:23 +00:00
sbin Centralize time printing and deal with ctime possibly returning NULL. 2010-02-04 23:55:42 +00:00
share Xref i386/splraise.9 and bump date for previous. 2010-02-07 10:49:35 +00:00
sys - ufs_balloc_range(): on error, only PG_RELEASED the pages that were 2010-02-07 17:12:40 +00:00
tests
tools Store our generated files in CVS and remove nbperf from the toolchain. 2010-02-03 20:56:54 +00:00
usr.bin When using -lcurses, you also need -lterminfo. 2010-02-06 23:45:24 +00:00
usr.sbin When using -lcurses, you also need -lterminfo. 2010-02-06 23:45:24 +00:00
x11 Use correct lib 2010-02-04 12:54:55 +00:00
BUILDING
Makefile
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