Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-11-28 | Add commented out hsq entry. | Jason Downs | |
1999-11-28 | Driver for Hostess 4-channel serial mux, from Denis A. Doroshenko | Jason Downs | |
<cyxob@isl.vtu.lt>. | |||
1999-11-28 | Enable TI16750 UART support. | Jason Downs | |
1999-11-28 | Add lpt at puc. | Jason Downs | |
1999-11-28 | Add puc lpt driver support, not actually tested... | Jason Downs | |
1999-11-28 | lpt_puc support | Jason Downs | |
1999-11-28 | more freebsd sync stuff | David Leonard | |
1999-11-28 | bump | David Leonard | |
1999-11-28 | reality | David Leonard | |
1999-11-28 | remove redundant macro | David Leonard | |
1999-11-27 | Shorten printf() strings, KNF, and fix a braino in a switch() statement. | Aaron Campbell | |
1999-11-27 | we are in 2.6-current | Theo de Raadt | |
1999-11-27 | define PAGE_SIZE and friends, 4K kernel size reduction and probable speed ↵ | Theo de Raadt | |
increase; art | |||
1999-11-27 | thanks to aaron, more ethernet drivers fit | Theo de Raadt | |
1999-11-27 | In ANSI C++, wchar_t is a builtin. gcc 2.95.1 handles that correctly. | Marc Espie | |
Redefining it as a typedef is an error, as it prevents overloading on e.g., int/wchar_t separately. | |||
1999-11-27 | Call nroff with the -Tascii option to keep groff from using -Tlatin1 | Todd C. Miller | |
which could result in it using 0xAD as a hyphenation character. This looks ok with less on an xterm but not on others, eg. the pcvt console. From NetBSD. | |||
1999-11-27 | Winchip c6 TSC is broken; wd@ics.nara-wu.ac.jp | Theo de Raadt | |
1999-11-27 | sync | Theo de Raadt | |
1999-11-27 | re-enable config without arguments; fix usage | David Leonard | |
1999-11-27 | do it the single-processor way | David Leonard | |
1999-11-26 | switch_screen() takes three arguments, not two; d@ | Aaron Campbell | |
1999-11-26 | fix flags_to_string() proto | Todd C. Miller | |
1999-11-26 | socks support that should have gotten committed with the whois.c socks changes | Todd C. Miller | |
1999-11-26 | o Update README files etc. from nvi-1.79 so they have the correct info | Todd C. Miller | |
o make port.h empty since we there is nothing we lack o include <sys/param.h>, not <sys/types.h> in files that use MIN/MAX macros o add perl api support since we have libperl (off by default) | |||
1999-11-26 | sync | Niklas Hallqvist | |
1999-11-26 | ICP Vortex products | Niklas Hallqvist | |
1999-11-26 | Add ${LIBPERL} | Todd C. Miller | |
1999-11-26 | Make two variables that ought not to be static be auto. | Todd C. Miller | |
Remove a useless loop invariant (already tested before the loop is reached). | |||
1999-11-26 | /var/db/locate.database should be owned by root, not nobody. While | Todd C. Miller | |
/usr/libexec/locate.updatedb does run as nobody the redirection is done as root so the resulting file is owned by root. sync log file owner/mode with what is is newsyslog.conf | |||
1999-11-26 | Up-to-date | Niklas Hallqvist | |
1999-11-26 | Forgotten com attachments (since most people use pccom on i386) | Niklas Hallqvist | |
1999-11-26 | fix descriptor leaks and double fclose(); markus and I; ok from millert | Theo de Raadt | |
1999-11-26 | fix error where SACKs were not printed with absolute sequence numbers | Niels Provos | |
1999-11-26 | hide in DEBUG some extra printings | Michael Shalayeff | |
1999-11-26 | print asp spu type in text | Michael Shalayeff | |
1999-11-26 | shorter text, so it fits in 80 columns | Michael Shalayeff | |
1999-11-26 | accomodate for mi changes | Michael Shalayeff | |
1999-11-26 | provide general "probing" routine, also used in isa cards memory sizing; | Michael Shalayeff | |
also utilize port commands (if provided by the md backend); prefix macros w/ IE_; build control structures here, providing sysbus byte in the softc. | |||
1999-11-26 | fix types for raw routines, also fix macros in bus.h for raw multi; 10x niklas@ | Michael Shalayeff | |
1999-11-26 | enable sti, config on nfs | Michael Shalayeff | |
1999-11-26 | enable sti graphics, which seems to map rom ok now; also machdep.c needs sti.h | Michael Shalayeff | |
1999-11-26 | do console stuff, pdc_call is in locore now | Michael Shalayeff | |
1999-11-26 | vm_offset_t -> vaddr_t | Artur Grabowski | |
1999-11-26 | Use round_page(X) instead of roundup(X, NBPG), use PAGE_SIZE instead of NBPG. | Artur Grabowski | |
1999-11-26 | Another comment change. (NBPG -> PAGE_SIZE). | Artur Grabowski | |
1999-11-26 | Yet another useless indentation fix (I don't like 'M' in my cvs updates). | Artur Grabowski | |
1999-11-26 | Update comment to reflect reality. | Artur Grabowski | |
1999-11-26 | Use round_page instead of some home-made macro. | Artur Grabowski | |
1999-11-26 | Remove unnecessary printfs. From deraadt@ | Artur Grabowski | |
1999-11-26 | Run Configure as part of a 'beforedepend' target in perl's Makefile.bsd-wrapper | Todd C. Miller | |
instead of explicitly in the top-level Makefile. |