summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Add a small tool which captures packets on a DIVERT socket and writesphk2005-10-172-0/+320
| | | | | | | them as pcap (tcpdump) format data to a file or pipe. Volunters wanted for: manpage Contributed by: P Kern <pkern@cns.utoronto.ca>
* style(9) nitlet:imp2005-10-171-1/+2
| | | | | | | | | | | foo() { } to foo() { }
* Remove now redundant NO_SHARED.ru2005-10-171-2/+0
| | | | Reviewed by: imp
* setkey(8) was repo-copied from usr.sbin/ to sbin/.pjd2005-10-1211-3944/+0
| | | | | | This will allow for NFS mount of /usr over IPsec. Discussed on: arch@
* Drain all pending events from the driver when we get anwpaul2005-10-121-18/+32
| | | | | RTM_IFINFO message, in case some were posted before ndis_events was run. This keeps us in sync with wpa_supplicant.
* Make forwarding of connect/disconnect events optional. wpa_supplicantwpaul2005-10-102-3/+22
| | | | | seems to already be able to tell when it's associated and the extra events just confuse it. Only forward media-specific events by default.
* Enable -D ndis support in wpa_supplicant and add the ndis_events utility.wpaul2005-10-108-2/+944
| | | | | This allows wpa_supplicant to work with WPA and WPA2 compliant NDIS drivers.
* * pkg_version(1) exits if INDEX files is not found and -I is notkrion2005-10-102-5/+10
| | | | | | | | | | specified. The result is that the package will be listed with a '?' as if it was not found within the INDEX file, so fix this behaviour. * Remove trailing spaces. PR: bin/87136 Submitted by: Sean Farley <sean-freebsd at farley dot org> MFC after: 3 days
* Fix pkg_info(1) and pkg_delete(1) to handle properly packages whichkrion2005-10-102-2/+2
| | | | | | | | names start with a digit. PR: bin/76858 Submitted by: Matthew D. Fuller <fullermd@over-yonder dot net> MFC after: 3 days
* Sync whitespace change that is found uniquely in RELENG_6, to reduce diffdelphij2005-10-092-2/+2
| | | | against it.
* Catch up with the import of bsnmp-1.11. Add a couple of newharti2005-10-043-1/+6
| | | | configuration flags to CFLAGS.
* Add the lmcconfig tool for controlling the lmc driver. Add man pages andscottl2005-10-034-0/+3209
| | | | | | glue. Submitted by: David Boggs
* Report any errors we might see when disabling the watchdog.phk2005-09-301-2/+3
| | | | | Complain about extra arguments so people don't get surprised if they type "watchdog 0"
* Don't build pccardd anymore.imp2005-09-291-1/+1
|
* The 'intr_bufferfull' driver statistic actually counts the numberjkoshy2005-09-291-1/+1
| | | | | | | of times sampling was stopped due to a space shortage; change its description in the output of `pmcstat -s` to match reality. MFC after: 3 days
* setsockopt() will return -1 on error, not 0.cognet2005-09-281-1/+1
| | | | Pointy hat to: Jeremie Le Hen
* Use SO_REUSEADDR on the socket, to make the use of syslogd in jails easier.cognet2005-09-281-1/+7
| | | | Submitted by: Jeremie Le Hen <jeremie le-hen org>
* 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
OpenPOWER on IntegriCloud