summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix use of bit_nclear. Amazing that we didn't get more complaintsguido1998-03-021-2/+3
| | | | about inserting 2 pcmcia cards.
* Don't assume sigset_t and int are equivalent. Also, getjraynard1998-02-281-6/+8
| | | | sigprocmask arguments the right way round.
* Removed a confusing "#if 0 ... #endif".hosokawa1998-02-271-27/+1
|
* Removed "#define EXTERN" because this file doesn't have main().hosokawa1998-02-271-2/+1
|
* Moved main() to a new file (pccardd.c).hosokawa1998-02-274-77/+115
|
* Removed unused #include and unneccesary comments.hosokawa1998-02-271-7/+0
|
* "pccardc dumpcis" does not need write permission of /dev/card?.hosokawa1998-02-271-1/+1
|
* - <pccard/card.h> doesn't exist in -current, so use the include filenate1998-02-271-1/+1
| | | | | | | <pccard/cardinfo.h>. I don't know if this will compile, but at least it's using an include file that exists. Forgotten by: hosokawa
* added "rdattr" (read attribute memory) function.hosokawa1998-02-263-3/+100
|
* Make maxchild and max child-per-minute default values configurable frompst1998-02-242-20/+62
| | | | the command line or Makefile.
* Add DESTDIR to afterinstallache1998-02-241-1/+1
| | | | Submitted by: jhay
* Oops, back out DESTDIR addition, handled automatically by bsd.prog.mkache1998-02-241-1/+1
|
* Don't #include implementation header <machine/types.h> directly.bde1998-02-241-5/+2
| | | | #include <sys/types.h> before the headers that depend on it.
* Add missing DESTDIRache1998-02-231-1/+1
|
* Edit a message so that people stop sending me weird emails. :)jkh1998-02-222-10/+8
|
* *sigh* I will not commit late at night. I will not commit late at night.wpaul1998-02-211-2/+1
| | | | | | | | | | I will not commit late at night. I will not commit late at night. I swear it's been Monday all week for me. Apply proper fix for services target submitted by Andre Albsmeier <andre.albsmeier@mchp.siemens.de>. Sorry for botching this that last time, Andre. (Could have been worse: t least I didn't break the build.)
* Updated my e-mail addresses.hosokawa1998-02-204-12/+8
|
* Arghhh.... another missing backslash. Yes, I feel stupid.wpaul1998-02-201-2/+2
|
* Reenable building of /etc/passwd.guido1998-02-191-3/+3
| | | | Pointed out by: "Julie M. Juracich" <julie@xaqti.com>
* Convert to mdoc + typos.charnier1998-02-195-1666/+1405
|
* MFMP: Allow 8 character login names.brian1998-02-195-27/+57
| | | | Do the login()/logwtmp()/logout() as id 0.
* Style police service brought to you by: bdeeivind1998-02-193-11/+7
|
OpenPOWER on IntegriCloud