summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-09-07sync with NetBSD where possible. Fix WRKOBJDIR. Add deinstall target.Marco S Hyman
Make uninstall an alias for deinstall.
1998-09-07updated pkg_* tools. Merged in many changes/improvements from NetBSD.Marco S Hyman
New features include md5 hash so pkg_delete won't remove files that have changed and the ability to define conflicting packages, e.g. you can't install both mh and nmh. The ports tree will have to be updated to take advantage of this. Let me know of any problems, real or imagined :-)
1998-09-07More man page fixes. Particularly fix uses of it's/its, affect/effect,Aaron Campbell
then/than and such. Other miscellaneous problems fixed across these source files.
1998-09-07Nitpicking max filename length: add .Xr to pathconf/fpathconf.Marc Espie
1998-09-07install the xfs includesArtur Grabowski
1998-09-07make work on pmaxTodd C. Miller
1998-09-07support for pipesArtur Grabowski
1998-09-07Optionally use make SUDO=sudo build to build as non-rootNiklas Hallqvist
1998-09-06compat with NetBSD + more *_raw_* extensions I needNiklas Hallqvist
1998-09-06Better keyboard timing code mostly from FreeBSDNiklas Hallqvist
1998-09-06understand XFS nodesArtur Grabowski
1998-09-06More man page fixes. Spelling, grammar, some typos. Lots of double-wordAaron Campbell
occurrences squashed as well.
1998-09-06If mount by non-root, then verify that user has necessary permissions onTodd C. Miller
the device. NetBSD (mycroft) made a similar change yesterday but there are vfs differences. Thanks to Hubert Feyrer for bringing this to our attention.
1998-09-06Berkekely?Niklas Hallqvist
1998-09-06Preserve symbol table if ksyms is in the kernel but DDB is not.Todd C. Miller
1998-09-06handle ^C in traditional fashionkstailey
1998-09-06Add a compuserve example.brian
Detailed by: Masahiro Sekiguchi <seki@sysrap.cs.fujitsu.co.jp>
1998-09-06spelling, grammar, punctuationPaul Janzen
1998-09-06Use formulae from newer edition of Duffett-Smith's book (and acknowledge inPaul Janzen
man page) Allow command-line selection of dates other than now Use M_PI Fix bug occurring just before a new or full moon.
1998-09-06syncTheo de Raadt
1998-09-06formattingPaul Janzen
1998-09-06Some changes from NetBSD, and improved documentation.Paul Janzen
1998-09-06add xlTheo de Raadt
1998-09-06 * reorganize some includesArtur Grabowski
* start using the VT_XFS tag on vnodes * be more paranoid about closed channel when going to sleep.
1998-09-06add a VT_XFS tag for vnodesArtur Grabowski
1998-09-05we don't have a mount_lfs, but we have a mount_xfs nowArtur Grabowski
1998-09-05make a link to mount_afs that will automagically start afsdArtur Grabowski
1998-09-05always build mount_xfsArtur Grabowski
1998-09-05build mount_xfs when AFS is defined in bsd.own.mkArtur Grabowski
1998-09-05more man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-09-05code for mounting xfsArtur Grabowski
1998-09-05We can now savecore with a gzipped kernel:Todd C. Miller
o Use new gzip-aware nlist o If kernel cannot be found, use kernel.gz if it exists
1998-09-05Add support for nlisting against a gzipped kernel, #ifdef'd out sinceTodd C. Miller
it requires linking with -lz. savecore will use this to operate on gzipped kernels.
1998-09-05missed these too. sighDavid Leonard
1998-09-04Add a missing #includebrian
1998-09-04Don't cast potentially unaligned addresses to pointers tobrian
non-char types on non-i386 architectures. On Alpha and Sparc we get a bus error if we do.
1998-09-04 o check lseek return valuesTodd C. Miller
o better error messages on read failure o use SEEK_SET, not 0 in lseek
1998-09-04unit numbers should be < 16, not < 8 since we can have wide drivesTodd C. Miller
1998-09-04Kill non-working ultrix-style controller/disk/kernel format and leaveTodd C. Miller
working disk(controller, scsiid, partitionnum)kernel format.
1998-09-04Add support for 3c980 (Server NIC) -mojMats O Jansson
1998-09-04ifmedia-fy qec+beJason Wright
1998-09-04syncTodd T. Fries
1998-09-04WD9710Todd T. Fries
1998-09-03Documentation for ifmedia & updated ifconfig usageJason Wright
1998-09-03typoTodd T. Fries
1998-09-03Correct loop termination for adosfs_ihashgetConstantine Sapuntzakis
1998-09-03Missed from if_media: add SIOC{G,S}IFMEDIAJason Wright
1998-09-03libpthread tests modified for uthreadsDavid Leonard
1998-09-03syncTheo de Raadt
1998-09-03Thu Sep 3 08:49:50 1998 Niklas Hallqvist <niklas@appli.se>Niklas Hallqvist
* function.c (purge_addressof_1): Wrap SUBREG with STRICT_LOW_PART as to not clobber live parts of the pseudo.