summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1997-06-15Address bug i386/224 from Jason Downs.dm
1997-06-14correct printouts about L2 cacheTheo de Raadt
1997-06-13updated SUN4 config from current GENERIC, previous rev was way out of datejohns
and non-functional.
1997-06-12A fix for the pv_unlink0 problem, based on the patch included in Erik Fair'sgrr
netbsd PR. Also change the panic text to something more descriptive so that pv_unlink0 is no more and make use of typedef vm_offset_type is consistently used for "va" and friends thoughout pmap.c instead of mixed int, u_int and vm_offset_type...
1997-06-12sparc/pmap.cgrr
1997-06-12com -> pccomkstailey
1997-06-12Redid SUN4M config from GENERIC, old one was way out of date..johns
1997-06-11import some cleanup for libkvm/kvm.c from netbsd, udpate libkvm so that ↵grr
sparc can use libkvm vs. libkvm.old and update sparc pmap.c and machdep.c to make dumps compatible with the new libkvm's notions.
1997-06-11import netbsd kcore.h so that sparc can use libkvm vs. libkvm.oldgrr
1997-06-10update the pmax specific stuff to NetBSD-current as of about 970608 - someThomas Graichen
cosmetic things will follow together with an update to an exact NETBSD_CU- RRENT_xxxxxx level
1997-06-10update the pmax specific stuff to NetBSD-current as of about 970608 - someThomas Graichen
cosmetic things will follow together with an update to an exact NETBSD_CU- RRENT_xxxxxx level
1997-06-09Diassemble move16, and fix spelling of "UNKNOWN"denny
1997-06-09hmmTheo de Raadt
1997-06-09Ceci n'est pas une pipekstailey
1997-06-09new ethernet cardkstailey
1997-06-09s/options/option/kstailey
1997-06-09add _BSD_TIMER_T_; cindyTheo de Raadt
1997-06-08Sync with reality.Jason Downs
1997-06-06use destructive eraseMichael Shalayeff
1997-06-06fix twiddle() without breaking backspacekstailey
1997-06-06tweaks to make the ramdisk kernel smaller and also reduce the vm ↵grr
requirements, since vm & pm aren't much different in the install environment
1997-06-05non-DEBUG __abs_nonsingle correct use; grrTheo de Raadt
1997-06-05fix DEBUG thingTheo de Raadt
1997-06-05optionTheo de Raadt
1997-06-05Since we all seem to be on this kick lately: s/options/option/g.gene
Also, add some description as to what these are for.
1997-06-05Our config(8) is cool: we don't need ../../../ in includes.gene
1997-06-05s/options/option/ (mostly)kstailey
1997-06-05s/options/option/gkstailey
1997-06-04Bump MAXTSIZ to 16MB (makes latest netscape communicator work)Niklas Hallqvist
1997-06-04Raise memory resource limits, drive by the need to run netscape 4.0b5kstailey
which has a text segment of > 8MB. If you maintain a port you might want to do the same.
1997-06-03let us try to move to pcvt as default; report problem cards to meTheo de Raadt
1997-06-03Handle obj dirs the correct way. PR#172 -mojMats O Jansson
1997-06-02EXEC_SCRIPT is not an optionTheo de Raadt
1997-06-02VNODEPAGER is not an optionTheo de Raadt
1997-06-02UCONSOLE is long deadTheo de Raadt
1997-05-31note about usleepMichael Shalayeff
1997-05-31usleep won't work on some weird laptopsMichael Shalayeff
1997-05-31clean/optimizeMichael Shalayeff
1997-05-31add sleep(3)Michael Shalayeff
1997-05-31<string.h> bye-byeMichael Shalayeff
1997-05-31usleep is void nowMichael Shalayeff
1997-05-31ufs changesMichael Shalayeff
1997-05-30sleep/usleep prototypes (others may need 'em too, btwMichael Shalayeff
strncmp prototype in stand.h
1997-05-30sighTheo de Raadt
1997-05-30arghTheo de Raadt
1997-05-30add EXT2FSkstailey
1997-05-30s/NetBSD/OpenBSD/gMichael Shalayeff
1997-05-30having make clean remove *netbsd is good policy, but probably not what was ↵grr
intended
1997-05-30Inhbit the silly "Insert fileystem floppy" message when booting from floppygrr
and root isn't really going to be mounted on the floppy, i.e. ramdisk...
1997-05-30Fix APM building with absolute $S pathNiklas Hallqvist