summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* We have a place for extern declarations of global variables in ed.h, do notjmallett2002-06-202-3/+2
* Remove two unused variables.jmallett2002-06-201-2/+0
* Minor const cleanup.jmallett2002-06-202-4/+4
* Add a warning regarding the SENDMAIL_*_MC make.conf variable values.gshapiro2002-06-202-0/+30
* Grrr, make the test for embedded variables in the left-hand-side actually dojmallett2002-06-202-4/+4
* o Acquire and release the vm_map lock instead of Giant in obreak().alc2002-06-201-11/+7
* Solve the 'unregistered netisr 18' information notice with a sledgehammer.peter2002-06-201-4/+7
* - Move the computation of pflags out of the page allocation loop injeff2002-06-191-17/+21
* - Remove the lock(9) protecting the kernel linker system.arr2002-06-191-14/+46
* - Remove bogus use of kmem_alloc that was inherited from the old zonejeff2002-06-192-17/+18
* Teach kmem_malloc about M_ZERO.jeff2002-06-191-4/+10
* Correct spelling of 'supplied'.robert2002-06-191-1/+1
* We don't use this any more.des2002-06-192-10/+1
* Enable OPIE for sshd and telnetd. I thought I'd done this a long timedes2002-06-192-0/+4
* Make locate.updatedb tell about the security risk when it is run as root.eivind2002-06-191-0/+5
* Change spelling of `u_char' to `unsigned char' to avoid requiringmike2002-06-191-1/+1
* Add a test for what was fixed in revision 1.27 and 1.28 of make(1)'s var.c,jmallett2002-06-192-0/+34
* Fix a memory leak from previous commit by freeing the possibly expandedjmallett2002-06-191-2/+8
* Add better mediaopt support for ibss and friends.imp2002-06-193-39/+171
* Possibly expand the variable name's embedded variables before using it, asjmallett2002-06-191-0/+26
* Set PATH statically, and use 'env -i' to kick chroot(8). As a result,matusita2002-06-191-2/+2
* MFi386: revisions from 1.342 to 1.344nyan2002-06-191-0/+2
* Backout previous change and merge from sys/dev/sio/sio.c revision 1.375.nyan2002-06-192-12/+46
* Merged from sys/isa/fd.c revision 1.233.nyan2002-06-192-86/+58
* Use si_iosize_max to tell the upper layers not to use moresos2002-06-192-44/+18
* Add yet another (older) Promise chipsos2002-06-192-5/+10
* Bring documentation on CDPATH and its effects on cd(1) back into sync withtjr2002-06-191-4/+6
* Fix duplicate % in %b format introduced in rev 1.22.tjr2002-06-191-5/+6
* In rev 1.72 a situation related to write/mmap was fixed which could resultdillon2002-06-191-7/+11
* Let printf(1) tell the difference between zero width/precision andtjr2002-06-191-7/+9
* Remove the compat bits for the mis-aligned struct disklabel on alpha,phk2002-06-194-64/+0
* Don't try to dereference conn when we know it's NULL.des2002-06-191-2/+5
* Allow format strings containing "%%" to be reused.tjr2002-06-191-2/+2
* Allow `%' to be written out with an octal escape (\45 or \045).tjr2002-06-191-1/+5
* Indicate that env(1) allows you to supply arguments to the utility ittjr2002-06-192-8/+8
* Squish the "could sleep with process lock" messages caused by callingalfred2002-06-194-19/+52
* Guard definitions for use with C++ code.obrien2002-06-191-0/+4
* o Replace GIANT_REQUIRED in vm_object_coalesce() by the acquisition andalc2002-06-192-8/+10
* Disconnect the docs until we figure out if there are any with v3.obrien2002-06-191-1/+1
* Another good suggestion from Bruce, only create links if thedougb2002-06-191-2/+2
* Don't convert a single space before a tab stop into a tab when thetjr2002-06-191-2/+2
* fix whitespace botch in previous commit.billf2002-06-191-1/+1
* Removed unneeded files.pdeuskar2002-06-184-5322/+0
* setsugid() touches p->p_flag so assert that the proc is locked.alfred2002-06-181-0/+2
* A node that creates a device entry in /dev (yay devfs)julian2002-06-185-0/+798
* Make the speed used by gdb over serial settable in the kernel configuration.n_hibma2002-06-188-55/+108
* Fix a typo in the named startup optionsgordon2002-06-181-1/+1
* o Remove LK_CANRECURSE from the vm_map lock.alc2002-06-181-2/+2
* FreeBSD is one of the OS's that does not require the use of libio with Gcc 3.1.obrien2002-06-18212-41351/+0
* Fix style and wording bugs introduced in my last commit.chris2002-06-181-11/+9
OpenPOWER on IntegriCloud