Go to file
mrg 2d5e05af49 - fix "gzip -t" to not output anything by default. PR#25507
- fix any decompression on corrupted gzip files.  PR#25508
- ask to overwrite files if we have a tty, rather than failing the
  operation.  PR#25509.
- clean up maybe_err()/maybe_warn(): use maybe_err() only for fatal
  errors.  maybe_warn() is for processing errors.  this allows
  "gzip -d file1.gz file2.gz" to decompress file2.gz even if file1.gz
  is corrupted, etc.
- change the internal compressor/decompressor API to return "-1" on
  failure, not 0.  this allows for 0-sized files to be decompressed
  correctly.
2004-05-25 04:34:40 +00:00
bin Keep track of the while level, when popping loops because of a breaksw. 2004-05-13 15:25:58 +00:00
contrib/sys Import FreeBSD's ath of 28-apr-2004 2004-04-29 03:54:46 +00:00
crypto Merge changes between Heimdal 0.6.1 and 0.6.2 2004-05-08 13:27:58 +00:00
dist PR/24961: Arto Selonen: ipfilter 4.1.1 has problems parsing ipf.conf 2004-05-22 17:59:37 +00:00
distrib add uep(4) manpage to setlists 2004-05-25 00:20:39 +00:00
doc sysinst changes: use of /etc/postinstall, and use of existing raid1 sets 2004-05-22 17:46:56 +00:00
etc create /dev/random when chrooted. 2004-05-21 15:40:22 +00:00
games Had fun with a spell checker. 2004-05-22 14:33:50 +00:00
gnu The note fix, apparently broke objcopy. I will need to re-think this. 2004-05-23 21:12:06 +00:00
include remove a duplicated prototype of getprotoent_r. 2004-05-24 12:34:28 +00:00
lib remove stray NSUNLOCK(); pointed out by Brian Ginsbach. 2004-05-24 16:16:26 +00:00
libexec Fix the dynamic linker for hppa using ELF. 2004-05-17 13:16:02 +00:00
regress * -t -> -n with consistency with the usage. 2004-05-23 16:59:11 +00:00
rescue no need to list gnu/usr.bin any more. 2004-04-01 14:41:09 +00:00
sbin Use Dq instead of quotes; bump date for previous. 2004-05-24 00:08:04 +00:00
share Add documentation for XSERVER and XSERVER_DDB to resolve PR 20173. 2004-05-25 00:33:04 +00:00
sys Sysctl descriptions under net subtree (net.key not done) 2004-05-25 04:33:59 +00:00
tools Apply patch from OGAWA Takaya to fix FreeBSD hosted builds. 2004-05-18 22:14:35 +00:00
usr.bin - fix "gzip -t" to not output anything by default. PR#25507 2004-05-25 04:34:40 +00:00
usr.sbin close(2) missing. Andrey Matveev 2004-05-24 03:51:04 +00:00
x11 Use MKPRIVATELIB=yes instead of providing an empty libinstall:: target and 2004-05-23 02:24:50 +00:00
build.sh ``build.sh -m xen-i386 release'' now builds a release for NetBSD/xen 2004-05-12 16:56:41 +00:00
BUILDING Document MKTTINTERP. 2004-03-19 12:34:39 +00:00
Makefile Move '${MAKEDIRTARGET} x11 distribution' from Makefile::distribution to 2004-05-17 07:00:16 +00:00
Makefile.inc don't set KERNSRCDIR here; pull in <bsd.kernobj.mk> if you need it 2002-04-10 14:53:43 +00:00
UPDATING src/x11 stuff after the /etc/X11 change 2004-05-16 11:33:44 +00:00