summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1995-12-21from netbsd; use U suffix to gaurantee unsignednessTheo de Raadt
1995-12-21from netbsd; use __attribute__((packed)) if it is availableTheo de Raadt
1995-12-21from netbsd:Theo de Raadt
Use explicit integer sizes. Adjust constraints for GCC 2.7.2. parts by niklas
1995-12-21from netbsd:Theo de Raadt
Fix from Lite-2: when reloading the file system, save fs_maxcluster and the old summary structure pointers, and recalculate cluster per cyl. grp. information.
1995-12-21from netbsd; in swapin() do process queue removal at splstatclock instead of ↵Theo de Raadt
splhigh
1995-12-21from cgd; handle 64-bit pointers and longsTheo de Raadt
1995-12-21from netbsd; cpu_setstack() is depricatedTheo de Raadt
1995-12-21from netbsd; do not declare private copy of syscallargTheo de Raadt
1995-12-21pull in svr4_time.hTheo de Raadt
1995-12-19from netbsd:Theo de Raadt
Fixes for devices that don't support linked commands. (Paul Goyette)
1995-12-19from netbsd; disable interrupts at SYSMASK_ADDRTheo de Raadt
1995-12-19from fvdl; add msync(), readv() and writev()Theo de Raadt
1995-12-19from christos; add utime() and utimes()Theo de Raadt
1995-12-18enable multicast, so that multicast packets can flow through ppp links. idea ↵Theo de Raadt
from freebsd
1995-12-18from netbsdTheo de Raadt
1995-12-18cgtwo only exists on vmes; and thus only sun4 (we will deal withTheo de Raadt
the sun4/600 later)
1995-12-18fix fb_setsize() to set width/height for P4 frame buffersTheo de Raadt
now rconsole works on all P4 frame buffers
1995-12-18update from netbsdTheo de Raadt
1995-12-18Use 115200 for IIci's serial clock constant, too. Wierd that it ever workedbriggs
otherwise...
1995-12-17from netbsd; Correct PCLK valueTheo de Raadt
1995-12-17from netbsd:Theo de Raadt
Make an NMI activate the debugger. This only works on a TT and needs a small hardware patch. This makes it easier to debug drivers that hang on an ipl > splsoft.
1995-12-17add a missing \nTheo de Raadt
1995-12-17match correctly on pfourTheo de Raadt
1995-12-16Two changes are made in this checkin.Dale S. Rahn
The first is a change to force the console to stay 8N1, the configuration of the bug/prom during the first open to the device by init. The second is to not enable interupts until the port is opened. Previously receive and CD change interrutps were enabled at config time. If a character arrived before the port was opened for the first time, it would crash the system.
1995-12-16Declare emul_sunos so '040 cache flush will compile.briggs
1995-12-16{in,out}*() macros are already in pio.hTheo de Raadt
1995-12-16CFCR_* -> LCR_*Theo de Raadt
1995-12-16lofs is goneTheo de Raadt
1995-12-15from netbsd:Theo de Raadt
Change mips __warn_references() macro to use the ELF warning features in binutils 2.6 and (patched) gcc 2.7.2. Only works with gcc in ANSI C mode, for now.
1995-12-15u_int32_t instead of u_long for pixels, to match rcons changeTheo de Raadt
1995-12-15call doshutdownhooks() earlierTheo de Raadt
1995-12-15from ghudson; system now provides cookies, no need to fake themTheo de Raadt
1995-12-15new mapdev/()/mapiodev() calling convention uses "struct rom_reg *" to supplyTheo de Raadt
base plus an offset new dvma routines
1995-12-15settable ring buffer sizes from pkTheo de Raadt
1995-12-15MI le driverTheo de Raadt
1995-12-15simplify vm inclusionsTheo de Raadt
1995-12-15from gwr, changes in sun3 portTheo de Raadt
1995-12-15from netbsd:Theo de Raadt
Prevent possible race condition in ctx_alloc(). Remove some bogus casts Make pmap_prefer() also return a preferred virtual address when there's no associated physical page
1995-12-15delete archaic chuck of code relating to dumpdevTheo de Raadt
1995-12-15change u_long to u_int32_t to match rconsTheo de Raadt
1995-12-15from netbsd; 64-bit cleanupTheo de Raadt
1995-12-15from gwrTheo de Raadt
Correct error which caused truncation of port number on i386 (PR#1823)
1995-12-15from gwr:Theo de Raadt
Check return value from sendrecv so that ARP timeout does not cause garbage to be entered into the ARP table. Also fix ARP_DEBUG code.
1995-12-15from netbsd:Theo de Raadt
Make `time difference' a signed quantity explicitly. bzero entire structures instead of explicitly storing 0's.
1995-12-15update from netbsdTheo de Raadt
1995-12-15from netbsd; use bus-specific copying functionsTheo de Raadt
1995-12-15update from netbsdTheo de Raadt
1995-12-15from netbsd; mi lance driverTheo de Raadt
1995-12-15clamp maxproc to not exceed pt spaceTheo de Raadt
1995-12-15cpu_fork changes typeTheo de Raadt