Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-10-04 | Minor calculation tweaks. | Aaron Campbell | |
1999-10-04 | Fixed garbled dmesg. | Steve Murphree | |
1999-10-03 | Double the amount of shared memory pages we can maximally allocate. This | Niklas Hallqvist | |
makes TV watching in fullscreen in 640x480 work. | |||
1999-10-03 | Add missing bzero(). | Hakan Olsson | |
1999-10-01 | ignore ELLE. -moj | Mats O Jansson | |
1999-10-01 | add tag. remove VNODEPAGER. -moj | Mats O Jansson | |
1999-10-01 | Update the man page to reflect reality. | Aaron Campbell | |
1999-10-01 | add skc and sk | Jason Wright | |
1999-09-30 | Change extmem counter to include *all* extended memory segments. | Jason Downs | |
Obviously, the kernel does not (and can not) know where the ACPI and such pages are, since the boot -> kernel API does not support passing the information. This will stomp on them, once again, but we can NOT limit half the PCs in existance to only 64MB of RAM. Approved by deraadt. | |||
1999-09-30 | Make sure 'model' and 'step' are initialized, even for non-cpuid chips. | Jason Downs | |
Fix Cyrix setup to do it's thing for non-cpuid M1 processors. | |||
1999-09-29 | Fix a typo in previous commit. | Aaron Campbell | |
1999-09-29 | - Add an ioctl to pcvt that adjusts the size of the scrollback buffer. | Aaron Campbell | |
- In scon(1), provide a -b option as an interface to this ioctl. | |||
1999-09-29 | Reallocate our scrollback buffer when switching 132/80 column modes, too. | Aaron Campbell | |
1999-09-29 | some SUN4* ifdefs | Artur Grabowski | |
1999-09-28 | - Reallocate scrollbuffer when changing linemodes, not loading fonts. | Aaron Campbell | |
- Now reallocate it when switching VTs, too, since different VTs may be in different linemodes. - Also, cut memory usage in half (thinko on my part in malloc calculation). | |||
1999-09-27 | oops! | Steve Murphree | |
1999-09-27 | Bad synch | Marc Espie | |
1999-09-27 | Some cleaning... | Steve Murphree | |
1999-09-27 | Adding support for MVME188 and MVME197 | Steve Murphree | |
1999-09-27 | This gets us to 2.6... | Steve Murphree | |
1999-09-27 | changed loader load address. | Steve Murphree | |
1999-09-27 | Added to support MVME188 and MVME197 | Steve Murphree | |
1999-09-27 | adding support for MVME188 and MVME197. Plus 32bit if_ie. | Steve Murphree | |
1999-09-27 | Glue | Marc Espie | |
1999-09-27 | The device-streams tools, including binaries in uu.gz format. | Marc Espie | |
1999-09-27 | Made loader load at 0x3f0000 | Steve Murphree | |
1999-09-27 | Addition of 32bit if_ie | Steve Murphree | |
1999-09-27 | Fix a display nit in scrollback code. | Aaron Campbell | |
1999-09-26 | More installboot related stuff. | Steve Murphree | |
1999-09-26 | This fixes installboot. | Steve Murphree | |
1999-09-26 | add exphy on alpha too | Jason Wright | |
1999-09-26 | add exphy | Jason Wright | |
1999-09-26 | This needed to be there... | Steve Murphree | |
1999-09-26 | netbsd_sendsig() + supporting code | kstailey | |
1999-09-25 | alpha-specific part of ross@netbsd's NetBSD scheduler fix. | Paul Janzen | |
1999-09-25 | bye | Theo de Raadt | |
1999-09-23 | Typo fixes. | Alex Feldman | |
1999-09-22 | Don't worry, be a happy gcc | Marc Espie | |
1999-09-21 | pctr & ksyms | kstailey | |
1999-09-21 | Whoops, forgot to adjust a comparison when fixing the off-by-one error. | Aaron Campbell | |
1999-09-20 | fix for new frame.h | Michael Shalayeff | |
1999-09-20 | fix uvm_pagealloc() call | Michael Shalayeff | |
1999-09-20 | fix after frame.h changes | Michael Shalayeff | |
1999-09-20 | kvm is larger; crank NMBCLUSTERS and NKMEMCLUSTERS | Theo de Raadt | |
1999-09-20 | crank default limits | Theo de Raadt | |
1999-09-20 | delay for longer after each zsputc | Theo de Raadt | |
1999-09-20 | permit config file overriding of NKPDE | Theo de Raadt | |
1999-09-19 | Remove umass to avoid problems since the driver is not yet in the tree. | Federico G. Schwindt | |
1999-09-18 | fix an off-by-one error | Aaron Campbell | |
1999-09-18 | Fix device existance check. | Jason Downs | |