summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* MF22: Remove confusing commahoek1998-03-181-2/+2
|
* 1. If device node already exists, don't gratuituously try to make itjkh1998-03-162-4/+10
| | | | | | | | again. 2. Don't create slice entries when running multi-user; it adds far too much to sysinstall's startup time. User is expected to have correct slice entries after system is installed.
* Don't build an unused obj dir.bde1998-03-161-7/+6
| | | | | Install all files in one step. De-bogotified the .includes.
* Add message when using obsolete command line option.eivind1998-03-161-1/+3
| | | | Suggested by: joerg
* Style & message change.eivind1998-03-161-13/+10
| | | | Submitted by: bde
* Cosmetic: .Dq -> .Itbrian1998-03-162-4/+4
|
* Fix some bogons with variable handling.jkh1998-03-154-12/+12
|
* Reformatting, more sanity checks.jkh1998-03-154-108/+70
|
* When doing "make unders", also remember to make entries forjkh1998-03-152-18/+54
| | | | any slices that exist.
* Add "-F" (force) flag to newsyslog.pst1998-03-142-4/+14
| | | | Submitted by: Terry Lambert <terry@freebsd.org>
* Some things only work on i386.jb1998-03-131-20/+10
| | | | Removed unsupported machines.
* Add Danish mirrors.jkh1998-03-132-2/+10
| | | | Submitted by: phk
* Be careful not to spam ld.so.hints in multi-user case.jkh1998-03-132-4/+10
| | | | Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* Fix bogusly shadowed variable.jkh1998-03-132-10/+6
| | | | Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* Correct #ifdef for __FreeBSD__ < 3brian1998-03-131-2/+3
|
* Add missing includebrian1998-03-131-1/+2
|
* Add extraneous braces to stiffle warnings from gcc-2.8brian1998-03-139-34/+45
|
* MFMP: Don't send LQRs when the peer has LCP REJ'd them. Sendbrian1998-03-131-2/+2
| | | | ECHO LQRs instead.
* - Describe the -I option in the man page.yokota1998-03-122-3/+14
| | | | - Add the -I option in the usage line.
* Style police.eivind1998-03-121-5/+5
|
* o Fix a few comment typos.brian1998-03-125-49/+71
| | | | | | | | | | | | | | | | | o Fix ``set timeout'' usage message and documentation. o Change ifOutPackets, ifOutOctets and ifOutLQRs to `u_int32_t's so that they wrap correctly. o Put the LQR in network byte order using the correct struct size (sizeof u_int32_t, not sizeof u_long). o Wrap LQR ECHO counters correctly. o Don't increment OutLQR count if the last LQR hasn't been replied to. o Initialise HisLqrData (last received LQR) in StartLqm. o Don't start the LQR timer if we're `disabled' and `accepted'. o Generate LQR responses when both sides are using a timer and we're not going to send our next LQR before the peers max timeout. LQR should now be fully functional.
* Update man page to note that idleprio can't be used by normaljkh1998-03-121-3/+2
| | | | users either.
* Correct misfeature with quoting, better error reporting.jkh1998-03-106-32/+50
|
* MF22: installEnvironment() fix, reshuffle, vidcontrol on correct vty.jkh1998-03-107-39/+49
|
* Update to XFree86 3.3.2 - I had to remove the entries for the VFB andjkh1998-03-104-84/+100
| | | | | | | PRT servers since the extra PC98 servers have eaten all my flag bits. Time to redo the way distribution masks are calculated, definitely, but for now I guess people can always install those two components by hand if they really want them.
* Remove deprecated XIG support - that project neverjkh1998-03-0910-275/+7
| | | | happened.
* Fix RFC number 1544 -> 1644ache1998-03-092-4/+4
|
* Make a /var/run directory before starting ppp so that it doesn'tjkh1998-03-091-1/+2
| | | | complain.
* Allow -R and -h to be combined as long as no symlink-following flagsjkh1998-03-091-2/+2
| | | | | are also requested. Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
* MF22: nuke compat slice for root.jkh1998-03-092-20/+4
|
* Reviewed by: mike@smith.net.auhosokawa1998-03-095-61/+54
| | | | | Submitted by: nate@mt.sri.com Removed global variables. (and style(9) fix.)
* Explicitly call `caused' an `int'.brian1998-03-081-2/+2
| | | | Sugested by: gcc-2.8
* Added forgotten new file for `-Lfoo -lbar' -> `foo/bar.a' change.bde1998-03-081-0/+9
|
* Set the input and output buffer sizes and the input buffer watermarksbde1998-03-072-7/+11
| | | | | | | dynamically depending on the line speed(s). This should give the old sizes and watermarks until drivers are changed. Display the input watermarks in pstat and sicontrol.
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalbde1998-03-075-35/+24
| | | | | | | | | | | | libraries so that `ld -f' in can create correct dependencies for yet-to-be-built libraries. Get the default BINDIR correctly (by including ../Makefile.inc recursively. Override the default it it is wrong. Don't override defaults when the defaults are correct. Don't give absolute paths to man page sources.
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalbde1998-03-0712-65/+43
| | | | | | | | | | libraries so that `ld -f' in can create correct dependencies for yet-to-be-built libraries. Get the default BINDIR correctly (by including ../Makefile.inc recursively. Override the default it it is wrong. Don't override defaults when the defaults are correct.
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalbde1998-03-079-79/+33
| | | | | | | libraries so that `ld -f' in can create correct dependencies for yet-to-be-built libraries. Get the default BINDIR correctly (by including ../Makefile.inc recursively.
* Add -I flag.jkh1998-03-071-2/+13
| | | | Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* Add a mouse configuration menu.jkh1998-03-079-102/+302
| | | | Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalbde1998-03-076-47/+28
| | | | | libraries, so that `ld -f' in can create correct dependencies for yet-to-be-built libraries.
* Fixed `make -jN' for large N, as usual.bde1998-03-061-1/+3
|
* Fixed `make -jN' for large N, as usual. Too usual for yp programs.bde1998-03-061-2/+2
|
* Fixed `make -jN' for large N. version.h was missing from SRCS,bde1998-03-061-1/+2
| | | | | | SRCS was disordered to work around the bug for plain `make', and the version number was bumped twice by building two copies of version.[ch] concurrently.
* Fixed `make -jN' for large N, as usual.bde1998-03-061-2/+2
|
* Fixed `make -jN' for large N, as usual.bde1998-03-062-4/+4
|
* MF22: various doc bogons noticed.jkh1998-03-063-5/+12
|
* Don't use the FreeBSD misfeature DPSRCS or give explicit dependenciesbde1998-03-064-14/+5
| | | | | on generated headers. Just put generated headers in SRCS so that bsd.*.mk can generate better dependencies.
* Add 4th button support for the "MouseMan" protocol. The latestyokota1998-03-061-4/+5
| | | | trackball model from Logitech has four buttons.
* Use the correct device name in -direct mode.brian1998-03-061-16/+12
|
* bit_nset was not correctly used.guido1998-03-021-2/+2
|
OpenPOWER on IntegriCloud