summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_OBJ, remove redundant SCRIPTSNAME.ru2005-09-281-2/+1
|
* Sort SUBDIR.ru2005-09-281-3/+3
|
* Switch from OLDCARD to NEWCARD on pc98.nyan2005-09-274-16/+0
|
* Accept "maximum" and "minimum" modes as well as their abbreviations.des2005-09-262-3/+3
| | | | MFC after: 2 weeks
* Do not bitch about bsdpan modules not having origin.krion2005-09-241-1/+1
| | | | | | Based on PR: bin/82269 Submitted by: Steven Hartland <killing at multiplay dot co dot uk> MFC after: 3 days
* Remove '\n' since it's redundant in case if file doesn't exist whilekrion2005-09-241-1/+1
| | | | | | | | running 'pkg_info -g' Based on PR: bin/42609 Submitted by: Jeff King <peff-freebsd at peff dot net> MFC after: 3 days
* Fix a typobrian2005-09-221-1/+1
| | | | Obtained from: OpenBSD
* Add HTTP proxy authentication, via the HTTP_PROXY_AUTH environmentcperciva2005-09-221-1/+101
| | | | | | | variable. Tested by: Emil Mikulic X-MFC-After: 6.0-RELEASE
* Style fix: "if (pointer)" -> "if (pointer != NULL)"cperciva2005-09-211-1/+1
|
* Close the tty file descriptor once we're done with it.cognet2005-09-211-8/+8
| | | | | | | Use O_NONBLOCK when opening the tty device. Suggested by: bde Submitted by: ru
* Initialize uninitialized variables.grog2005-09-211-3/+3
| | | | | PR: 71653 Submitted by: Dan Lukes <dan@obluda.cz>
* Remove one possible way of shooting yourself in the foot.grog2005-09-211-2/+4
| | | | Submitted by: Ulrich Sperlein <q@galgenberg.net>
* Restore the ability to detach from a tty via SIOCSTTY and documentru2005-09-191-3/+3
| | | | | | recent changes in a manpage. Reviewed by: cognet
* Fix a small typo.philip2005-09-191-1/+1
| | | | Spotted by: ceri
* Connect smbfs build on powerpc.imura2005-09-191-0/+4
|
* Add an option to stop 'mouse drift' in some defective/cheap mice. This stopsphilip2005-09-192-4/+89
| | | | | | | | | the pointer slowly wandering away on its own in an annoying way when the mouse isn't physically moved. PR: bin/83970 Submitted by: Lena -at- lena.kiev.ua X-MFC after: 6.0-RELEASE
* Open the tty device and pass the fd for SNPSTTY.cognet2005-09-181-2/+8
| | | | MFC after: 3 days
* Add a note pointing out that certain information (IP address, list ofcperciva2005-09-181-0/+15
| | | | | | files fetched, FreeBSD release level) is transmitted to the portsnap server when portsnap is run, but that this information is only used anonymously and in aggregate.
* Handle circular dependencies properly (via errx(3)) rather than dumpingcperciva2005-09-171-2/+15
| | | | | | | core. This bug was made visible by a recent change to the audio/timidity++ port, which now has itself as a run dependency. Reported by: Emil Mikulic, Andreas Klemm
* Fix so that color changes are not lost when the video mode changes.rodrigc2005-09-171-0/+6
| | | | | PR: bin/83553 Submitted by: Dan Lukes <dan at obluda dot cz>
* Pidfiles should be created with permission preventing users from openingpjd2005-09-165-5/+5
| | | | | | | them for reading. When user can open file for reading, he can also flock(2) it, which can lead to confusions. Pointed out by: green
* Portsnap uses host(1) to search for mirrors, but this is only availablecperciva2005-09-151-0/+6
| | | | | | | | when the base system is not compiled with NO_BIND set. Before we start searching for mirrors, make sure that host(1) can be found, and if it doesn't exist then fallback to the A record instead of the SRV records. Submitted by: Luca Morettoni
* Determine where the runtime loader got mapped to when a dynamicallyjkoshy2005-09-141-85/+119
| | | | | | | | linked process was exec()'ed, and map samples in that address range into the appropriate buckets in the runtime loader's profile. Improve a few comments. MFC after: 3 days
* Fix a bug that caused generated gmon.out profiles to be out ofjkoshy2005-09-131-10/+31
| | | | | | | whack. Use saturating arithmetic when incrementing a bucket. Improve a few comments. MFC after: 3 days
* Include <osreldate.h> at the top of the file.stefanf2005-09-122-6/+7
|
* Remove this file as it's mostly out of date. Up-to-date info such asbrian2005-09-121-49/+0
| | | | | | the program's origin is already in the man page. Update requested by: Xavier Venient & Jason McIntyre
* Fix typo: ${PORTDIR} -> ${PORTSDIR}.cperciva2005-09-111-1/+1
| | | | | | | | | Apologies to everyone who has run portsnap in 7.0-CURRENT since Tuesday; if there is a file "/.portsnap.INDEX" on your system, you can delete it (or even better, move it to /usr/ports/.portsnap.INDEX). Big pointy hat to: cperciva Reported that things weren't working properly: Aleksander Fafula
* Fix typo: Cowarly -> Cowardly.cperciva2005-09-071-1/+1
| | | | Reported by: Joerg Sonnenberger
* Teach portsnap how to ignore unwanted parts of the ports tree. A linecperciva2005-09-061-6/+66
| | | | | | | | | | | | | | | of the form "REFUSE foo" in portsnap.conf will result in parts of the tree matching "^foo" being (a) not extracted by "portsnap extract", (b) not updated by "portsnap update", and (c) not having any patches or new ports downloaded by "portsnap fetch" or "portsnap cron". The example shown in portsnap.conf demonstrates ignoring all the language categories. As mentioned in portsnap.conf.5, the use of an imcomplete ports tree is not officially supported; but this is something which many users have requested, so I'm adding it anyway. PR: bin/85619 (but not the patch provided therein) MFC after: 1 month
* Improve an error message.jkoshy2005-09-051-2/+2
| | | | MFC after: 3 days
* Fix typo in usage.emax2005-09-011-1/+1
| | | | | Submitted by: Jonatan B < onatan at gmail dot com > MFC after: 3 days
* o correct alignment of 802.11 addresses passed to ether_ntoa to fixsam2005-08-301-5/+11
| | | | | | | | segfaults on amd64 o while here correct printf formats for size_t args Identified by: Pascal Hofstee MFC after: 3 days
* Fix unhandled malloc errors.philip2005-08-291-9/+54
| | | | | | | PR: bin/83467 Submitted by: Dan Lukes <dan -at- obluda.cz> Prodded by: glebius MFC after: 3 days
* Update number and size of Ports Collection.murray2005-08-281-2/+2
| | | | MFC after: 1 day
* Fix a bug introduced in revision 1.9 which causes chkgrp to coredump oncperciva2005-08-251-5/+9
| | | | | | | | certain corrupt files. Submitted by: liamfoy@dragonflybsd.org Reported by: Nikolay Kalev, via freebsd-current MFC after: 3 days
* Test last minute changes, as gcc isn't too smart.pjd2005-08-241-1/+1
| | | | Reported by: Steve Kargl <sgk@troutmask.apl.washington.edu>
* Use pidfile(3) in watchdogd(8).pjd2005-08-242-9/+18
|
* Use pidfile(3) in mountd(8). There is no need to use /var/run/mountd.lockpjd2005-08-242-17/+16
| | | | anymore.
* Use pidfile(3) in inetd(8).pjd2005-08-241-8/+16
|
* Use pidfile(3) in cron(8).pjd2005-08-244-63/+29
| | | | | | | Note, that when cron(8) cannot create pidfile, it'll exit. I didn't changed this behaviour, but its better to ignore errors other than EEXIST, so daemon can be started on systems where /var/ file system doesn't support locking (like NFS without rpc.lockd(8)).
* Add '-P' option which allows to specify pidfile.pjd2005-08-243-7/+36
|
* Use pidfile(3) in moused(8).pjd2005-08-242-6/+16
|
* Use pidfile(3) in syslogd(8).pjd2005-08-241-9/+16
|
* Teach daemon(8) how to use pidfile(3).pjd2005-08-243-11/+24
|
* Change the default adaptive algorithm for phk's one. Thanks to phkbruno2005-08-241-11/+13
| | | | | | | | and Kevin Oberman for this work. Submitted by: Kevin Oberman Reviewed by: njl Approved by: njl
* - Remove NTP servers which do not resolve in DNS.rodrigc2005-08-242-174/+138
| | | | | | | | | | - Use pool.ntp.org servers where possible, thanks to Chuck Swiger <cswiger at mac dot com> . - Update list of Swedish NTP servers, thanks to Fredrik Lindberg <fli+freebsd-current at shapeshifter dot se> . PR: bin/75479 MFC after: 1 day
* Spell powersavesleep correctly.brian2005-08-222-2/+2
|
* Sync code with the error report: calloc(number, 1) is equivalent topjd2005-08-191-1/+1
| | | | malloc(number).
* Use larger buffers to read lines from the vendor list.des2005-08-181-3/+16
| | | | | | | | | Trim trailing whitespace and comments before parsing, and skip empty lines. Skip subvendor / subdevice entries (which start with two tab characters). Change the scanf() format string to match any amount and type of whitespace between the device ID and the description text. MFC after: 3 weeks
* Whitespace cleanup.des2005-08-181-13/+13
|
OpenPOWER on IntegriCloud