summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-07-02remove extra comma from .Dd arguments: "Month ##, ####" is the correct format,Aaron Campbell
not "Month, ##, ####"
1999-07-02For "tput init" set margins and 8 character tabs, for "tput reset" set marginsTodd C. Miller
1999-07-02Kludge to not get locked threads with UVM, XXXNiklas Hallqvist
1999-07-02Added a simple but potentially very useful new mbuf function, m_apply().cmetz
It applies the supplied function f(state, p, len) to every contiguous region in a mbuf, thus mostly handling all the mbuf-isms for you. It's used by my TCP MD5 signature implementation to run MD5 over the TCP payload data in a mbuf so that I don't have to spread mbufism-loops all over. It might also be useful for IPsec.
1999-07-01lmc driver; ported by chris@dqc.orgTheo de Raadt
1999-07-01tzdata1999d from ftp://elsie.nci.nih.gov/pub/; ok millert@David Leonard
1999-07-01tzcode1999d from ftp://elsie.nci.nih.gov/pub/; ok millert@David Leonard
1999-07-01syncTheo de Raadt
1999-07-01pretty good attempt at supporting nullfsTheo de Raadt
1999-07-01install miscfs includes tooTheo de Raadt
1999-07-01indentTheo de Raadt
1999-07-01a start at fleshing this outTheo de Raadt
1999-07-01remove trailing spaces; missed from a previous commitAaron Campbell
1999-07-01new mdoc'd bootpef(8), bootptest(8), vttest(1) man pages; kwesterback@home.comAaron Campbell
also repairs to mdoc.samples(7) and tcpdump(8)
1999-07-01print kern.arandom unsignedTheo de Raadt
1999-07-01extra fclose(); ronald@chersonese.comTheo de Raadt
1999-07-01Dominion Day is now known as Canada Day... don't let the name fool you, itAaron Campbell
means I'm about to drink some serious beer in honor of my country
1999-07-01indent and auditTheo de Raadt
1999-07-01Forgotten changes needed by the Xircom driver. Includes acceptanceNiklas Hallqvist
of config-less functions, lowering of some splhighs to spltty and some stylistic changes
1999-07-01regenNiklas Hallqvist
1999-07-01Add back lost Newmedia Multimedia. Some TDK/Xircom messup cleanedNiklas Hallqvist
up. Add Lucent WaveLAN numbers.
1999-07-01Add NewMedia BusToaster SCSI Host Adapter.Federico G. Schwindt
Remove repeated entry in if_ne_pcmcia.c. Minor cosmetical changes.
1999-07-01This should fix the problem reported by mickey@.Federico G. Schwindt
1999-07-01syncFederico G. Schwindt
1999-07-01Add NewMedia BusToaster SCSI Host Adapter from NetBSD.Federico G. Schwindt
1999-07-01Add support for Joliet extensions. From FreeBSDDavid Leonard
1999-07-01syncTheo de Raadt
1999-07-01provide MLINKS for "f" versions, and make sure they show up in whatis.dbTheo de Raadt
1999-06-30correct titleTheo de Raadt
1999-06-30put non-space names in systeminfo(SI_PLATFORM); hal_snyder@sdsi.comTheo de Raadt
1999-06-30do not allocate pv_entries for the block-mapped areaMichael Shalayeff
1999-06-30syncTheo de Raadt
1999-06-30another pci listTheo de Raadt
1999-06-30remove final low-level crypto knowledge from base ipsec codeTheo de Raadt
1999-06-30indentTheo de Raadt
1999-06-30clarify trade secret issueTheo de Raadt
1999-06-30add referenceMichael Shalayeff
1999-06-30document KERN_ARND, this mangpage needs work, KERN_RND, KERN_NOSUIDCOREDUMP,Niels Provos
etc ... are not documented.
1999-06-30bpfattach bridge's and provide tap for queued packetsJason Wright
1999-06-29mention kern.arandomNiels Provos
1999-06-29if /dev/arandom is not available for seeding, use data from sysctlNiels Provos
kern.arandom.
1999-06-29add sysctl kern.arandom to get a random integer. useful when chrooted withNiels Provos
no /dev/arandom.
1999-06-29much betterTheo de Raadt
1999-06-29do not enable eisa by ourselves, better viper size printMichael Shalayeff
1999-06-29permit attach to address-less interfacesTheo de Raadt
1999-06-29use FreeBSD's alpha stuffJason Wright
1999-06-29Heavily modified to support both terminfo and termcap attributes.Todd C. Miller
Now links with -lcurses (ncurses), not -locurses. TODO: set tabs/margins for init/reset pseudo-attributes.
1999-06-29temporary crankTheo de Raadt
1999-06-29syncTheo de Raadt
1999-06-29mention support for xl, rl, and pnJason Wright