summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
...
* Make dg_echo return up to the first 65536 bytes of a datagram.dwmalone2001-05-261-1/+1
| | | | | | | | | The patch I used isn't quite the one Lars suggested, but the size of the largest datagram you can recv isn't #defined anywhere, and probably isn't even bounded for some protocols. PR: 25050 Submitted by: Lars Eggert <larse@isi.edu>
* Don't spell requester as requestor.dwmalone2001-05-261-1/+1
|
* - sys/n[tw]fs moved to sys/fs/n[tw]fsru2001-05-262-2/+2
| | | | - /usr/include/n[tw]fs moved to /usr/include/fs/n[tw]fs
* mdoc(7) police: Fix markup.ru2001-05-253-23/+42
|
* Add the 'next' and 'prev' commands (aliased to '+' and '-') which skipkris2001-05-252-11/+78
| | | | | | | | | | | forward or backward by a specified number of tracks (defaulting to 1). Use strvisx() to display the media catalog in case it contains unprintable characters. Sort includes. Based on two patches submitted by PR, plus style fixes and other changes of my own. Submitted by: Seth Kingsley <sethk@osd.bsdi.com>, Maxime Henrion <mux@qualys.com> PR: bin/22672, bin/26962 MFC After: 1 week
* Submitted by: Juha-Matti Liukkonen (Cubical Solutions Ltd) (jml@cubical.fi)hm2001-05-2513-214/+383
| | | | | | Add a CAPI (hardware independent) driver i4bcapi(4) and hardware driver iavc (4) to support active CAPI-based BRI and PRI cards (currently AVM B1 and T1 cards) to isdn4bsd.
* - sys/msdosfs moved to sys/fs/msdosfsru2001-05-256-6/+9
| | | | | - msdos.ko renamed to msdosfs.ko - /usr/include/msdosfs moved to /usr/include/fs/msdosfs
* Make it clear that -P is the default.ru2001-05-252-0/+2
| | | | PR: docs/27629
* NetBSD's inetd uses different syntex from FreeBSD's in faith support.ume2001-05-241-3/+3
|
* Actually rename FDESC, PORTAL, UMAP and UNION file systems.ru2001-05-241-5/+5
| | | | OK'ed by: bp
* mount_fdesc -> mount_fdescfsru2001-05-241-2/+2
| | | | mount_portal -> mount_portalfs
* fdformat prompts for user confirmation. it exits 0 if the userphk2001-05-231-1/+1
| | | | | | | | doesn't confirm, which needlessly complicates scripts. PR: 15339 Submitted by: richard winkel rich@math.missouri.edu MFC after: 1 week
* Rename (after a repo-copy) some mount(8) programs:ru2001-05-233-7/+7
| | | | | | | | mount_fdesc -> mount_fdescfs mount_null -> mount_nullfs mount_portal -> mount_portalfs mount_umap -> mount_umapfs mount_union -> mount_unionfs
* Add NO_I4B to avoid building/installing isdn4bsd package.ru2001-05-231-1/+3
| | | | | Prompted by: Alexandr Listopad <laa@laa.zp.ua> MFC after: 3 days
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-234-4/+3
| | | | | | | | | | | | | | | systems were repo-copied from sys/miscfs to sys/fs. - Renamed the following file systems and their modules: fdesc -> fdescfs, portal -> portalfs, union -> unionfs. - Renamed corresponding kernel options: FDESC -> FDESCFS, PORTAL -> PORTALFS, UNION -> UNIONFS. - Install header files for the above file systems. - Removed bogus -I${.CURDIR}/../../sys CFLAGS from userland Makefiles.
* Don't say ``Enter pause (-1) for redialing when we're using a random interval.brian2001-05-221-6/+3
| | | | | | Show the calculated random value instead. Suggested by: Bill Richter <richterb@binkley.foothill.net>
* If we don't receive a TY_IPADDR option as part of a configure request, NAKbrian2001-05-221-62/+80
| | | | as if we received one with 0.0.0.0 as the argument.
* Fix constness warning introduced in syslog.h 1.21.dwmalone2001-05-211-2/+2
|
* Added pc98 note menu.nyan2001-05-211-0/+45
| | | | Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>
* - Sort usage() output;sobomax2001-05-201-4/+7
| | | | | | | - sync usage() with reality and manpage; - display usage() even if terminal is not a syscons. Submitted by: ru, sobomax
* Spell FreeBSD.org correctly.ru2001-05-201-3/+3
|
* - Fix markup;sobomax2001-05-201-7/+12
| | | | | | - add nik into Authors section. Submitted by: ru
* Make /compat a relative symlink instead of an absolute symlink.jkh2001-05-192-4/+4
| | | | Requested by: jens
* digiio.h has moved to /usr/include/sysbrian2001-05-191-2/+1
|
* Move scrshot(1) functionality into vidcontrol(1).sobomax2001-05-192-3/+222
| | | | | Suggested by: many Not objected to by: nik (scrshot co-author)
* Removed -I${.CURDIR}/.../sys from CFLAGS.ru2001-05-189-9/+3
|
* Allow ``ip4'' as an ``upperspec'' value, and update the manbrian2001-05-172-0/+4
| | | | | | | | | | | | | | | | | | page with *all* the permissible values. This should really be spelt ipencap (as /etc/protocols does), but a precedent has already been set by the ipproto array in setkey.c. It would be nice if /etc/protocols was parsed for the upperspec field, but I don't do yacc/lex... This change allows policies that only encrypt the encapsulated packets passing between the endpoints of a gif tunnel. Setting such a policy means that you can still talk directly (and unencrypted) between the public IP numbers with (say) ssh. MFC after: 1 week
* Style policy: reformat multiline comments to conform to style(9).sobomax2001-05-1710-46/+83
|
* digiModel_t -> enum digi_modelbrian2001-05-172-3/+1
| | | | Remove special -I flags that are no longer needed.
* Fix man page markup.joerg2001-05-161-23/+28
| | | | Submitted by: ru
* Remove forgotten -Wallbrian2001-05-161-1/+0
| | | | Reminded by: ru
* mdoc(7) police: fix markup and spelling.ru2001-05-161-13/+17
|
* mdoc(7) police: uppercase abbreviations in revision 1.34.ru2001-05-161-4/+4
|
* mdoc(7) police: double spaces in plain text chunks aren't good.ru2001-05-161-1/+1
|
* Save one fork on a buildworld. env FOO=foo bar -> FOO=foo bar.imp2001-05-152-2/+2
|
* If PASTE isn't defined, define it as a transitional measure. Thisimp2001-05-151-6/+13
| | | | | | | allows me to complete make buildworld on my stable machine. Also change termination case to be clearer what is going on while searching for map files.
* Print longer package names. Some of them were running off the rightbmah2001-05-151-3/+3
| | | | | | | | edge of Perl field specifications. PR: bin/26664 Submitted by: philip@eilio.com MFC after: 3 days
* The aliases file now lives in /etc/mail/.gshapiro2001-05-151-1/+1
| | | | | PR: misc/26648 MFC after: 3 days
* Add battery state monitoring to apmd.nsayer2001-05-154-8/+238
| | | | | | | | | | | | | | | | | | | | | | The new syntax available in the config file is: apm_battery [0-9]+(%|[Mm) (dis|)charging { ... } The stuff in the braces is the same as the existing case. nn% checks for a certain percentage of life remaining and nnM checks for a cerain number of minutes remaining. Specifying "discharge" means that you're interested in knowing when the battery reaches a certain level while AC power is off, "charging" the opposite. The man page needs to be updated. The code can be fooled. If you SIGHUP the daemon and the battery level matches a rule it will be performed once per SIGHUP. If the battery level matches a rule and you repeatedly apply and take away AC power, the rule will be run once per occurance. This, however, is a feature. :-) The code also only runs when select() times out, so getting APM events more often than the timeout interval will result in the rules not being run. These are things that remain to be overcome.
* Include fdread(1) into the parent Makefile.joerg2001-05-141-0/+1
|
* This commit was generated by cvs2svn to compensate for changes in r76589,joerg2001-05-143-0/+497
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Initial import of fdread(1), a logical counterpart to fdwrite(1).joerg2001-05-143-0/+497
| | | | | | | | | | | | | | | | Its main purpose is to adapt automatically to the floppy parameters (in particular the track size for efficient reading), and to allow a simple error recovery for CRC-errored sectors. Requires the newly added fdc(4) options.
* | Fix a possible segfault introduced in my previous commit.sobomax2001-05-141-2/+3
| |
* | Check for both hint files in /var/run (elf and aout) and eventually createolgeni2001-05-121-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | them. Sysinstall used to check /var/run/ld.so.hints (aout related) and create hints with the ldconfig command, but the ldconfig command alone will generate elf hints only. The correct behavior is: * If /var/run/ld-elf.so.hints does not exist, generate elf hints * If /var/run/ld.so.hints does not exist, generate aout hints (using ldconfig with the -aout option) This will help ports that check for aout libraries using ldconfig in their pkg-req scripts. Approved by: jkh MFC after: 1 weeks
* | Fixed a missing library in DPADD.bde2001-05-121-4/+5
| | | | | | | | Fixed some style bugs.
* | Fixed missing DPADD.bde2001-05-121-2/+2
| | | | | | | | | | | | Don't clobber CFLAGS by assigning to it using "=". Fixed some style bugs.
* | Clean up some of the evil string handling in this code, replacekris2001-05-123-47/+91
| | | | | | | | | | | | | | | | warnx()+exit() with errx() and replace a big if..then..else construct to determine the package download directory with a lookup table. Reviewed by: jkh MFC after: 2 weeks
* | Take keyboard map files from ${.CURDIR}/../../share/syscons/keymaps, not fromsobomax2001-05-122-2/+4
| | | | | | | | | | | | | | /usr/share/syscons/keymaps. This should prevent word breakage when new keymaps have been added. Prompted by: Matthew D. Fuller <fullermd@over-yonder.net>
* | Allow path where keyboard maps are looked for to be altered using environmentsobomax2001-05-122-8/+16
| | | | | | | | variable.
* | Bring the interface IFF_UP from ipcp_InterfaceUp() (called from IPCP'sbrian2001-05-111-0/+7
| | | | | | | | | | | | | | | | TLU event handler). This used to be done as a side effect of SIOCAIFADDR'ing the interface, but now that duplicate SIOCAIFADDRs are optimised out, we can't depend on that behaviour.
OpenPOWER on IntegriCloud