summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Add sysctl and support code to allow directories to be VMIO'd. The defaultalc1999-07-267-16/+19
* On FPU exceptions, pass a useful error code (one of the FPE_...cracauer1999-07-251-4/+4
* Oops, the previous commit only worked in the one case it was tested for.bde1999-07-242-4/+6
* - Correctly initialize cn_dev_t and cn_udev_t.yokota1999-07-241-4/+7
* This makes the in kernel printf routines conform to the documenteddfr1999-07-242-19/+32
* Fix the following problem:alc1999-07-211-1/+3
* Fix a REALLY embarrassing mistake. Don't look; I warned you.green1999-07-201-2/+2
* Make a dev2budev() function, and use it. This refixes pstat (working, broken,green1999-07-202-6/+12
* dev2udev() returns a CDEV udev_t, but we use block io in savecore. Savecoregreen1999-07-201-2/+5
* Now a dev_t is a pointer to struct specinfo which is shared by all specdevphk1999-07-203-127/+127
* add debug.sizeof.specinfophk1999-07-201-1/+5
* Implement an all-CPU shootdown-style rendezvous facility. This allowsmsmith1999-07-201-1/+85
* [click] Now all dev_t's in the kernel have their char device major.phk1999-07-193-22/+14
* Add sysctl tree debug.sizeof to tell us how big things are. First twophk1999-07-191-1/+10
* Added a sysctl "kern.timecounter.hardware" for selecting the hardwarebde1999-07-182-12/+82
* Introduce the vn_todev(struct vnode*) function, which returns the dev_tphk1999-07-182-2/+26
* Reset SA_NOCLDWAIT on exec().peter1999-07-181-1/+5
* Remove four no-op casts.jdp1999-07-182-10/+10
* Centralize dumpdev handling.phk1999-07-171-4/+57
* Reverse the sense of a test, dev2udev() will be much cheaper thanphk1999-07-171-3/+3
* Use 256 as magic in bmaj2cmaj[]. Treat BLK/CHR dev_t more correctly.phk1999-07-171-6/+14
* Fix 2nd arg to udev2dev().phk1999-07-172-4/+4
* I have not one single time remembered the name of this function correctlyphk1999-07-173-11/+11
* Oops, missed out one chunk of the last patch. (*blush*)peter1999-07-141-2/+2
* Correct a couple of spelling errors in comments.kris1999-07-122-6/+6
* Add a hook for a bus to detect child devices which didn't find drivers.dfr1999-07-112-2/+14
* Fixes for a couple of problems in last commit:peter1999-07-101-8/+8
* Fix a dev_t/udev_t issue with accounting. lastcomm now shows thephk1999-07-101-3/+3
* Fix the previous warning a different way since the emul_path exposure waspeter1999-07-091-7/+5
* Minor tweak - don't cause a warning.peter1999-07-091-2/+3
* Implement the %q prefix for the integer types. Note that egcs on thepeter1999-07-091-17/+81
* bufhashinit() is called with a caddr_t and is expected to return thepeter1999-07-091-3/+3
* Implement support for hardware debug registers on the i386.jlemon1999-07-091-1/+33
* Condition in KASSERT was reversed.mckusick1999-07-081-2/+2
* These changes appear to give us benefits with both small (32MB) andmckusick1999-07-086-188/+237
* Implement SA_SIGINFO for i386. Thanks to Bruce Evans for much morecracauer1999-07-061-8/+22
* Also try to load the interpreter without prepending "emul_path". This allowsmarcel1999-07-051-7/+11
* Move the initialisation/tuning of nmbclusters from param.c/machdep.cmsmith1999-07-055-32/+47
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.phk1999-07-041-15/+1
* Fixed corruption of the "blocked" list in lf_setlock() when tsleep()bde1999-07-041-17/+20
* The vfs.write_behind sysctl and related code support has been added tomckusick1999-07-041-3/+40
* The buffer queue mechanism has been reformulated. Instead of havingmckusick1999-07-043-218/+365
* Stop rfork(0) from panicing. (oops!!)peter1999-07-031-2/+3
* Fix warnings in last commit (dev_t is not an int, and not even intpeter1999-07-032-6/+6
* Be more informative and try to ask the user in some instances if we can'tphk1999-07-032-6/+6
* Warn about drivers which take over other drivers cdevsw entries, but stillphk1999-07-031-2/+12
* Make sure that stat(2) and friends always return a valid st_dev field.phk1999-07-023-10/+15
* Fix a warning - the code is correct but gcc can't tell.peter1999-07-011-1/+2
* Moving the initialization for write sooner quiets a warning.peter1999-07-011-2/+2
* Quiet warnings on an Alpha. CBSIZE has long type and causes the otherpeter1999-07-012-6/+10
OpenPOWER on IntegriCloud