Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-07-02 | remove extra comma from .Dd arguments: "Month ##, ####" is the correct format, | Aaron Campbell | |
not "Month, ##, ####" | |||
1999-07-02 | For "tput init" set margins and 8 character tabs, for "tput reset" set margins | Todd C. Miller | |
1999-07-02 | Kludge to not get locked threads with UVM, XXX | Niklas Hallqvist | |
1999-07-02 | Added 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-01 | lmc driver; ported by chris@dqc.org | Theo de Raadt | |
1999-07-01 | tzdata1999d from ftp://elsie.nci.nih.gov/pub/; ok millert@ | David Leonard | |
1999-07-01 | tzcode1999d from ftp://elsie.nci.nih.gov/pub/; ok millert@ | David Leonard | |
1999-07-01 | sync | Theo de Raadt | |
1999-07-01 | pretty good attempt at supporting nullfs | Theo de Raadt | |
1999-07-01 | install miscfs includes too | Theo de Raadt | |
1999-07-01 | indent | Theo de Raadt | |
1999-07-01 | a start at fleshing this out | Theo de Raadt | |
1999-07-01 | remove trailing spaces; missed from a previous commit | Aaron Campbell | |
1999-07-01 | new mdoc'd bootpef(8), bootptest(8), vttest(1) man pages; kwesterback@home.com | Aaron Campbell | |
also repairs to mdoc.samples(7) and tcpdump(8) | |||
1999-07-01 | print kern.arandom unsigned | Theo de Raadt | |
1999-07-01 | extra fclose(); ronald@chersonese.com | Theo de Raadt | |
1999-07-01 | Dominion Day is now known as Canada Day... don't let the name fool you, it | Aaron Campbell | |
means I'm about to drink some serious beer in honor of my country | |||
1999-07-01 | indent and audit | Theo de Raadt | |
1999-07-01 | Forgotten changes needed by the Xircom driver. Includes acceptance | Niklas Hallqvist | |
of config-less functions, lowering of some splhighs to spltty and some stylistic changes | |||
1999-07-01 | regen | Niklas Hallqvist | |
1999-07-01 | Add back lost Newmedia Multimedia. Some TDK/Xircom messup cleaned | Niklas Hallqvist | |
up. Add Lucent WaveLAN numbers. | |||
1999-07-01 | Add NewMedia BusToaster SCSI Host Adapter. | Federico G. Schwindt | |
Remove repeated entry in if_ne_pcmcia.c. Minor cosmetical changes. | |||
1999-07-01 | This should fix the problem reported by mickey@. | Federico G. Schwindt | |
1999-07-01 | sync | Federico G. Schwindt | |
1999-07-01 | Add NewMedia BusToaster SCSI Host Adapter from NetBSD. | Federico G. Schwindt | |
1999-07-01 | Add support for Joliet extensions. From FreeBSD | David Leonard | |
1999-07-01 | sync | Theo de Raadt | |
1999-07-01 | provide MLINKS for "f" versions, and make sure they show up in whatis.db | Theo de Raadt | |
1999-06-30 | correct title | Theo de Raadt | |
1999-06-30 | put non-space names in systeminfo(SI_PLATFORM); hal_snyder@sdsi.com | Theo de Raadt | |
1999-06-30 | do not allocate pv_entries for the block-mapped area | Michael Shalayeff | |
1999-06-30 | sync | Theo de Raadt | |
1999-06-30 | another pci list | Theo de Raadt | |
1999-06-30 | remove final low-level crypto knowledge from base ipsec code | Theo de Raadt | |
1999-06-30 | indent | Theo de Raadt | |
1999-06-30 | clarify trade secret issue | Theo de Raadt | |
1999-06-30 | add reference | Michael Shalayeff | |
1999-06-30 | document KERN_ARND, this mangpage needs work, KERN_RND, KERN_NOSUIDCOREDUMP, | Niels Provos | |
etc ... are not documented. | |||
1999-06-30 | bpfattach bridge's and provide tap for queued packets | Jason Wright | |
1999-06-29 | mention kern.arandom | Niels Provos | |
1999-06-29 | if /dev/arandom is not available for seeding, use data from sysctl | Niels Provos | |
kern.arandom. | |||
1999-06-29 | add sysctl kern.arandom to get a random integer. useful when chrooted with | Niels Provos | |
no /dev/arandom. | |||
1999-06-29 | much better | Theo de Raadt | |
1999-06-29 | do not enable eisa by ourselves, better viper size print | Michael Shalayeff | |
1999-06-29 | permit attach to address-less interfaces | Theo de Raadt | |
1999-06-29 | use FreeBSD's alpha stuff | Jason Wright | |
1999-06-29 | Heavily 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-29 | temporary crank | Theo de Raadt | |
1999-06-29 | sync | Theo de Raadt | |
1999-06-29 | mention support for xl, rl, and pn | Jason Wright | |