| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert DEVFS hooks in (most) drivers to make_dev(). | phk | 1999-08-23 | 8 | -143/+38 |
* | Use devtoname() to print dev_t's instead of casting them to long or u_long | bde | 1999-08-23 | 1 | -3/+3 |
* | Fix a mistake in my last SA_SIGINFO commit. Processes could block | cracauer | 1999-08-23 | 1 | -2/+2 |
* | Go back to using microtime() to get the timestamps for {f,l,}utimes(path, | jdp | 1999-08-22 | 2 | -4/+6 |
* | 1) Add HEADER section. Similar to CODE. | n_hibma | 1999-08-22 | 1 | -41/+58 |
* | Use the new vfs_timestamp() function to create the timestamps used | jdp | 1999-08-22 | 2 | -86/+92 |
* | Support full-precision file timestamps. Until now, only the seconds | jdp | 1999-08-22 | 2 | -2/+86 |
* | Use more compiler friendly test for overflow. | phk | 1999-08-21 | 1 | -3/+3 |
* | Detect if the the offset used to read from a raw device loose bits | phk | 1999-08-21 | 1 | -2/+8 |
* | Implement a new generic mechanism for attaching handler functions to | msmith | 1999-08-21 | 3 | -138/+201 |
* | First small steps at merging DEVFS and PHK's Dev_t stuff. | julian | 1999-08-20 | 3 | -29/+32 |
* | Change the name of the static variable 'files' to 'linker_files' in | grog | 1999-08-20 | 1 | -14/+14 |
* | Fix a typo and a bug. | peter | 1999-08-19 | 1 | -10/+12 |
* | Don't initialize run queues here, do it all in one place. | peter | 1999-08-19 | 1 | -22/+2 |
* | Run queue heads have moved to TAILQ's. | peter | 1999-08-19 | 1 | -5/+1 |
* | Extract the next runnable process selection out of cpu_switch() into a | peter | 1999-08-19 | 1 | -0/+204 |
* | Remove redundant spaces in the whole line, not only the first occurrence. | n_hibma | 1999-08-18 | 1 | -3/+3 |
* | Devfs isn't quite dead yet... Add back devfs support to ptys.. | julian | 1999-08-17 | 1 | -1/+36 |
* | Welcome devtoname(), to most likely be used when printing information | billf | 1999-08-17 | 1 | -1/+8 |
* | Change calling of chained event handler from always after | n_hibma | 1999-08-16 | 1 | -3/+7 |
* | expand_name: | billf | 1999-08-16 | 1 | -5/+5 |
* | Introduce lminor(dev_t dev), which returns a linear minor number, | phk | 1999-08-15 | 1 | -1/+12 |
* | Fix potential overflow, remove unnecessary bzero. | alfred | 1999-08-14 | 1 | -12/+11 |
* | add debugging message in unregister_method | n_hibma | 1999-08-14 | 1 | -1/+2 |
* | Minor spelling glitch | n_hibma | 1999-08-14 | 1 | -2/+2 |
* | Spring cleaning around strategy and disklabels/slices: | phk | 1999-08-14 | 6 | -94/+49 |
* | Grrrr. Fix a really lame bug that I tripped over while testing my miibus | wpaul | 1999-08-14 | 1 | -2/+2 |
* | oops: Add missing include. | phk | 1999-08-13 | 1 | -1/+2 |
* | Move the special-casing of stat(2)->st_blksize for device files | phk | 1999-08-13 | 1 | -2/+15 |
* | Register our dev_t with make_dev | phk | 1999-08-13 | 1 | -13/+2 |
* | The bdevsw() and cdevsw() are now identical, so kill the former. | phk | 1999-08-13 | 4 | -18/+14 |
* | s/v_specinfo/v_rdev/ | phk | 1999-08-13 | 3 | -10/+10 |
* | Replace a redundant vfs_object_create() call (already done in vn_open) | alfred | 1999-08-12 | 2 | -6/+8 |
* | Make subr_bus.c actually compile with -DBUS_DEBUG | peter | 1999-08-11 | 1 | -6/+6 |
* | Add CPT_NOA, LIBCOMPAT, NODEF, NOARGS, NOPROTO, and NOIMPL to the commented | nik | 1999-08-11 | 1 | -2/+3 |
* | Zap some stray references to DRIVER_TYPE_foo in the BUS_DEBUG case, as | peter | 1999-08-11 | 1 | -12/+3 |
* | Stop profiling on exec. | imp | 1999-08-11 | 1 | -1/+4 |
* | When doing a dump, if ENODEV is returned explain what happened to the user, | alfred | 1999-08-11 | 1 | -3/+13 |
* | make alpha compile again. | phk | 1999-08-09 | 1 | -2/+2 |
* | Merge the cons.c and cons.h to the best of my ability. alpha may or | phk | 1999-08-09 | 4 | -18/+11 |
* | Enable ttymalloc(). | phk | 1999-08-08 | 1 | -9/+6 |
* | Add new sysctl "kern.ttys" which return all the struct tty's which have | phk | 1999-08-08 | 2 | -2/+35 |
* | Make the pty driver as close to a cloning device as we can get for now, | phk | 1999-08-08 | 1 | -99/+62 |
* | Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, | phk | 1999-08-08 | 6 | -17/+31 |
* | cdevsw_remove: place correct value in bmaj2cmaj. This had caused | grog | 1999-08-08 | 1 | -2/+2 |
* | Make long longs ("%ll" format) work. | green | 1999-08-07 | 1 | -2/+6 |
* | Re-commit these files after updating syscalls.master (in the proper order | jkh | 1999-08-05 | 2 | -2/+2 |
* | Move syscall 180 back to where it was before and fix the | jkh | 1999-08-05 | 1 | -3/+3 |
* | Reserve a syscall for the arla folks. I'm assuming that since syscalls.c | jkh | 1999-08-04 | 3 | -2/+5 |
* | Fix fd race conditions (during shared fd table usage.) Badfileops is | green | 1999-08-04 | 7 | -33/+92 |