Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-11-13 | from netbsd: | Theo de Raadt | |
Prevent endless loop (-> kernel crash) when a signal is sent to a process waiting for a vt to become active. Move one ifdef XSERVER to the right place. | |||
1995-11-13 | can have multiple cg2 | Theo de Raadt | |
1995-11-13 | accept ufs or ffs | Theo de Raadt | |
1995-11-13 | from netbsd | Theo de Raadt | |
1995-11-13 | from netbsd:Need to define KERNTEXTOFF for kvm_mkdb | Theo de Raadt | |
1995-11-13 | ufs ==> ffs | Theo de Raadt | |
1995-11-13 | indenting error thing that is making my diffs look confusing | Theo de Raadt | |
1995-11-13 | from netbsd: | Theo de Raadt | |
add sys/types.h to generated file | |||
1995-11-13 | from netbsd: | Theo de Raadt | |
Fix file descriptor leak. Include header files to bring prototypes into scope. Remove explicit declarations. | |||
1995-11-13 | from netbsd | Theo de Raadt | |
1995-11-13 | require UNION | Theo de Raadt | |
1995-11-13 | SETUIDSCRIPTS are always on | Theo de Raadt | |
1995-11-13 | enable SETUIDSCRIPTS, because they are secure | Theo de Raadt | |
1995-11-13 | update to netbsd | Theo de Raadt | |
1995-11-13 | correct some copyrights | Theo de Raadt | |
1995-11-13 | allow ufs or ffs | Theo de Raadt | |
1995-11-13 | comment a bit better | Theo de Raadt | |
1995-11-10 | fix DVMA problem on sun4 systems with writeback cache. you need | chuck | |
to flush the cache after map in so that the info gets written into main memory. you really only need to do this when writing data (e.g. disk write), but there is currently no way to tell if you are writing so we do it for all cases (XXX this is stupid, fix later). This causes 4/200's to be able to write disk files on SMD disks without data corruption. | |||
1995-11-09 | correct sun4 calls to fb_attach() | Theo de Raadt | |
1995-11-09 | don't panic for multiple /dev/fb declarers | Theo de Raadt | |
1995-11-09 | $NetBSD$ -> $Id$ | Theo de Raadt | |
1995-11-09 | no install | Theo de Raadt | |
1995-11-09 | + yp.no directory for the ypmake Makefile | Theo de Raadt | |
1995-11-09 | ufs vs ffs compat stuff from Gordon Ross. Gordon says: | chuck | |
This allows the 1.0 version of /sbin/mount to work with the latest kernels. (Being unable to mount disks is a real drag...) | |||
1995-11-08 | openbsd, not netbsd | Theo de Raadt | |
1995-11-08 | copy bootblocks, and kernel is called bsd | Theo de Raadt | |
1995-11-08 | use /var/yp.no | Theo de Raadt | |
1995-11-07 | fix tty0?, fd, and skip lp/lptwo for now | Theo de Raadt | |
1995-11-07 | ../m68k is a subdir | Theo de Raadt | |
1995-11-07 | fpsp is a subdir | Theo de Raadt | |
1995-11-07 | optimized in_cksum from Zubin Dittia <zubin@dworkin.wustl.edu> | chuck | |
Zubin says: The checksum computation code here is significantly faster than its vanilla C counterpart (by significantly, I mean 2-3 times faster if the data is in cache, and 1.5-2 times faster if the data is not in cache). We optimize on three fronts: 1. By using the add-with-carry (addxcc) instruction, we can use 32-bit operations instead of 16-bit operations. 2. By unrolling the main loop to reduce branch overheads. 3. By doing a sequence of load,load,add,add,load,load,add,add, we can avoid the extra stall cycle which is incurred if the instruction immediately following a load tries to use the target register of the load. Another possible optimization is to replace a pair of 32-bit loads with a single 64-bit load (ldd) instruction, but I found that although this improves performance somewhat on Sun4c machines, it actually reduces performance considerably on Sun4m machines (because of their superscaler architecture). So I chose to leave it out. | |||
1995-11-07 | $Id$ throughout | Theo de Raadt | |
update many copyrights | |||
1995-11-07 | $Id$ lines | Theo de Raadt | |
MVME167: repair job | |||
1995-11-07 | hunt, maim, and then kill the reproducing ttybs | Theo de Raadt | |
1995-11-07 | fix type-o by pk. a sun4 cpumodel looks like "SUN-4" rather than | chuck | |
"SUN/4" ... sun4's definitely do *not* want the a.out header installed. | |||
1995-11-06 | clean two more .o files | Theo de Raadt | |
1995-11-06 | from NetBSD | Theo de Raadt | |
1995-11-06 | from NetBSD | Theo de Raadt | |
1995-11-06 | sparc support from NetBSD | Theo de Raadt | |
1995-11-06 | no more eject programs; all ELF/ECOFF machines have nlist problems | Theo de Raadt | |
1995-11-06 | Complete change from ufs -> ffs; (From Tatoku Ogaito; PR #1679) | Theo de Raadt | |
1995-11-06 | In ccdstart(), only translate the block number from partition-relative | Theo de Raadt | |
to absolute if part != RAW_PART. | |||
1995-11-06 | install the correct "ypmake" Makefile | Theo de Raadt | |
1995-11-06 | avoid bus_tmp() because mapiodev() may reuse that mapping, which would be a ↵ | Theo de Raadt | |
catastrophe | |||
1995-11-06 | prelim, need fixup | Theo de Raadt | |
1995-11-06 | from netbsd | Theo de Raadt | |
1995-11-06 | complete ufs -> ffs change (From John Kohl; PR #1403) | Theo de Raadt | |
1995-11-06 | libkern pica stuff | Theo de Raadt | |
1995-11-06 | Remove extra space in first line so tic can exec it. (this is actually a ↵ | Theo de Raadt | |
bogus fix) | |||
1995-11-06 | complete ufs -> ffs change (From John Kohl; PR #1403) | Theo de Raadt | |