aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mark unused variable.Alfred Perlstein2002-07-111-1/+1
* conditionally set WARNS via ?=.Alfred Perlstein2002-07-111-2/+2
* fixup for WARNS=4.Alfred Perlstein2002-07-118-19/+23
* de-__P()Alfred Perlstein2002-07-1116-124/+122
* Set NO_WERROR to ignore the following warning which is emitted onBruce Evans2002-07-112-0/+2
* make mostly WARNS=4 clean.Alfred Perlstein2002-07-115-9/+12
* Convert old style (type foo *)0 casts to NULLsMatthew Dillon2002-07-1112-118/+113
* Fixed 4 printf format errors that were fatal on alphas. %qd is not evenBruce Evans2002-07-111-7/+9
* Log the IP of the machine if an invalid host is passed over the wire.Alfred Perlstein2002-07-111-1/+4
* Fix return values in the sm_notify_1 service routine to return an answerAlfred Perlstein2002-07-111-3/+3
* Fix syslog format errors introduced in 1.6.Alfred Perlstein2002-07-111-3/+3
* add includes for inet_ntoa prototype.Alfred Perlstein2002-07-111-0/+4
* Uncommented WARNS=0. ipfw2.c is full of printf format errors that areBruce Evans2002-07-111-1/+1
* include string.h for strcmp(3) prototype.Alfred Perlstein2002-07-111-0/+1
* include stdlib.h for exit(3) prototype.Alfred Perlstein2002-07-111-0/+1
* Fixed a printf format error that was fatal on alphas. Adding WFORMAT=0Bruce Evans2002-07-111-2/+1
* Do not allow unsafe characters in monitored hostnames.Alfred Perlstein2002-07-112-38/+95
* em(4) update.Bruce A. Mah2002-07-112-2/+4
* New release notes: acct(2) appends to files, basename(1) -a/-s, GDBBruce A. Mah2002-07-112-8/+58
* Pass -DBOOTSTRAPPING to the kernel's build tool (sys/dev/aic7xxx/aicasm).Ruslan Ermilov2002-07-111-2/+2
* Do not override the CFLAGS with its standard value. At some point,Ruslan Ermilov2002-07-111-1/+0
* Add functions allowing for the user to specify a timeout for rpc functions.Alfred Perlstein2002-07-116-105/+737
* Add -h option to rpcbind, used to specify what address to bind to forAlfred Perlstein2002-07-112-50/+222
* Add missing ret instruction to the ptrace() syscall wrapper.Thomas Moestl2002-07-111-0/+2
* Do not override the standard `distribute' target that is currentlyRuslan Ermilov2002-07-111-10/+0
* Update the SUBDIR hacks to work with the current bsd.subdir.mk.Ruslan Ermilov2002-07-112-73/+4
* Removed the (never used) help-distribute target from here.Ruslan Ermilov2002-07-111-4/+0
* Use realhostname_sa(3) so the IP address will be used instead of theDag-Erling Smørgrav2002-07-111-1/+3
* Set WFORMAT=0, because our compiler currently complains about NULLSheldon Hearn2002-07-113-0/+3
* Bah, move the invltlb counter to C code and hook a debug sysctl onto it.Peter Wemm2002-07-119-21/+39
* s/NCPU/MAXCPU/ to try and get this to compile.Peter Wemm2002-07-113-3/+3
* Bring getconf back in from the cold.Peter Wemm2002-07-111-2/+0
* Removed no longer used share/examples/diskless/* dirs (forgottenRuslan Ermilov2002-07-111-10/+0
* Don't assume the shell's controlling terminal is attached to file descriptorTim J. Robbins2002-07-111-8/+27
* Remove support for the "old" tty driver by unifdef -UOLD_TTY_DRIVER;Tim J. Robbins2002-07-111-40/+0
* When growing the job table, don't relocate the jobmru pointer if it's NULL.Tim J. Robbins2002-07-111-1/+2
* Move the MSIZE and MCLSHIFT options out of the undocumented section inKenneth D. Merry2002-07-112-4/+11
* Remove a couple of debugging lines.Matt Jacob2002-07-111-7/+0
* Enable ISP SBus support.Matt Jacob2002-07-111-2/+3
* 'Support' for ISP SBus cards.Matt Jacob2002-07-115-9/+853
* Disable format checking for NULL-passing prototypes (really only err*(),Matthew Dillon2002-07-111-1/+1
* o Add a "needs wakeup" flag to the vm_map for use by kmem_alloc_wait()Alan Cox2002-07-113-6/+13
* Revert removal of cred_free_thread(): It is used to ensure that a thread'sJonathan Mini2002-07-113-0/+19
* Add SBus firmware (compiled in only for sparc systems).Matt Jacob2002-07-112-0/+1304
* Do not try to use PAM for password authentication, as it isDag-Erling Smørgrav2002-07-101-0/+8
* Don't forget to clear the buffer before reusing it.Dag-Erling Smørgrav2002-07-101-0/+1
* fix a comment and note a problem with XXXSMPJulian Elischer2002-07-103-6/+6
* This file has been included en-mass into i386/i386/exception.sJulian Elischer2002-07-101-145/+0
* err() is documented as allowing NULL for the format string but GCC isn'tMatthew Dillon2002-07-106-14/+14
* err() is documented as allowing NULL for the format string but GCC isn'tMatthew Dillon2002-07-101-1/+1