summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Take a shot at using cdevsw_add() to get it working again. This reallypeter1999-11-081-1/+3
* | Use cdevsw_add() until the rest of the devices are created with make_dev()peter1999-11-082-2/+4
* | Use DRIVER_MODULE(), apm.c already takes care of it's devices withpeter1999-11-082-2/+2
* | Rename remove_dev() to destroy_dev().phk1999-11-086-16/+16
* | Use (temporarily) cdevsw_add() so we can change from DEV_DRIVER_MODULE()peter1999-11-081-1/+2
* | Use cdevsw_add() (temporarily) to avoid DEV_DRIVER_MODULE(), since thepeter1999-11-082-2/+4
* | Use DEVICE_MODULE() directly instead of DEV_DRIVER_MODULE. psm.c usespeter1999-11-082-2/+2
* | Use cdevsw_add() explicitly as a workaround for DEV_DRIVER_MODULE().peter1999-11-082-3/+8
* | No need to use DEV_DRIVER_MODULE() since the bktr driver calls make_dev().peter1999-11-081-1/+1
* | Don't let drivers that use DEV_DRIVER_MODULE() compile as they won'tpeter1999-11-081-0/+6
* | ulpt.c and ums.c already uses make_dev(), so there's no need to use thepeter1999-11-082-4/+2
* | Don't indirect via devsw_module_handler() for DEV_MODULE() routines, havepeter1999-11-082-12/+4
* | A hack basically.. We have a bunch of code that used to callpeter1999-11-081-1/+8
* | Explain why Warner is right, and I am wrong, in the removing of thesef1999-11-082-0/+28
* | Document startup behaviour of mail(1).jkoshy1999-11-081-0/+18
* | Update for fileops.fo_stat() addition. Note, this would panic ifpeter1999-11-082-4/+6
* | Update the stream socket fileops table to match fo_stat() additions.peter1999-11-081-1/+1
* | Use fo_stat() rather than Yet Another duplication of kern_descrip.c's statpeter1999-11-082-30/+2
* | Add a vnode fo_stat() entry point.peter1999-11-081-1/+13
* | Update socket file type for fo_stat(). soo_stat() becomes a fileopspeter1999-11-082-5/+7
* | Update pipe code for fo_stat() entry point - pipe_stat() is now no longerpeter1999-11-082-9/+9
* | Use fo_stat() rather than duplicating knowledge of file type internalspeter1999-11-081-59/+16
* | Create a fileops fo_stat() entry point. This will enable collectionpeter1999-11-081-0/+19
* | Update to better reflect reality.archie1999-11-083-54/+48
* | Add missing documentation for the two control messages supportedarchie1999-11-083-3/+24
* | Add some more clarification.archie1999-11-083-24/+105
* | Fix crash when trying to duplicate a NULL meta.archie1999-11-081-9/+12
* | Get rid of the 'sync2' hook, which was a hack. Instead, justarchie1999-11-082-53/+52
* | Add support for the IFF_MULTICAST flag. There's notarchie1999-11-081-1/+3
* | Remove unused declarations.alc1999-11-081-4/+0
* | Remove unused #include's.alc1999-11-074-5/+0
* | Correct logic from previous commit - middle processes in long pipessteve1999-11-071-1/+1
* | Use vop_panic() instead of spec_badop().phk1999-11-072-46/+22
* | Make vop_panic() a little more informative.phk1999-11-071-1/+3
* | Simplify and de-bogotify check for raw disk.phk1999-11-071-31/+15
* | Patch got this one wrong, we want to check securelevel in open()phk1999-11-072-10/+10
* | Remove the iskmemdev() function. Make it the responsibility of the mem.cphk1999-11-078-56/+18
* | Rev 1.2 appears to have come from this commit to gcc-2.6.1:obrien1999-11-070-0/+0
* | Remove the devsw magic from DEV_MODULE()phk1999-11-077-29/+23
* | Add the ata driver to the compiled in targets.sos1999-11-073-54/+84
* | Don't zero-pad netgraph node idsbrian1999-11-071-4/+4
* | Replace freebsdelf with freebsd in BINDIRjb1999-11-073-3/+3
* | Make an incredibly stupid change because Warner threatened to do it andsef1999-11-072-2/+0
* | The functions declared by this header file no longer exist.alc1999-11-073-42/+0
* | These have been repo-copied to i386-freebsd.jb1999-11-075-150/+0
* | These have been repo-copied to alpha-freebsd.jb1999-11-075-150/+0
* | Replace freebsdelf with freebsd in most places.jb1999-11-076-16/+16
* | After a repo copy of as_{alpha,i386,mips} to {alpha,i386,mips}-freebsd,jb1999-11-071-6/+9
* | Fix the advisory file locking by restoring previous ordering in closef()/green1999-11-071-8/+10
* | Replace freebsdelf with freebsd in BINDIR.jb1999-11-075-5/+5
OpenPOWER on IntegriCloud