summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed name of /dev/fs/klog (it's not "log").bde1996-03-271-3/+4
* Fixed permissions of /devfs/lkm.bde1996-03-271-3/+4
* Fixed the unit numbers of the devfs `fd' devices.bde1996-03-271-12/+16
* Moved the initialization of the devfs devices to after the initializationbde1996-03-273-21/+27
* Fixed name of /dev/speaker (it's not spkr).bde1996-03-272-8/+8
* Fixed permissions of /devfs/*random.bde1996-03-274-22/+34
* Fixed mode of /devfs/console.bde1996-03-272-20/+8
* Fixed group of disk devices (was wheel or games, now operator).bde1996-03-277-71/+98
* The recently introduced sv_sendsig entry of the sysentvec structureswallace1996-03-271-2/+3
* Define magic uids and gids for use in devfs_add_devsw[f]().bde1996-03-271-1/+13
* In tcp_respond(), check that ro->ro_rt is non-null before RTFREEingwollman1996-03-272-4/+4
* Print stack pointer and frame pointer in trap messages.bde1996-03-273-18/+51
* Eliminated dependency on opt_sysvipc.h.bde1996-03-272-12/+2
* Removed vestiges of dummy frame at top of tmpstk.bde1996-03-273-42/+48
* Fixed traceback for the following cases:bde1996-03-272-44/+100
* Make type compatible with Lite2.hsu1996-03-271-2/+2
* Add support for Pentium and Pentium Pro performance counters.wollman1996-03-2612-12/+720
* Make rip_input() take the header lengthfenner1996-03-266-29/+20
* Add missing splx(s) in IP_MULTICAST_IFfenner1996-03-261-1/+2
* Change how mirror writes are handled, according to the discussion on theasami1996-03-262-18/+78
* Submitted by: "Marc G. Fournier" <scrappy@ki.net>julian1996-03-251-7/+8
* Slight modification of RTO floor calculation.wollman1996-03-252-4/+4
* Check the validity of ia->ia_ifp before we dereference it.phk1996-03-251-2/+2
* Bill Fenner <fenner@parc.xerox.com> comes up with a better fix to thejkh1996-03-251-4/+5
* Various pipe error return fixes, and a significant typeo fix. Fromdyson1996-03-251-9/+15
OpenPOWER on IntegriCloud