Commit Graph

114 Commits

Author SHA1 Message Date
mrg d246ccddbb move rcorder to sbin. 1999-11-23 05:28:15 +00:00
lukem 1152720a07 add newbtconf (missed by darrenr) 1999-11-20 00:04:48 +00:00
perseant 2763cc1921 Working version of aborted dump{,_lfs} join. 1999-10-01 04:35:21 +00:00
perseant ac8f2f8282 Undo broken dump{,_lfs} changes, part 2. 1999-09-30 21:06:57 +00:00
perseant 54fd3dd508 Adapt dump(8) to use filestore-independent (but still ufs-specific)
replacements for NINDIR, fsbtodb, etc.  Create dump_lfs by adding a few
LFS-filestore-specific routines.  As described in PR#8317.
1999-09-29 04:57:48 +00:00
itojun 8f071200a3 rtsol: Throw IPv6 router solicitation to request autoconfiguration
(to be used on end host).
1999-07-02 08:28:04 +00:00
itojun 68ad03fe5d ping for IPv6. try
ping6 ::1
on you node.
1999-07-01 19:59:59 +00:00
christos 0dd3286354 Add mount_ntfs 1999-05-06 16:05:26 +00:00
explorer 6b8114413a Enable lmcctl 1999-03-25 04:08:29 +00:00
thorpej 8ca743b6f3 Goodbye: newlfs
Hello: newfs_lfs, fsck_lfs
1999-03-18 21:54:47 +00:00
veego 0287662346 Add the ldconfig SUBDIR for all platforms so ldconfig(8) is available on
a shared /usr/share directory.
src/sbin/ldconfig/Makefile has allready an check to build the ldconfig
programm only on a.out platforms.
1999-01-30 21:16:33 +00:00
hannken 6ac29b4d09 Add subdir wsconsctl. 1998-12-28 14:03:27 +00:00
pk 8b230a2eff Build ldconfig on non-ELF platforms. 1998-12-15 22:45:16 +00:00
ws fd4d2bc838 Typo 1998-12-15 16:07:24 +00:00
kenh d5b0705044 wdctl -> atactl 1998-11-19 23:54:59 +00:00
kenh ca505b6b88 Build wdctl(8). 1998-11-19 19:52:25 +00:00
oster 0abf7b19d0 Added raidctl to the list of things to build. 1998-11-13 04:35:04 +00:00
thorpej 1bf971a883 Build scsictl. 1998-10-15 21:45:30 +00:00
mark 5e008b5d5f Added mount_filecore. 1998-08-14 03:40:39 +00:00
explorer 4dbeae09d5 compile rndctl 1997-10-13 03:57:51 +00:00
mikel cb9a29e512 alphabetize 1997-07-23 07:16:15 +00:00
veego 38193230a0 quotacheck has MOVED to usr.sbin. 1997-06-23 09:03:44 +00:00
mrg 5667e094a1 move man pages into share/man. 1997-06-23 04:23:46 +00:00
pk 0a085ee866 `dump', `dumplfs' and `quotacheck' have moved to /usr/sbin 1997-06-20 20:18:35 +00:00
thorpej 4d323b75fe Remove swapon, add swapctl 1997-06-13 19:31:26 +00:00
bouyer 8f7c2b3739 Add support programs for ext2fs. fsck_ext2fs is derived from fsck_ffs. 1997-06-11 11:21:39 +00:00
mrg a8e1cbbe43 ipf is now in usr.sbin/ipf/ipf 1997-04-12 23:57:12 +00:00
jonathan f9d83c5401 Update sbin and usr.sbin Makefiles for mountd, nfsd, nfsiod in /usr/sbin. 1997-03-31 23:48:11 +00:00
thorpej 1df9b10983 Build fdisk on the PowerPC. 1997-03-29 20:47:26 +00:00
christos 6c522b4c82 Added fsirand 1997-03-07 20:17:19 +00:00
christos af9e021593 Added newfs_msdos 1997-03-01 19:46:36 +00:00
veego 21361a6567 Add ipf. 1997-01-08 21:58:34 +00:00
christos ab3aefa822 Put fsck back. 1996-09-23 16:31:16 +00:00
mrg 4c236e4e33 sparc uses edlabel also. 1996-05-28 01:54:32 +00:00
leo 83b266c3ab Atari also uses edlabel. 1996-05-27 20:38:21 +00:00
ws 6ae4c91a82 Add fsck utility for msdosfs 1996-05-14 17:39:21 +00:00
cgd fea3644f0b check in changes proposed in PR 2006 (approved by J.T.), to rename fsck
to fsck_ffs, so that in the future 'fsck' can be a wrapper than invokes
appropriate filesystem-specific checker programs.  For now, the only
user-visible change is that the names have changed in the manual page
and in error messages; fsck and fsck.8 are now links to fsck_ffs and
fsck_ffs.8, until the rest of the transition is complete.
1996-04-05 01:44:24 +00:00
cgd 244a51db99 since the only difference between the old 'savecore' and the new one
is savecore.c, move it back into the 'savecore' dir (renamed as
savecore_old.c) so that the build is more 'normal,' and more like what
it used to be.
1996-03-30 06:48:58 +00:00
leo a10137a7e3 New libkvm/savecore implementation. With the following differences:
1) savecore will not access the dump or live-kernel directly. It
        will always use the kvm-functions. Allowing it to work on kernels
        that don't have a 1-1 PA-VA mapping.
     2) the kvm-lib has some additional functions to accomplish 1
          - kvm_dump_mkheader()
          - kvm_dump_wrtheader()
          - kvm_dump_inval()
     3) the file formats of the dump generated by the kernel and the dump
        generated by savecore have been changed. The file format now looks
        like the format produced for 'normal' core dumps.
