Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check write permissions before creating anything. | bp | 2002-04-13 | 1 | -0/+3 |
| | | | | | PR: kern/27883 MFC after: 1 week | ||||
* | Remove 3 instances of vm_zone.h inclusion. | phk | 2002-04-08 | 1 | -1/+0 |
| | |||||
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -2/+1 |
| | | | | reference. | ||||
* | Previous commit was intented to silence a warning, not to change codepath. | bp | 2001-12-20 | 1 | -2/+3 |
| | |||||
* | Silence harmless "smbfs_closel: Negative opencount" messages at | sheldonh | 2001-12-20 | 1 | -1/+1 |
| | | | | | | | | unmount time. Thanks to iedowse for the background information. Submitted by: bp | ||||
* | Catch up with KSE changes. | bp | 2001-12-02 | 1 | -64/+65 |
| | | | | Submitted by: Max Khon <fjoe@iclub.nsu.ru> | ||||
* | smbfs_advlock: simplify overflow checks (copy from kern_lockf.c) | ache | 2001-08-29 | 1 | -7/+10 |
| | | | | minor formatting issues to minimize differences | ||||
* | Cosmetique & style fixes from bde | ache | 2001-08-26 | 1 | -5/+2 |
| | |||||
* | Copy from kern_lockf.c: remove extra check | ache | 2001-08-24 | 1 | -2/+0 |
| | |||||
* | Copy yet one check for SEEK_END overflow | ache | 2001-08-23 | 1 | -1/+2 |
| | |||||
* | Copy my newly introduced l_len<0 'oops' fix from kern_lockf.c | ache | 2001-08-23 | 1 | -2/+4 |
| | |||||
* | Copy POSIX l_len<0 handling from kern_lockf.c | ache | 2001-08-23 | 1 | -3/+6 |
| | |||||
* | Cosmetique: correct English in comments | ache | 2001-08-23 | 1 | -2/+3 |
| | | | | non-cosmetique: add missing break; - original code was broken here | ||||
* | Move <machine/*> after <sys/*> | ache | 2001-08-23 | 1 | -1/+2 |
| | | | | Pointed by: bde | ||||
* | adv. lock: | ache | 2001-08-23 | 1 | -2/+14 |
| | | | | | copy EOVERFLOW handling code from main variant fix type of 'size' arg | ||||
* | Return proper length of _PC_NAME_MAX value if long names support is enabled. | bp | 2001-08-21 | 1 | -1/+1 |
| | | | | | Obtained from: Mac OS X MFC after: 1 week | ||||
* | Add a vop_stdbmap(), and make it part of the default vop vector. | phk | 2001-04-29 | 1 | -26/+0 |
| | | | | | | Make 7 filesystems which don't really know about VOP_BMAP rely on the default vector, rather than more or less complete local vop_nopbmap() implementations. | ||||
* | Import kernel part of SMB/CIFS requester. | bp | 2001-04-10 | 1 | -0/+1340 |
Add smbfs(CIFS) filesystem. Userland part will be in the ports tree for a while. Obtained from: smbfs-1.3.7-dev package. |