summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Reword two comments.alex1996-10-191-3/+3
* Kill unnecessary test in coredump() that wasn't removed in rev 1.19dg1996-10-191-9/+2
* Changed mouse functionality a bit, now the pointer disappears ifsos1996-10-186-51/+117
* ns_nettype should be declared, not externed.jkh1996-10-181-2/+2
* Add back line for options NS, though commented out for now untiljkh1996-10-183-3/+6
* Just because something doesn't make sense doesn't mean it should be illegal..julian1996-10-171-2/+1
* DKFL_MULTI lives in flags, not in status.phk1996-10-171-2/+2
* Improved non-statistical (GUPROF) profiling:bde1996-10-1711-166/+597
* Bring back netns so that Netcon can take over support for it, as agreed.jkh1996-10-1721-0/+6021
* I'm not sure why, but Netcon's TFS filesystem code doesn't want tojkh1996-10-172-10/+18
* Added missing extern declaration of timer_freq.bde1996-10-172-16/+14
* Netcon's changes for their extended NS support. This only effectsjkh1996-10-171-11/+72
* Some very small changes to support Netcon's TFS filesystem.jkh1996-10-172-5/+7
* This patch attempts to make the pccard probe in if_ed.c work withnate1996-10-172-192/+48
* Fix a problem that could cause msync (or many other things) to deadlock.dyson1996-10-171-44/+40
* Make processes waken up eligible for immediate swap-in.dyson1996-10-173-6/+16
* Clean up the rundown of the object backing a vnode. This should fixdyson1996-10-174-6/+31
* actually impliment permissions for teh chown/chmod/etc functionsjulian1996-10-161-31/+88
* Oops forgot to remove a debug printf.sos1996-10-161-2/+2
* Fixed miscounting for non-statistical (GUPROF) profiling:bde1996-10-163-36/+48
* 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
OpenPOWER on IntegriCloud