Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-01 | old ses device goes away | Theo de Raadt | |
2005-08-01 | CISTPL_CONFIG min length should be 3, not 5. audiovox GPRS works now. | Federico G. Schwindt | |
deraadt@ ok. | |||
2005-08-01 | sync | Theo de Raadt | |
2005-08-01 | Document new CD-ROM installation method. | Mark Kettenis | |
ok deraadt@ | |||
2005-08-01 | Create installation media that is recognized as such by the PROM. | Mark Kettenis | |
ok deraadt@ | |||
2005-08-01 | respect $HOME when checking for .cvsrc; ok jfb@ joris@. | Xavier Santolaria | |
2005-08-01 | kernal->kernel; | Jason McIntyre | |
from netbsd pr #30872 (anonymous post); ok deraadt@ krw@ | |||
2005-08-01 | from tamas tevesz: | Jason McIntyre | |
==> two more historic modules have gone away | |||
2005-08-01 | put -l into the right place... | Jason McIntyre | |
2005-08-01 | more `version' removal; | Jason McIntyre | |
ok otto@ | |||
2005-08-01 | unmap correct size, oops | Martin Reindl | |
2005-08-01 | Add support for "hard links" in volume header. | Mark Kettenis | |
ok miod@ | |||
2005-08-01 | Unbreak tree after marco forgotten commit. Then phoning marco to bitch him out. | Bob Beck | |
no objections krw@ | |||
2005-08-01 | spacing | Theo de Raadt | |
2005-08-01 | remove device polling leftovers from wpaul driver | Peter Valchev | |
2005-08-01 | Fiddle with dkcsum output. Improve verbiage and grouping of messages. | Kenneth R Westerback | |
Clean up code. ok weingart@ tom@ 'go for it' deraadt@ | |||
2005-08-01 | Add alarm support. | Marco Peereboom | |
2005-08-01 | Add alarm control. | Marco Peereboom | |
Fix buglet where ami does not count physical drives correctly. Reported by Stephan Tesch stephan at tesch dot cx | |||
2005-08-01 | enable amdgart if > 4GB of memory | Theo de Raadt | |
2005-08-01 | Change the compilers default scheduling settings from PA-8000 (4 instructions | Miod Vallat | |
in parallel) to PA-700 (no parallel instructions) on 32-bit hppa. This causes gcc to produce slightly faster code on most supported hppa, no change in code size. Tested by marcop@, mickey@, I and a few others; ok mickey@ | |||
2005-08-01 | Kill unused PARTITIONMASK define; ok deraadt@ | Miod Vallat | |
2005-08-01 | More entries in chrtoblktbl[]. ok deraadt@ | Miod Vallat | |
2005-08-01 | Remoe unused vtrace stuff; ok deraadt@ | Miod Vallat | |
2005-08-01 | Kill more "memory might be 2MB or less" checks in bufpages computation. | Miod Vallat | |
ok deraadt@ otto@ | |||
2005-08-01 | Make bootdev a dev_t; ok martin@ | Miod Vallat | |
2005-08-01 | do not include boot.c since cdboot.c is a copy of it; shrink 1k off the cdboot | Michael Shalayeff | |
2005-08-01 | I'm Positive these are Type-O. | Miod Vallat | |
2005-08-01 | Thinko in 68060-only #ifdef line. | Miod Vallat | |
2005-08-01 | Remove option FPU_EMULATE from the mvme68k kernels - first, it is misleading | Miod Vallat | |
as the mvme68k port does not provide the necessary MD parts of the FPU emulator; second, because we do not run (yet) on FPUless mvme68k boards, although I have a couple in the Attic... cVS: | |||
2005-08-01 | Dead meat. | Miod Vallat | |
2005-08-01 | In pmap_{,k}remove(), be more careful when deciding to flush the caches, if the | Miod Vallat | |
kernel is configured with HP MMU support, but does not run with one. This speeds up most hp300 systems quite a bit. Tested millert@ | |||
2005-08-01 | Factorize cachectl() accross m68k platforms, and make the CC_ constants | Miod Vallat | |
public. | |||
2005-08-01 | AV Nubus happy now | Martin Reindl | |
2005-08-01 | - disable video interrupts on AV machines | Martin Reindl | |
- unmap unused DAFB registers on all other Quadras after attachment from NetBSD | |||
2005-08-01 | add command aliases, `re' and `rel'; from mpech@. | Xavier Santolaria | |
2005-08-01 | Minor whitespace cleanup. | Christopher Pascoe | |
2005-08-01 | Use dynamic memory instead of a fixed table. Makes merges files with | Otto Moerbeek | |
lots of changes possible. While there, kill an off-by-one. Report and testing by Alexander Bluhm. ok millert@ | |||
2005-08-01 | allocate path using malloc, not as local variable; ok dlg pascoe | Theo de Raadt | |
2005-08-01 | sync | Theo de Raadt | |
2005-08-01 | Document ^V change from version to quote command | Otto Moerbeek | |
2005-08-01 | - We shouldn't allocate MAXPATHLEN from the stack. | Artur Grabowski | |
- Don't copy the pathbuf into kernel space unless we're systracing. deraadt@ ok | |||
2005-08-01 | sys_select() used to use 6 local fd_set's in case the width was <= the | Theo de Raadt | |
size of an fd_set (ie. 256 bits), to avoid the malloc. that is a lot of local storage. change the cross-over point to 32-bits, which is more fair. if you select with large widths, you pay the price. tested by dlg, read by millert and pascoe, run on all machines | |||
2005-08-01 | remove whitespace | Brad Smith | |
2005-08-01 | spaces vs tab | Brad Smith | |
2005-08-01 | Use a string directly rather than making a copy, save on stack space. | Christopher Pascoe | |
Use a static buffer for another large variable, pending further analysis. prodded deraadt | |||
2005-08-01 | Don't keep the devinfo string on the stack, instead use malloc/free. | Brad Smith | |
This should cure some rare stack overflows. From augustss NetBSD ok dlg@ pascoe@ | |||
2005-08-01 | expose arc4random_bytes() API; ok deraadt@ | Damien Miller | |
2005-08-01 | knf | Theo de Raadt | |
2005-08-01 | pascoe noted that ^V in ksh emacs mode is not what you expect -- literal | Theo de Raadt | |
next as it is every other canonical mode, or emulation of canonical mode. change it to act like it should ok djm david marc tdeval pvalchev | |||
2005-08-01 | spacing; ok deraadt@ | David Krause | |