summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a warning regarding the SENDMAIL_*_MC make.conf variable values.Gregory Neil Shapiro2002-06-202-0/+30
* Grrr, make the test for embedded variables in the left-hand-side actually doJuli Mallett2002-06-202-4/+4
* o Acquire and release the vm_map lock instead of Giant in obreak().Alan Cox2002-06-201-11/+7
* Solve the 'unregistered netisr 18' information notice with a sledgehammer.Peter Wemm2002-06-201-4/+7
* - Move the computation of pflags out of the page allocation loop inJeff Roberson2002-06-191-17/+21
* - Remove the lock(9) protecting the kernel linker system.Andrew R. Reiter2002-06-191-14/+46
* - Remove bogus use of kmem_alloc that was inherited from the old zoneJeff Roberson2002-06-192-17/+18
* Teach kmem_malloc about M_ZERO.Jeff Roberson2002-06-191-4/+10
* Correct spelling of 'supplied'.Robert Drehmel2002-06-191-1/+1
* We don't use this any more.Dag-Erling Smørgrav2002-06-192-10/+1
* Enable OPIE for sshd and telnetd. I thought I'd done this a long timeDag-Erling Smørgrav2002-06-192-0/+4
* Make locate.updatedb tell about the security risk when it is run as root.Eivind Eklund2002-06-191-0/+5
* Change spelling of `u_char' to `unsigned char' to avoid requiringMike Barcroft2002-06-191-1/+1
* Add a test for what was fixed in revision 1.27 and 1.28 of make(1)'s var.c,Juli Mallett2002-06-192-0/+34
* Fix a memory leak from previous commit by freeing the possibly expandedJuli Mallett2002-06-191-2/+8
* Add better mediaopt support for ibss and friends.Warner Losh2002-06-193-39/+171
* Possibly expand the variable name's embedded variables before using it, asJuli Mallett2002-06-191-0/+26
* Set PATH statically, and use 'env -i' to kick chroot(8). As a result,Makoto Matsushita2002-06-191-2/+2
* MFi386: revisions from 1.342 to 1.344Yoshihiro Takahashi2002-06-191-0/+2
* Backout previous change and merge from sys/dev/sio/sio.c revision 1.375.Yoshihiro Takahashi2002-06-192-12/+46
* Merged from sys/isa/fd.c revision 1.233.Yoshihiro Takahashi2002-06-192-84/+56
* Use si_iosize_max to tell the upper layers not to use moreSøren Schmidt2002-06-192-44/+18
* Add yet another (older) Promise chipSøren Schmidt2002-06-192-5/+10
* Bring documentation on CDPATH and its effects on cd(1) back into sync withTim J. Robbins2002-06-191-4/+6
* Fix duplicate % in %b format introduced in rev 1.22.Tim J. Robbins2002-06-191-5/+6
* In rev 1.72 a situation related to write/mmap was fixed which could resultMatthew Dillon2002-06-191-7/+11
* Let printf(1) tell the difference between zero width/precision andTim J. Robbins2002-06-191-7/+9
* Remove the compat bits for the mis-aligned struct disklabel on alpha,Poul-Henning Kamp2002-06-194-64/+0
* Don't try to dereference conn when we know it's NULL.Dag-Erling Smørgrav2002-06-191-2/+5
* Allow format strings containing "%%" to be reused.Tim J. Robbins2002-06-191-2/+2
* Allow `%' to be written out with an octal escape (\45 or \045).Tim J. Robbins2002-06-191-1/+5
* Indicate that env(1) allows you to supply arguments to the utility itTim J. Robbins2002-06-192-8/+8
* Squish the "could sleep with process lock" messages caused by callingAlfred Perlstein2002-06-194-19/+52
* Guard definitions for use with C++ code.David E. O'Brien2002-06-191-0/+4
* o Replace GIANT_REQUIRED in vm_object_coalesce() by the acquisition andAlan Cox2002-06-192-8/+10
* Disconnect the docs until we figure out if there are any with v3.David E. O'Brien2002-06-191-1/+1
* Another good suggestion from Bruce, only create links if theDoug Barton2002-06-191-2/+2
* Don't convert a single space before a tab stop into a tab when theTim J. Robbins2002-06-191-2/+2
* fix whitespace botch in previous commit.Bill Fumerola2002-06-191-1/+1
* Removed unneeded files.Prafulla Deuskar2002-06-184-5322/+0
* setsugid() touches p->p_flag so assert that the proc is locked.Alfred Perlstein2002-06-181-0/+2
* A node that creates a device entry in /dev (yay devfs)Julian Elischer2002-06-185-0/+798
* Make the speed used by gdb over serial settable in the kernel configuration.Nick Hibma2002-06-188-55/+108
* Fix a typo in the named startup optionsGordon Tetlow2002-06-181-1/+1
* o Remove LK_CANRECURSE from the vm_map lock.Alan Cox2002-06-181-2/+2
* FreeBSD is one of the OS's that does not require the use of libio with Gcc 3.1.David E. O'Brien2002-06-18212-41351/+0
* Fix style and wording bugs introduced in my last commit.Chris Costello2002-06-181-11/+9
* Do vidcontrol -m on after starting moused for a usb mouse.Doug Barton2002-06-181-1/+1
* Remove so*_locked(), which were backed out by mistake.Seigo Tanimura2002-06-189-128/+38
* Should have paid more attention to the PR. Update (improve?) the examplesDoug Barton2002-06-181-2/+19