| Commit message (Expand) | Author | Age | Files | Lines |
* | Grrrr. Fix a really lame bug that I tripped over while testing my miibus | Bill Paul | 1999-08-14 | 1 | -2/+2 |
* | oops: Add missing include. | Poul-Henning Kamp | 1999-08-13 | 1 | -1/+2 |
* | Move the special-casing of stat(2)->st_blksize for device files | Poul-Henning Kamp | 1999-08-13 | 1 | -2/+15 |
* | Register our dev_t with make_dev | Poul-Henning Kamp | 1999-08-13 | 1 | -13/+2 |
* | The bdevsw() and cdevsw() are now identical, so kill the former. | Poul-Henning Kamp | 1999-08-13 | 4 | -18/+14 |
* | s/v_specinfo/v_rdev/ | Poul-Henning Kamp | 1999-08-13 | 3 | -10/+10 |
* | Replace a redundant vfs_object_create() call (already done in vn_open) | Alfred Perlstein | 1999-08-12 | 2 | -6/+8 |
* | Make subr_bus.c actually compile with -DBUS_DEBUG | Peter Wemm | 1999-08-11 | 1 | -6/+6 |
* | Add CPT_NOA, LIBCOMPAT, NODEF, NOARGS, NOPROTO, and NOIMPL to the commented | Nik Clayton | 1999-08-11 | 1 | -2/+3 |
* | Zap some stray references to DRIVER_TYPE_foo in the BUS_DEBUG case, as | Peter Wemm | 1999-08-11 | 1 | -12/+3 |
* | Stop profiling on exec. | Warner Losh | 1999-08-11 | 1 | -1/+4 |
* | When doing a dump, if ENODEV is returned explain what happened to the user, | Alfred Perlstein | 1999-08-11 | 1 | -3/+13 |
* | make alpha compile again. | Poul-Henning Kamp | 1999-08-09 | 1 | -2/+2 |
* | Merge the cons.c and cons.h to the best of my ability. alpha may or | Poul-Henning Kamp | 1999-08-09 | 4 | -18/+11 |
* | Enable ttymalloc(). | Poul-Henning Kamp | 1999-08-08 | 1 | -9/+6 |
* | Add new sysctl "kern.ttys" which return all the struct tty's which have | Poul-Henning Kamp | 1999-08-08 | 2 | -2/+35 |
* | Make the pty driver as close to a cloning device as we can get for now, | Poul-Henning Kamp | 1999-08-08 | 1 | -99/+62 |
* | Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, | Poul-Henning Kamp | 1999-08-08 | 6 | -17/+31 |
* | cdevsw_remove: place correct value in bmaj2cmaj. This had caused | Greg Lehey | 1999-08-08 | 1 | -2/+2 |
* | Make long longs ("%ll" format) work. | Brian Feldman | 1999-08-07 | 1 | -2/+6 |
* | Re-commit these files after updating syscalls.master (in the proper order | Jordan K. Hubbard | 1999-08-05 | 2 | -2/+2 |
* | Move syscall 180 back to where it was before and fix the | Jordan K. Hubbard | 1999-08-05 | 1 | -3/+3 |
* | Reserve a syscall for the arla folks. I'm assuming that since syscalls.c | Jordan K. Hubbard | 1999-08-04 | 3 | -2/+5 |
* | Fix fd race conditions (during shared fd table usage.) Badfileops is | Brian Feldman | 1999-08-04 | 7 | -33/+92 |
* | o Typo in prior version kept it from compiling (blush). | Warner Losh | 1999-08-04 | 2 | -12/+18 |
* | brucify: | Warner Losh | 1999-08-03 | 2 | -12/+12 |
* | Only allow root to set file flags on devices. | Warner Losh | 1999-08-02 | 2 | -2/+16 |
* | lutimes() bug: FOLLOW should be NOFOLLOW for this one. | Brian Feldman | 1999-07-29 | 2 | -4/+4 |
* | Removed references to a nonexistent variable. This fixes building kernels | Bruce Evans | 1999-07-29 | 1 | -4/+1 |
* | Fix a typo. | Matthew N. Dodd | 1999-07-29 | 1 | -2/+2 |
* | Alter the behavior of sys/kern/subr_bus.c:device_print_child() | Matthew N. Dodd | 1999-07-29 | 2 | -14/+43 |
* | Add sysctl and support code to allow directories to be VMIO'd. The default | Alan Cox | 1999-07-26 | 7 | -16/+19 |
* | On FPU exceptions, pass a useful error code (one of the FPE_... | Martin Cracauer | 1999-07-25 | 1 | -4/+4 |
* | Oops, the previous commit only worked in the one case it was tested for. | Bruce Evans | 1999-07-24 | 2 | -4/+6 |
* | - Correctly initialize cn_dev_t and cn_udev_t. | Kazutaka YOKOTA | 1999-07-24 | 1 | -4/+7 |
* | This makes the in kernel printf routines conform to the documented | Doug Rabson | 1999-07-24 | 2 | -19/+32 |
* | Fix the following problem: | Alan Cox | 1999-07-21 | 1 | -1/+3 |
* | Fix a REALLY embarrassing mistake. Don't look; I warned you. | Brian Feldman | 1999-07-20 | 1 | -2/+2 |
* | Make a dev2budev() function, and use it. This refixes pstat (working, broken, | Brian Feldman | 1999-07-20 | 2 | -6/+12 |
* | dev2udev() returns a CDEV udev_t, but we use block io in savecore. Savecore | Brian Feldman | 1999-07-20 | 1 | -2/+5 |
* | Now a dev_t is a pointer to struct specinfo which is shared by all specdev | Poul-Henning Kamp | 1999-07-20 | 3 | -127/+127 |
* | add debug.sizeof.specinfo | Poul-Henning Kamp | 1999-07-20 | 1 | -1/+5 |
* | Implement an all-CPU shootdown-style rendezvous facility. This allows | Mike Smith | 1999-07-20 | 1 | -1/+85 |
* | [click] Now all dev_t's in the kernel have their char device major. | Poul-Henning Kamp | 1999-07-19 | 3 | -22/+14 |
* | Add sysctl tree debug.sizeof to tell us how big things are. First two | Poul-Henning Kamp | 1999-07-19 | 1 | -1/+10 |
* | Added a sysctl "kern.timecounter.hardware" for selecting the hardware | Bruce Evans | 1999-07-18 | 2 | -12/+82 |
* | Introduce the vn_todev(struct vnode*) function, which returns the dev_t | Poul-Henning Kamp | 1999-07-18 | 2 | -2/+26 |
* | Reset SA_NOCLDWAIT on exec(). | Peter Wemm | 1999-07-18 | 1 | -1/+5 |
* | Remove four no-op casts. | John Polstra | 1999-07-18 | 2 | -10/+10 |
* | Centralize dumpdev handling. | Poul-Henning Kamp | 1999-07-17 | 1 | -4/+57 |