summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
1999-06-293c905cJason Wright
1999-06-29first round of repairs on stdlibAaron Campbell
1999-06-29repairsAaron Campbell
1999-06-29new mdoc bm(3) man pageAaron Campbell
1999-06-29typosJason Wright
1999-06-29merge with FreeBSD:Jason Wright
support for 3c905C
1999-06-29sync with freebsd:Jason Wright
comment out some debugging code, rcsid changes
1999-06-29syncJason Wright
1999-06-293c905C-TXJason Wright
1999-06-29manhattan splits for two on july 1stMichael Shalayeff
1999-06-29add #include for <vm/vm_inherit.h>Aaron Campbell
1999-06-29remove vm_inherit_t casts, not really needed; millert@Aaron Campbell
1999-06-29fix some old macros that didn't get converted from man to mdocAaron Campbell
1999-06-29retreived -> retrievedAaron Campbell
1999-06-29.Fa int -> .Li int (should use literal macro to refer to data types)Aaron Campbell
1999-06-29- change references to nil to null; tschroed@acm.orgAaron Campbell
- remove trailing spaces from end of lines - add some .Dv - change -1 to \-1, so `-' is taken as a negative sign - other misc formatting fixes
1999-06-29add Xr for stdio(3) like the is*() man pagesAaron Campbell