summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Added macros CROSSJUMP(), CROSSJUMP_LABEL() and GPROF_RET. These willbde1996-10-162-52/+60
* Allow the utimes call to work on devfs nodes.julian1996-10-161-3/+2
* Prepare kernel to take advantage of "branded" ELF binaries.sos1996-10-165-68/+102
* Add support for embedded operation withou consolejulian1996-10-164-19/+53
* Corrected the setting of winsize on open().sos1996-10-153-15/+30
* Preserve file flags in accept(2).wollman1996-10-151-2/+4
* Updated #includes to 4.4lite style.bde1996-10-1516-33/+36
* Removed nested include of <sys/proc.h> from <vm/vm_object.h> and fixedbde1996-10-153-6/+6
* Forward-declared `struct route' for the KERNEL case so that <net/route.h>bde1996-10-151-5/+7
* Synchronized with biosboot/Makefile:bde1996-10-151-6/+8
* Move much of the machine dependent code from vm_glue.c intodyson1996-10-157-126/+404
* Fixed setting of the keyboard LEDs. For some keyboards and/or keyboardbde1996-10-141-11/+69
* Change the boot-time menu.jkh1996-10-141-29/+92
* Expose the control mechanism for serial console boot so that the defaultpst1996-10-142-12/+34
* Fixed a bug that got introduced when I changed the CY16_RESET anddg1996-10-143-9/+9
* Make this compile again for the CyDebug case.dg1996-10-143-18/+21
* pci_map_mem() did a too restrictive check on the mapping type:se1996-10-142-4/+8
* Oops, PROBE_KEYBOARD_LOCK wasn't supposed to be enabled by default.bde1996-10-141-4/+3
* Move the initialization of np->ns_sync and ns_async out of ncr_getclock(),se1996-10-141-4/+4
* Remove some old compatibility names.phk1996-10-132-10/+2
* Stop using old compatibility names from buf.hphk1996-10-131-3/+3
* Remove a stale comment.phk1996-10-131-2/+1
* Pmap_resident_count was mistakenly removed from pmap.h, therebydyson1996-10-132-0/+4
* Minor optimization for final rundown of a pmap.dyson1996-10-132-2/+12
* Change DEVFS device naming convention for cuac*, ttyc*.dg1996-10-133-21/+39
* Changes to add support for the PCI version of the Cyclades Cyclom-Ydg1996-10-139-409/+811
* Fixed lblktosize(). It overflowed at 2G. This bug only affectedbde1996-10-121-4/+7
* Undo a mistaken change from splhigh to splvm. Subr_rlist has beendyson1996-10-121-4/+4
* Performance optimizations. One of which was meant to go in before thedyson1996-10-127-249/+103
* Cleaned up:bde1996-10-124-42/+30
* Removed __pure's and __pure2's. __pure is a no-op for recent versionsbde1996-10-122-10/+7
* Removed nested include if <sys/socket.h> from <net/if.h> andbde1996-10-1211-15/+20
* Log the interface name which received the packet.alex1996-10-121-8/+9
* Staticized `nfs_dwrite'.bde1996-10-122-4/+4
* Staticized. Things exported by linker sets should always be static.bde1996-10-122-4/+4
* Fix previous commit: The INB/OUTB macros require np->vaddr to bese1996-10-121-10/+10
* Moved declarations of tsleep() and wakeup() from proc.h to systm.h sobde1996-10-122-4/+9
* Removed verbose comment about `securelevel'. It just duplicated partbde1996-10-121-29/+2
* reads and writes to devices update m and a timesjulian1996-10-121-3/+9
* Improve support of SCSI cards based on the 53c860 and 53c875.se1996-10-112-67/+124
* Fix two bugs I accidently put into the syn code at the last minutepst1996-10-114-28/+40
* Add primitive link MIB support.wollman1996-10-111-1/+3
* Implement the RFC 1650 MIB.wollman1996-10-112-12/+128
* Yikes! This must have fallen in with a mass-commit by mistake.jkh1996-10-111-2/+2
* This fixes a problem with the nfs socket handling code which happensdfr1996-10-115-20/+74
* Mostly some fixes from bde to start support for ASYNC I/O (SIGIO).dyson1996-10-111-11/+19
* Added a bdev and cdev for "geometry disk", my generic disk geometry subsystem.phk1996-10-102-4/+6
* Implement the 802.3 MIB in a way that uses the generic interfacewollman1996-10-102-6/+34
* Don't include "opt_cpu.h" in <machine/clock.h>, since this breaks lkm's.bde1996-10-105-9/+11
* Added missing include of "opt_cpu.h". I missed it because PERFMONbde1996-10-101-1/+3
OpenPOWER on IntegriCloud