summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* WARNS?=4 cleanup.alfred2002-07-113-17/+34
|
* Add note about the info documentation of diff(1).keramida2002-07-111-0/+4
| | | | | | | It contains a detailed description of the =format option part. PR: docs/36464 Submitted by: Gary W. Swearingen <swear@blarg.net>
* de-__P()alfred2002-07-111-3/+3
|
* Fixed misspelling of "hint." as "hints." in rp's hints.bde2002-07-111-6/+6
|
* Fixed misspelling of "hint." as "hints." in the description of the "hint."bde2002-07-111-15/+15
| | | | | | | | keyword and in the description of rp's hints. Didn't fix rp's hints being mostly in comments so that they are harder to use (they don't get linted either way because makeLINT.sh strips them and there is no compile-time syntax checking of hints anyway).
* RELENG_4_6 PL 1 libc bits with non-vulnerable resolver.obrien2002-07-114-12161/+9126
| | | | Security Advisory: FreeBSD-SA-02:28.resolv
* Improved wording in the descriptions of hints. In particular, don't startbde2002-07-113-20/+19
| | | | | | a new paragraph for describing the hints associated with each card type. Reviewed by: ru
* Mention zegrep and zfgrep too,keramida2002-07-111-1/+7
| | | | | | | and what their equivalent grep options are. PR: docs/35603 Submitted by: "Gary W. Swearingen" <swear@blarg.net>
* Use the length modifier 'l' when supplying an argument ofrobert2002-07-111-1/+1
| | | | type long to printf(3).
* - Remove unnecessary inclusion of <utmp.h>.robert2002-07-111-2/+1
| | | | | - Cast a value to time_t before comparing it to another time_t to fix a warning.
* de-__P()alfred2002-07-113-51/+51
|
* o Lock accesses to the page queues.alc2002-07-111-1/+6
|
* mark unused variable.alfred2002-07-111-1/+1
|
* conditionally set WARNS via ?=.alfred2002-07-111-2/+2
|
* fixup for WARNS=4.alfred2002-07-118-19/+23
|
* de-__P()alfred2002-07-1116-124/+122
|
* Set NO_WERROR to ignore the following warning which is emitted onbde2002-07-112-0/+2
| | | | | | | | | | | alphas: .../elf2aout.c:130: warning: cast increases required alignment of target type The warning is about casting ((char *)e + phoff) to a struct pointer, where e is aligned but phoff might be garbage, so I think the warning should be emitted on most machines (even on i386's, alignment checking might be on) and the correct fix would involve validation phoff before using it.
* make mostly WARNS=4 clean.alfred2002-07-115-9/+12
| | | | constify, mark unsued args, fixup prototypes.
* Convert old style (type foo *)0 casts to NULLsdillon2002-07-1112-118/+113
| | | | | PR: kern/40360 Requested by: Hiten PAndya via direct email
* Fixed 4 printf format errors that were fatal on alphas. %qd is not evenbde2002-07-111-7/+9
| | | | | suitable for printing quad_t's since it is equivalent to %lld but quad_t is unsigned long on alphas. quad_t shouldn't be used anyway.
* Log the IP of the machine if an invalid host is passed over the wire.alfred2002-07-111-1/+4
| | | | PR: bin/29406
* Fix return values in the sm_notify_1 service routine to return an answeralfred2002-07-111-3/+3
| | | | | | | | | most of the time (unless fork fails). This should fix the problem where FreeBSD won't respond to a remote host and therefor the remote hosts tries indefinitely to contact the FreeBSD hosts thereby irritating the system administrator. PR: misc/27810
* Fix syslog format errors introduced in 1.6.alfred2002-07-111-3/+3
|
* add includes for inet_ntoa prototype.alfred2002-07-111-0/+4
|
* Uncommented WARNS=0. ipfw2.c is full of printf format errors that arebde2002-07-111-1/+1
| | | | | | | | fatal on alphas. Fixed setting of WARNS. WARNS should never be set unconditionally, since this breaks testing of different WARNS values by setting it at a higher level (e.g., on the command line).
* include string.h for strcmp(3) prototype.alfred2002-07-111-0/+1
|
* include stdlib.h for exit(3) prototype.alfred2002-07-111-0/+1
|
* Fixed a printf format error that was fatal on alphas. Adding WFORMAT=0bde2002-07-111-2/+1
| | | | | | | | to the Makefile didn't affect this bug because WFORMAT only controls higher- level format checking (not the -Wformat that is implicit in -Wall). Fixed a nearby printf format error that was benign and 3 nearby style bugs.
* Do not allow unsafe characters in monitored hostnames.alfred2002-07-112-38/+95
| | | | | | | This is modified version of the fix posted in the PR, I've taken Wollman's advice and used strvis(3) to properly show invalid hostnames. PR: bin/39815
* em(4) update.bmah2002-07-112-2/+4
|
* New release notes: acct(2) appends to files, basename(1) -a/-s, GDBbmah2002-07-112-8/+58
| | | | | | | | | 5.2. Updated release notes: em(4) update, ACPI CA 20020611, mountd(8)/nfsd(8) moved to /usr/sbin, vidcontrol(1) -S. MFCs noted: dump(8) -S.
* Pass -DBOOTSTRAPPING to the kernel's build tool (sys/dev/aic7xxx/aicasm).ru2002-07-111-2/+2
| | | | | | | This way, it has a chance to be built with gcc 2.95.x (using the bandaid in share/mk/bsd.cpu.mk,v 1.11). Feedback timeout from: gordon
* Do not override the CFLAGS with its standard value. At some point,ru2002-07-111-1/+0
| | | | | | different architectures may choose to use different default values for CFLAGS, for example. (It was added in rev. 1.200 as a measure to make boot images fit the floppies, and was never reverted.)
* Add functions allowing for the user to specify a timeout for rpc functions.alfred2002-07-116-105/+737
| | | | | | Update copyrights to reflect where this code was lifted from. (tirpc '99) Submitted by: mbr
* Add -h option to rpcbind, used to specify what address to bind to foralfred2002-07-112-51/+223
| | | | | | UDP requests. Submitted by: mbr
* Add missing ret instruction to the ptrace() syscall wrapper.tmm2002-07-111-0/+2
|
* Do not override the standard `distribute' target that is currentlyru2002-07-111-10/+0
| | | | | | | | | available from bsd.obj.mk. The native version was identical (and pretty much unused except in the -DMODULES_WITH_WORLD case, which it is not for "make release") except that the "bin" -> "base" change of the default DISTRIBUTION name did not propagate here.
* Update the SUBDIR hacks to work with the current bsd.subdir.mk.ru2002-07-112-73/+4
|
* Removed the (never used) help-distribute target from here.ru2002-07-111-4/+0
| | | | | (Similar targets were once used during the release building process for kerberosIV and kerberos5.)
* Use realhostname_sa(3) so the IP address will be used instead of thedes2002-07-111-1/+3
| | | | | | | hostname if the latter is too long for utmp. Submitted by: ru MFC after: 3 days
* Set WFORMAT=0, because our compiler currently complains about NULLsheldonh2002-07-113-0/+3
| | | | | | | | | | | | | | | | | | arg 2 to err() and friends, and warnings are promoted to errors. This allows the following revisions to be reverted: rev 1.39 src/bin/cp/cp.c rev 1.26 src/bin/chmod/chmod.c rev 1.40 src/bin/rm/rm.c The following revisions can already be reverted, because they were already covered by WFORMAT=0: rev 1.8 src/bin/ls/lomac.c rev 1.63 src/bin/ls/ls.c rev 1.8 src/bin/ps/lomac.c rev 1.34 src/bin/rcp/rcp.c
* Bah, move the invltlb counter to C code and hook a debug sysctl onto it.peter2002-07-119-21/+39
|
* s/NCPU/MAXCPU/ to try and get this to compile.peter2002-07-113-3/+3
|
* Bring getconf back in from the cold.peter2002-07-111-2/+0
|
* Removed no longer used share/examples/diskless/* dirs (forgottenru2002-07-111-10/+0
| | | | by luigi@) and never used share/examples/kld/dyn_sysctl/module.
* Don't assume the shell's controlling terminal is attached to file descriptortjr2002-07-111-8/+27
| | | | | | | | 2. Instead, open /dev/tty. This problem stopped commands in subshells from being executed correctly if standard error was redirected. PR: 36671 Obtained from: NetBSD (but simplified)
* Remove support for the "old" tty driver by unifdef -UOLD_TTY_DRIVER;tjr2002-07-111-40/+0
| | | | | many other parts of the shell are no longer compatible with this, and it makes jobs.c quite cluttered with #ifdef's.
* When growing the job table, don't relocate the jobmru pointer if it's NULL.tjr2002-07-111-1/+2
|
* Move the MSIZE and MCLSHIFT options out of the undocumented section inken2002-07-112-4/+11
| | | | | | | | | | NOTES. Add some comments about the potential problems associated with NIC driver modules and changing these options. Fix sorting problems in sys/conf/options with the MSIZE and MCLSHIFT options. Reviewed by: bde
* Remove a couple of debugging lines.mjacob2002-07-111-7/+0
|
OpenPOWER on IntegriCloud