Ports not yet supporting the new kvm-format will be using libkvm.old/
savecore.old for the time being.
1996-03-16 10:29:36 +00:00
gwr a9d62322c7 Fix my typo 1995-10-10 21:42:00 +00:00
thorpej 5c3d69cf2b Build fsdb(8). 1995-10-09 02:24:30 +00:00
gwr f8b730af38 On the sun3, add SUBDIR+= edlabe 1995-10-08 22:50:07 +00:00
thorpej 3376de53d9 Build ccdconfig. 1995-08-17 16:38:53 +00:00
cgd a8592b0dd1 add mount_ffs(8). reorganize, to seperate the file system mount commands,
and to make it more clear what programs are dependent on a particular file
systems's format.
1995-07-12 03:50:27 +00:00
cgd d76c552602 halt(8) has been assimilated (into reboot(8)). 1995-03-18 16:15:28 +00:00
cgd 0114e805ce convert to new RCS Id conventions; reduce my headache 1995-03-18 14:54:19 +00:00
mycroft 1ea45a0917 Various. 1994-06-08 19:40:22 +00:00
chopps 4ebd52e009 add mount_ados 1994-06-03 00:35:22 +00:00
cgd a272a35bc0 add bim 1994-04-22 00:09:02 +00:00
cgd 8647b388a9 add ttyflags 1994-03-30 09:30:37 +00:00
cgd a4963f9708 new mount_ programs 1994-01-12 20:24:12 +00:00
cgd b7a32a0002 chown no longer here 1993-11-03 06:46:24 +00:00
cgd 9910a37e0e little point in having mount_procfs if you don't make it... 1993-08-24 16:16:33 +00:00
mycroft 5b11c06adf Add RCS indentifiers. 1993-07-31 15:27:53 +00:00
cgd cbdb50c1c1 incorporate changes from 0-9-base to 0-9-ALPHA 1993-07-28 00:56:43 +00:00
cgd 57d3a6d525 add support for terry lambert's loadable kernel modules.
needs a bit of cleanup, but overall: SLICK!
1993-06-07 19:51:59 +00:00
cgd 457f9a0db1 fixed bug that i created when updating for new entries 1993-04-09 23:13:38 +00:00
cgd f3c8382ef8 added mount_pcfs, quotacheck, and fdisk. fdisk is i386 specific.
(patch 111)
1993-04-09 19:23:22 +00:00
cgd aac2114a43 moved chown into sbin from usr.sbin 1993-04-05 03:40:06 +00:00
cgd 80d7372ffa merged mount_fdesc and mount_kernfs into mount_miscfs 1993-03-28 03:17:02 +00:00
cgd e436731db6 added support for mount_kernfs and mount_fdesc 1993-03-23 23:53:04 +00:00
cgd 06be60083d changed "Id" to "Header" for rcsids 1993-03-23 00:22:59 +00:00
cgd 346aa5dd48 added rcs ids to all files 1993-03-22 08:04:00 +00:00
cgd 61f282557f initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00