summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed a printf format error that was fatal on alphas. Adding WFORMAT=0bde2002-07-111-2/+1
* Do not allow unsafe characters in monitored hostnames.alfred2002-07-112-38/+95
* 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
* Pass -DBOOTSTRAPPING to the kernel's build tool (sys/dev/aic7xxx/aicasm).ru2002-07-111-2/+2
* Do not override the CFLAGS with its standard value. At some point,ru2002-07-111-1/+0
* Add functions allowing for the user to specify a timeout for rpc functions.alfred2002-07-116-105/+737
* Add -h option to rpcbind, used to specify what address to bind to foralfred2002-07-112-51/+223
* 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
* 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
* Use realhostname_sa(3) so the IP address will be used instead of thedes2002-07-111-1/+3
* Set WFORMAT=0, because our compiler currently complains about NULLsheldonh2002-07-113-0/+3
* 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
* Don't assume the shell's controlling terminal is attached to file descriptortjr2002-07-111-8/+27
* Remove support for the "old" tty driver by unifdef -UOLD_TTY_DRIVER;tjr2002-07-111-40/+0
* 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
* Remove a couple of debugging lines.mjacob2002-07-111-7/+0
* Enable ISP SBus support.mjacob2002-07-111-2/+3
* 'Support' for ISP SBus cards.mjacob2002-07-115-9/+853
* Disable format checking for NULL-passing prototypes (really only err*(),dillon2002-07-111-1/+1
* o Add a "needs wakeup" flag to the vm_map for use by kmem_alloc_wait()alc2002-07-113-6/+13
* Revert removal of cred_free_thread(): It is used to ensure that a thread'smini2002-07-113-0/+19
* Add SBus firmware (compiled in only for sparc systems).mjacob2002-07-112-0/+1304
* Do not try to use PAM for password authentication, as it isdes2002-07-101-0/+8
* Don't forget to clear the buffer before reusing it.des2002-07-101-0/+1
* fix a comment and note a problem with XXXSMPjulian2002-07-103-6/+6
* This file has been included en-mass into i386/i386/exception.sjulian2002-07-101-145/+0
* err() is documented as allowing NULL for the format string but GCC isn'tdillon2002-07-106-14/+14
* err() is documented as allowing NULL for the format string but GCC isn'tdillon2002-07-101-1/+1
* Remove the critmode sysctl - the new method for critical_enter/exit (alreadydillon2002-07-1011-178/+42
* Consistently line-up /**/ comments so they don't cause line wrappage.obrien2002-07-103-120/+120
* Open accounting file for appending, not general writing.johan2002-07-101-7/+8
* Add PCI ID and configuration hint for Netmos Nm9845 PCI 6-ports serialsobomax2002-07-102-0/+27
* Replace the global buffer hash table with per-vnode splay trees using adillon2002-07-107-102/+284
* - fixed the order of searching SA table for packets.ume2002-07-101-20/+47
* Fix some comments.wollman2002-07-101-4/+6
* Rename 'usio' to 'ucom'.joe2002-07-101-4/+4
* Remove label_t and physadr, which seem to have never been used inmike2002-07-106-60/+0
* Express my interest about being notified for fdc(4) and sppp(4) changes.joerg2002-07-101-0/+2
* Add setjmp (needed for DDB).benno2002-07-103-37/+115
* Add DDB support.benno2002-07-109-4/+1824
* - Make sure we don't trample our metadata pointer in our initial bootstrap.benno2002-07-105-6/+84
* Metadata definitions.benno2002-07-101-0/+42
* Add support for passing metadata.benno2002-07-105-46/+660
OpenPOWER on IntegriCloud