summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1999-11-28Driver for Hostess 4-channel serial mux, from Denis A. DoroshenkoJason Downs
1999-11-28Enable TI16750 UART support.Jason Downs
1999-11-28Add lpt at puc.Jason Downs
1999-11-28Add puc lpt driver support, not actually tested...Jason Downs
1999-11-28lpt_puc supportJason Downs
1999-11-28more freebsd sync stuffDavid Leonard
1999-11-28bumpDavid Leonard
1999-11-28realityDavid Leonard
1999-11-28remove redundant macroDavid Leonard
1999-11-27Shorten printf() strings, KNF, and fix a braino in a switch() statement.Aaron Campbell
1999-11-27we are in 2.6-currentTheo de Raadt
1999-11-27define PAGE_SIZE and friends, 4K kernel size reduction and probable speed inc...Theo de Raadt
1999-11-27thanks to aaron, more ethernet drivers fitTheo de Raadt
1999-11-27In ANSI C++, wchar_t is a builtin. gcc 2.95.1 handles that correctly.Marc Espie
1999-11-27Call nroff with the -Tascii option to keep groff from using -Tlatin1Todd C. Miller
1999-11-27Winchip c6 TSC is broken; wd@ics.nara-wu.ac.jpTheo de Raadt
1999-11-27syncTheo de Raadt
1999-11-27re-enable config without arguments; fix usageDavid Leonard
1999-11-27do it the single-processor wayDavid Leonard
1999-11-26switch_screen() takes three arguments, not two; d@Aaron Campbell
1999-11-26fix flags_to_string() protoTodd C. Miller
1999-11-26socks support that should have gotten committed with the whois.c socks changesTodd C. Miller
1999-11-26o Update README files etc. from nvi-1.79 so they have the correct infoTodd C. Miller
1999-11-26syncNiklas Hallqvist
1999-11-26ICP Vortex productsNiklas Hallqvist
1999-11-26Add ${LIBPERL}Todd C. Miller
1999-11-26Make two variables that ought not to be static be auto.Todd C. Miller
1999-11-26/var/db/locate.database should be owned by root, not nobody. WhileTodd C. Miller
1999-11-26Up-to-dateNiklas Hallqvist
1999-11-26Forgotten com attachments (since most people use pccom on i386)Niklas Hallqvist
1999-11-26fix descriptor leaks and double fclose(); markus and I; ok from millertTheo de Raadt
1999-11-26fix error where SACKs were not printed with absolute sequence numbersNiels Provos
1999-11-26hide in DEBUG some extra printingsMichael Shalayeff
1999-11-26print asp spu type in textMichael Shalayeff
1999-11-26shorter text, so it fits in 80 columnsMichael Shalayeff
1999-11-26accomodate for mi changesMichael Shalayeff
1999-11-26provide general "probing" routine, also used in isa cards memory sizing;Michael Shalayeff
1999-11-26fix types for raw routines, also fix macros in bus.h for raw multi; 10x niklas@Michael Shalayeff
1999-11-26enable sti, config on nfsMichael Shalayeff
1999-11-26enable sti graphics, which seems to map rom ok now; also machdep.c needs sti.hMichael Shalayeff
1999-11-26do console stuff, pdc_call is in locore nowMichael Shalayeff
1999-11-26vm_offset_t -> vaddr_tArtur Grabowski
1999-11-26Use round_page(X) instead of roundup(X, NBPG), use PAGE_SIZE instead of NBPG.Artur Grabowski
1999-11-26Another comment change. (NBPG -> PAGE_SIZE).Artur Grabowski
1999-11-26Yet another useless indentation fix (I don't like 'M' in my cvs updates).Artur Grabowski
1999-11-26Update comment to reflect reality.Artur Grabowski
1999-11-26Use round_page instead of some home-made macro.Artur Grabowski
1999-11-26Remove unnecessary printfs. From deraadt@Artur Grabowski
1999-11-26Run Configure as part of a 'beforedepend' target in perl's Makefile.bsd-wrapperTodd C. Miller
1999-11-26use pthread_join instead of pthread_cancel to test for a thread's existence a...David Leonard