summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Fixed printf format errors. One of them fixes the garbage output forbde1999-08-061-5/+5
| | | | | | sa -km reported in the PR. PR: 4582
* Typo police. 'Acknowledgement' is spelled correctly so it was left untouched.dwhite1999-08-061-2/+2
| | | | | PR: docs/12986 Submitted by: Seth <seth@freebie.dp.ny.frb.org>
* If the clock is put back, ensure that we don't end up dividing bybrian1999-08-061-1/+10
| | | | zero when calculating our throughput
* Add a local distribution under the "costum distribution" menu.sos1999-08-054-5/+11
| | | | This allows to add local additions on install time..
* Make the newfs parameters a global option.phk1999-08-057-9/+18
| | | | | | The default is still "-b 8192 -f 1024" but my experiments show that "-b 16384 -f 4096 -c 100" is a more sensible value for modern disksizes.
* - ignore the user-supplied umask, set it to 0022 by defaultru1999-08-051-5/+9
| | | | | | | - install /etc/wall_cmos_clock with 0444 mode rather than 0666 - -Wall inspection PR: 12967
* o Obsolete the undocumented ``set weight'' command.brian1999-08-0515-352/+514
| | | | | | | | | | | | | | | | | | | | | | | o If we're using RADIUS and the RADIUS mtu is less than our peers mru/mrru, reduce our mtu to this value for NetBSD too. o Make struct throughput's sample period dynamic and tweak the ppp version number to reflect the extra stuff being passed through the local domain socket as a result (MP mode). o Measure the current throughput based on the number of samples actually taken rather than on the full sample period. o Keep the throughput statisics persistent while being passed to another ppp invocation through the local domain socket. o When showing throughput statistics after the timer has stopped, use the stopped time for overall calculations, not the current time. Also show the stopped time and how long the current throughput has been sampled for. o Use time() consistently in throughput.c o Tighten up the ``show bundle'' output. o Introduce the ``set bandwidth'' command. o Rewrite the ``set autoload'' command. It now takes three arguments and works based on a rolling bundle throughput average compared against the theoretical bundle bandwidth over a given period (read: it's now functional).
* Stay on the serial console if installed that way.jkh1999-08-052-2/+6
| | | | Requested by: max
* Reorganise ppp's usage to avoid some mandoc limitations.brian1999-08-032-248/+200
| | | | Suggested by: wollman
* Mention that ospf is a possible filter protocol.brian1999-08-023-7/+9
|
* Remove accidental 8bit character in error message.se1999-08-021-5/+21
| | | | | | | Add checks for malloc failure and add error exit in case of malloc failure. Add rcsid. Submitted by: charnier
* Fix typo and use Fx macro instead of literal FreeBSD.se1999-08-021-3/+4
| | | | Submitted by: charnier
* Use err[x]/warn[x] and improve error reportingbrian1999-08-021-23/+25
| | | | Submitted by: charnier
* #ifdef IPPROTO_OSPFIGP before expecting it to be defined.brian1999-08-023-3/+13
| | | | This unbreaks OpenBSD.
* Filter ospf and igmp separately.brian1999-08-023-8/+50
| | | | Kind-of submitted by: phk
* Add new ports category "ftp".asami1999-08-021-1/+2
|
* o Add "debuglevel" keyword to config file.imp1999-08-016-35/+78
| | | | | | | | | | | | | | | | | | | o Document debug level keyword o Implement debug level: o For most of the diagnostic messages, change them from #ifdef DEBUG to if (debuglevel > 0). o Add a couple more diagnostic messages that weren't present before o Fix a couple of excessively long lines. Reviewed by: hosokawa-san o Start to implement the stopgap kludge for -current's pccard code by passing the length of the i/o range. If DEV_DESC_HAS_SIZE is defined, we'll set the size. This is done as an ifdef so that I can generate patches against the kernel more easily. o Add preliminary support for tweaking sleep times, but leave it disabled until a good range of values can be established. Didn't fix: logmsg problem noted by Nate.
* When listing the installed packages, do it in alphabetical order.jdp1999-07-301-9/+24
|
* Reenable use of the APMIO_BIOS ioctl for now.msmith1999-07-301-7/+1
|
* Erk, more APMIO_BIOS stuff I missed. Temporarily disable the resume timermsmith1999-07-301-2/+7
| | | | | | support until I can implement it as an ioctl proper. Submitted by: N.Dudorov <nnd@mail.nsk.ru>
* Fix a number of typos.mpp1999-07-301-6/+6
|
* Add the 'Swiss' font, which refers to the name of the font, not the locale.billf1999-07-292-2/+6
| | | | Apologies To: Dan Nelson <dan@emsphone.com>
* we only need to declare i if we are building for the alpha.billf1999-07-292-2/+6
|
* Mention which rfc the DNS/NBNS IPCP extensions come from.brian1999-07-292-4/+4
|
* Allow room for editing labels on disks that are >= 10000Mbbrian1999-07-292-10/+10
| | | | Submitted by: Josef L. Karthauser <joe@uk.FreeBSD.org>
* Don't show fdisk choice on Alpha.jkh1999-07-292-2/+10
| | | | Suggested by: obrien
* Activate building of elf2exe for MACHINE_ARCH==alpha.se1999-07-281-1/+5
|
* This commit was generated by cvs2svn to compensate for changes in r49182,se1999-07-283-0/+438
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * ELF to EXE converter for ARC BIOS / AlphaBIOS booting.se1999-07-283-0/+438
|
* Don't return a garbage mbuf pointer after storing itbrian1999-07-282-4/+4
| | | | as an unresolved fragment.
* Fix typo: sofware -> software.sheldonh1999-07-281-2/+2
| | | | | PR: 12837 Submitted by: Norihiro Kumagai <kuma@jp.freebsd.org>
* Remove some more warnings.davidn1999-07-282-4/+6
|
* Correctly refer to the companion program rather than as "chown".obrien1999-07-281-5/+8
| | | | Clean up wording a little (like I have any idea what real English looks like...)
* Go back to allowing ``.'' as a username.group separator for backwardobrien1999-07-281-2/+3
| | | | | | | | | compatibility. : is still the documented non-ambiguous approach. The algorithm used will correctly parse david.obrien.staff as strrchar() is used, and in my mind more people would use a ``.'' in the username than the group name. Convinced by argument and patch by: sheldonh (with slight changes by me)
* Fix a load of typosbrian1999-07-283-24/+24
| | | | | | Use sizeof, not a hardcode value. Some of it submitted by: Peter Jeremy <jeremyp@gsmx07.alcatel.com.au>
* o Overhaul filtering, adding facilities to jump over rules and tobrian1999-07-277-297/+431
| | | | | | | | | negate the sense of rules. o Remove the redundant (and undocumented) ``host'' and ``port'' words (README.changes updated). o Don't permit (and ignore) garbage instead of the protocol. Mostly submitted by: Peter Jeremy <jeremyp@gsmx07.alcatel.com.au>
* Remove references to the non-existent addgroup(8) and rmgroup(8)nik1999-07-272-6/+2
| | | | | | | commands. PR: docs/12659 Submitted by: Mark Diekhans <markd@Grizzly.COM>
* Changed 'overriding what /etc/passwd says' to 'overriding default setn_hibma1999-07-271-2/+2
| | | | | | | by cron' PR: 12520 Submitted by: (not specified)
* If we've negotiated CBCP and have also specified ``none'' as a possiblebrian1999-07-273-9/+45
| | | | | | | | callback option, and the server sends us CBCP_NONUM, proceed directly to the network phase rather than insisting on our configured CBCP option. Mostly submitted by: kkphang <phang@dgate.po.my>
* Be a bit more consistent with variable names.brian1999-07-272-10/+10
|
* Fix an off-by-one error and correct the man page WRT clearingbrian1999-07-263-6/+14
| | | | | | | filters. Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au> PR: 12437
* Add a default ppp.conf (mode 600).brian1999-07-263-7/+15
| | | | | | | | | | | | Originally submitted by: Wayne Self <wself@cdrom.com> Allow a ppp startup option in rc.conf. Adjust sysinstall so that it appends to the end of ppp.conf and uses the generated profile to start ppp in auto mode on boot. Submitted by: Josef L. Karthauser <joe@uk.FreeBSD.org>
* Pull on my asbestos undies and claim ownership of inetd to prevent furtherdes1999-07-261-1/+2
| | | | | | flamage between our beloved messrs Hearn and Feldman. Further commits go through me. I urge the contestants to direct their energies at cleaning up main() in inetd.c, which has over time become a crawling horror.
* Here goes, the "clear up any possible confusion" commit.green1999-07-261-11/+65
| | | | | | | | | I've taken time to write up comments for the ident code tonight, so there should no longer be any confusion about the purpouse of whatever is in there. Wow, me commenting code... who'd have thought that would happen? Reviewed by: DES
* Bring two wayward memory allocation failure messages in line withsheldonh1999-07-261-3/+3
| | | | those featured in the rest of the code.
* More cleanups to ident_stream. Variables moved around, changed.green1999-07-251-16/+11
| | | | | | | Got rid of an extra variable or two, while making corrections to problems (that would probably not be a problem anyway, and worked.) Partially Obtained from: David Malone <dwmalone@maths.tcd.ie>
* This commit adds device driver support for Adaptec Duralink PCI fastwpaul1999-07-252-2/+4
| | | | | | | | | | | | | | | | | | | | | ethernet controllers based on the AIC-6915 "Starfire" controller chip. There are single port, dual port and quad port cards, plus one 100baseFX card. All are 64-bit PCI devices, except one single port model. The Starfire would be a very nice chip were it not for the fact that receive buffers have to be longword aligned. This requires buffer copying in order to achieve proper payload alignment on the alpha. Payload alignment is enforced on both the alpha and x86 platforms. The Starfire has several different DMA descriptor formats and transfer mechanisms. This driver uses frame descriptors for transmission which can address up to 14 packet fragments, and a single fragment descriptor for receive. It also uses the producer/consumer model and completion queues for both transmit and receive. The transmit ring has 128 descriptors and the receive ring has 256. This driver supports both FreeBSD/i386 and FreeBSD/alpha, and uses newbus so that it can be compiled as a loadable kernel module. Support for BPF and hardware multicast filtering is included.
* Correct a groff error in macro usage ("foo : bar" becomes "``foo: bar''").green1999-07-241-3/+9
| | | | Document the auth -n flag.
* More cleanups, asprintf() usage (proper, as opposed to using snprintf()),green1999-07-241-12/+36
| | | | and addition of a -n .noident-checking flag.
* Clean up to match style(9) more closely. This should fix the problem ofgreen1999-07-241-6/+5
| | | | people having ants in their pants ;)
OpenPOWER on IntegriCloud