summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Correct the handling of NOCLDSTOP when using sigvec()peter1996-03-301-12/+24
* Add a SV_NODEFER and SV_RESETHAND #define, after Bruce pointed out thatpeter1996-03-302-2/+6
* re-add the ps_signodefer. The interaction between SA_NODEFER and thepeter1996-03-301-1/+2
* Because of the way that ptrace() now calls procfs routines to read/writepeter1996-03-301-2/+16
* When doing a 'make depend', dont blow away the existing .depend untilpeter1996-03-303-15/+21
* There is no need to zero out the TSC when configuring a counter,wollman1996-03-291-14/+3
* Count PCI irqs in up to 4 ISAish counters named `pci irqnn' instead ofbde1996-03-296-18/+180
* Fixed the type of sv_sendsig. The `code' arg to signal handlers is nowbde1996-03-291-8/+6
* Parenthesized macros.bde1996-03-292-14/+14
* Added necessary quotes (${CPP} might have spaces in it). Removedbde1996-03-293-9/+9
* Added newlines and punctuation.bde1996-03-291-7/+11
* Removed references to nonexistent files.bde1996-03-292-8/+2
* Removed never-used files.bde1996-03-292-278/+0
* Fixed reference counting related to relookup(). relookup() mustbde1996-03-291-3/+11
* Fixed devfs group and permissions of some more disk devices.bde1996-03-291-7/+12
* Fixed devfs group of some more disk devices.bde1996-03-291-8/+11
* Fixed group of some more disk devices.bde1996-03-293-27/+27
* Fixed missing quote in a devfs string.bde1996-03-292-4/+4
* Eliminate panic("rtfree") caused by double-freeing the routefenner1996-03-291-5/+6
* Change v_usecount & v_writecount from a short to an int. As shorts theydg1996-03-291-4/+4
* Revert to previous calculation of vm_object_cache_max: it simply worksdg1996-03-291-2/+2
* Fixed missing variable 'name' for DEVFS codescrappy1996-03-291-1/+4
* Sync up the Pentium implementation with the documentation.wollman1996-03-281-2/+2
* >Blush<. Use the correct opcode for the WRMSR instruction.wollman1996-03-282-4/+4
* Nit: according to the Harvard code, it is necessary to clear the timestampwollman1996-03-281-8/+19
* Teach the disassembler about the 0f,3x family of instructionswollman1996-03-282-104/+144
* A bug fix and a couple of new modes for the meteor driver.jkh1996-03-285-97/+187
* Implement ioctl's IBCS2_TCFLSH and IBCS2_TCXONC. Improve termios conversion.swallace1996-03-285-17/+96
* Back out change of log from being in /var/run to back in /devscrappy1996-03-281-2/+2
* Fixed a Typoscrappy1996-03-281-2/+2
* Undid last revision. It duplicated part of second last revision.bde1996-03-281-5/+1
* Removed an unused devfs variable again.bde1996-03-281-2/+2
* Undid the last 2 commits. Rev.1.43 reversed the changes in rev.1.42 andbde1996-03-282-8/+8
* devfs_add_devsw() -> devfs_add_devswf modificationsscrappy1996-03-281-1/+5
* syslog.h -> changed /dev/log to be /var/run/log (its a socket, not a device)scrappy1996-03-282-3/+8
* Using devfs_add_devswf() instead of devfs_add_devsw()scrappy1996-03-287-50/+43
* Added dev_linkf() function (dev_link() + printf-style arguments)scrappy1996-03-281-1/+54
* Switched from using devfs_add_devsw() to devfs_add_devswf()scrappy1996-03-285-50/+57
* Added DEVFS support to create ttyv* devicesscrappy1996-03-281-2/+19
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-2843-431/+342
* Reviewed by: julian@freebsd.orgscrappy1996-03-281-0/+1
* Remove a now unnecessary prototype from pmap.c. Also remove nowdyson1996-03-285-96/+5
* Significant code cleanup, and some performance improvement. Also,dyson1996-03-282-164/+268
* Add a function prototype for pmap_prefault.dyson1996-03-281-1/+3
* VM performance improvements, and reorder some operations in VM faultdyson1996-03-285-110/+124
* More map_simplify fixes from Alan Cox. This very significanly improves thedyson1996-03-281-29/+28
* A slightly-closer-to-working version that includes code appropriatewollman1996-03-271-33/+91
* Added drum device.bde1996-03-271-1/+12
* Fixed name of pt device (it has a unit number). devfs still only createsbde1996-03-271-7/+14
* Fixed ownerships of callout devices.bde1996-03-277-76/+81
OpenPOWER on IntegriCloud