summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Get tun P2P address from the local pool if RADIUS server returnedhosokawa2002-04-042-1/+5
| | | | | | 255.255.255.254 as client ipaddr. Reviewed-By: freebsd-net mailing list
* Integrate airtools. This adds a number of parameters, which I've notimp2002-04-041-5/+119
| | | | | documented yet, the most interesting one is -l, which lists all the access points available.
* Switch to using XFree86 version 4. We do this thru installing the package,obrien2002-04-0211-140/+176
| | | | | | | | so know we have proper PKG registration and dependency information. This is a WIP for 5.0 DP #1, so it is still rough around the edges and does not GC the old XFree86 3.3.6 handling stuff that should be GC'ed. Sponsored by: FreeBSD Mall, Inc.
* DTRT for packages read from STDIN:murray2002-04-021-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | $ cat pkg.tgz | pkg_add - The above command line will fail on -CURRENT or -STABLE, and therefore, so will sysinstall if you try to install additional packages through the network (FTP) from a multiuser system. Because of the different environment during installation (wrt the playpen), this bug does not manifest itself during initial installs, and users may install packages from the network just fine at that time. This bug was fixed in OpenBSD 4 years ago. ---------------------------- revision 1.4 date: 1998/04/07 05:56:13; author: marc; state: Exp; lines: +13 -8 fix package input from standard input -- the program tried to process stdin twice. Note: it assumes stdin is a compressed tar file. ---------------------------- PR: conf/36606 Obtained from: OpenBSD MFC after: 2 weeks
* Produce a different error message for mktime(3) failure than for badcjc2002-04-021-8/+14
| | | | | | newsyslog.conf syntax. PR: bin/36641
* Send diskpart to the eternal storage device (SMD probably :-) wherephk2002-04-024-659/+0
| | | | it belongs.
* Various fixes, mostly for problems introduced by my mdoc transcription,sheldonh2002-04-021-12/+14
| | | | | | | rather than problems that existed in the original HTML "source". PR: docs/33585 Submitted: Norihiro Kumagai <kumagai@attbi.com>
* There are 4 key formats, not 3.sheldonh2002-04-021-1/+1
| | | | | PR: 33586 Submitted by: Norihiro Kumagai <kuma@12-225-156-18.client.attbi.com>
* Our persistent-state, large temporary file dir is /VAR/tmp, not /USR/tmp.obrien2002-04-015-6/+6
|
* Include <string.h> for some prototypes, rather than depending onmike2002-04-012-0/+2
| | | | pollution from <strings.h>.
* Fix SCM ID's.obrien2002-04-0132-120/+97
|
* Fix a typobrian2002-03-311-1/+1
|
* Add a missing ``#ifndef NONETGRAPH''brian2002-03-311-0/+2
|
* Remove some extraneous whitespacebrian2002-03-311-1/+1
|
* Include arpa/inet.hbrian2002-03-311-0/+2
|
* Fix CLEANFILES.ru2002-03-301-0/+1
|
* Fix /dev/acdNc minor device number. This bug prevents installing FreeBSDmatusita2002-03-302-2/+2
| | | | | | | | | from CD-ROM in 4-stable. Note that in 5-current, we use devfs so this change (hopefully) shouldn't change anything. I'll MFC to 4-stable later. Tested with: FreeBSD/i386, 4.5-STABLE-20020330-JPSNAP
* Add a "special progname lib xxx ..." command to crunchgenluigi2002-03-302-2/+23
| | | | | | | | | so the .lo files can be partially linked against libraries which redefine symbols in the standard libs, or which reference symbols in the objects. Submitted by: Sam Leffler MFC After: 3 days
* Add a sprinkling of mp_Down() calls to ensure that we don't think thatbrian2002-03-301-1/+7
| | | | the multi-link NCP is up when it isn't.
* Don't use the RTF_GATEWAY flag and pass the RTA_GATEWAY address when updatingbrian2002-03-301-1/+8
| | | | routes.
* Add a missing breakbrian2002-03-301-0/+1
|
* Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's linebrian2002-03-3030-147/+1226
| | | | | | | | discipline to do the async escaping, but no other benefits are available yet. Change ``ifdef HAVE_DES'' to ``ifndef NODES'' for consistency. Make the Makefile a little more sane WRT RELEASE_CRUNCH.
* Only build and link the pccard module on architectures that support it (andmurray2002-03-299-2/+26
| | | | that have room for pccardd on mfsroot.flp).
* typo. netbsd PR 16055ume2002-03-291-1/+1
| | | | | Obtained from: KAME MFC after: 1 week
* Mention the fact that you must burn an ISO image to your CDR (createdmurray2002-03-281-0/+8
| | | | | | | | | by mkisofs(8) or similar), if you actually intend to mount the data CD created by burncd. PR: bin/35524 Approved by: sos MFC after: 3 days
* Tidy up CLEANFILES.ru2002-03-282-2/+2
|
* Teach sysinstall(8) how to read boot managers out of /bootru2002-03-284-100/+34
| | | | | | | | instead of hardcoding them into the binary. This replaces the work-around in usr.sbin/sysinstall/Makefile,v 1.121. Suggested by: jhb MFC in: 1 week
* Utility to create a.out [kernels] from an ELF one.obrien2002-03-281-0/+156
| | | | | | | This is needed on sparc64 (and maybe all OpenFirmware based machines) as most [all?] OpenBoot PROM's require either an a.out or FCode boot image. Submitted by: jake
* Update kgmon.8 to refer to /boot/kernel/kernel on -CURRENT, rather thanrwatson2002-03-281-2/+2
| | | | | | | /kernel. kgmon actually appears to use getbootfile(), and the man page might need to be updated to reflect that. Reported by: Hiten Pandya <hiten@uk.FreeBSD.org>
* Use ansi function definitions.imp2002-03-271-56/+41
| | | | Add const to usage function.
* de __Pimp2002-03-271-19/+19
|
* Fix problem in macro definition breaking compiles with -DDEBUG.pb2002-03-261-1/+1
| | | | | PR: bin/35773 Submitted by: Thomas Quinot <thomas@cuivre.fr.eu.org>
* Add support for Q.931 subaddresses.hm2002-03-2615-101/+284
| | | | Submitted by: Steven Looman <fsteevie@wish.net>
* Fix a typobrian2002-03-251-1/+1
| | | | Submitted by: dirk
* Modernize my email address.phk2002-03-257-8/+8
|
* Modernize my email addressphk2002-03-2511-11/+11
|
* Remove spaces between (void) and function calls. Use TAILQ_FOREACHdes2002-03-241-30/+40
| | | | | instead of hand-rolled equivalent. Add curly braces for symmetry around else.
* Parenthesize return values and pull an orphaned { back into the fold.des2002-03-241-19/+18
|
* __FBSDID, ANSIfy function definitions, staticize functions and globals,des2002-03-241-148/+108
| | | | | don't initialize globals to 0, some reindentation of declarations, some comments added or reworded.
* Un-__P().des2002-03-241-27/+27
|
* Minor changes:will2002-03-241-1/+20
| | | | | | | | | | | [1] Support the Sony VAIO Jogdial in moused(8). [2] Modify spic(4) to support additional Sony VAIO models. Submitted by: [1] Juriy Goloveshkin <j@gu.ru>, [2] Akira Funahashi <funa@funa.org> Tested by: cjh, jim, Jerry A! <jerry@thehutt.org> Approved by: nsayer MFC after: 2 weeks
* Correct a typo.dd2002-03-241-1/+1
| | | | | PR: 36214 Submitted by: Nagy Attila <bra@fsn.hu>
* Be a bit more verbose. "modtime" means nothing.keramida2002-03-241-6/+6
| | | | | | "modification time" is a lot better. MFC after: 3 days
* Grammar fix: "When at least one of the fields .. matches ...".keramida2002-03-241-1/+1
| | | | MFC after: 3 days
* Use char foo[] = "BAR" to avoid direct assignment of const char * into char *.alfred2002-03-221-2/+4
| | | | | | rpcgen can't really make those fields const because the remote side might want to munge them, so we need to pass non-const in. Hackish, but should work.
* Const fix.alfred2002-03-221-1/+1
|
* Remove cast that's not needed.alfred2002-03-221-1/+1
|
* WARNS from 3 to 4. still some warnings about assigning const char * toalfred2002-03-221-1/+1
| | | | char *, but we'll fix those later.
* rename 'enum res' and 'struct status' to 'enum sm_res' and 'struct sm_status'alfred2002-03-221-3/+3
| | | | to avoid -Wshadow warnings in consumers of its generated header files.
* constify log_from_addr() parameter.alfred2002-03-221-2/+2
|
OpenPOWER on IntegriCloud