summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix bug where a struct buf was free()'d back to the system malloc pool.dg1997-12-161-4/+3
* Don't use PG_N if EPSON PC-486HX/HG/HA (PC-9801 compatible) arekato1997-12-162-2/+42
* Convert SUIDDIR fully to a new-style option.eivind1997-12-154-3/+6
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.eivind1997-12-1525-27/+66
* Sync with sys/i386/i386/microtime.s revision 1.35.kato1997-12-151-1/+3
* As described by the submitter:msmith1997-12-154-2/+140
* Fix a recursive kernel_map lock problem in vm_zone allocator.dyson1997-12-151-19/+23
* Add support for poll(2) on files. vop_nopoll() now returns POLLNVALwollman1997-12-159-19/+291
* Consult sa_len before trampling it with MSG_COMPAT set.msmith1997-12-151-3/+4
* Add support for low resolution SMP kernel profiling.tegge1997-12-1517-28/+115
* Don't forward hardclock or statclock to stopped cpus. Disable forwardingtegge1997-12-157-70/+119
* Explicitly use the _IOC macro directly. This changes the ioctl commandsef1997-12-151-5/+5
* Make gzipped dynamically linked executables work again. There wasjdp1997-12-141-4/+4
* Sync with sys/i386/i386/machdep.c revision 1.279.kato1997-12-142-2/+18
* Sync with sys/i386/conf/files.i386 revision 1.182.kato1997-12-142-2/+14
* Slight improvement to the vm_zone stats output. Also, some other superficialdyson1997-12-142-5/+11
* As described by the submitter:msmith1997-12-142-4/+294
* As described by the submitter:msmith1997-12-141-5/+6
* After one of my analysis passes to evaluate methods for SMP TLB mgmt, Idyson1997-12-1414-42/+241
* Allow slow SCSI CDROMs more time to start up.jraynard1997-12-141-1/+13
* Bring in NetBSD compatible & augmented RCSID/COPYRIGHT macrospst1997-12-131-1/+16
* Fixed EOF handing.bde1997-12-132-16/+4
* Restored fifo_pathconf() from rev.1.32. vop_stdpathconf() is toobde1997-12-132-4/+64
* Restored ufs_pathconf() from rev.1.61. vop_stdpathconf() is toobde1997-12-131-2/+41
* Change the ioctls for procfs around a bit; in particular, whever possible,sef1997-12-133-12/+15
* Add needed #include.tegge1997-12-127-7/+28
* Fix(?) some style consistancy breakage and do some other nit-picking onpeter1997-12-121-25/+22
* I've been using these tweaks to enable the sound driver to talk to thepeter1997-12-129-12/+50
* We have had support for running the kernel daemons as threads fordyson1997-12-125-12/+44
* Fix a problem with procfs_exit() that resulted in missing some procfssef1997-12-124-46/+54
* Fix the prototype for swapout_procs();dyson1997-12-111-2/+3
* Sync with sys/i386/conf/files.i386, majors.i386 and options.i386kato1997-12-105-11/+8
* Quiet some lint.dyson1997-12-101-5/+5
* eliminated a previously unnoticde compile warning about use ofjamil1997-12-091-2/+2
* the alog.c file respectively, added in wrong order by accidentjamil1997-12-091-0/+665
* add entry in LINT for alog driverjamil1997-12-095-5/+13
* Sync with sys/i386/isa/mse.c and syscons.c revisions 1.36 and 1.242,kato1997-12-092-69/+643
* Remove obsolete psm driver options: PSM_ACCEL, PSM_EMULATION,yokota1997-12-092-8/+2
* Sync with sys/i386/i386/userconfig.c revision 1.98.kato1997-12-091-2/+3
* adding alogio.h to system include filesjamil1997-12-091-0/+61
* Added major 86 for the alog driver.jamil1997-12-092-2/+4
* Code to prevent a panic caused by procfs_exit(). Note that i don't knowsef1997-12-092-6/+22
* The improvements to clock statistics by Tor Eggefsmp1997-12-0815-15/+2319
* The improvements to clock statistics by Tor Eggefsmp1997-12-085-14/+460
* A couple of fixes from bruce: first of all, psignal is a void (stupidsef1997-12-083-8/+8
* Removed the annoying "apic_ipi might be stuck" message.fsmp1997-12-081-1/+14
* add process id to tmp files... this prevents two runs from stompingjmg1997-12-081-7/+7
* Correct prototypes to match POSIX. Correct return code for aio_cancel.dyson1997-12-082-9/+9
* Use at_exit() to invoke procfs_exit() instead of calling it directly.sef1997-12-085-18/+27
* Various of the ISP users have commented that the 1.41 version of thedyson1997-12-082-230/+38
OpenPOWER on IntegriCloud