summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* 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.
| * import amldb(8) from ACPI For FreeBSD project.iwasaki2000-08-315-0/+1086
| | | | | | | | Obtained from: ACPI For FreeBSD project
* | This commit was generated by cvs2svn to compensate for changes in r65285,iwasaki2000-08-317-0/+1848
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * import acpidump(8) from ACPI For FreeBSD project.iwasaki2000-08-317-0/+1848
| | | | | | | | Obtained from: ACPI For FreeBSD project
* | This commit was generated by cvs2svn to compensate for changes in r65283,iwasaki2000-08-312-0/+118
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * import acpiconf(8) from ACPI For FreeBSD project.iwasaki2000-08-312-0/+118
| | | | Obtained from: ACPI For FreeBSD project
* Add Makefile for acpi userland tools.iwasaki2000-08-312-0/+14
| | | | Obtained from: ACPI For FreeBSD project
* Fix resolv.conf line hint: "name-server" -> "nameserver"rse2000-08-312-2/+2
|
* Use arc4random() instead of random()brian2000-08-312-1/+9
|
* Don't treat two or more whitespace followed by a comment asbrian2000-08-301-6/+11
| | | | | | | an empty argument PR: 20937 (maybe) PR: 20938
* Complain about invalid arguments passed to ``set ifaddr''brian2000-08-301-2/+14
|
* A lot of changes on acpi driver code.iwasaki2000-08-291-1/+5
| | | | | | | | | | | | | | | | - The "Osd*" stuff went away from acpi driver code, use the bus_space functions directly instead. - Fix minor english bugs. acpi_registers_input -> acpi_register_input acpi_registers_output -> acpi_register_output - Remove all magic numbers for the sleeping states. We now have #defines for these. - NULL is treated the same as the return from aml_get_rootname in aml_find_from_namespace(). Suggested by: msmith Thanks mike!
* Correct LogMAXbrian2000-08-291-1/+1
| | | | | Broken by: me Submitted by: Mark Hannon <markhannon@one.net.au>
* Use srandom() under OpenBSDbrian2000-08-291-1/+1
| | | | Submitted by: Matt Behrens <matt@megaweapon.zigg.com>
OpenPOWER on IntegriCloud