Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-12-20 | Add back xterms and vs100 aliases to xterm | Todd C. Miller | |
1998-12-20 | Evil ed hack not needed as the termcap entry length for xterm is 830 (limit ↵ | Todd C. Miller | |
is 1023) | |||
1998-12-20 | xterm entry fixes from ncurses-4.2-981219 | Todd C. Miller | |
1998-12-20 | RCS ID fix | Niklas Hallqvist | |
1998-12-20 | fix usage | Theo de Raadt | |
1998-12-19 | union wait is wrong; christos | Theo de Raadt | |
1998-12-19 | add PIPE variable, suitable for /etc/mk.conf, to enable gcc -pipe mode | Todd C. Miller | |
1998-12-19 | make alpha ramdisk fit | Theo de Raadt | |
1998-12-19 | back out recently added sanity check for data and bss as ksyms has neither | Todd C. Miller | |
1998-12-19 | fix | Theo de Raadt | |
1998-12-19 | make alpha bootfloppy fit again | Theo de Raadt | |
1998-12-19 | merge text into base | Theo de Raadt | |
1998-12-19 | avoid aliasing between MASTER_SITES and PATCH_SITES, e.g., | Marc Espie | |
MASTER_SITES=some_sites PATCH_SITES=${MASTER_SITES} MASTER_SITE_SUBDIR=one_dir PATCH_SITE_SUBDIR=second_dir now works | |||
1998-12-19 | Remove irq 5 and 7 from irqmask. These are commonly used by soundcard devices. | Federico G. Schwindt | |
1998-12-19 | compile with -DDEBUG | Niklas Hallqvist | |
1998-12-19 | one more flag for xmas | Michael Shalayeff | |
1998-12-19 | move Act Free field over one | Theo de Raadt | |
1998-12-19 | put zone files in /var/named/namedb. That way only /var/named/namedb must ↵ | Todd C. Miller | |
be owned by user named | |||
1998-12-19 | MANOWN, DOCOWN, and NLSOWNare root not bin | Todd C. Miller | |
1998-12-19 | for sense code "Logical Unit Is in Process Of Becoming Ready", make | Theo de Raadt | |
the sense code evaluation function return ERESTART with xs->error = XS_BUSY; then higher up catch this case and drop into the scbusy tsleep code. For exabyte 8500 units, this makes st opening reprobe repeatedly, rather than fail with an EIO while the tape is being loaded. | |||
1998-12-19 | squish program args together more | Theo de Raadt | |
1998-12-19 | less cryptic message on pty allocation failure | Theo de Raadt | |
1998-12-18 | pr is @ /usr/bin not /bin. Noted by Corey Brenner <coreybrenner@hotmail.com> | Todd T. Fries | |
1998-12-18 | merge freebsd version of accton | Theo de Raadt | |
1998-12-18 | fix 64-bit unaligned problems | Theo de Raadt | |
1998-12-18 | indent | Theo de Raadt | |
1998-12-18 | comply with posix when double-unlocking a mutex | David Leonard | |
1998-12-18 | make plist: do not add files from just installed ports (we wepend on) to PLIST. | Oleg Safiullin | |
1998-12-18 | add md _atomic_is_locked; clean | David Leonard | |
1998-12-17 | Disable 3c574 until all the MII code required is added. | Federico G. Schwindt | |
1998-12-17 | sync | Theo de Raadt | |
1998-12-17 | new card; dave@dtsp.co.nz | Theo de Raadt | |
1998-12-17 | NEED_VERSION | Marc Espie | |
1998-12-17 | Remove rc and sc in xterm description to work around vi restore screen ↵ | Todd C. Miller | |
problem. This could be a bug in ncurses or a bug in xterm or ... | |||
1998-12-17 | Some -Wall | Todd C. Miller | |
Don't try to close a descriptor if it was never opened. | |||
1998-12-17 | some missing parts; sys is not ready yet | Michael Shalayeff | |
1998-12-17 | Add PCMCIA cards search order at the end of the list. | Federico G. Schwindt | |
1998-12-17 | commit to add upport for mvme88k. | Steve Murphree | |
1998-12-17 | Don't return stack-based data. This may have caused | brian | |
server-side CHAP authentication problems in the past :-/ | |||
1998-12-16 | describe NO_WARNINGS; define in the "mirror-distfiles" target | Marco S Hyman | |
1998-12-16 | sparse file support, ripped out of pax | Todd C. Miller | |
1998-12-16 | Add missing ${INSTALL_COPY} | Todd C. Miller | |
1998-12-16 | add mirror-distfiles as a known target | Marco S Hyman | |
1998-12-16 | replaced by termtypes | Todd C. Miller | |
1998-12-16 | indent | Theo de Raadt | |
1998-12-16 | doc printf built-in | Theo de Raadt | |
1998-12-16 | fix built-in printf argument expansion (ie. printf '%d\n' `echo 23`); | Theo de Raadt | |
gjm11@dpmms.cam.ac.uk | |||
1998-12-16 | Part of remove to get rid of unwanted directories | Steve Murphree | |
1998-12-16 | even more .Nm fixes | Aaron Campbell | |
1998-12-16 | cast multipliers in boot record byte offset calculation to | Michael Shalayeff | |
off_t to avoid overflow for partitions starting at high cylinders. spotted and tested by WHS <wouters@cistron.nl>, 10x! |