| Commit message (Expand) | Author | Age | Files | Lines |
* | Add sysctl and support code to allow directories to be VMIO'd. The default | alc | 1999-07-26 | 7 | -16/+19 |
* | On FPU exceptions, pass a useful error code (one of the FPE_... | cracauer | 1999-07-25 | 1 | -4/+4 |
* | Oops, the previous commit only worked in the one case it was tested for. | bde | 1999-07-24 | 2 | -4/+6 |
* | - Correctly initialize cn_dev_t and cn_udev_t. | yokota | 1999-07-24 | 1 | -4/+7 |
* | This makes the in kernel printf routines conform to the documented | dfr | 1999-07-24 | 2 | -19/+32 |
* | Fix the following problem: | alc | 1999-07-21 | 1 | -1/+3 |
* | Fix a REALLY embarrassing mistake. Don't look; I warned you. | green | 1999-07-20 | 1 | -2/+2 |
* | Make a dev2budev() function, and use it. This refixes pstat (working, broken, | green | 1999-07-20 | 2 | -6/+12 |
* | dev2udev() returns a CDEV udev_t, but we use block io in savecore. Savecore | green | 1999-07-20 | 1 | -2/+5 |
* | Now a dev_t is a pointer to struct specinfo which is shared by all specdev | phk | 1999-07-20 | 3 | -127/+127 |
* | add debug.sizeof.specinfo | phk | 1999-07-20 | 1 | -1/+5 |
* | Implement an all-CPU shootdown-style rendezvous facility. This allows | msmith | 1999-07-20 | 1 | -1/+85 |
* | [click] Now all dev_t's in the kernel have their char device major. | phk | 1999-07-19 | 3 | -22/+14 |
* | Add sysctl tree debug.sizeof to tell us how big things are. First two | phk | 1999-07-19 | 1 | -1/+10 |
* | Added a sysctl "kern.timecounter.hardware" for selecting the hardware | bde | 1999-07-18 | 2 | -12/+82 |
* | Introduce the vn_todev(struct vnode*) function, which returns the dev_t | phk | 1999-07-18 | 2 | -2/+26 |
* | Reset SA_NOCLDWAIT on exec(). | peter | 1999-07-18 | 1 | -1/+5 |
* | Remove four no-op casts. | jdp | 1999-07-18 | 2 | -10/+10 |
* | Centralize dumpdev handling. | phk | 1999-07-17 | 1 | -4/+57 |
* | Reverse the sense of a test, dev2udev() will be much cheaper than | phk | 1999-07-17 | 1 | -3/+3 |
* | Use 256 as magic in bmaj2cmaj[]. Treat BLK/CHR dev_t more correctly. | phk | 1999-07-17 | 1 | -6/+14 |
* | Fix 2nd arg to udev2dev(). | phk | 1999-07-17 | 2 | -4/+4 |
* | I have not one single time remembered the name of this function correctly | phk | 1999-07-17 | 3 | -11/+11 |
* | Oops, missed out one chunk of the last patch. (*blush*) | peter | 1999-07-14 | 1 | -2/+2 |
* | Correct a couple of spelling errors in comments. | kris | 1999-07-12 | 2 | -6/+6 |
* | Add a hook for a bus to detect child devices which didn't find drivers. | dfr | 1999-07-11 | 2 | -2/+14 |
* | Fixes for a couple of problems in last commit: | peter | 1999-07-10 | 1 | -8/+8 |
* | Fix a dev_t/udev_t issue with accounting. lastcomm now shows the | phk | 1999-07-10 | 1 | -3/+3 |
* | Fix the previous warning a different way since the emul_path exposure was | peter | 1999-07-09 | 1 | -7/+5 |
* | Minor tweak - don't cause a warning. | peter | 1999-07-09 | 1 | -2/+3 |
* | Implement the %q prefix for the integer types. Note that egcs on the | peter | 1999-07-09 | 1 | -17/+81 |
* | bufhashinit() is called with a caddr_t and is expected to return the | peter | 1999-07-09 | 1 | -3/+3 |
* | Implement support for hardware debug registers on the i386. | jlemon | 1999-07-09 | 1 | -1/+33 |
* | Condition in KASSERT was reversed. | mckusick | 1999-07-08 | 1 | -2/+2 |
* | These changes appear to give us benefits with both small (32MB) and | mckusick | 1999-07-08 | 6 | -188/+237 |
* | Implement SA_SIGINFO for i386. Thanks to Bruce Evans for much more | cracauer | 1999-07-06 | 1 | -8/+22 |
* | Also try to load the interpreter without prepending "emul_path". This allows | marcel | 1999-07-05 | 1 | -7/+11 |
* | Move the initialisation/tuning of nmbclusters from param.c/machdep.c | msmith | 1999-07-05 | 5 | -32/+47 |
* | Remove cmaj and bmaj args from DEV_DRIVER_MODULE. | phk | 1999-07-04 | 1 | -15/+1 |
* | Fixed corruption of the "blocked" list in lf_setlock() when tsleep() | bde | 1999-07-04 | 1 | -17/+20 |
* | The vfs.write_behind sysctl and related code support has been added to | mckusick | 1999-07-04 | 1 | -3/+40 |
* | The buffer queue mechanism has been reformulated. Instead of having | mckusick | 1999-07-04 | 3 | -218/+365 |
* | Stop rfork(0) from panicing. (oops!!) | peter | 1999-07-03 | 1 | -2/+3 |
* | Fix warnings in last commit (dev_t is not an int, and not even int | peter | 1999-07-03 | 2 | -6/+6 |
* | Be more informative and try to ask the user in some instances if we can't | phk | 1999-07-03 | 2 | -6/+6 |
* | Warn about drivers which take over other drivers cdevsw entries, but still | phk | 1999-07-03 | 1 | -2/+12 |
* | Make sure that stat(2) and friends always return a valid st_dev field. | phk | 1999-07-02 | 3 | -10/+15 |
* | Fix a warning - the code is correct but gcc can't tell. | peter | 1999-07-01 | 1 | -1/+2 |
* | Moving the initialization for write sooner quiets a warning. | peter | 1999-07-01 | 1 | -2/+2 |
* | Quiet warnings on an Alpha. CBSIZE has long type and causes the other | peter | 1999-07-01 | 2 | -6/+10 |