]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
30 years agoThis commit was generated by cvs2svn to compensate for changes in r1638,
rgrimes [Mon, 30 May 1994 19:09:18 +0000 (19:09 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1638,
which included commits to RCS files with non-trunk default branches.

30 years agoBSD 4.4 Lite Share Sources
rgrimes [Mon, 30 May 1994 19:09:18 +0000 (19:09 +0000)]
BSD 4.4 Lite Share Sources

30 years agoBSD 4.4 Lite Share Sources
rgrimes [Mon, 30 May 1994 19:09:18 +0000 (19:09 +0000)]
BSD 4.4 Lite Share Sources

30 years agoBSD 4.4 Lite Share Sources
rgrimes [Mon, 30 May 1994 19:09:18 +0000 (19:09 +0000)]
BSD 4.4 Lite Share Sources

30 years agoCleanup so that make install can run, many install: maninstall changed
rgrimes [Mon, 30 May 1994 14:17:23 +0000 (14:17 +0000)]
Cleanup so that make install can run, many install: maninstall changed
to just install:, sperious targets and CLEANFILES removed.

30 years agoAdd i386 support, and reorder machine #ifdefs to be in alphanumeric order.
rgrimes [Mon, 30 May 1994 14:12:06 +0000 (14:12 +0000)]
Add i386 support, and reorder machine #ifdefs to be in alphanumeric order.

30 years agoAdd a beforeinstall rule to turn off the immutable flag on chpass so you
rgrimes [Mon, 30 May 1994 14:03:53 +0000 (14:03 +0000)]
Add a beforeinstall rule to turn off the immutable flag on chpass so you
can install a new copy of it.

30 years agoDisable afterinstall rule as it is broken when you have CVS files around.
rgrimes [Mon, 30 May 1994 14:01:24 +0000 (14:01 +0000)]
Disable afterinstall rule as it is broken when you have CVS files around.
Reviewed by:
Submitted by:

30 years agoNeed ${LDFLAGS} one more place.
rgrimes [Mon, 30 May 1994 13:59:50 +0000 (13:59 +0000)]
Need ${LDFLAGS} one more place.

30 years agoMake bootblocks fit into 7168 limit
ache [Mon, 30 May 1994 05:23:53 +0000 (05:23 +0000)]
Make bootblocks fit into 7168 limit

30 years agoFrom Ache:
ache [Mon, 30 May 1994 03:53:01 +0000 (03:53 +0000)]
From Ache:
Add proper devices for new sio initial/locking mechanism

30 years agoFrom Bde:
ache [Mon, 30 May 1994 03:50:01 +0000 (03:50 +0000)]
From Bde:
o Rewrote lots of it to be more like stty.1.  The old one was
  too verbose and the complicated options no longer exist.

30 years agoFrom Bde:
ache [Mon, 30 May 1994 03:49:16 +0000 (03:49 +0000)]
From Bde:
o Removed bidir options.

30 years agoRepeat after me, I will not edit files on Freefall, but bring patches
rgrimes [Sun, 29 May 1994 17:15:12 +0000 (17:15 +0000)]
Repeat after me, I will not edit files on Freefall, but bring patches
over instead.
Moved #ifdef to correct place.

30 years agoRemove unneeded targets for manual page. Remove unneeded cleanfiles.
rgrimes [Sun, 29 May 1994 16:35:09 +0000 (16:35 +0000)]
Remove unneeded targets for manual page.  Remove unneeded cleanfiles.

30 years agoCorrected to work without symbolic links for md-${MACHINE}.c.
rgrimes [Sun, 29 May 1994 12:44:36 +0000 (12:44 +0000)]
Corrected to work without symbolic links for md-${MACHINE}.c.

30 years agoNeed to sue ${LDFLAGS} when building local binaries so they get built
rgrimes [Sun, 29 May 1994 12:43:06 +0000 (12:43 +0000)]
Need to sue ${LDFLAGS} when building local binaries so they get built
static if ${NOSHARED}==YES.  This makes it easier to bootstrap a system.

30 years agoDon't panic if we can't malloc a cblock...just print a console message
dg [Sun, 29 May 1994 07:50:11 +0000 (07:50 +0000)]
Don't panic if we can't malloc a cblock...just print a console message
and be happy.

30 years agoChanged mbuf allocation policy to get a cluster if size > MINCLSIZE. Makes
dg [Sun, 29 May 1994 07:48:17 +0000 (07:48 +0000)]
Changed mbuf allocation policy to get a cluster if size > MINCLSIZE. Makes
a BIG difference in socket performance.

30 years agoChanged loopback MTU to 65535.
dg [Sun, 29 May 1994 07:43:54 +0000 (07:43 +0000)]
Changed loopback MTU to 65535.

30 years agoIncreased tcp_send/recvspace to 16k, and added TCP_SMALLSPACE ifdef
dg [Sun, 29 May 1994 07:42:47 +0000 (07:42 +0000)]
Increased tcp_send/recvspace to 16k, and added TCP_SMALLSPACE ifdef
to set it to 4k.

30 years agoAdd read_names support for i386, based on my original work from FreeBSD
rgrimes [Sun, 29 May 1994 06:19:34 +0000 (06:19 +0000)]
Add read_names support for i386, based on my original work from FreeBSD
and cleaned up slightly.

30 years agoTurn globbing on when a section number is specified, this makes things work
csgr [Sat, 28 May 1994 20:19:25 +0000 (20:19 +0000)]
Turn globbing on when a section number is specified, this makes things work
properly when /usr/share/man/man?/ contain gzipped unformatted pages.

30 years agoI know better than to edit files on freefall, next time take a patch file.
rgrimes [Sat, 28 May 1994 16:21:59 +0000 (16:21 +0000)]
I know better than to edit files on freefall, next time take a patch file.
Change vm_paramh. to vm_param.h

30 years agoMAP_FILE is the default on mmap now, and is no longer defined just
rgrimes [Sat, 28 May 1994 13:59:16 +0000 (13:59 +0000)]
MAP_FILE is the default on mmap now, and is no longer defined just
like on a sun, so #define it to be 0 if we are running BSD >=199306.

30 years agoAdd comments to Makefile.inc's about libg++ and shlib nos.
csgr [Sat, 28 May 1994 09:56:30 +0000 (09:56 +0000)]
Add comments to Makefile.inc's about libg++ and shlib nos.

30 years agoAdd link.h to list of headers to install.
rgrimes [Sat, 28 May 1994 09:37:33 +0000 (09:37 +0000)]
Add link.h to list of headers to install.

30 years agoEnable csu/${MACHINE} now that I have copied in our crt* files.
rgrimes [Sat, 28 May 1994 09:24:46 +0000 (09:24 +0000)]
Enable csu/${MACHINE} now that I have copied in our crt* files.

30 years agoComment out missing/broken sources.
rgrimes [Sat, 28 May 1994 06:44:34 +0000 (06:44 +0000)]
Comment out missing/broken sources.

30 years agoRemove stuff for building manual pages the old way.
rgrimes [Sat, 28 May 1994 06:40:02 +0000 (06:40 +0000)]
Remove stuff for building manual pages the old way.

30 years agoWhy cast a constant to (unsigned long) when you can make it this by
rgrimes [Sat, 28 May 1994 06:38:34 +0000 (06:38 +0000)]
Why cast a constant to (unsigned long) when you can make it this by
appending UL.

30 years agoDisable PS_STRINGS for now until I get the headers fixed.
rgrimes [Sat, 28 May 1994 06:36:58 +0000 (06:36 +0000)]
Disable PS_STRINGS for now until I get the headers fixed.

30 years agoRemove old style manual page depends so make install with NOMAN set
rgrimes [Sat, 28 May 1994 06:29:36 +0000 (06:29 +0000)]
Remove old style manual page depends so make install with NOMAN set
can run.

30 years agoDisable afterinstall: for manual pages until the manual page fix patch
rgrimes [Sat, 28 May 1994 06:27:25 +0000 (06:27 +0000)]
Disable afterinstall: for manual pages until the manual page fix patch
comes in.

30 years agoRemove stuff for building manual pages the old way.
rgrimes [Sat, 28 May 1994 06:25:34 +0000 (06:25 +0000)]
Remove stuff for building manual pages the old way.

30 years agoComment out missing programs fsdb icheck and ncheck.
rgrimes [Sat, 28 May 1994 06:24:51 +0000 (06:24 +0000)]
Comment out missing programs fsdb icheck and ncheck.
Comment out porting work needed program scsiformat.
Remove XNSrouted and routed as they have been moved to usr.sbin.
Reviewed by:
Submitted by:

30 years agorbootd compiles on i386 too.
rgrimes [Sat, 28 May 1994 06:21:34 +0000 (06:21 +0000)]
rbootd compiles on i386 too.
Reviewed by:
Submitted by:

30 years agoMake comments about what is missing the same as in other makefiles.
rgrimes [Sat, 28 May 1994 06:17:33 +0000 (06:17 +0000)]
Make comments about what is missing the same as in other makefiles.
Remove the commented out stuff about X11 as the system sources should
not be doing anything with X11.

30 years agoFix kvm_i386.c just enough to make it compile and return lots of errors
rgrimes [Sat, 28 May 1994 05:48:30 +0000 (05:48 +0000)]
Fix kvm_i386.c just enough to make it compile and return lots of errors
when called.  Noop out swapread in kvm_proc.c as our vm system is
different.

30 years agoThis is a COPY of kvm_hp300.c, soon to be patched to sorta work with
rgrimes [Sat, 28 May 1994 04:34:59 +0000 (04:34 +0000)]
This is a COPY of kvm_hp300.c, soon to be patched to sorta work with
the i386 port.

30 years agoMake the comments about what is missing and not done consistent with
rgrimes [Sat, 28 May 1994 04:32:21 +0000 (04:32 +0000)]
Make the comments about what is missing and not done consistent with
my other Makefile comments so they can easily be found with grep.

30 years agoMust now include vm/vm.h and vm/vm_param.h due to the way we define KERNBASE.
rgrimes [Sat, 28 May 1994 04:20:59 +0000 (04:20 +0000)]
Must now include vm/vm.h and vm/vm_param.h due to the way we define KERNBASE.
Reviewed by: David Greenman

30 years agoMust now include vm/vm.h and vm/vm_param.h due to the way we define KERNBASE.
rgrimes [Sat, 28 May 1994 04:15:16 +0000 (04:15 +0000)]
Must now include vm/vm.h and vm/vm_param.h due to the way we define KERNBASE.
Reviewed by: David Greenman

30 years agoAdd this so that the top level Makefile can traverse down into here
rgrimes [Sat, 28 May 1994 04:10:32 +0000 (04:10 +0000)]
Add this so that the top level Makefile can traverse down into here
and build libkern.  This will be enhanced later to build other things.

30 years agoDon't build /sbin shared.
rgrimes [Sat, 28 May 1994 03:56:49 +0000 (03:56 +0000)]
Don't build /sbin shared.

30 years agoDo not build /bin shared
rgrimes [Sat, 28 May 1994 03:55:41 +0000 (03:55 +0000)]
Do not build /bin shared

30 years agoBSD 4.4 Lite Top Level Sources
rgrimes [Fri, 27 May 1994 12:42:53 +0000 (12:42 +0000)]
BSD 4.4 Lite Top Level Sources

30 years agoThis commit was generated by cvs2svn to compensate for changes in r1594,
rgrimes [Fri, 27 May 1994 12:42:53 +0000 (12:42 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1594,
which included commits to RCS files with non-trunk default branches.

30 years agoBSD 4.4 Lite Libexec Sources
rgrimes [Fri, 27 May 1994 12:39:25 +0000 (12:39 +0000)]
BSD 4.4 Lite Libexec Sources

30 years agoThis commit was generated by cvs2svn to compensate for changes in r1592,
rgrimes [Fri, 27 May 1994 12:39:25 +0000 (12:39 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1592,
which included commits to RCS files with non-trunk default branches.

30 years agoBSD 4.4 Lite Libexec Sources
rgrimes [Fri, 27 May 1994 12:39:25 +0000 (12:39 +0000)]
BSD 4.4 Lite Libexec Sources

30 years agoBSD 4.4 Lite Usr.bin Sources
rgrimes [Fri, 27 May 1994 12:33:43 +0000 (12:33 +0000)]
BSD 4.4 Lite Usr.bin Sources

30 years agoThis commit was generated by cvs2svn to compensate for changes in r1590,
rgrimes [Fri, 27 May 1994 12:33:43 +0000 (12:33 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1590,
which included commits to RCS files with non-trunk default branches.

30 years agoBSD 4.4 Lite Usr.bin Sources
rgrimes [Fri, 27 May 1994 12:33:43 +0000 (12:33 +0000)]
BSD 4.4 Lite Usr.bin Sources

30 years agoBSD 4.4 Lite Usr.bin Sources
rgrimes [Fri, 27 May 1994 12:33:43 +0000 (12:33 +0000)]
BSD 4.4 Lite Usr.bin Sources

30 years agoBSD 4.4 Lite Usr.bin Sources
rgrimes [Fri, 27 May 1994 12:33:43 +0000 (12:33 +0000)]
BSD 4.4 Lite Usr.bin Sources

30 years agoBSD 4.4 Lite Usr.bin Sources
rgrimes [Fri, 27 May 1994 12:33:43 +0000 (12:33 +0000)]
BSD 4.4 Lite Usr.bin Sources

30 years agoBSD 4.4 Lite Usr.bin Sources
rgrimes [Fri, 27 May 1994 12:33:43 +0000 (12:33 +0000)]
BSD 4.4 Lite Usr.bin Sources

30 years agoBSD 4.4 Lite Usr.bin Sources
rgrimes [Fri, 27 May 1994 12:33:43 +0000 (12:33 +0000)]
BSD 4.4 Lite Usr.bin Sources

30 years agoInitial revision
rgrimes [Fri, 27 May 1994 12:32:03 +0000 (12:32 +0000)]
Initial revision

30 years agoCompleted version of my clist management code. Requires hooks in tty.c
dg [Fri, 27 May 1994 12:28:05 +0000 (12:28 +0000)]
Completed version of my clist management code. Requires hooks in tty.c
for adding and removing cblocks from the cfreelist queue (to give them
back to malloc). I'll add those tomorrow.

30 years agoDo not create link for *lib_p.a if you are not installing profiled libraries.
rgrimes [Fri, 27 May 1994 11:02:31 +0000 (11:02 +0000)]
Do not create link for *lib_p.a if you are not installing profiled libraries.

30 years agoComment out missing sources.
rgrimes [Fri, 27 May 1994 11:01:30 +0000 (11:01 +0000)]
Comment out missing sources.

30 years agoPull in GNU2 fix for this from FreeBSD, allows ldexp.c to compile with
rgrimes [Fri, 27 May 1994 11:00:56 +0000 (11:00 +0000)]
Pull in GNU2 fix for this from FreeBSD, allows ldexp.c to compile with
gcc2.x

30 years agoComment out missing libmp and libplot, disable csu until it is ported.
rgrimes [Fri, 27 May 1994 11:00:20 +0000 (11:00 +0000)]
Comment out missing libmp and libplot, disable csu until it is ported.

30 years agoRemove explicit specification of SHLIB major and minor nos.
csgr [Fri, 27 May 1994 10:53:33 +0000 (10:53 +0000)]
Remove explicit specification of SHLIB major and minor nos.

30 years agoThis is Christopher G. Demetriou of NetBSD versions of ftime.c, gtty.c, and
rgrimes [Fri, 27 May 1994 10:33:22 +0000 (10:33 +0000)]
This is Christopher G. Demetriou of NetBSD versions of ftime.c, gtty.c, and
stty.c.

30 years agoThis commit was generated by cvs2svn to compensate for changes in r1581,
rgrimes [Fri, 27 May 1994 10:33:22 +0000 (10:33 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1581,
which included commits to RCS files with non-trunk default branches.

30 years agoThis commit was generated by cvs2svn to compensate for changes in r1578,
rgrimes [Fri, 27 May 1994 10:26:59 +0000 (10:26 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1578,
which included commits to RCS files with non-trunk default branches.

30 years agoThis is James da Silva at the University of Maryland at College Park's
rgrimes [Fri, 27 May 1994 10:26:59 +0000 (10:26 +0000)]
This is James da Silva at the University of Maryland at College Park's
regex.c code as picked up from the net.

30 years agoClean up S/key library (libskey.a) so that filename access is via the
pst [Fri, 27 May 1994 07:50:08 +0000 (07:50 +0000)]
Clean up S/key library (libskey.a) so that filename access is via the
standard 4.4bsd pathnames mechanism.

Also document a potential security hole vs backwards compatibility tradeoff.

30 years agoThis commit was generated by cvs2svn to compensate for changes in r1575,
rgrimes [Fri, 27 May 1994 05:12:12 +0000 (05:12 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1575,
which included commits to RCS files with non-trunk default branches.

30 years agoBSD 4.4 Lite KerberosIV Sources
rgrimes [Fri, 27 May 1994 05:12:12 +0000 (05:12 +0000)]
BSD 4.4 Lite KerberosIV Sources

30 years agoBSD 4.4 Lite Lib Sources
rgrimes [Fri, 27 May 1994 05:00:24 +0000 (05:00 +0000)]
BSD 4.4 Lite Lib Sources

30 years agoBSD 4.4 Lite Lib Sources
rgrimes [Fri, 27 May 1994 05:00:24 +0000 (05:00 +0000)]
BSD 4.4 Lite Lib Sources

30 years agoThis commit was generated by cvs2svn to compensate for changes in r1573,
rgrimes [Fri, 27 May 1994 05:00:24 +0000 (05:00 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1573,
which included commits to RCS files with non-trunk default branches.

30 years agoBSD 4.4 Lite Lib Sources
rgrimes [Fri, 27 May 1994 05:00:24 +0000 (05:00 +0000)]
BSD 4.4 Lite Lib Sources

30 years agoBSD 4.4 Lite Lib Sources
rgrimes [Fri, 27 May 1994 05:00:24 +0000 (05:00 +0000)]
BSD 4.4 Lite Lib Sources

30 years agoBSD 4.4 Lite Lib Sources
rgrimes [Fri, 27 May 1994 05:00:24 +0000 (05:00 +0000)]
BSD 4.4 Lite Lib Sources

30 years agoCast arguments to timeout() to quite compiler warnings. Should we
rgrimes [Fri, 27 May 1994 04:02:10 +0000 (04:02 +0000)]
Cast arguments to timeout() to quite compiler warnings.  Should we
change all of these to be timeout_funt_t and remove the casts and
typedef?

Remove secound argument (uban) from ifp->if_reset routines since it is now
obsolete.

Reviewed by: David Greenman

30 years agoMy last fix broke things more, thanks to Paul Traina for pointing that out!
csgr [Thu, 26 May 1994 20:16:49 +0000 (20:16 +0000)]
My last fix broke things more, thanks to Paul Traina for pointing that out!

30 years agoUpdate the Makefile to work correctly when copying and/or symlinking
rgrimes [Thu, 26 May 1994 13:48:52 +0000 (13:48 +0000)]
Update the Makefile to work correctly when copying and/or symlinking
/usr/include.

Make comment about mp.h missing and remove it from the list of files.
Fix installation of ufs include files as this is now a tree ufs/{ffs,lfs,
mfs,ufs}.

Make setting of SHARED optional by makeing it SHARED?=.

Comment out installation of X11 includes since it does not work
for XFree86 until we get XFree86 to install as /usr/X11.

Update _PATH_UNIX to be /kernel.  Remove /usr/{contrib,old}/bin from
_PATH_STDPATH.

30 years agoSYSCONS is no longer needed since pccons has been removed.
rgrimes [Thu, 26 May 1994 13:38:01 +0000 (13:38 +0000)]
SYSCONS is no longer needed since pccons has been removed.

Update the GENERIC* to have the new file system options and the new kernel
name.

Fix the clean target in Makefile.i386 to rm kernel instead of 386bsd.

30 years agoSince we have removed com.c and renamed comreg.h to sioreg.h I need to
rgrimes [Thu, 26 May 1994 13:31:40 +0000 (13:31 +0000)]
Since we have removed com.c and renamed comreg.h to sioreg.h I need to
fix sio.c to #include sioreg.h.

30 years agoFix some references to MIN() and MAX() that have been replaced by min() and
rgrimes [Thu, 26 May 1994 13:30:20 +0000 (13:30 +0000)]
Fix some references to MIN() and MAX() that have been replaced by min() and
max().

30 years agoUpgrade config to be compatible with our i386 port, pull in 95% of the
rgrimes [Thu, 26 May 1994 13:24:02 +0000 (13:24 +0000)]
Upgrade config to be compatible with our i386 port, pull in 95% of the
changes that have been made in FreeBSD 1.x, except for possibly the nfs
diskless support this is a completed config.

30 years agoAdded missing ntohl()'s that are needed before calling IN_MULTICAST in
dg [Thu, 26 May 1994 09:51:33 +0000 (09:51 +0000)]
Added missing ntohl()'s that are needed before calling IN_MULTICAST in
a couple of places.
Submitted by: Johannes Helander

30 years agoMoved header definitions to buf.h, and added missing splx() - found
dg [Thu, 26 May 1994 08:45:29 +0000 (08:45 +0000)]
Moved header definitions to buf.h, and added missing splx() - found
by Johannes Helander.

30 years agoBump all minor nos. of libs in /usr/src/gnu/lib.
csgr [Thu, 26 May 1994 08:17:25 +0000 (08:17 +0000)]
Bump all minor nos. of libs in /usr/src/gnu/lib.
shlibs are now version 1.1

30 years ago>From Jordan
csgr [Thu, 26 May 1994 07:52:23 +0000 (07:52 +0000)]
>From Jordan

Fix braindeadness in my makefile

30 years agoBSD 4.4 Lite sbin -> usr.sbin Sources
rgrimes [Thu, 26 May 1994 06:39:07 +0000 (06:39 +0000)]
BSD 4.4 Lite sbin -> usr.sbin Sources
Note: The sources for XNSrouted and routed are being imported to usr.sbin
instead of sbin.

30 years agoThis commit was generated by cvs2svn to compensate for changes in r1560,
rgrimes [Thu, 26 May 1994 06:39:07 +0000 (06:39 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1560,
which included commits to RCS files with non-trunk default branches.

30 years agoBSD 4.4 Lite sbin Sources
rgrimes [Thu, 26 May 1994 06:35:07 +0000 (06:35 +0000)]
BSD 4.4 Lite sbin Sources

Note:  XNSrouted and routed NOT imported here, they shall be imported with
usr.sbin.

30 years agoThis commit was generated by cvs2svn to compensate for changes in r1558,
rgrimes [Thu, 26 May 1994 06:35:07 +0000 (06:35 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1558,
which included commits to RCS files with non-trunk default branches.

30 years agoBSD 4.4 Lite sbin Sources
rgrimes [Thu, 26 May 1994 06:35:07 +0000 (06:35 +0000)]
BSD 4.4 Lite sbin Sources

Note:  XNSrouted and routed NOT imported here, they shall be imported with
usr.sbin.

30 years agoBSD 4.4 Lite bin Sources
rgrimes [Thu, 26 May 1994 06:18:55 +0000 (06:18 +0000)]
BSD 4.4 Lite bin Sources

30 years agoThis commit was generated by cvs2svn to compensate for changes in r1556,
rgrimes [Thu, 26 May 1994 06:18:55 +0000 (06:18 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1556,
which included commits to RCS files with non-trunk default branches.

30 years agoBSD 4.4 Lite bin Sources
rgrimes [Thu, 26 May 1994 06:18:55 +0000 (06:18 +0000)]
BSD 4.4 Lite bin Sources

30 years agoGot this fix from think.com:
rgrimes [Thu, 26 May 1994 06:06:47 +0000 (06:06 +0000)]
Got this fix from think.com:
The following two patches should allow the documented "-I !" option to
skip the ignore lists and import/update all files in the directory.

I need it to force certain files to import (ie, csh.a which is part of
the csh documentation).

30 years agoBSD 4.4 Lite usr.sbin Sources
rgrimes [Thu, 26 May 1994 05:23:31 +0000 (05:23 +0000)]
BSD 4.4 Lite usr.sbin Sources