| Commit message (Expand) | Author | Age | Files | Lines |
| * | Treat the pathptrn field as a real pattern with the aid of fnmatch(). | Dima Dorfman | 2002-10-08 | 1 | -15/+1 |
| * | Yet another 64 bits warning fix: s/u_int/size_t/. | Maxime Henrion | 2002-10-06 | 1 | -1/+1 |
| * | Fix a warning on 64 bits platforms: copyinstr() takes | Maxime Henrion | 2002-10-06 | 1 | -1/+1 |
| * | Fix a warning on 64 bits platforms: copystr() takes a size_t *, | Maxime Henrion | 2002-10-06 | 1 | -1/+1 |
| * | Integrate a devfs/MAC fix from the MAC tree: avoid a race condition during | Robert Watson | 2002-10-05 | 1 | -4/+3 |
| * | Plug memoryleaks detected by FlexeLint. | Poul-Henning Kamp | 2002-10-05 | 1 | -2/+8 |
| * | Back our kernel support for reliable signal queues. | Juli Mallett | 2002-10-01 | 2 | -13/+8 |
| * | Move the vop-vector declaration into devfs_vnops.c where it belongs. | Poul-Henning Kamp | 2002-10-01 | 2 | -5/+3 |
| * | When working with sigset_t's, and needing to perform masking operations based | Juli Mallett | 2002-10-01 | 1 | -7/+11 |
| * | First half of implementation of ksiginfo, signal queues, and such. This | Juli Mallett | 2002-09-30 | 1 | -1/+2 |
| * | s/struct dev_t */dev_t */ | Poul-Henning Kamp | 2002-09-28 | 1 | -1/+1 |
| * | Fix mis-indent. | Poul-Henning Kamp | 2002-09-28 | 1 | -1/+1 |
| * | Be consistent about "static" functions: if the function is marked | Poul-Henning Kamp | 2002-09-28 | 5 | -10/+10 |
| * | I misplaced a local variable yesterday. | Poul-Henning Kamp | 2002-09-28 | 1 | -1/+1 |
| * | Add a D_NOGIANT flag which can be set in a struct cdevsw to indicate | Poul-Henning Kamp | 2002-09-27 | 1 | -13/+76 |
| * | Rename struct specinfo to the more appropriate struct cdev. | Poul-Henning Kamp | 2002-09-27 | 1 | -1/+1 |
| * | I hate it when patch gives me .rej files. | Poul-Henning Kamp | 2002-09-26 | 1 | -0/+1 |
| * | Return ENOTTY on unhandled ioctls. | Poul-Henning Kamp | 2002-09-26 | 1 | -2/+5 |
| * | Return ENOTTY on unrecognized ioctls. | Poul-Henning Kamp | 2002-09-26 | 2 | -2/+2 |
| * | Return ENOTTY on incorrect ioctls. | Poul-Henning Kamp | 2002-09-26 | 1 | -1/+1 |
| * | Return ENOTTY when we don't recognize an ioctl. | Poul-Henning Kamp | 2002-09-26 | 1 | -1/+1 |
| * | Fix these warns where sizeof(int) != sizeof(void *) | Nate Lawson | 2002-09-26 | 1 | -4/+4 |
| * | - Fix a botch in previous commit; oldvp should not be unconditionally | Jeff Roberson | 2002-09-26 | 1 | -2/+3 |
| * | Fix the problem introduced by vop_stdbmap() usage. The NTFS does not | Semen Ustimenko | 2002-09-25 | 1 | -1/+28 |
| * | - Use vrefcnt() instead of v_usecount. | Jeff Roberson | 2002-09-25 | 1 | -2/+2 |
| * | - Use vrefcnt() instead of directly accessing v_usecount. | Jeff Roberson | 2002-09-25 | 3 | -19/+21 |
| * | - Use vrefcnt() where it is safe to do so instead of doing direct and | Jeff Roberson | 2002-09-25 | 18 | -60/+71 |
| * | - Lock access to the buf lists in spec_sync() | Jeff Roberson | 2002-09-25 | 1 | -7/+15 |
| * | - Hold the vp lock while accessing v_vflags. | Jeff Roberson | 2002-09-25 | 1 | -5/+7 |
| * | use __packed. | Alfred Perlstein | 2002-09-23 | 1 | -24/+24 |
| * | Attempt to fix the error reported by the alpha tinderbox. A pointer | Ian Dowse | 2002-09-22 | 1 | -2/+2 |
| * | Fix misspellings, capitalization, and punctuation in comments. Minor | Don Lewis | 2002-09-22 | 3 | -90/+95 |
| * | Use the fields in the sysentvec and in the vm map header in place of the | Jake Burkholder | 2002-09-21 | 1 | -1/+3 |
| * | VOP_FSYNC() requires that it's vnode argument be locked, which nfs_link() | Don Lewis | 2002-09-19 | 1 | -8/+15 |
| * | Remove any VOP_PRINT that redundantly prints the tag. | Nate Lawson | 2002-09-18 | 10 | -112/+15 |
| * | Always open file in the DENYNONE mode and let the server to decide what is | Boris Popov | 2002-09-18 | 1 | -5/+15 |
| * | Implement additional SMB calls to allow proper update of file size as some | Boris Popov | 2002-09-18 | 4 | -3/+239 |
| * | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | Nate Lawson | 2002-09-14 | 28 | -36/+49 |
| * | Completely redo thread states. | Julian Elischer | 2002-09-11 | 2 | -3/+2 |
| * | s/SGNL/SIG/ | David Xu | 2002-09-05 | 2 | -3/+3 |
| * | Add a missing #include <sys/lockmgr.h>. | Ian Dowse | 2002-09-01 | 1 | -0/+1 |
| * | Replace various spelling with FALLTHROUGH which is lint()able | Philippe Charnier | 2002-08-25 | 1 | -3/+3 |
| * | Fixed printf format errors and style bugs in rev.1.92. This is the version | Bruce Evans | 2002-08-25 | 1 | -2/+3 |
| * | Oops, the previous commit wasn't the version that I meant to commit (it | Bruce Evans | 2002-08-25 | 1 | -78/+9 |
| * | Fixed printf format errors and style bugs in previous commit. | Bruce Evans | 2002-08-25 | 1 | -9/+78 |
| * | Remove stddef.h from the header list | Scott Long | 2002-08-23 | 1 | -1/+0 |
| * | Fix a bug where large msdos partitions were not handled correctly, and fix | Tom Rhodes | 2002-08-22 | 1 | -1/+7 |
| * | Remove the possibility of a race condition when reading the . and .. | Scott Long | 2002-08-20 | 1 | -15/+16 |
| * | Don't abuse the stack when translating names. | Scott Long | 2002-08-20 | 1 | -10/+12 |
| * | Handle one more case of a fifofs filetmp: set filetmp.f_cred to | Robert Watson | 2002-08-20 | 1 | -2/+3 |