summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Document more MIB variables.wollman1994-09-231-2/+8
|
* Don't return the address of a stack variable.dg1994-09-231-2/+2
|
* groups[] is of type gid_t.dg1994-09-231-1/+1
|
* Automatically load NFS and a bevy of other filesystems.wollman1994-09-226-8/+80
|
* Port nslookup to FreeBSDpst1994-09-229-26/+43
|
* This commit was generated by cvs2svn to compensate for changes in r2990,pst1994-09-2212-0/+5531
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * nslookup(8) from BIND 4.9.3BETA9pl1pst1994-09-2212-0/+5531
| |
* | Port BIND to FreeBSD.pst1994-09-2221-18/+1458
| |
* | This commit was generated by cvs2svn to compensate for changes in r2980,pst1994-09-2238-0/+18802
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * NAMED from BIND 4.9.3 BETA9 pl1 (no local changes)pst1994-09-2238-0/+18802
|
* Various cleanup and fixes.phk1994-09-228-43/+77
|
* Add BINDIR=/usr/sbin for install, fails in other caseache1994-09-211-1/+2
|
* Add BINDIR=/usr/sbin for install, fails in other caseache1994-09-211-2/+3
| | | | Remove -g from CFLAGS
* The next batch of refinements. Now it no longer needs to call on ed(1) tophk1994-09-2110-37/+115
| | | | fix our files, it has a builtin "diff -n" editor.
* Fix security hole in YP password support, which wouldmake +user entrieswollman1994-09-201-3/+12
| | | | | act like + entries in some cases. Requires support in libc from next commit.
* A bunch of improvements. Still far to go.phk1994-09-2012-100/+286
|
* Maintain pw_fields, and output same to password database.wollman1994-09-202-1/+39
| | | | | | | | | | | !!!!!!!! NB !!!!!!!! You MUST pwd_mkdb /etc/master.passwd before attempting to use the new libc, or things may go wrong. (I doubt anything actually /will/ go wrong, but the actual behavior is undefined. YOU HAVE BEEN WARNED.) The database format is, however, backwards-compatible, so old executables will still work.
* Added support for MSDOS file systems.dfr1994-09-191-0/+1
|
* bugfix: change gidset[] type from int to gid_tache1994-09-191-2/+2
|
* This commit was generated by cvs2svn to compensate for changes in r2886,phk1994-09-1916-0/+1304
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * This is the present state of CTM version 2. Please do not ask for phk1994-09-1916-0/+1304
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | subscriptions yet. Wait for the announcement. CTM is my humble attempt to get -current out to people beyond TCP/IP connections. This is for people with dial-up connections and such. CTM can make a delta from one version to another of a source-tree, in a efficient and verified way. Even if there are binary files in the tree. It will even try to make the delta as small as possible. It is OK with me if you yell "Bloating!" but I'll just forward your email to some of the happy customers from CTM version 1, and let them tell you what they think. I will not put ctm into "make world" yet. For now it is just the logical way to get the sources out to people who helps me test this. Poul-Henning
* | My optimization to eliminate /set records was a little too aggressive, itrgrimes1994-09-191-2/+5
| | | | | | | | optimized away the first one :-(.
* | 1. Remove commented out CFLAGS+=-DDEBUG from Makefilergrimes1994-09-188-113/+174
| | | | | | | | | | | | | | | | | | | | | | | | 2. Clean up code so it compiles -Wall (except for sccsid's and copyright). This included fixing several printf formats that where not correct, and changing the data types of a few things. 3. Implement new option -i that produces indented mtree output files. 4. Implement new option -n that turns off directory comments. 5. Only emit /set records if something has changed since the last one.
* | Add 'rm -f /etc/localtime' before cp to /etc/localtime,ache1994-09-181-1/+2
| | | | | | | | I have a link here and got strange results without 'rm'
* | added fdwrite -> usr.sbin/fdwritephk1994-09-181-2/+2
| |
* | Added a missing ${DESTDIR}. The real problem is that stuff related tophk1994-09-181-1/+1
| | | | | | | | | | floppy formatting is in /sys/i386/isa/fdreg.h, it should be in /usr/include somewhere ??
* | This commit was generated by cvs2svn to compensate for changes in r2849,phk1994-09-183-0/+341
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * A small program, which can take a file of any size, format, write and verifyphk1994-09-183-0/+341
| | | | | | | | | it onto a bunch of floppies in a semi-intelligent way. Useful for things like: tar cf - . | gzip -9 | fdwrite -d /dev/rfd0.1720 -v Where it will keep asking for floppies until tar is done.
* Fix include path.dg1994-09-172-2/+2
|
* Added fdformat utility from 1.1.5.dg1994-09-171-2/+2
|
* Fix library dependencies. The clockstuff directory isn't used but Ibde1994-09-151-3/+3
| | | | fixed the Makefile before I knew that.
* Added support for some of the new video modes in syscons.sos1994-09-151-6/+16
| | | | | | Reviewed by: Submitted by: Obtained from:
* Add tzsetup.wollman1994-09-131-1/+1
|
* A little script to help users in setting up their timezone. (Try it!)wollman1994-09-132-0/+192
|
* Delete obsoleted *dist targets.jkh1994-09-131-13/+0
|
* Make this stop trying to go into /usr/local and inherit the settingsjkh1994-09-131-2/+2
| | | | from above instead.
* Add pkg_install to SUBDIR.jkh1994-09-131-1/+1
|
* Add `zic' and `zdump'.wollman1994-09-131-1/+1
|
* FreeBSD port of timezone code.wollman1994-09-135-2/+36
|
* This commit was generated by cvs2svn to compensate for changes in r2702,wollman1994-09-138-0/+3055
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * The latest and greatest timezone code from Arthur David Olson, part 1.wollman1994-09-138-0/+3055
| | | | | | This import comprises the `zic' and `zdump' programs. Obtained from: Arthur David Olson, ftp://elsie.nci.nih.gov/pub/tzcode94g
* add rtmsg.c.csgr1994-09-122-4/+4
| | | | Submitted by: problem pointed out by Gary Palmer
* - increase TOOMANY, in line with 1.xcsgr1994-09-112-3/+34
| | | | - add logging option from 1.x
* Bring in handling of RPC services from 1.xcsgr1994-09-112-22/+191
| | | | (Guess who forgot to replace his inetd until today ;-)
* add bootpd, bootpef, bootpgw, bootptestcsgr1994-09-101-1/+2
|
* Small code tidy upcsgr1994-09-101-13/+2
|
* Changes for bootpd to work on FreeBSD 2.0:csgr1994-09-105-9/+271
| | | | | | - Makefile changes (manual installation) - (hwaddr.c rtmsg.c) Do setting of arp cache entries by writing to routing socket, rather than by calling arp(8).
* This commit was generated by cvs2svn to compensate for changes in r2639,csgr1994-09-1049-0/+10687
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Bootpd 2.4.0 (and associated utils)csgr1994-09-1049-0/+10687
| | | | | | | | Obtained from:NetBSD
* | Correct the .conf files now that halt is gone and reboot is used in it'srgrimes1994-09-092-6/+13
| | | | | | | | | | | | | | | | | | | | place. Removed mount_pcfs until we have a replacement. Removed fdisk until it is ported and/or replaced. Now have to include many more libraries due to /bin/sh changes.
OpenPOWER on IntegriCloud