| Age | Commit message (Expand) | Author |
| 2003-12-05 | Include <sys/sysctl.h> for sysctl stuff. | bjh21 |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-11-11 | KASSERT was not the right thing here. Instead only set the type if f_type | christos |
| 2003-10-30 | Remove some assigned-to but otherwise unused variables. | simonb |
| 2003-10-25 | Fix typo. | christos |
| 2003-10-25 | FIx uninitialized variable warnings | christos |
| 2003-10-25 | Fix uninitialized variable warning | christos |
| 2003-10-25 | fix uninitialized variable | christos |
| 2003-10-22 | Fix a panic that occurred when trying to traverse a corrupt msdosfs | briggs |
| 2003-10-15 | Add the gating of system calls that cause modifications to the underlying | hannken |
| 2003-10-14 | add mnt_iflag field to struct mount for internal flags | dbj |
| 2003-10-08 | add bpbReserved fields | lukem |
| 2003-10-06 | change accidentaly left debug printf to dprintf() | jdolecek |
| 2003-10-06 | Consistently use "bsBPB" as the struct member for the BIOS parameter block. | lukem |
| 2003-10-03 | terminate snprintb 'new' format strings correctly. | yamt |
| 2003-09-07 | add -t option for gmt time offset (normally MS-DOS filesystem has timestamp | itojun |
| 2003-09-06 | sprinkle __attribute__((__packed__)) to structures representing on-disk data | jdolecek |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-08-02 | remove all traces of non-working quota support | jdolecek |
| 2003-08-02 | Allow separate masks for files and directories. Useful e.g. to turn | jdolecek |
| 2003-07-06 | Fix a build failure when NFSSERVER. Unconditionally define | rearnsha |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | Fix problems with the ktrace/lwp changes. | thorpej |
| 2003-06-29 | Undo part of the ktrace/lwp changes. In particular: | thorpej |
| 2003-06-29 | Fix problems with Darren's ktrace/lwp changes. | thorpej |
| 2003-06-29 | Fix a few small glitches (struct proc -> struct lwp) | martin |
| 2003-06-29 | More changes for providing lwpid for ktrace (sparc GENERIC built) | darrenr |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-06-26 | strlcpy | itojun |
| 2003-06-23 | #ifdef _KERNEL_OPT police | martin |
| 2003-06-23 | Disable QUOTA for ntfs - it's broken. | martin |
| 2003-06-23 | Make sure to include opt_foo.h if a defflag option FOO is used. | martin |
| 2003-06-07 | Fix a botch in a boolean expression. Thanks to Martim Husemann for the fix | reinoud |
| 2003-05-16 | use strlcpy. check size if we are to use namei buffer. | itojun |
| 2003-04-24 | fix a few missing malloc attach/detach. Now this works. | christos |
| 2003-04-22 | forgot one malloc attach/detach | christos |
| 2003-04-22 | explicitly attach and detach malloc types like smbfs does; thanks jaromir. | christos |
| 2003-04-16 | PR/1796: John Kohl: statfs misbehaves under chrooted environments. | christos |
| 2003-04-10 | back to genfs_eopnotsupp() for vop_remove, vop_link, vop_rename, | jdolecek |
| 2003-04-10 | change some printf()s on easily-triggerable codepaths to dprintf() | jdolecek |
| 2003-04-09 | fix couple more simple lock issues on smbfs_close() code path: | jdolecek |
| 2003-04-09 | move ntfs_remove() to be together with the other dummies - easier to c&p | jdolecek |
| 2003-04-09 | add dummy link, rename, mkdir, rmdir vnode ops, which release the | jdolecek |
| 2003-04-09 | #if 0 some no longer used macros; keep around for refence | jdolecek |
| 2003-04-09 | replace VOP__UNLOCK(), VN_LOCK(), VGET() macros with the real thing, to | jdolecek |
| 2003-04-09 | print some potentially useful stuff in ntfs_print() | jdolecek |
| 2003-04-09 | add real ntfs remove vnode op, which releases vnode locks on parent directory | jdolecek |
| 2003-04-08 | back to passing magic '1' as lock id in smbfs_advlock() - the number | jdolecek |
| 2003-04-08 | smbfs_remove(): undo broken condition change from rev. 1.3 - apparently | jdolecek |
| 2003-04-08 | fix locking issues uncovered by LOCKDEBUG, reorganize code a bit so that | jdolecek |