| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -5/+5 |
* | - Move lkmnosys() to kern_syscall.c | peter | 1999-01-17 | 1 | -145/+43 |
* | Register and unregister vnodeops the new way rather than leaking on | peter | 1998-11-10 | 1 | -12/+6 |
* | Nitpicking and dusting performed on a train. Removes trivial warnings | phk | 1998-10-25 | 1 | -6/+3 |
* | *gulp*. Jordan specifically OK'ed this.. | peter | 1998-10-16 | 1 | -36/+11 |
* | Made unloading of the nfs LKM sort of work. This is mainly to test | bde | 1998-09-07 | 1 | -4/+9 |
* | Ignore the statically configured vfs type numbers and assign vfs | bde | 1998-09-05 | 1 | -8/+41 |
* | Oops, the printf format error fixes confused curp->area with a pointer. | bde | 1998-08-15 | 1 | -3/+2 |
* | Fixed the formatting of some tables (mainly the one produced by ps | bde | 1998-08-10 | 1 | -3/+4 |
* | Fixed printf format errors. | bde | 1998-07-29 | 1 | -4/+5 |
* | Cast between u_longs and object pointers via uintptr_t. | bde | 1998-07-15 | 1 | -5/+5 |
* | Remove bdevsw_add(), change the only two users to use bdevsw_add_generic(). | phk | 1998-06-25 | 1 | -18/+1 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -3/+3 |
* | Make NO_LKM a new-style option. | eivind | 1998-02-12 | 1 | -1/+2 |
* | I'm not sure whether this is a correct way to do it, | dima | 1998-02-11 | 1 | -3/+3 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 1 | -1/+3 |
* | Move the "retval" (3rd) parameter from all syscall functions and put | phk | 1997-11-06 | 1 | -4/+3 |
* | Removed unused #includes. | bde | 1997-10-28 | 1 | -2/+1 |
* | Remove all traces of M_VFSCONF, which were for all practical | phk | 1997-10-11 | 1 | -3/+1 |
* | Various select -> poll changes | peter | 1997-09-14 | 1 | -2/+2 |
* | Removed unused #includes. | bde | 1997-08-02 | 1 | -5/+1 |
* | Make MOD_* macros almost consistent: | dufault | 1997-04-06 | 1 | -5/+5 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | bde | 1997-03-24 | 1 | -2/+1 |
* | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | bde | 1997-03-23 | 1 | -2/+2 |
* | Fixed loading of vfs's. The Lite2 merge added unnecessary compatibility | bde | 1997-02-27 | 1 | -41/+20 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Support the installation of character devices via an lkm. | mpp | 1997-02-22 | 1 | -1/+10 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 1 | -19/+57 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | `struct linker_set execsw_set' was declared as const and pointers in it | bde | 1996-09-03 | 1 | -3/+3 |
* | Change the *evil* allocation of memory from kmem_map to the kernel_map. | dyson | 1996-05-24 | 1 | -3/+3 |
* | Removed unnecessary #includes from <sys/imgact.h> so that it is | bde | 1996-05-01 | 1 | -1/+2 |
* | Switched from using devfs_add_devsw() to devfs_add_devswf() | scrappy | 1996-03-28 | 1 | -1/+3 |
* | Fixed permissions of /devfs/lkm. | bde | 1996-03-27 | 1 | -3/+4 |
* | Removed unused function lkmenodev(). | bde | 1995-12-16 | 1 | -19/+1 |
* | devsw tables are now arrays of POINTERS to struct [cb]devsw | julian | 1995-12-13 | 1 | -3/+3 |
* | Julian forgot to make the *devsw structures static. | phk | 1995-12-08 | 1 | -2/+2 |
* | Pass 3 of the great devsw changes | julian | 1995-12-08 | 1 | -107/+23 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 1 | -1/+2 |
* | Disallow LKM manipulations when in seure mode. | wollman | 1995-11-29 | 1 | -17/+11 |
* | If you're going to mechanically replicate something in 50 files | julian | 1995-11-29 | 1 | -2/+2 |
* | OK, that's it.. | julian | 1995-11-29 | 1 | -1/+41 |
* | Close the "unused" warning for things in linker-sets. | phk | 1995-11-20 | 1 | -6/+10 |
* | Introduced lkm_nullcmd(), which will be used instead of nosys() in | bde | 1995-11-09 | 1 | -3/+22 |
* | Replaced bogus macros for dummy devswitch entries by functions. | bde | 1995-11-06 | 1 | -2/+2 |
* | add the file kern_conf.c so it can be compiled in when needed | julian | 1995-10-04 | 1 | -1/+38 |
* | Fix benign type mismatches in devsw functions. 82 out of 299 devsw | bde | 1995-09-08 | 1 | -3/+8 |
* | Call nosys() from lkmnosys() with the correct number and type of args | bde | 1995-08-25 | 1 | -3/+6 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -9/+9 |
* | Undo the stupidity I inflicted on these files and replace it with | wpaul | 1995-04-20 | 1 | -72/+27 |