Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-09-15 | name twe by a name that means something, instead of corporate mumbo jumbo | Theo de Raadt | |
2000-09-15 | twe | Michael Shalayeff | |
2000-09-15 | add 3ware raid controller | Michael Shalayeff | |
2000-09-15 | forgot to turn off debugging | Michael Shalayeff | |
2000-09-15 | 3ware escalade ide raid controllers | Michael Shalayeff | |
2000-09-15 | Add a couple of models the ep(4) driver supports that weren't mentioned before. | Aaron Campbell | |
2000-09-15 | 3ware escalade is coming | Michael Shalayeff | |
2000-09-15 | check return value for setenv(3) for failure, and deal appropriately | Theo de Raadt | |
2000-09-15 | When calling a signal handler, don't pass the kernel (local) address in r5. | Dale S. Rahn | |
- From NetBSD | |||
2000-09-15 | enable hw rng for vanilla 810; 10x for testing to Stephan Somogyi ↵ | Michael Shalayeff | |
<somogyi@gyroscope.net> | |||
2000-09-15 | Add powerpc-openbsd to list of supported systems. | Dale S. Rahn | |
2000-09-14 | wrong type to ioctl; naddy@mips.inka.de | Theo de Raadt | |
2000-09-14 | sync | Theo de Raadt | |
2000-09-14 | Fix some style nits | brian | |
2000-09-14 | Support PPPoATM, disabled for now as /usr/include/netnatm doesn't exist | brian | |
Submitted by: Jakob Stoklund Olesen <stoklund@taxidriver.dk> | |||
2000-09-14 | Lost manpages (gdb and objdump) | Marc Espie | |
2000-09-14 | typo | Markus Friedl | |
2000-09-14 | sync | Theo de Raadt | |
2000-09-14 | more lava; moride@portside.net has one | Theo de Raadt | |
2000-09-14 | more lavas; moride@portside.net has one | Theo de Raadt | |
2000-09-14 | crank MSGBUFSIZE | Theo de Raadt | |
2000-09-14 | simplify printing | Theo de Raadt | |
2000-09-14 | Understand IPPROTO_ESP and IPPROTO_AH packets | brian | |
Submitted by: Angelos D. Keromytis <angelos@dsl.cis.upenn.edu> | |||
2000-09-14 | Remove spurious period. | Aaron Campbell | |
2000-09-14 | Some installation problems: older gnu programs don't know about DESTDIR, | Marc Espie | |
but we have a mix here -> convert the old ones to heed DESTDIR. Also, fix manpages installation in Makefile.bsd-wrapper (INSTALL_MAN setting that got lost, bad MANDIR, don't set MANDIR if PREFIX is the standard location) | |||
2000-09-14 | recognize Diamond RIO 600 USB; from NetBSD | Jakob Schlyter | |
2000-09-14 | regen | Jakob Schlyter | |
2000-09-14 | add Rio 600 USB | Jakob Schlyter | |
2000-09-14 | This kills the last old hashing table, in arch.c | Marc Espie | |
Slight optimizations: instead of storing archive members, just keep the modification time, as we don't care for the rest of the archive information. Lazily compute mtime, stash ascii date instead, and convert to mtime when needed (storing an out_of_date value to mark the unconverted values). Archive handling is atrocious and need some clean-up. Thanks to miod@ who took the time to review those patches. | |||
2000-09-14 | Introduce a few macros to handle timestamps in an abstract way. | Marc Espie | |
Replace the time stamp hash in dir.c with an open hashing structure. In doing so, remove some nasty casts, simplify code a bit: Dir_MTime can return a modification time, since make does not make a distinction between out-of-date and non-existent files. | |||
2000-09-14 | Replace the old hash used to hold file names within a directory with | Marc Espie | |
open hashing. An interesting optimization is that the open hashing interface is more fine-grained, hence we can compute the correct hash value at the start of Dir_FindFile, and reuse it for each hash structure into which we look (the effect is measurable on large directories along with objdir/VPATH). Remove a few unnecessary Lst_Open/Lst_Close that serve no purpose except obfuscating the code. The interface to dir.h changes slightly, hence tedious includes changes... | |||
2000-09-14 | - new DirReadDir internal function, that just reads a directory from | Marc Espie | |
the disk or from a cache. - use it in Dir_AddDir, and directly to set up dot. - change Dir_AddDir to use string intervals, as this simplifies dependend functions. - set up an open-hashing cache for opened directory names. - add_dirpath() function in main, to simplify code. - simplify cleaning-up directories, as Dir_ClearPath is overkill. | |||
2000-09-14 | Use the new hash scheme to store the target nodes. | Marc Espie | |
Scrap the list of all targets: it only slows make down. The only visible difference is that the list of all targets is not shown in order when debugging. | |||
2000-09-14 | Clean-up, systematic use of UNUSED, white space... | Marc Espie | |
2000-09-14 | Two new functions: | Marc Espie | |
iterate_words: light-weight equivalent to brk_string, which does not need to copy the string, and does not do \ interpretation which are only needed for the string. escape_dup: handles escape sequence in a systematic way. This speeds up variable modifiers. This also makes .for loops more consistent, as they use the same definition of `a word' as the rest of make. | |||
2000-09-14 | Some systematic clean-up. | Marc Espie | |
- UNUSED macro that expands to __attribute__((unused)) for gcc - move rcsid around so that they can be tagged UNUSED. - activate -Wunused. - use UNUSED instead of kludgy junk for function arguments. - add extern to all extern prototypes. - update comments in lst.h. - clean up var.c a little bit, constifying arguments, updating comments... | |||
2000-09-14 | sync | Niklas Hallqvist | |
2000-09-14 | Alta Tech only OEMed, the real vendor was Packet Engines | Niklas Hallqvist | |
2000-09-14 | Can't directly :M${MACHINE_ARCH}, so kludge it thru a for loop. | Marc Espie | |
Thanks, Dale. | |||
2000-09-14 | sync | Niklas Hallqvist | |
2000-09-14 | Adaptec and RCC extras | Niklas Hallqvist | |
2000-09-14 | sync | Niklas Hallqvist | |
2000-09-14 | i960 PCI-PCI bridges | Niklas Hallqvist | |
2000-09-14 | sync | Niklas Hallqvist | |
2000-09-14 | ATI Mach64 GY | Niklas Hallqvist | |
2000-09-14 | sync | Niklas Hallqvist | |
2000-09-14 | Altatech PMC/GNIC2 gigabit ethernet | Niklas Hallqvist | |
2000-09-14 | sync | Niklas Hallqvist | |
2000-09-14 | oops pasto | Niklas Hallqvist | |
2000-09-14 | sync | Niklas Hallqvist | |