summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* set pccard insertion beep type in install floppy.sanpei2000-08-291-0/+9
| | | | | | | | | When we use PC-Card as install media, it is a patch to tell with beep about whether we were able to recognize it well. Reviewed by: jkh, imp Tested by: Kenji Yamada <kyamada@ISI.EDU>
* Add LogFILTER logging to log packets allowed by the dial filter andbrian2000-08-285-28/+83
| | | | | | | | dropped by any filter. Submitted by: Mark Hannon <markhannon@one.net.au> with some small tweaks by me.
* Support radius accounting, and add a packet count to throughputbrian2000-08-287-5/+206
| | | | | | | | | statistics as a side effect. Submitted by: Marcin Cieslak <saper@system.pl> with some tweaks to RAD_ACCT_SESSION_ID and RAD_ACCT_MULTI_SESSION_ID generation by me.
* This allows you to script sysinstall to say "NO" to DHCP and IPv6.murray2000-08-281-2/+4
| | | | | | | | | Previously, you could only script these features if you said YES. Oops. Accidentally commited to releng_4 first. PR: 20334 Approved by: jkh
* Add the description of some hard-learnt restrictions and a workaround.grog2000-08-281-1/+22
|
* Remove a stray backspace character.jwd2000-08-272-2/+2
| | | | Reviewed by: Eivind Eklund <eivind@FreeBSD.org>
* Make mergemaster ignore files in /dev if /dev is a devfs.ben2000-08-261-1/+6
| | | | Approved by: Doug Barton <Doug@gorean.org>
* If a ${KERNEL}.hints file exists, and no hints are specified explicitly,peter2000-08-254-2/+14
| | | | | then include the hints with a marker indicating that it is a fallback. The kernel side of this is to come shortly.
* Add orthogonal part of ACPI support code.takawata2000-08-2420-0/+5856
| | | | | | | This does not come effect until non-orthogonal part is commited. Approved by: jkh Obtained from: ACPI for FreeBSD CVS repository.
* the code assumes that getgroups() always returns NGROUPS groups, howeveralfred2000-08-231-2/+4
| | | | | | | that is not true. Instead of looping NGROUPS times, get the return value from getgroups() and loop over the return that many times. Noticed by: David A. Holland <dholland@eecs.harvard.edu>
* Update my email address in various places in pkg_version.bmah2000-08-232-2/+2
|
* Now that Bruce Mah is a committer, retire my co-maintainershipbillf2000-08-221-2/+1
| | | | of pkg_version.
* Correct the naming. The default server is ftp.fr and #1 is the same.roberto2000-08-222-6/+10
| | | | Add back ftp6.
* Reflect the name changes in fr.freebsd.org.roberto2000-08-222-4/+4
|
* Remove device type field - there are no block devices left.jkh2000-08-222-82/+64
|
* Add working and easy crypt(3)-switching. Yes, we need a whole new APIgreen2000-08-222-3/+22
| | | | | | | | | | | | | | for crypt(3) by now. In any case: Add crypt_set_format(3) + documentation to -lcrypt. Add login_setcryptfmt(3) + documentation to -lutil. Support for switching crypt formats in passwd(8). Support for switching crypt formats in pw(8). The simple synopsis is: edit login.conf; add a passwd_format field set to "des" or "md5"; go nuts :) Reviewed by: peter
* Add UNIX domain socket feature to pccardd. This makes pccardume2000-08-205-11/+265
| | | | | | | related PAO3/ports such as gxcardmon work. Reviewed by: imp Obtained from: PAO3
* Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUIDbrian2000-08-188-4/+70
| | | | capabilities.
* Warn that the ``alias'' command is depricated.brian2000-08-181-0/+10
| | | | We still process it for now though.
* Allow people to set the default boot slice with boot0cfg.dwmalone2000-08-172-4/+28
| | | | | | | PR: 18923 Submitted by: Ian Dowse <iedowse@maths.tcd.ie> Reviewed by: jhb Approved by: rnordier
* If we're in MP mode with a single open link, MP link level compressionbrian2000-08-172-34/+83
| | | | | | | | isn't open and the links MRU >= our MRRU, send outbound traffic as PROTO_IP rather than PROTO_MP. This shaves some bytes off the front of each packet 'till the second link is brought up. Idea obtained from: Cisco
* Add in the linux, tcl83, and tk83 ports categories.jhb2000-08-161-0/+3
| | | | | PR: bin/20328 Submitted by: obrien
* Add new 'ruby' ports category.jhb2000-08-161-0/+1
| | | | | PR: conf/20629 Submitted by: asami
* ISDN B channels have a bandwidth of 64000, not 65536brian2000-08-161-1/+1
| | | | Pointed out by: Christian Weisgerber <naddy@mips.inka.de>
* If the -p option is used, use setproctitle() to hide it's argumentbrian2000-08-162-4/+37
| | | | (a password) asap.
* setproctitle() doesn't need to be called with root privs, so movebrian2000-08-166-28/+20
| | | | it from id.c into defs.c
* Default the bandwidth of an ISDN B channel to 65536bpsbrian2000-08-161-3/+5
|
* Maintain input and output throughput averages and choose the highestbrian2000-08-159-44/+77
| | | | | | | | | | | | | | of the two when calculating the MP throughput average for the ``set autoload'' implementation. This makes more sense as all links I know of are full-duplex. This also means that people may need to adjust their autoload settings as 100% bandwidth is now the theoretical maximum rather than 200% (but of course, halfing the current settings is probably not the correct answer either!). This involves a ppp version bump as we need to pass an extra throughput array through the MP local domain socket.
OpenPOWER on IntegriCloud