Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-19 | replace the brain dead perl implementation with an devious C implementation | Jason Wright | |
(based on discussion with drahn... insanity is all mine tho =) | |||
2003-08-19 | prefer memory mappings (to io) | Michael Shalayeff | |
2003-08-19 | use pci_mapreg_map() to map the regs and some cleanups; form@ ok | Michael Shalayeff | |
2003-08-19 | Properly identify Mobile Pentium 4-M processor | Alexander Yurchenko | |
ok mickey@ Live from marshrutka 368 ;-) | |||
2003-08-19 | pad some records some more; from Jon Olsson <jon@abc.se> | Michael Shalayeff | |
2003-08-19 | Fix PowerPC PLT generation. After 2^12 entries (2^14 offset), only every | Dale Rahn | |
other slot in the PLT is used, this is because it takes more than one instruction to generate a constant > 2^14. Normal PLT entry < 2^12 li r11, <n> # where n is PLT index*4 (offset used for plttable). b .pltresolve | .pltcall | target PLT entry after 2^12 lis r11, <n>@ha addi r11, r11, <n>@l # where n is PLT index*4 (offset used for plttable). b .pltresolve | .pltcall | target nop # unused This is all specified by the PowerPC SVID. The PLT table generation code was never tested for entries > 2^12 before and was broken. This fixes the indexing, the constant checking 12 vs 14, ... This code has been tested with up to 128000+ functions. | |||
2003-08-19 | rcsids | Michael Shalayeff | |
2003-08-19 | myson ether | Michael Shalayeff | |
2003-08-19 | man for mtd | Michael Shalayeff | |
2003-08-19 | myson mtd803 ether and enable mtdphy no; form netbsd via form@ | Michael Shalayeff | |
2003-08-19 | give better depth and cmsize | Michael Shalayeff | |
2003-08-19 | implement WSDISPLAYIO_{GET,PUT}CMAP; untested | Michael Shalayeff | |
2003-08-19 | add entries for C0 and D0 | Michael Shalayeff | |
2003-08-19 | inquire ext config and dump it in debugging and also fix other debugging prints | Michael Shalayeff | |
2003-08-18 | take PSDIR into account. Noticed by David Krause | Marc Espie | |
2003-08-18 | back out previous. miod pointed out that we don't recover from this | Jason Wright | |
correctly, so complaining gives a better description of what's going on. | |||
2003-08-18 | when given only an executable name without a valid path, resolve the | Jean-Francois Brousseau | |
actual executable path from the PATH environment, so the calls to access() and stat() work correctly when loading the process ok art@ | |||
2003-08-18 | We distribute less under a 2-term BSD-style license. Update COPYRIGHT | Todd C. Miller | |
section based on less's LICENSE file. | |||
2003-08-18 | We distribute less under a 2-term BSD-style license. Update COPYRIGHT | Todd C. Miller | |
section based on less's LICENSE file. | |||
2003-08-18 | #ifdef warning about chained buffers | Jason Wright | |
2003-08-18 | Call tzset() to stash the current timezone before we chroot. | Todd C. Miller | |
OK deraadt@ and avsm@ | |||
2003-08-18 | fix two bugs found by ben goren. -a should only look at installed | Ted Unangst | |
packages, and if we build a URL from PKG_PATH don't treat it like a filename. ok espie@ | |||
2003-08-18 | err/warn \n cleanup | Hans Insulander | |
From Tom Cosgrove via deraadt@ | |||
2003-08-18 | Simple string cleanup. | Hans Insulander | |
ok todd@ | |||
2003-08-18 | catch max-mss values > 65535, report by Gregory Steuck | Daniel Hartmeier | |
2003-08-18 | prevent looutput() feedback of broadcast/multicast packets if they are | Daniel Hartmeier | |
pf routed. prevents a kernel lockup with some (non-sensical) route-to rules. report and debugging by mpech@. ok itojun@, henning@, mpech@. | |||
2003-08-18 | typos; ho@ | Markus Friedl | |
note that ping is still not working on -current; however, SA/SPD/flow setup works for testing isakmpd/ipsec on a signle machine. | |||
2003-08-18 | new ftp mirror (ftp.ac-creteil.fr) in France | David Krause | |
new ftp mirror (openbsd.bay13.net) in Hamburg, Germany new ftp mirror (ftp.solnet.ch) in Switzerland new ftp mirror (reflection.ncsa.uiuc.edu) in Champaign, IL, USA new ftp mirror (openbsd.mirrors.pair.com) in Pittsburgh, PA, USA | |||
2003-08-18 | ftp mirror gandalf.neark.org is shutting down | David Krause | |
2003-08-18 | fix spelling of --initial-tab | David Krause | |
ok otto@ | |||
2003-08-18 | spelling in comment, jonathon gray | Ted Unangst | |
2003-08-17 | fix ptr arythmetics in core_write(); from aaron@ | Michael Shalayeff | |
2003-08-17 | damn lies | Henning Brauer | |
2003-08-17 | unused var | Ted Unangst | |
2003-08-17 | With 3.4, /usr/include/ssl is a link and /usr/include/openssl is the | Kenneth R Westerback | |
directory it points to. Previously ssl was the directory and openssl the link. That change causes the upgrade of the comp34 set to fail, so manually adjust a pre-3.4 setup to the 3.4 setup before attempting to upgrade any sets. ok millert@. | |||
2003-08-17 | 'Security' fix/cleanup/shrinkage. | Kenneth R Westerback | |
Don't leave ftp password in a global variable. It is re-initialized each time it is used anyway. Use a shorter (_passwd vs _ftp_server_password) local variable name to save a few bytes. | |||
2003-08-17 | Message clarification & cleanup. | Kenneth R Westerback | |
Replace the generic 'Done - no available Xs found.' message with two more relevant ones. Suggested several times, most memorably by Todd@. a) For selection of disks or cds to install from, and for selection of the root disk, make it 'No Xs found.'. b) For processing the list of disks or interfaces to initialize, make it 'No more Xs to initialize.'. Delete get_root() as it is only called in one place, and insert code at that location. Reclaim a few characters by putting ask_which() punctuation where message is output rather than repeating it where message passed. | |||
2003-08-17 | Sort headers in example | Alexander Yurchenko | |
ok millert@ | |||
2003-08-17 | Missing break, change NULL -> 0 for int parameter (no functional | Daniel Hartmeier | |
changes), from Andrey Matveev | |||
2003-08-17 | implement WSDISPLAYIO_{S,G}MODE | Michael Shalayeff | |
2003-08-17 | print out the graphics id | Michael Shalayeff | |
2003-08-17 | cleanup | Michael Shalayeff | |
2003-08-17 | There is no need to assume that the compiler will swap ! and & operator | Miod Vallat | |
priorities because we are nice people. | |||
2003-08-17 | another supported sk(4) card | Nathan Binkert | |
2003-08-17 | another supported sk(4) card | Nathan Binkert | |
2003-08-16 | Update HISTORY section. Full gzip compat was added in 3.4 and the | Todd C. Miller | |
'g' stands for gratis. | |||
2003-08-16 | missing comma in non-ansi mode; spotted by pvalchev | Theo de Raadt | |
2003-08-16 | missed suser. thanks naddy@ | Ted Unangst | |
2003-08-16 | Minor cosmetic cleanup. | Kenneth R Westerback | |
Use '<msg>...done.' consistantly by replacing last five varient uses. Out with '<msg> ... done.', '<msg>...Done.', etc. | |||
2003-08-16 | just use sysctl for stirring. thread safe and can't fail. | Ted Unangst | |
ok deraadt and co. |