summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-084-33/+116
* commit these files after updating syscalls.master.jkh1999-08-054-4/+4
* More committage for the arla pioctl syscall.jkh1999-08-052-1/+2
* Fix fd race conditions (during shared fd table usage.) Badfileops isgreen1999-08-041-1/+2
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-291-2/+4
* Add sysctl and support code to allow directories to be VMIO'd. The defaultalc1999-07-261-1/+15
* This makes the in kernel printf routines conform to the documenteddfr1999-07-243-10/+10
* atomic.h:alc1999-07-231-1/+2
* Make a dev2budev() function, and use it. This refixes pstat (working, broken,green1999-07-201-1/+2
* Now a dev_t is a pointer to struct specinfo which is shared by all specdevphk1999-07-205-11/+18
* Implement an all-CPU shootdown-style rendezvous facility. This allowsmsmith1999-07-201-1/+6
* Added a sysctl "kern.timecounter.hardware" for selecting the hardwarebde1999-07-182-8/+16
* Introduce the vn_todev(struct vnode*) function, which returns the dev_tphk1999-07-181-1/+2
* Remove a duplicate comment.jdp1999-07-181-7/+1
* Centralize dumpdev handling.phk1999-07-171-2/+1
* Add a field to struct swdevt to avoid a bogus udev2dev() call.phk1999-07-172-4/+6
* I have not one single time remembered the name of this function correctlyphk1999-07-171-2/+2
* Improve Logitech MouseMan+ protocol support.yokota1999-07-121-1/+4
* Fix a dev_t/udev_t issue with accounting. lastcomm now shows thephk1999-07-101-2/+9
* bufhashinit() is called with a caddr_t and is expected to return thepeter1999-07-092-4/+4
* These changes appear to give us benefits with both small (32MB) andmckusick1999-07-082-28/+8
* Reinstate the previous fix for the broken export of a dev_t in sw_dev, convertmsmith1999-07-072-4/+4
* Back out previous commit. It was wrong, and caused panics.green1999-07-072-2/+2
* swdevt should contain a udev_t not a devt. This resulted in bogusmsmith1999-07-062-4/+4
* Backout the previous change. Claimed to break compatibility withn_hibma1999-07-061-1/+1
* Implement SA_SIGINFO for i386. Thanks to Bruce Evans for much morecracauer1999-07-063-35/+120
* A couple of new macros to make implementing tunable values slightly easier.msmith1999-07-051-1/+21
* fix DEV_MODULE, I overlooked this one in my last commitphk1999-07-042-4/+4
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.phk1999-07-043-13/+5
* The buffer queue mechanism has been reformulated. Instead of havingmckusick1999-07-044-13/+14
* Improve compatibility with other systems by changing the defaultimp1999-07-031-1/+10
* Remove bogus argument to LIST_HEAD_INITIALIZERn_hibma1999-07-031-2/+2
* Prototype for alpha_fix_srm_checksum().peter1999-07-013-3/+12
* Slight reorganization of kernel thread/process creation. Instead of usingpeter1999-07-013-61/+60
* Slight tweak to fork1() calling conventions. Add a third argument sopeter1999-06-301-4/+2
* Hopefully fix the remaining glitches with the BUF_*() changes. This shouldpeter1999-06-292-22/+4
* make va_fsid be of type udev_tphk1999-06-281-2/+2
* Move struct prochd out of #ifdef KERNEL so the Alpha genassym can getpeter1999-06-281-5/+6
* The BUF_*() routines must be internally splbio() protected otherwise theypeter1999-06-272-16/+74
* Make SMP work again. lockmgr() needed to be told to free the buftimelockpeter1999-06-272-2/+6
* Quick fix to make libcam compile.. I don't know about the rest of worldpeter1999-06-262-2/+14
* ABS_SET() and BSS_SET() are no longer used. The sole remaining user ofpeter1999-06-261-5/+1
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-264-12/+174
* Add function cdevsw_remove, the opposite of cdevsw_add: remove angrog1999-06-252-2/+4
* The second phase of syscons reorganization.yokota1999-06-224-8/+907
* Bump the __FreeBSD_version number now that libc_r contains a wrapperjb1999-06-201-2/+2
* Add a new interface ioctl, to return "aux status".phk1999-06-191-1/+3
* Reviewed by: the cast of thousandsgreen1999-06-172-4/+4
* Make sure syscall arguments properly aligned in ktrace records.dt1999-06-161-5/+6
* Get rid of the global variable rushjob and replace it with a function inmckusick1999-06-151-3/+6
OpenPOWER on IntegriCloud