summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
1999-06-29grammar; form@kti.nsc.ruAaron Campbell
1999-06-29remove reference to format(8), which does not exist; form@kti.nsc.ruAaron Campbell
1999-06-29add rl & rlphyJason Wright
1999-06-29merge with FreeBSD:Jason Wright
support for delta, addtron, and SiS 8139 boards initialize if_snd.ifq_maxlen correctly chipset now works on alpha
1999-06-29syncJason Wright
1999-06-29SiS 900 (rl8139) ethernetJason Wright
1999-06-29fix phasingTheo de Raadt
1999-06-29sync with freebsd:Jason Wright
mention that this driver supports pnic-ii
1999-06-29sync with freebsd:Jason Wright
remove pnic-ii based boards and note support for onchip xcvr
1999-06-29support for pnicJason Wright
1999-06-29Merge with FreeBSD:Jason Wright
workarounds for tx/rx hardware bugs now works on alpha support for phy-less boards (onboard xcvr)
1999-06-29accept(2) will set errno to EINVAL if the socket is not listen(2)'ingAaron Campbell
1999-06-28typo; failed with WDDEBUG setHakan Olsson
1999-06-28sync with FreeBSD:Jason Wright
PNIC-II now supported in if_mx stability fixes
1999-06-28syncHakan Olsson
1999-06-28Add Diamond MX300Hakan Olsson
1999-06-28syncJason Wright
1999-06-28compex PMACJason Wright
1999-06-28Bye, bye work-around.Marc Espie
1999-06-28Bug-fix for -fpic m68k trouble.Marc Espie
1999-06-27ncurses-5.0-990626Todd C. Miller
1999-06-27ncurses-5.0-990626Todd C. Miller
1999-06-26Use a.b.c.d/nn syntax for encap route output.Hakan Olsson
1999-06-26do this right next time, hoTheo de Raadt
1999-06-26Recognize Nvidia TNT2 cards.Hakan Olsson
1999-06-26fix typos in FILES section, some more cleanup; shinobi@monkey.orgAaron Campbell
1999-06-26Don't bother read()ing if we ``expect'' nothing in our chat script.brian
1999-06-26If we run out of chat script immediately after a successfully executedbrian
expect-send-expect sequence, finish gracefully, don't core dump. This bug has been there for over a year - I could never reproduce it ! Straw provided by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
1999-06-25longer explanation of what a bridge is and why you'd use this oneJason Wright
1999-06-25Update for correct location of OpenSSL include files.Angelos D. Keromytis
1999-06-25Don't turn off uart when closing cua device if tty is waiting.Jim Rees
Instead just drop dtr briefly.
1999-06-25use AF_LOCAL instead of AF_UNIXTheo de Raadt
1999-06-25add missing reference to setsockopt(2) in "SEE ALSO" section; tron@netbsd.orgAaron Campbell
1999-06-24- let chmod work for suid (move it in front of chown).Marc Espie
- use the new form of chown, with user:group instead of user.group.
1999-06-24Slight goof, repair symlinks target (noted by David Leonard)Marc Espie
1999-06-24Ooops! Make this work without uvmArtur Grabowski