summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Give users a way to alter the sendmail (and related utilities) buildgshapiro2000-09-174-1/+25
| | | | environment so they can enable functionality such as SASL, LDAP, Hesiod.
* Forgot semicolon after rcsidnsayer2000-09-171-1/+1
| | | | Submitted by: gshapiro
* Fix situations where none of the scripts executed produce output,brian2000-09-161-43/+54
| | | | | | | | | | | | | | so that we don't see any more ``null message body, hope that's ok'' messages. We now see something like ``No output from the 3 files processed''. Lump all output for a given periodic argument together so that people with /usr/local/etc/periodic/daily (for example) will get the output of those jobs together with the normal daily run rather than getting a second email. Prompted by: ben
* Enable crypto by default with "canned" distributions (it can stilljkh2000-09-162-4/+6
| | | | be deselected or simply not chosen in a custom install).
* 1. In key printing routine, the loop variable was j, but inside thensayer2000-09-162-19/+38
| | | | | | | | loop was referencing i. 2. Print keys in hex rather than ascii by default. 3. Add a -a flag to reverse #2 on demand.
* Remove unneded -lmytinfoache2000-09-161-2/+2
|
* Remove unneded -ltermcap or -lmytinfoache2000-09-162-4/+4
|
* Remove unneded -lmytinfoache2000-09-162-4/+4
|
* Remove unneded -lmytinfoache2000-09-161-2/+2
|
* Fix typo (rc.conf -> pccard.conf).iwasaki2000-09-151-1/+1
| | | | Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
* Correct variable check for VAR_TRY_DHCP.jkh2000-09-151-1/+1
|
* Restore standard symlink default, return -L, remove -P, add missing -q to getoptache2000-09-152-11/+12
| | | | | | This is part of whole subsystem fixing Reviewed by: imp
* pkg_version(1) will now distinguish between the different cases wherebmah2000-09-152-7/+16
| | | | | | | the exact relationship between an installed package and its corresponding entry in the index file can't be determined. Submitted by: Mark Ovens <marko@freebsd.org>
* Add manpages acpi userland tools.iwasaki2000-09-144-4/+516
| | | | Obtained from: ACPI for FreeBSD project
* Fix some style nitsbrian2000-09-141-11/+13
|
* Support PPPoATM, disabled for now as /usr/include/netnatm doesn't existbrian2000-09-145-1/+282
| | | | Submitted by: Jakob Stoklund Olesen <stoklund@taxidriver.dk>
* Understand IPPROTO_ESP and IPPROTO_AH packetsbrian2000-09-142-0/+36
| | | | Submitted by: Angelos D. Keromytis <angelos@dsl.cis.upenn.edu>
* Another overhaul of the periodic stuff.brian2000-09-142-46/+162
| | | | | | | | | | | | | | | All periodic sub-scripts <larf> now have their return codes interpreted by periodic(8). Output may be masked based on variable values in periodic.conf. It's also now possible to email periodic output to arbitrary addresses, or to send it to a log file, examples of which can be found in newsyslog.conf. The upshot of it all should be no discernable changes to the default behaviour of periodic(8). PR: 21250
* Fixed breakage of installation of kbdcontrol.1 in previous commit.bde2000-09-141-2/+4
| | | | Fixed style bugs.
* Pass a useful pathname to rlink(). Many thanks to the PR originatorsheldonh2000-09-131-1/+2
| | | | | | | | for all the debugging work. PR: 21017 Reported by: Gerhard Sittig <Gerhard.Sittig@gmx.net> Submitted by: Jos Backus <josb@cncdsl.com>,
* Add kbdmap.5 to build.dwmalone2000-09-134-1/+6
| | | | | | | | Refer to kbdmap(5) from a few man pages. Remove it from TODO list. Add missing FreeBSD tags. PR: 19260
* Man page for the file format accepted by "kbdcontrol -l".dwmalone2000-09-131-0/+311
| | | | | PR: 19260 Reviewed by: sheldonh
* Teach sysinstall about 'aac'.msmith2000-09-132-0/+2
|
* Allow users to add libraries for sendmail (e.g. Cyrus SASL)gshapiro2000-09-131-1/+1
| | | | Obtained from: Sergei Vyshenski <svysh@pn.sinp.msu.ru>
* o What a good idea, ``-o'' should be a ``-f'' like in every otherrwatson2000-09-122-6/+6
| | | | | | | utility that is cautious but sometimes you want to be less cautious. Go figure. Submitted by: sheldonh
* o Add a ``-o'' argument to initattr, which causes extattrctl to overwriterwatson2000-09-122-4/+20
| | | | | | | | | the existing attribute file rather than aborting with an error. o Useful if you want to reset the state of attributes on the system without allocating different disk blocks through deletion and recreation, for example, if you're doing benchmarks of extended attribute code. :-) Obtained from: TrustedBSD Project
* Add the ability to define a "shutdown" and "shutdown and poweroff" keydwmalone2000-09-113-0/+20
| | | | | | | | to syscons. I have a man page to follow describing the format of the kbdmap file. PR: 19273 Reviewed by: sheldonh
* Arrgh. Back out a change used during debugging and fix a typo.bmah2000-09-111-2/+2
|
* Mark a path up with Pa.sheldonh2000-09-111-1/+2
|
* Whitespace-only change: apply normal line breaking style.sheldonh2000-09-111-15/+21
|
* Moved boot0cfg into IBM-PC only section (MACHINE=="i386").kato2000-09-101-1/+5
| | | | Pointed out by: nyan
* Remove a workaround for a long-fixed bug in fetch(1).bmah2000-09-092-10/+4
| | | | Update URL for on-line Ports Collection INDEX file.
* pkg_version.pl now understands the new package/port numbering schemebmah2000-09-091-24/+109
| | | | | | | | | introduced by version 1.349 of ports/Mk/bsd.port.mk and originally submitted by kris. In particular, it understands the $PORTREVISION (FreeBSD-specific changes or patches to a port) and $PORTEPOCH (for re-sorting version numbers when not used or when broken).
* Provide correct information regarding "packet" option default.rnordier2000-09-091-4/+5
| | | | | PR: 20936 Originated by: obrien
* o When pre-allocating attribute storage space, also allocate space forrwatson2000-09-071-3/+5
| | | | | | | attribute instance headers, or higher inode numbers will require additional disk blocks to be allocated later. Obtained from: TrustedBSD Project
* MFS: sync with -stable by removing the now-vestigal X_AS_PKG stuff.jkh2000-09-077-66/+0
|
* Spelling policebrian2000-09-061-2/+2
| | | | Submitted by: des
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you cannectar2000-09-067-219/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | configure FreeBSD so that various databases such as passwd and group can be looked up using flat files, NIS, or Hesiod. = Hesiod has been added to libc (see hesiod(3)). = A library routine for parsing nsswitch.conf and invoking callback functions as specified has been added to libc (see nsdispatch(3)). = The following C library functions have been modified to use nsdispatch: . getgrent, getgrnam, getgrgid . getpwent, getpwnam, getpwuid . getusershell . getaddrinfo . gethostbyname, gethostbyname2, gethostbyaddr . getnetbyname, getnetbyaddr . getipnodebyname, getipnodebyaddr, getnodebyname, getnodebyaddr = host.conf has been removed from src/etc. rc.network has been modified to warn that host.conf is no longer used at boot time. In addition, if there is a host.conf but no nsswitch.conf, the latter is created at boot time from the former. Obtained from: NetBSD
* Add ftp.no.freebsd.org.sheldonh2000-09-062-0/+4
| | | | | PR: 21068 Submitted by: Martin Eggen <martin@copyleft.no>
* enable sshd by default. This only effects *new* installs, sojkh2000-09-042-0/+2
| | | | upgraders will not receive any unpleasant surprises.
* Whitespace-only: remove the only hard sentence break in the file.sheldonh2000-09-041-1/+2
|
* Don't use libutil now that setproctitle() is in libcbrian2000-09-022-3/+0
|
* Remove libutil - setproctitle() is now in libcbrian2000-09-022-5/+0
|
* Modify extended attribute protection model to authorize based onrwatson2000-09-022-76/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attribute namespace and DAC protection on file: - Attribute names beginning with '$' are in the system namespace - The attribute name "$" is reserved - System namespace attributes may only be read/set by suser() or by kernel (cred == NULL) - Other attribute names are in the application namespace - The attribute name "" is reserved - Application namespace attributes are protected in the manner of the target file permission o Kernel changes - Add ufs_extattr_valid_attrname() to check whether the requested attribute "set" or "enable" is appropriate (i.e., non-reserved) - Modify ufs_extattr_credcheck() to accept target file vnode, not to take inode uid - Modify ufs_extattr_credcheck() to check namespace, then enforce either kernel/suser for system namespace, or vaccess() for application namespace o EA backing file format changes - Remove permission fields from extended attribute backing file header - Bump extended attribute backing file header version to 3 o Update extattrctl.c and extattrctl.8 - Remove now deprecated -r and -w arguments to initattr, as permissions are now implicit - (unrelated) fix error reporting and unlinking during failed initattr to remove duplicate/inaccurate error messages, and to only unlink if the failure wasn't in the backing file open() Obtained from: TrustedBSD Project
* Don't check for ohci/uhci to be loaded, check for the usb module.n_hibma2000-09-021-3/+2
|
* libutil.h is no longer required for setproctitle()brian2000-09-021-5/+0
|
* libutil is no longer required as setproctitle() has moved to libcbrian2000-09-022-5/+2
|
* fix multi io window patch(Rev. 1.48)sanpei2000-09-011-1/+1
| | | | | Submitted by: iwasaki Obtained from: PAO3
* Activate acpi.iwasaki2000-08-311-1/+2
|
* This commit was generated by cvs2svn to compensate for changes in r65287,iwasaki2000-08-315-0/+1086
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud