summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Support interface names up to 15 characters in length. In order toalex1997-08-082-7/+9
| | | | | | | | | | | | accommodate the expanded name, the ICMP types bitmap has been reduced from 256 bits to 32. A recompile of kernel and user level ipfw is required. To be merged into 2.2 after a brief period in -current. PR: bin/4209 Reviewed by: Archie Cobbs <archie@whistle.com>
* Add usage(). Use err(3) instead of local redefinition.charnier1997-08-082-42/+24
|
* Use err(3). Cosmetic in usage(). Rewrote man page in mdoc format.charnier1997-08-082-109/+82
|
* Use err(3). Add usage() and prototypes. Add Xr to who(1).charnier1997-08-082-20/+34
|
* Use err(3). Add usage().charnier1997-08-082-41/+43
|
* Remove argv0, cosmetic in usage(), use err(3), add Xr to rwho(1) and users(1).charnier1997-08-082-38/+33
|
* More minor nits (mostly using memove instead of memcpy).steve1997-08-086-16/+13
|
* More $@ -> ${.TARGET} that I missed earlier.steve1997-08-082-8/+8
|
* Observe precedence set by Philippe Charnier when adding ansteve1997-08-071-3/+8
| | | | rcsid.
* Observe precedence set by Phillippe Charnier in adding ansteve1997-08-079-27/+48
| | | | rcsid.
* #include <unistd.h> for getopt(3) call.steve1997-08-071-0/+1
|
* Changes include: sccsid -> rcsid, bcopy -> memcpy, don't use thesteve1997-08-0725-540/+606
| | | | | | register keyword, and -Wall cleaning. Obtained from: similar changes in NetBSD
* Remove remaining Lite1 stuff from the man page and uphold thesteve1997-08-072-10/+9
| | | | | | | precedence in changing sccsid to rcsid as set by Phillippe Charnier in his previous 100 or so commits. pointed out by: Bruce Evans <bde@zeta.org.au>
* sccsid -> rcsid and fix some minor nits.steve1997-08-078-21/+46
|
* Add Bruce's _NEW_VFSCONF flag to make this compile cleanly andsteve1997-08-072-6/+9
| | | | sccsid -> rcsid.
* Fixes kern/3835: SMP kernel crash on enable "dumps on wd0"fsmp1997-08-071-4/+12
| | | | | | - SMP: set value of curproc in main(), before the SYSINIT stuff runs. Reviewed by: Bruce Evans <bde@zeta.org.au>
* #include <err.h> for err(3) call and replace extern reference to errnosteve1997-08-071-8/+6
| | | | with #include <errno.h>.
* Remove #if(n)def BSD_4_4_LITE cruft and change sccsid to rcsid.steve1997-08-071-46/+5
|
* Remove #if(n)def BSD_4_4_LITE cruft and sccsid -> rcsid.steve1997-08-0711-43/+33
|
* Don't use /sys.bde1997-08-074-8/+8
| | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Use err(3), so eliminate use of `argv0'.charnier1997-08-072-27/+24
|
* Use err(3) instead of local definition.charnier1997-08-072-51/+25
| | | | Cosmetic in man page: do not start describing a flag with `The option -X ..'.
* Use err(3). Add usage(). Rewrote man page in mdoc format.charnier1997-08-072-116/+153
|
* Fix the DDB breakpoint code when using the 4MB page support.dyson1997-08-075-25/+60
|
* Add cvsup2.ua.freebsd.org.jdp1997-08-071-2/+5
| | | | Rename the MIT mirror to cvsup3.freebsd.org.
* More vm_zone cleanup. The sysctl now accounts for items better, anddyson1997-08-074-9/+19
| | | | counts the number of allocations.
* don't lose track of how many packets we've sentjulian1997-08-071-3/+3
| | | | | | if we get 'host unreachable'. (or any other errors than ENOBUFS) makes -c work again even if you can't get there.. This really needs a rework..
* Remove two features that have been reported to cause problems withse1997-08-061-2/+3
| | | | | | | certain variants of the NCR chip from FE_CACHE_SET: FE_CLSE (enable cache-line size register) and FE_ERMP (enable read-multiple). They will be re-enabled, if a fix for the underlying problem (a restriction in the memory to memory move logic of some chips) has been implemented.
* runshutdown(): get rid of getdtablesize loop, it gains nothing nowache1997-08-061-4/+1
| | | | but can waste time if many descriptors are available
* rc.shutdown fixes:ache1997-08-061-12/+12
| | | | | | 1) revoke -> HUP 2) controlling terminal already present 3) add missing setprocresources call
* printf does not understand %hd in the kernelpeter1997-08-062-10/+14
|
* Synchronize with sys/i386/i386/machdep.c revision 1.254.kato1997-08-062-2/+6
|
* Synchronize with sys/i386/isa/sio.c revision 1.174.kato1997-08-062-4/+6
|
* Synchronize with sys/i386/isa/wd.c revision 1.134.kato1997-08-061-1/+4
|
* Use err(3), cosmetic in usage().charnier1997-08-062-30/+24
|
* Use err(3), cosmetic in usage(), remove `cmdname'.charnier1997-08-064-68/+58
|
* Add exposure of some vm_zone allocation stats by sysctl. Also, changedyson1997-08-063-6/+77
| | | | | the initialization parameters of some zones in VM map. This contains only optimizations and not bugfixes.
* PR: kern/4117itojun1997-08-061-2/+2
| | | | | | Reviewed by: ishii@csl.sony.co.jp, kjc@csl.sony.co.jp checked with FreeBSD+Riscom - cisco4500 configuration.
* Add #if __FreeBSD__ >= 3 around #include <net/if_var.h> so that thisrgrimes1997-08-061-1/+3
| | | | can compile under both FreeBSD 2.x and 3.x.
* Ensure that the interface name is terminated.alex1997-08-061-1/+2
|
* Detect null secret as error, it is temp. fix until next releaseache1997-08-051-0/+3
| | | | Submitted by: Craig Metz <cmetz@inner.net>
* Fixed the commit botch that was causing crashes soon after systemdyson1997-08-052-2/+4
| | | | | startup. Due to the error, the initialization of the zone for pv_entries was missing. The system should be usable again.
* Another attempt at cleaning up the new memory allocator.dyson1997-08-056-331/+239
|
* Fix some bugs, document vm_zone better. Add copyright to vm_zone.h. Usedyson1997-08-054-76/+256
| | | | | the new zone code in pmap.c so that we can get rid of the ugly ad-hoc allocations in pmap.c.
* Add -t option which turns T/TCP off as workaround for some broken serversache1997-08-054-5/+28
| | | | Submitted by: Marc Slemko <marcs@znep.com>
* Improve weak locking by using flock()ache1997-08-051-4/+8
|
* Use err(3). Document -l flag.charnier1997-08-052-38/+34
| | | | Obtained from: OpenBSD
* Document that multiple args are allowed, i.e Ar file -> Ar file ...charnier1997-08-051-1/+1
|
* Use err(3). Add usage() and prototypes.charnier1997-08-051-14/+26
|
* Cosmetic in usage string.charnier1997-08-052-11/+18
|
OpenPOWER on IntegriCloud