| Commit message (Expand) | Author | Age | Files | Lines |
* | Disallow reading the current kernel stack. Only the user structure and | tegge | 1998-05-19 | 3 | -10/+38 |
* | Fix priority bug in previous commit. | dt | 1998-05-18 | 1 | -2/+2 |
* | Fix support for pre-Win95 filesystems: Make it possible to lookup just | dt | 1998-05-17 | 2 | -3/+14 |
* | Remove bogus LK_RETRY. | dt | 1998-05-17 | 1 | -2/+2 |
* | Don't forget to clean up after an error reading the directory entry | bde | 1998-05-17 | 1 | -3/+13 |
* | Removed vestiges of pre-Lite2 locking. | bde | 1998-05-17 | 2 | -4/+2 |
* | s/nanoruntime/nanouptime/g | phk | 1998-05-17 | 1 | -2/+2 |
* | Cleanup after Garret, include unpch.h to get at various macros.. | sos | 1998-05-17 | 1 | -1/+2 |
* | Fix off by ane error in previous commit. | dt | 1998-05-09 | 1 | -2/+2 |
* | In the words of the submitter: | msmith | 1998-05-07 | 3 | -101/+91 |
* | As described by the submitter: | msmith | 1998-05-06 | 8 | -87/+8 |
* | Use DFLTBSIZE instead of MAXBSIZE for pm_fatblksize. | dt | 1998-04-29 | 1 | -16/+19 |
* | Tighten up management of memory and swap space during map allocation, | dyson | 1998-04-29 | 1 | -13/+27 |
* | The 'mountroot' option is obviously pointless for an LKM | julian | 1998-04-20 | 1 | -3/+9 |
* | Make the devfs SLICE option a standard type option. | julian | 1998-04-20 | 1 | -1/+2 |
* | Add changes and code to implement a functional DEVFS. | julian | 1998-04-19 | 2 | -3/+21 |
* | Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108. | des | 1998-04-17 | 3 | -7/+7 |
* | Support compiling with `gcc -ansi'. | bde | 1998-04-15 | 2 | -8/+10 |
* | Add a missing LK_RETRY. | dt | 1998-04-15 | 1 | -5/+3 |
* | Use random() rather then than homegrown stuff. | phk | 1998-04-06 | 1 | -11/+3 |
* | Print explanation diagnostics when mount is impossible | ache | 1998-04-05 | 1 | -1/+5 |
* | Time changes mark 2: | phk | 1998-04-04 | 1 | -3/+5 |
* | Fix dead hang writing to FAT | ache | 1998-03-28 | 1 | -2/+2 |
* | Add two new functions, get{micro|nano}time. | phk | 1998-03-26 | 4 | -16/+11 |
* | Deleted 1024bytes/sector floppy code for PC-98 arch. The | kato | 1998-03-20 | 3 | -64/+3 |
* | If lowervp is NULLVP, vap was clobbered. | kato | 1998-03-17 | 1 | -2/+2 |
* | Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) | julian | 1998-03-08 | 3 | -15/+25 |
* | Initialize b_resid, and also print out better diagnostics on I/O | dyson | 1998-03-08 | 1 | -7/+19 |
* | This mega-commit is meant to fix numerous interrelated problems. There | dyson | 1998-03-07 | 1 | -31/+55 |
* | Trivial filesystem getpages/putpages implementations, set the second. | msmith | 1998-03-06 | 2 | -2/+69 |
* | Fix certain kinds of block device operations. For example, tunefs on | dyson | 1998-03-04 | 1 | -9/+4 |
* | Patch to the last commit; attempt to unspam stuff from NetBSD. | msmith | 1998-03-03 | 1 | -13/+11 |
* | The intent is to get rid of WILLRELE in vnode_if.src by making | msmith | 1998-03-01 | 8 | -8/+87 |
* | Fix mmap() on msdosfs. In the words of the submitter: | msmith | 1998-03-01 | 1 | -4/+3 |
* | Fix a problem with the conversion of Unix filenames into the VFAT | msmith | 1998-02-27 | 1 | -11/+34 |
* | Fixes for some bugs in the VFAT/FAT32 support: | msmith | 1998-02-26 | 4 | -21/+31 |
* | Deleted KLOCK-hack. | kato | 1998-02-26 | 3 | -29/+7 |
* | Back out "always view in lowercase" part | ache | 1998-02-24 | 4 | -29/+31 |
* | Implement loadable DOS<->local conversion tables for DOS names | ache | 1998-02-23 | 6 | -67/+137 |
* | Fix signatures of NEC's DOS formats. | kato | 1998-02-23 | 1 | -9/+9 |
* | Oops, add missing bcopy of upper->lower table | ache | 1998-02-23 | 1 | -1/+3 |
* | Implement loadable upper->lower local conversion table | ache | 1998-02-23 | 5 | -22/+55 |
* | Reduce new arguments number added in my changes | ache | 1998-02-22 | 4 | -19/+19 |
* | Add Unicode support to winChkName, now lookup works! | ache | 1998-02-22 | 3 | -22/+51 |
* | Implement loadable local<->unicode file names conversion | ache | 1998-02-22 | 6 | -295/+80 |
* | Replace all unknown Unicode characters with '?' in win->unix mapping | ache | 1998-02-22 | 1 | -194/+194 |
* | Add initial support to map 0x4XX Unicode Cyrillic range names: | ache | 1998-02-22 | 1 | -13/+308 |
* | Removed unused #includes. | bde | 1998-02-20 | 1 | -2/+1 |
* | Update MSDOSFS code using NetBSD's msdosfs as a guide to support | jkh | 1998-02-18 | 12 | -1913/+3348 |
* | Deleted unused variable. | kato | 1998-02-10 | 1 | -2/+1 |