| Commit message (Expand) | Author | Age | Files | Lines |
| * | Restored db_elf.c from the Attic. This will be used for a quick fix for | Bruce Evans | 2002-05-06 | 1 | -0/+381 |
| * | Document the lchflags(2) syscall. | Maxime Henrion | 2002-05-05 | 2 | -1/+14 |
| * | Add the lchflags(2) syscall. | Maxime Henrion | 2002-05-05 | 8 | -7/+63 |
| * | Add an entry for the lchflags(2) syscall. It's useful to prevent | Maxime Henrion | 2002-05-05 | 1 | -0/+1 |
| * | Move a KASSERT() in open() prior to unlocking the vnode. It's not safe to | Jeff Roberson | 2002-05-05 | 2 | -6/+8 |
| * | o Condition the compilation of uiomoveco() and vm_uiomove() | Alan Cox | 2002-05-05 | 4 | -4/+16 |
| * | Begin to turn some of the code in this man page into documentation. | Chris Costello | 2002-05-05 | 1 | -31/+102 |
| * | Fix a couple of problems which could cause panics at runtime: | Luigi Rizzo | 2002-05-05 | 1 | -48/+53 |
| * | Indentation and comments cleanup, no functional change. | Luigi Rizzo | 2002-05-05 | 1 | -51/+58 |
| * | New feature: allow origins of all dependencies be recorded into package list | Maxim Sobolev | 2002-05-05 | 6 | -9/+56 |
| * | In a origin lookup mode (-O) don't bail out when encountering empty package | Maxim Sobolev | 2002-05-05 | 1 | -2/+8 |
| * | Bring in a slightly older version of usr/bin/passwd which does not | Luigi Rizzo | 2002-05-05 | 2 | -0/+359 |
| * | Expand the one-line function pbreassignbuf() the only place it is or could | Poul-Henning Kamp | 2002-05-05 | 3 | -16/+1 |
| * | Move some UFS related stuff home where it belongs. | Poul-Henning Kamp | 2002-05-05 | 2 | -7/+7 |
| * | Fix make(1) behaviour regarding SysV-style substitution when given a nil | Juli Mallett | 2002-05-05 | 1 | -0/+6 |
| * | Add a regression test for bin/5297, regarding sysv substitution with a nil | Juli Mallett | 2002-05-05 | 4 | -0/+20 |
| * | No longer attempt to power off the ACLINK during suspend - luigi | Orion Hodson | 2002-05-05 | 1 | -3/+0 |
| * | Add a KERNELDUMPMAGIC_CLEARED macro to unbreak savecore. Since | Maxime Henrion | 2002-05-05 | 1 | -0/+1 |
| * | Update usage() and manpage to match reality (add -O into usage and adjust | Maxim Sobolev | 2002-05-05 | 2 | -4/+10 |
| * | Use PLIST_ORIGIN instead of rolling own version using PLIST_COMMENT. | Maxim Sobolev | 2002-05-05 | 1 | -4/+5 |
| * | Handle PLIST_ORIGIN properly. | Maxim Sobolev | 2002-05-05 | 2 | -0/+9 |
| * | Fix broken entity | Udo Erdelhoff | 2002-05-05 | 2 | -2/+2 |
| * | Fix the fallback to mount(2) with RELENG_4 kernels and -CURRENT | Maxime Henrion | 2002-05-05 | 1 | -2/+23 |
| * | o Add struct mca_guid | Marcel Moolenaar | 2002-05-05 | 1 | -6/+28 |
| * | o Include md_var.h | Marcel Moolenaar | 2002-05-05 | 1 | -10/+5 |
| * | Remove definition of struct ia64_fdesc. It's been moved to md_var.h | Marcel Moolenaar | 2002-05-05 | 1 | -8/+0 |
| * | o Move definition of struct ia64_fdesc here to remove duplication. | Marcel Moolenaar | 2002-05-05 | 1 | -1/+11 |
| * | Modify the -p implementation to use a user's locale, so they can respond to | Juli Mallett | 2002-05-05 | 2 | -13/+63 |
| * | o Remove GIANT_REQUIRED from vm_map_lookup() and vm_map_lookup_done(). | Alan Cox | 2002-05-05 | 1 | -2/+2 |
| * | Fix a typo. | Juli Mallett | 2002-05-05 | 1 | -2/+3 |
| * | Return the correct error code (ENOSYS, not EINVAL) from nosys(). Getting | Bruce Evans | 2002-05-05 | 1 | -1/+1 |
| * | Check for possible overflow from sysconf _SC_ARG_MAX and error out in a | Juli Mallett | 2002-05-05 | 1 | -5/+10 |
| * | Fixed breakage of binary compatibility of the kern.clockrate sysctl in | Bruce Evans | 2002-05-05 | 2 | -0/+2 |
| * | Fixed checking for VM86 mode in doreti which I broke in rev.1.30. Only | Bruce Evans | 2002-05-05 | 1 | -6/+12 |
| * | In an effort to make this utility easier to work with at a source level, move | Juli Mallett | 2002-05-05 | 1 | -139/+152 |
| * | - revert back to vmcore.# | Bill Fenner | 2002-05-05 | 3 | -109/+271 |
| * | Remove leading whitespace from the setuid file lists. | Crist J. Clark | 2002-05-05 | 1 | -2/+2 |
| * | * Fix a small typo, thanks to olgeni | Doug Barton | 2002-05-04 | 1 | -1/+4 |
| * | * Add some niceties to make the -p option quieter, and better behaved | Doug Barton | 2002-05-04 | 1 | -5/+28 |
| * | Use pages instead of uz_maxpages, which has not been initialized yet, when | Jeff Roberson | 2002-05-04 | 1 | -2/+2 |
| * | Tweak a data type from char * to u_char * | Brian Somers | 2002-05-04 | 1 | -2/+2 |
| * | o Make _vm_object_allocate() and vm_object_allocate() callable | Alan Cox | 2002-05-04 | 2 | -22/+21 |
| * | Use -ffreestanding for kernel bits unconditionally. | David E. O'Brien | 2002-05-04 | 2 | -4/+0 |
| * | Fix a typo. | Maxime Henrion | 2002-05-04 | 2 | -2/+2 |
| * | Shake unused stuff out of the flags in struct buf->b_flags. | Poul-Henning Kamp | 2002-05-04 | 1 | -9/+11 |
| * | Make ``set mru'' require a context. In multi-link mode, there's no | Brian Somers | 2002-05-04 | 1 | -1/+1 |
| * | Remove a six year old undocumented #ifdef : NO_B_MALLOC. | Poul-Henning Kamp | 2002-05-04 | 1 | -12/+0 |
| * | The struct buf->b_act was not used anywere. | Poul-Henning Kamp | 2002-05-04 | 1 | -1/+0 |
| * | Restore the ability interrupt dumps on i386, based on | Bill Fenner | 2002-05-04 | 3 | -0/+21 |
| * | Remove obsolete code (that was already #if 0'd out). | Matthew Dillon | 2002-05-04 | 1 | -18/+0 |