summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Add break's to case blocks.mikeh2002-08-101-0/+2
| | | | | PR: bin/41511 Submitted by: Daniel Hagan <dhagan@acm.vt.edu>
* Teach sysinstall that documents on the boot floppy might not be gzipped.jhay2002-08-092-0/+12
| | | | Reviewed by: ru
* Apply the envp fix to the other call to main() as well.gshapiro2002-08-091-2/+2
| | | | Submitted by: Peter Edwards <pmedwards@eircom.net>
* Improve the code for detecting UID ranges so that usernames suchiedowse2002-08-091-3/+3
| | | | | | | as "2-xhibit" are not considered as a range. Fix a problem where the code would forget to increment argv. PR: misc/15658
* Add DVD+RW support to the ATA driver and burncd. This also closessos2002-08-082-19/+140
| | | | | | | | | PR40430 by "Peter Haight <peterh@sapros.com>" that has semilar patches included and which I merged with my own work. HW sponsored by: FreeBSD Foundation & FreeBSD Mall Inc Enjoy!
* Add capability for limiting the maximum number of simultaneousume2002-08-073-4/+315
| | | | | | | | | invocations of each service from a single IP address. Requested by: matusita Reviewed by: dwmalone Tested by: matusita on snapshots.jp.FreeBSD.org MFC after: 2 weeks
* Typo: s/seperately/separatelyschweikh2002-08-063-3/+3
| | | | | | PR: misc/41235 Submitted by: Fesskat Tudeer <freebsd-fesskat@fesskat.org> MFC after: 3 days
* Suppress spurious warning messages about rm -rf TEMPROOT failingdougb2002-08-051-3/+3
| | | | | before chflags, and exit non-zero if the old TEMPROOT dir can't be deleted for whatever reason.
* Use wi_ltv_domains struct to print domainsimp2002-08-051-7/+5
|
* Add more (possibly useless) information to wicontrol's output (maybeimp2002-08-051-1/+79
| | | | | | | | | | | | | | | | | | | | some of these need to be enabled for an extra verbose mode or something): o Try to print the dBm comms quality. This may or may not be available for your card in your configuration. o Print the PRI Id and STA Id. These are in the raw format, so might be a little hard to read. o Print CardID so that we can know exactly what kind of card the user has (this is important if you download firmware to it). o Regulatory domains are now printed for the card. o Temp range is printed. o If you define WI_EXTRA_INFO you get more garbage than is listed here that you need the manual to decode. o Channel list is now printed in hex for easier decoding. This has lead to my discovery that my US symbol card supports channels 12-14 as well as 1-11, which is not allowed in the us/canada. This ain't pretty, but it isn't horrible either.
* Fix a couple DESTDIR related problems. Credit for the "Only in" sectiondougb2002-08-051-2/+2
| | | | | | goes to James <James_Bond_79@yahoo.com>, and Cyrille Lefevre <cyrille.lefevre@laposte.net>. The make variables problem was found by jon.
* Pass envp to crunched program's main() routines as some depend on it.gshapiro2002-08-041-2/+4
| | | | | | | | | | | | Note that crunchgen's stub .c programs already have the code to use it: "int _crunched_%s_stub(int argc, char **argv, char **envp)" "{return main(argc,argv,envp);}\" >%s_stub.c\n", Add $FreeBSD$ to allow the commit. Reviewed by: luigi MFC after: 3 days
* Another .tbz2 -> .tbz leftover. Properly look for pkgname.tbz.knu2002-08-041-1/+1
| | | | MFC after: 1 day
* Drop support for the .tbz2 suffix. One would not want pkg_create(1)knu2002-08-042-6/+2
| | | | | | to create "pkgname.tbz" when one specifies "pkgname.tbz2". MFC after: 1 week
* Use an 8.3 friendly extension when compressing with bzip2.obrien2002-08-041-1/+1
|
* Never allow a user to use crontab if opening /var/cron/{allow,deny} failstjr2002-08-041-16/+23
| | | | | | | | for any reason other than ENOENT (think resource limits). Close allow and deny files before allowed() returns to stop the user's EDITOR being able to read them. Obtained from: OpenBSD (partially)
* Now that the kernel is able to load modules itself,mux2002-08-032-23/+1
| | | | | | | | | | remove all the code which was trying to do so. This code was nasty in several ways, it was hiding the kernel bug where the kernel was unable to properly load a module, and it was quitting if it wasn't able to load the module. The consequence is that an ABI breakage of the vfsconf API would have broken *every* mount utility.
* gcc tells me that this isn't a prototype, and it is right :-) Useimp2002-08-031-4/+1
| | | | ANSI decl here. The old K&R one was copied from OpenBSD I think.
* When extracting package pass `-p' option to tar(1), so that files aresobomax2002-08-021-1/+1
| | | | extracted with correct permissions.
* Add a libnames entry for libugidfw.rwatson2002-08-021-0/+1
| | | | | | Add a DPADD line for ${LIBUGIDFW} for ugidfw. Submitted by: ru
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-023-0/+191
| | | | | | | | | | kernel access control. Provide ugidfw, a utility to manage the ruleset provided by mac_bsdextended. Similar to ipfw, only for uids/gids and files. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
* Fix links to the FAQ and the Handbookblackend2002-08-011-2/+2
| | | | | Reviewed by: re@ MFC after: 1 week
* Use struct xfile, not struct file.des2002-07-312-26/+22
|
* Correct URL to the FAQblackend2002-07-311-1/+1
| | | | MFC after: 1 week
* Correct links to Handbook's pages, old URLs does not work anymore.blackend2002-07-302-3/+3
| | | | MFC after: 1 week
* Do a case insensitive comparison when comparing the ms-chap responsebrian2002-07-301-1/+1
| | | | string.
* Fix int/size_t mismatch for sysctl arguments. Try not to introduce morejake2002-07-301-5/+10
| | | | | | unsorting. Reviewed by: bde (unsorted version)
* Use fchmod() to restore the tty modes.peter2002-07-301-1/+1
|
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-294-5/+5
| | | | | | for a long time now. Approved by: bde
* Update, correct and bring in sync with reality all the i4b kernelhm2002-07-2817-437/+358
| | | | part manual pages - long overdue ...
* Update for traceroute 1.4a12fenner2002-07-281-3/+6
|
* Make usage match options.dwmalone2002-07-271-1/+1
| | | | Approved by: rwatson
* Fix spacing for -P (policy) examples.fenner2002-07-271-10/+3
|
* Don't dump all information about apm when only asked to enable/disable apmsobomax2002-07-261-0/+2
| | | | | | | functions (-e and -h switches). This should make apm(8) self-consistent, as for example -d enable|disable doesn't dump such info. MFC after: 5 days
* When parsing the program name from the incoming log messagerobert2002-07-251-1/+1
| | | | | | from a client, accept all printable characters as being part of the program name, except ':' and '[', because each is a possible delimiter.
* When reading a program name from the syslog configuration file,robert2002-07-251-1/+1
| | | | | | | | | | do not stop copying it into a buffer when encountering a non-alphanumerical character. Only stop at unprintable characters. This makes syslogd work correctly with executables like `interp.bin', `httpd_old', etc. PR: misc/40941 MFC after: 1 week
* Bah, I forgot to commit this part of the nfssvc() cleanup. Sorry folks.peter2002-07-251-4/+1
|
* Change 'int pid' to 'pid_t pid'jmallett2002-07-252-2/+2
| | | | Submitted by: Bruce "Allah" Dang <bruce@research.teamxor.org>
* If NO_MAILWRAPPER is set, and sendmail is still enabled, then installpeter2002-07-241-0/+8
| | | | a direct symlink to sendmail.
* enable fdisk for ia64 as well as i386peter2002-07-242-4/+4
|
* Only install the mbr code on i386.. not ia64. This changes it frompeter2002-07-242-2/+2
| | | | #ifndef __alpha__ to #ifdef __i386__
* s/IPSEC/IPsec according to RFCsblackend2002-07-231-1/+1
| | | | | | PR: in part docs/38668 Reviewed by: charnier MFC after: 10 days
* Add '+FreeBSD' to the version string, to reflect that this programfenner2002-07-231-1/+2
| | | | | bears little relationship to the one from LBL with the same name and version number.
* use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY.ume2002-07-221-4/+2
| | | | Approved by: gad
* use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY.ume2002-07-225-13/+8
| | | | MFC after: 1 week
* Initialize sockbits variable with FD_ZERO, to avoid passing a fd_setkan2002-07-221-0/+1
| | | | | | | | | | | with random garbage in lower bits corresponding to stdin, stdout and stderr to select(2). This fixes the problem with nfsd sometimes getting stuck in a tight select(2) loop eating 100% CPU time. Reviewed by: iedowse Approved by: obrien
* Fix typo: corrisponds -> correspondsfanf2002-07-221-1/+1
|
* Copy cis strings into the kernel.imp2002-07-222-9/+15
|
* Remove stray function prototype. I wrote and removed this function butpeter2002-07-211-1/+0
| | | | | | forgot the prototype. Submitted by: dd
* Check for missing static unit 'count' declarations as well.peter2002-07-211-7/+13
|
OpenPOWER on IntegriCloud