Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-12-21 | kill union wait; christos | Theo de Raadt | |
1998-12-21 | enable isakmpd -- far overdue! | Theo de Raadt | |
1998-12-21 | isakmpd startup stuff | Theo de Raadt | |
1998-12-21 | add missing -e | Todd C. Miller | |
1998-12-21 | collapse two sed's into one | Todd C. Miller | |
1998-12-21 | cheaper select() call | Theo de Raadt | |
1998-12-21 | Last months worth of work on isakmpd, lots done | Niklas Hallqvist | |
1998-12-21 | sync | Theo de Raadt | |
1998-12-20 | Don't assume /bsd if no system given, let the kvm routines pick a default ↵ | Todd C. Miller | |
(and thus use kvm_bsd.db if possible). Also minor manpage fixup. | |||
1998-12-20 | add some parens for clarity | Todd C. Miller | |
1998-12-20 | If open of device fails, try up to 10 times. Useful for CD changers that ↵ | Todd C. Miller | |
take a while to switch between logical units | |||
1998-12-20 | Use IOV_MAX, not the deprecated UIO_MAXIOV | Todd C. Miller | |
1998-12-20 | The "end" symbol should be a long, not an int to make 64-bit machines happy. ↵ | Todd C. Miller | |
This allows us to remove a bogus cast of int * to long * later on. | |||
1998-12-20 | add forward decl of struct in_addr to shut up gcc | Todd C. Miller | |
1998-12-20 | alphabetize function forward decls for prettiness | Todd C. Miller | |
1998-12-20 | pull in rpc/pmap_clnt.h to silence gcc and prototype xdr_opaque_auth for the ↵ | Todd C. Miller | |
same reason | |||
1998-12-20 | bye bye BADSIG | Theo de Raadt | |
1998-12-20 | termcap.src is no more, run tic against termtypes.master instead | Todd C. Miller | |
1998-12-20 | sync | Theo de Raadt | |
1998-12-20 | another modem... | Theo de Raadt | |
1998-12-20 | spelling; krw@tcn.net | Theo de Raadt | |
1998-12-20 | remove rc and sc from xterm again | Todd C. Miller | |
1998-12-20 | o make sure C-style strings in packet are NUL-terminated and increase size of | Todd C. Miller | |
buf in report() for 256; W.H.J.Pinckaers@CPEDU.RUG.NL o kill sprintf in favor of snprintf everywhere (paranoia...) | |||
1998-12-20 | sync | Theo de Raadt | |
1998-12-20 | new dev | Theo de Raadt | |
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 | |