| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | That's right, you can shove your xargs(1) issues in my direction, and I'm | jmallett | 2002-06-20 | 1 | -0/+2 |
* | | | | ia32 %edx return comes from td_retval[1], not td_retval[0] | peter | 2002-06-20 | 1 | -1/+1 |
* | | | | Use suword32/64 and fuword32/64 like elsewhere instead of inventing | peter | 2002-06-20 | 4 | -32/+37 |
* | | | | Add boot_serial and boot_multicons variables to set RB_SERIAL and | peter | 2002-06-20 | 8 | -0/+16 |
* | | | | panic rather than fault and explode if we fail to contigmalloc a kernel | peter | 2002-06-20 | 1 | -0/+3 |
* | | | | Use the canonical pmap_{new,dispose,swapin,swapout}_proc() functions, | peter | 2002-06-20 | 1 | -16/+110 |
* | | | | Move the "- 1" into the RQB_FFS(mask) macro itself so that | peter | 2002-06-20 | 7 | -8/+7 |
* | | | | Use size_t consistently and complete some uncompleted code resulting in a | jmallett | 2002-06-20 | 2 | -3/+6 |
* | | | | A function which takes no arguments has an argument list spelled (void) in the | jmallett | 2002-06-20 | 2 | -2/+2 |
* | | | | We have a place for extern declarations of global variables in ed.h, do not | jmallett | 2002-06-20 | 2 | -3/+2 |
* | | | | Remove two unused variables. | jmallett | 2002-06-20 | 1 | -2/+0 |
* | | | | Minor const cleanup. | jmallett | 2002-06-20 | 2 | -4/+4 |
* | | | | Add a warning regarding the SENDMAIL_*_MC make.conf variable values. | gshapiro | 2002-06-20 | 2 | -0/+30 |
* | | | | Grrr, make the test for embedded variables in the left-hand-side actually do | jmallett | 2002-06-20 | 2 | -4/+4 |
* | | | | o Acquire and release the vm_map lock instead of Giant in obreak(). | alc | 2002-06-20 | 1 | -11/+7 |
* | | | | Solve the 'unregistered netisr 18' information notice with a sledgehammer. | peter | 2002-06-20 | 1 | -4/+7 |
* | | | | - Move the computation of pflags out of the page allocation loop in | jeff | 2002-06-19 | 1 | -17/+21 |
* | | | | - Remove the lock(9) protecting the kernel linker system. | arr | 2002-06-19 | 1 | -14/+46 |
* | | | | - Remove bogus use of kmem_alloc that was inherited from the old zone | jeff | 2002-06-19 | 2 | -17/+18 |
* | | | | Teach kmem_malloc about M_ZERO. | jeff | 2002-06-19 | 1 | -4/+10 |
* | | | | Correct spelling of 'supplied'. | robert | 2002-06-19 | 1 | -1/+1 |
* | | | | We don't use this any more. | des | 2002-06-19 | 2 | -10/+1 |
* | | | | Enable OPIE for sshd and telnetd. I thought I'd done this a long time | des | 2002-06-19 | 2 | -0/+4 |
* | | | | Make locate.updatedb tell about the security risk when it is run as root. | eivind | 2002-06-19 | 1 | -0/+5 |
* | | | | Change spelling of `u_char' to `unsigned char' to avoid requiring | mike | 2002-06-19 | 1 | -1/+1 |
* | | | | Add a test for what was fixed in revision 1.27 and 1.28 of make(1)'s var.c, | jmallett | 2002-06-19 | 2 | -0/+34 |
* | | | | Fix a memory leak from previous commit by freeing the possibly expanded | jmallett | 2002-06-19 | 1 | -2/+8 |
* | | | | Add better mediaopt support for ibss and friends. | imp | 2002-06-19 | 3 | -39/+171 |
* | | | | Possibly expand the variable name's embedded variables before using it, as | jmallett | 2002-06-19 | 1 | -0/+26 |
* | | | | Set PATH statically, and use 'env -i' to kick chroot(8). As a result, | matusita | 2002-06-19 | 1 | -2/+2 |
* | | | | MFi386: revisions from 1.342 to 1.344 | nyan | 2002-06-19 | 1 | -0/+2 |
* | | | | Backout previous change and merge from sys/dev/sio/sio.c revision 1.375. | nyan | 2002-06-19 | 2 | -12/+46 |
* | | | | Merged from sys/isa/fd.c revision 1.233. | nyan | 2002-06-19 | 2 | -86/+58 |
* | | | | Use si_iosize_max to tell the upper layers not to use more | sos | 2002-06-19 | 2 | -44/+18 |
* | | | | Add yet another (older) Promise chip | sos | 2002-06-19 | 2 | -5/+10 |
* | | | | Bring documentation on CDPATH and its effects on cd(1) back into sync with | tjr | 2002-06-19 | 1 | -4/+6 |
* | | | | Fix duplicate % in %b format introduced in rev 1.22. | tjr | 2002-06-19 | 1 | -5/+6 |
* | | | | In rev 1.72 a situation related to write/mmap was fixed which could result | dillon | 2002-06-19 | 1 | -7/+11 |
* | | | | Let printf(1) tell the difference between zero width/precision and | tjr | 2002-06-19 | 1 | -7/+9 |
* | | | | Remove the compat bits for the mis-aligned struct disklabel on alpha, | phk | 2002-06-19 | 4 | -64/+0 |
* | | | | Don't try to dereference conn when we know it's NULL. | des | 2002-06-19 | 1 | -2/+5 |
* | | | | Allow format strings containing "%%" to be reused. | tjr | 2002-06-19 | 1 | -2/+2 |
* | | | | Allow `%' to be written out with an octal escape (\45 or \045). | tjr | 2002-06-19 | 1 | -1/+5 |
* | | | | Indicate that env(1) allows you to supply arguments to the utility it | tjr | 2002-06-19 | 2 | -8/+8 |
* | | | | Squish the "could sleep with process lock" messages caused by calling | alfred | 2002-06-19 | 4 | -19/+52 |
* | | | | Guard definitions for use with C++ code. | obrien | 2002-06-19 | 1 | -0/+4 |
* | | | | o Replace GIANT_REQUIRED in vm_object_coalesce() by the acquisition and | alc | 2002-06-19 | 2 | -8/+10 |
* | | | | Disconnect the docs until we figure out if there are any with v3. | obrien | 2002-06-19 | 1 | -1/+1 |
* | | | | Another good suggestion from Bruce, only create links if the | dougb | 2002-06-19 | 1 | -2/+2 |
* | | | | Don't convert a single space before a tab stop into a tab when the | tjr | 2002-06-19 | 1 | -2/+2 |