| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Minor cleanup. If we are doing a mount update, and we pass in | rodrigc | 2006-12-09 | 1 | -4/+8 |
* | The ISO9660 spec does allow files up to 4G. Change the i_size | kientzle | 2006-12-08 | 1 | -1/+1 |
* | Threading cleanup.. part 2 of several. | julian | 2006-12-06 | 1 | -10/+3 |
* | o Do not leave uninitialized birthtime: in MSDOSFSMNT_LONGNAME | maxim | 2006-12-03 | 1 | -2/+4 |
* | Add missing includes for <sys/buf.h> and <sys/bio.h>. | rodrigc | 2006-12-02 | 1 | -0/+2 |
* | Many, many thanks to Masanori OZAWA <ozawa@ongs.co.jp> | rodrigc | 2006-12-02 | 4 | -3040/+3216 |
* | o From the submitter: dos2unixchr will convert to lower case if | maxim | 2006-11-26 | 1 | -2/+4 |
* | Fix an integer overflow and allow access to files larger than 4GB on | le | 2006-11-20 | 3 | -19/+19 |
* | Wake up PIOCWAIT handler on the process exit in addition to the stop | kib | 2006-11-17 | 1 | -2/+2 |
* | change vop_lock handling to allowing tracking of callers' file and line for | kmacy | 2006-11-13 | 3 | -5/+5 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 10 | -63/+107 |
* | Create a bidirectional mapping of the DOS 'read only' attribute | bp | 2006-11-05 | 3 | -2/+20 |
* | Make KSE a kernel option, turned on by default in all GENERIC | jb | 2006-10-26 | 1 | -0/+10 |
* | Ditch crummy fattime <--> timespec conversion functions | phk | 2006-10-24 | 1 | -149/+8 |
* | Drop crummy fattime to timespec conversion routines. | phk | 2006-10-24 | 1 | -163/+12 |
* | Replace slightly crummy fattime<->timespec conversion functions. | phk | 2006-10-24 | 5 | -180/+16 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 2 | -2/+4 |
* | Fake the link count until we have no choice but to load data from the | trhodes | 2006-10-21 | 1 | -1/+1 |
* | Update the access and modification times for dev while still holding | kib | 2006-10-20 | 1 | -2/+2 |
* | Fix the race between devfs_fp_check and devfs_reclaim. Derefence the | kib | 2006-10-20 | 1 | -5/+9 |
* | Properly lock the vnode around vgone() calls. | kib | 2006-10-18 | 4 | -25/+113 |
* | Use utc_offset() where applicable, and hide the internals of it | phk | 2006-10-02 | 2 | -10/+6 |
* | First part of a little cleanup in the calendar/timezone/RTC handling. | phk | 2006-10-02 | 2 | -1/+2 |
* | Fix our ioctl(2) implementation when the argument is "int". New | ru | 2006-09-27 | 1 | -4/+27 |
* | Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag. | tegge | 2006-09-26 | 12 | -3/+50 |
* | Fix the bug in rev. 1.134. In devfs_allocv_drop_refs(), when not_found == 2 | kib | 2006-09-19 | 1 | -1/+1 |
* | Resolve the devfs deadlock caused by LOR between devfs_mount->dm_lock and | kib | 2006-09-18 | 4 | -16/+113 |
* | Put the osta.c license on osta.h. The license is the same. | imp | 2006-09-12 | 1 | -0/+15 |
* | while (0); -> while (0) in multi-line macros | imp | 2006-08-17 | 1 | -1/+1 |
* | Introduce a field to struct vm_page for storing flags that are | alc | 2006-08-09 | 2 | -2/+2 |
* | Commit the results of the typo hunt by Darren Pilgrim. | yar | 2006-08-04 | 1 | -1/+1 |
* | When the volume is being downgraded from a read-write mode, mark | delphij | 2006-08-03 | 1 | -0/+4 |
* | In udf_find_partmaps(), when we find a type 1 partition map, we have to | yar | 2006-07-25 | 2 | -10/+13 |
* | Update comment. | jhb | 2006-07-18 | 1 | -1/+1 |
* | Lock the smb share before doing a 'put' on it in smbfs_unmount(). | jhb | 2006-07-17 | 1 | -0/+3 |
* | Remove the NDEVFSINO and NDEVFSOVERFLOW options which no longer exists in | phk | 2006-07-17 | 4 | -18/+0 |
* | Add vnode interlocking to devfs. | ups | 2006-07-12 | 1 | -16/+33 |
* | Add a kern_close() so that the ABIs can close a file descriptor w/o having | jhb | 2006-07-08 | 1 | -4/+2 |
* | Remove unneeded mac.h include. | rwatson | 2006-07-06 | 1 | -1/+0 |
* | Remove now unneeded opt_mac.h and mac.h includes. | rwatson | 2006-07-06 | 1 | -2/+0 |
* | Use #include "", not #include <> for opt_foo.h. | rwatson | 2006-07-06 | 1 | -2/+2 |
* | Correctly calculate a buffer length. It was off by one so a read() returned | netchild | 2006-06-27 | 1 | -1/+1 |
* | Fix a memory leak and a nested 'for' loop in the spare table handling. | scottl | 2006-06-26 | 1 | -4/+6 |
* | Upon further review, DES prefers this change over that in revision 1.13 | ghelmer | 2006-06-05 | 1 | -6/+4 |
* | mount_msdosfs.c: | rodrigc | 2006-06-01 | 1 | -1/+1 |
* | Enable inadvertantly disabled "securenet" access controls in ypserv. [1] | cperciva | 2006-05-31 | 1 | -1/+8 |
* | Remove incorrect null_checkexp() routine. This | rodrigc | 2006-05-28 | 1 | -14/+0 |
* | Modify MNT_UPDATE behavior for nullfs so that it does not | rodrigc | 2006-05-28 | 1 | -2/+7 |
* | Remove calls to vfs_export() for exporting a filesystem for NFS mounting | rodrigc | 2006-05-26 | 1 | -8/+1 |
* | Remove calls to vfs_export() for exporting a filesystem for NFS mounting | rodrigc | 2006-05-26 | 3 | -33/+15 |