summaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Add packages-5.5-release.Ken Smith2006-05-121-0/+1
| | | | | | | Approved by: re (implicit) Notes: svn path=/releng/5.5/; revision=158483
* MFC: v1.45, v1.44David Malone2006-05-021-8/+11
| | | | | | | | | | Make port 37 time work on machines with 64 bit longs. Also merge a couple of updates to comments. Approved by: re Notes: svn path=/stable/5/; revision=158250
* MFC Rev 1.27 (avoid heap overrun)SUZUKI Shinsuke2006-03-241-1/+1
| | | | | | | Approved by: re(kensmith) Notes: svn path=/stable/5/; revision=157096
* MFC: Add snapinfo.Xin LI2006-03-171-0/+1
| | | | | | | | Discussed with: marks Approved by: re (scottl) Notes: svn path=/stable/5/; revision=156799
* PC98 does not support big disks on RELENG_5 yet. Note that this is to syncJung-uk Kim2006-03-161-1/+1
| | | | | | | | | | with interactive mode and it is not MFC because it is RELENG_5 specific. Discussed with: nyan Approved by: re (scottl) Notes: svn path=/stable/5/; revision=156779
* MFC 1.15: Remove trailing dot from the servername in the serverlist toHajimu UMEMOTO2006-03-091-1/+1
| | | | | | | | | | be able to use portsnap from behind a http proxy. Some HTTP proxy don't like trailing dot in the servername. Approved by: re (hrs) Notes: svn path=/stable/5/; revision=156509
* MFC 1.9: Correct handling of HTTP_PROXY_AUTH. A password may have `:'.Hajimu UMEMOTO2006-03-091-1/+1
| | | | | | | Approved by: re (hrs) Notes: svn path=/stable/5/; revision=156508
* MFC revision 1.416:Ceri Davies2006-03-041-0/+15
| | | | | | | | | Add new NTP servers for Taiwan. Approved by: re (scottl) Notes: svn path=/stable/5/; revision=156295
* MFC: Make quot skip unallocated inodes.David Malone2006-03-041-3/+31
| | | | | | | Approved by: re (scottl) Notes: svn path=/stable/5/; revision=156290
* MFC: usr.sbin/sysinstall/disks.c 1.156Jung-uk Kim2006-02-271-0/+12
| | | | | | | | | Sanitize BIOS geometry in non-interactive mode. Approved by: re (scottl) Notes: svn path=/stable/5/; revision=156082
* MFC recent updates to hccontrol:Markus Brueffer2006-02-274-7/+42
| | | | | | | | | | | | | | | | | | - Use official version strings for LMP and HCI version reporting and add version strings up to Bluetooth 2.0 - Update manufacturer list Revisions: hccontrol.h rev. 1.5 info.c rev. 1.4 link_control.c rev. 1.10 util.c rev. 1.6 Approved by: re (scottl), emax Notes: svn path=/stable/5/; revision=156050
* MFC:Ceri Davies2006-02-252-2/+2
| | | | | | | | | | | | devices.c revision 1.164 tcpip.c revision 1.135 s/lp/plip/ for PLIP interfaces. Approved by: re (mux) Notes: svn path=/stable/5/; revision=156006
* MFC: perform.c: 1.15Kirill Ponomarev2006-02-221-4/+5
| | | | | | | | | | date: 2006/02/12 16:09:33; author: krion; state: Exp; lines: +5 -4 Fix pkg_version with the -o argument to print the origin. Approved by: re (scottl) Notes: svn path=/stable/5/; revision=155915
* MFC: rev. 1.5 + 1.6Markus Brueffer2006-02-191-22/+22
| | | | | | | | | | | - Sort sections - Grammar fixes - Reword one sentence Approved by: re (scottl), brueffer Notes: svn path=/stable/5/; revision=155845
* MFC: rev. 1.2Markus Brueffer2006-02-191-5/+5
| | | | | | | | | | - Fix attribute id of HIDBatteryPower - Fix two typos in comments Approved by: re (scottl), emax Notes: svn path=/stable/5/; revision=155843
* MFC 1.62:Gleb Smirnoff2006-02-161-2/+3
| | | | | | | | | | | Refuse to install invalid ARP entries. Submitted by: Vitaliy Ovsyannikov <V.Ovsyannikov kr.ru> Approved by: re (kensmith) Notes: svn path=/stable/5/; revision=155753
* MFC: pkg_add.1:1.70Kirill Ponomarev2006-01-311-1/+1
| | | | | | | | date: 2006/01/29 20:30:55; author: krion; state: Exp; lines: +1 -1 Fix typo. Notes: svn path=/stable/5/; revision=155125
* MFC rev 1.14:Colin Percival2006-01-301-2/+1
| | | | | | | | | | Replace "fetch" with "fetch -r" when downloading the initial ~38MB snapshot in order to avoid unnecessary re-downloading. Remove the earlier "rm -f ${SNAPSHOTHASH}.tgz" to make this work. Notes: svn path=/stable/5/; revision=155028
* Correctly identify the host and port values on a failedColin Percival2006-01-271-1/+1
| | | | | | | | | | getaddrinfo lookup. Reported by: hrs MFC after: 3 days Notes: svn path=/stable/5/; revision=154908
* MFC revisions 1.36 and 1.37:Ceri Davies2006-01-241-3/+3
| | | | | | | | | | | | | | r1.36: Correct obsolete chown syntax. r1.37: If sysinstall was used to configure an anonymous FTP area, it was possible for information to be copied from the group file to the group file in the FTP area. This patch based on a patch from Zak Johnson <zakj at nox dot cx>. Notes: svn path=/stable/5/; revision=154782
* MFC rev 1.5:Colin Percival2006-01-211-1/+2
| | | | | | | | Mention that the random time slept by "portsnap cron" is between 1 and 3600 seconds. Notes: svn path=/stable/5/; revision=154611
* MFC:Florent Thoumie2006-01-1610-18/+71
| | | | | | | | | | | | | | | | | | | | | Add -K option to pkg_add and pkg_info. This option saves packages to PKGDIR (if defined or current directory by default) as they are downloaded. Silent a warning when -n is used and package has a +DISPLAY file. src/usr.sbin/pkg_install/info/perform.c: rev 1.53 -> 1.54 src/usr.sbin/pkg_install/add/main.c: rev 1.65 -> 1.66 src/usr.sbin/pkg_install/lib/lib.h: rev 1.56 -> 1.57 src/usr.sbin/pkg_install/info/pkg_info.1: rev 1.55 -> 1.56 src/usr.sbin/pkg_install/add/add.h: rev 1.12 -> 1.13 src/usr.sbin/pkg_install/add/pkg_add.1: rev 1.68 -> 1.69 src/usr.sbin/pkg_install/add/perform.c: rev 1.78 -> 1.79 src/usr.sbin/pkg_install/info/info.h: rev 1.28 -> 1.29 src/usr.sbin/pkg_install/lib/url.c: rev 1.4 -> 1.5 src/usr.sbin/pkg_install/info/main.c: rev 1.48 -> 1.49 Notes: svn path=/stable/5/; revision=154437
* MFC 1.16: fix: documentation for -m option was inserted halfway thru the textPav Lucistnik2006-01-131-3/+3
| | | | | | | of -l option. Notes: svn path=/stable/5/; revision=154311
* MFC:Colin Percival2006-01-131-2/+6
| | | | | | | | | Make "portsnap extract" automatically create ${PORTSDIR} if necessary instead of complaining that "Directory does not exist or is not writable". Notes: svn path=/stable/5/; revision=154280
* MFC:Florent Thoumie2006-01-121-3/+3
| | | | | | | | | Fix -r causing SIGSEGV due to parse_args() being called before font_current is set. src/usr.sbin/kbdmap/kbdmap.c: rev 1.4 Notes: svn path=/stable/5/; revision=154244
* MFC: add/extract.c:1.44 create/perform.c:1.82 create/pkg_create.1:1.70 ↵Kirill Ponomarev2006-01-106-9/+42
| | | | | | | | | | | | | | | | | | | | | | | | create/pl.c:1.28 info/show.c:1.40 lib/plist.c:1.51 date: 2006/01/07 22:10:57; author: krion; state: Exp; lines: +10 -3 When using @cwd %%FOO%%, we must ensure to return in the original prefix later, but doing so with @cwd %%OLDPREFIX%% (having PLIST_SUB+="OLDPREFIX=${PREFIX}") hardcodes the value in the packing list. That's not really a problem when dealing with ports but that's a problem with packages since pkg_add -p option only overrides the first @cwd occurrence. This patch allow us to use @cwd without any argument. If no directory argument is given, it will set current working directory to the first prefix given by the @cwd command. PR: bin/77212 Submitted by: flz Notes: svn path=/stable/5/; revision=154200
* MFC revision 1.82:Ceri Davies2006-01-071-1/+30
| | | | | | | | | | | | | inetd(8) requires that /etc/netconfig be present, and contain entries for each of udp and tcp (and their IPv6 equivalents when INET6 is enabled). Note that dependency here. PR: docs/90435 Submitted by: Dmitry Kazarov <kazarov at mcm dot ru> Pointed out by: Daniel Gerzo <danger at rulez dot sk> Notes: svn path=/stable/5/; revision=154097
* MFC: - Fix possible memory leak due to repetetive strdup(3) without matchingAriff Abdullah2006-01-041-14/+21
| | | | | | | | | | | free(3). - print_recsrc() should honor shortflag and give appropriate output for later consumption by /etc/rc.d/mixer. This will ensure that recording device selections survived across reboot. Output everything to stdout instead of stderr. Notes: svn path=/stable/5/; revision=154008
* MFC 1.52, do not delete stale /etc/rc.d files by defaultDoug Barton2005-12-211-5/+5
| | | | Notes: svn path=/stable/5/; revision=153605
* MFC: Teach sdpd(8) to check peer's credentials before accepting request toMaksim Yevmenkin2005-12-136-9/+55
| | | | | | | | | register, remove or change services in the local database. For now only accept the request if the peer has effective user ID the same as 'root' user ID. Notes: svn path=/stable/5/; revision=153368
* MFC: Fix typo in rfcomm_pppd(8) man page.Maksim Yevmenkin2005-12-131-1/+1
| | | | | | | Noticed by: Ronald Klop Notes: svn path=/stable/5/; revision=153367
* MFC revision 1.5:Colin Percival2005-12-051-10/+10
| | | | | | | | | | Make "missing dependency" errors more useful by indicating which port is trying to depend upon the non-existent port. Suggested by: kris Notes: svn path=/stable/5/; revision=153102
* MFC r1.85:Philip Paeps2005-12-031-0/+1
| | | | | | | | | Preserve /etc/sysctl.conf when doing a binary update. This prevents, for instance, the dreaded shared memory problem in PostgreSQL coming back to haunt you after a binary update. Notes: svn path=/stable/5/; revision=153053
* Revert previous commit; it isn't supposed to be on this branch yet.Colin Percival2005-12-011-10/+10
| | | | Notes: svn path=/stable/5/; revision=152998
* Make "missing dependency" errors more useful by indicating which portColin Percival2005-12-011-10/+10
| | | | | | | | | | is trying to depend upon the non-existent port. Suggested by: kris MFC after: 3 days Notes: svn path=/stable/5/; revision=152997
* Added pc98 support. This problem is only in RELENG_5.Yoshihiro Takahashi2005-11-281-0/+4
| | | | | | | Noticed by: NOKUBI Hirotaka < nokubi at ff dot iij4u dot or dot jp > Notes: svn path=/stable/5/; revision=152885
* MFC: pkg_info.1:1.55Kirill Ponomarev2005-11-261-1/+4
| | | | | | | | | | date: 2005/11/23 10:31:59; author: krion; state: Exp; lines: +4 -1 Document PKG_PATH enviroment variable. Prodded by: Mark Andrews <Mark_Andrews AT isc DOT org> Notes: svn path=/stable/5/; revision=152836
* Synchronize with version of portsnap in HEAD:Colin Percival2005-11-252-1/+9
| | | | | | | | | 1. make_index no longer coredumps if input has zero lines. 2. phttpget no longer enters an infinite loop if the TCP connection is closed while phttpget is reading HTTP headers. Notes: svn path=/stable/5/; revision=152787
* MFC:Jesus R. Camou2005-11-231-17/+19
| | | | | | | | | Rev. 1.37.2.1. Approved by: trhodes (mentor) Notes: svn path=/stable/5/; revision=152709
* MFC: add.h:1.12, main.c:1.65, perform.c:1.78, pkg_add.1:1.67Kirill Ponomarev2005-11-174-11/+52
| | | | | | | | | | | | | | | date: 2005/11/12 11:45:01; author: krion; state: Exp; lines: +9 -2 Add -P flag, it does the same as the -p option, except that the given prefix is also used recursively for the dependency packages, if any. If the -P flag appears after any -p flag on the command line, it overrides it's effect, causing pkg_add to use the given prefix recursively. PR: bin/75742 Submitted by: Frerich Raabe <raabe AT kde DOT org> Notes: svn path=/stable/5/; revision=152557
* MFC r1.59, List IFT_BRIDGE as a valid type.Andrew Thompson2005-11-141-1/+6
| | | | Notes: svn path=/stable/5/; revision=152438
* MFC portsnap to RELENG_5.Colin Percival2005-11-131-0/+1
| | | | Notes: svn path=/stable/5/; revision=152369
* MFC: create.h:1.26, main.c:1.37, perform.c:1.81, pkg_create.1:1.69Kirill Ponomarev2005-11-114-7/+61
| | | | | | | | | | | | | | date: 2005/11/08 20:48:26; author: krion; state: Exp; lines: +1 -0 Introduce 3 new options for pkg_create(1), -x for using basic regular expressions for pkg-name, -E for extended regexps and -G for exact matching. These new options are only meaningful when using the -b flag of pkg_create(1), and that the default for the -b parameter is now to do glob matching, as in other pkg_foo utilities that support package patterns. Submitted by: mux Notes: svn path=/stable/5/; revision=152301
* MFC 1.8: fixed a crush when either -lh or -ls option is used.Hajimu UMEMOTO2005-11-051-2/+2
| | | | Notes: svn path=/stable/5/; revision=152079
* MFC: merge the fix for PR 83477.Bill Paul2005-10-261-2/+2
| | | | | | | PR: kern/83477 Notes: svn path=/stable/5/; revision=151704
* MFC updates from the head:Bill Paul2005-10-203-106/+171
| | | | | | | | | | - install ndisgen.8 man page - fixes for ndisgen.8 man page - fixes for ndisgen.sh script to make it work correctly on amd64 and various documentation cleanups Notes: svn path=/stable/5/; revision=151518
* MFC: delete/main.c:1.27 info/main.c:1.48Kirill Ponomarev2005-10-132-2/+2
| | | | | | | | | | | Fix pkg_info(1) and pkg_delete(1) to handle properly packages which names start with a digit. PR: bin/76858 Submitted by: Matthew D. Fuller <fullermd@over-yonder dot net> Notes: svn path=/stable/5/; revision=151280
* MFC: perform.c:1.14 test-pkg_version.sh:1.6Kirill Ponomarev2005-10-132-5/+10
| | | | | | | | | | | | | | date: 2005/10/10 12:35:30; author: krion; state: Exp; lines: +9 -4 * pkg_version(1) exits if INDEX files is not found and -I is not 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> Notes: svn path=/stable/5/; revision=151279
* MFC 1.16: fix typo.Hajimu UMEMOTO2005-10-101-3/+3
| | | | Notes: svn path=/stable/5/; revision=151190
* MFC: main.c:1.6, perform.c:1.13, pkg_version.1:1.36, version.h:1.5Kirill Ponomarev2005-10-094-26/+56
| | | | | | | | | | | | | | | Add -o/-O options to pkg_version: -o Show the origin recorded on package generation instead of the package name. -O Only list packages whose registered origin is origin. Based on PR: bin/78640 Submitted by: Marcus Grando <marcus at corp dot grupos.com.br>, flz Notes: svn path=/stable/5/; revision=151186