summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1999-07-04syncTheo de Raadt
1999-07-04isapnp gusTheo de Raadt
1999-07-04fix unsigned without a size-typeTheo de Raadt
1999-07-04fix link level type codesBrad Smith
1999-07-04syncTheo de Raadt
1999-07-04another modemTheo de Raadt
1999-07-04TyposMarc Espie
1999-07-03indentTheo de Raadt
1999-07-03remove redundant .Pp macrosAaron Campbell
1999-07-02rename SADB_foo_X_bar to SADB_X_foo_barTheo de Raadt
1999-07-02copy ISOFSMNT_NOJOLIET flag from isofs/cd9660/cd9660_mount.hTheo de Raadt
1999-07-02Fixed a #ifdef defined()... typo that turned into a compilation failure.cmetz
1999-07-02Significant cleanups in the way TCP is made to handle multiple networkcmetz
protocols. "struct tcpiphdr" is now gone from much of the code, as are separate pointers for ti and ti6. The result is fewer variables, which is generally a good thing. Simple if(is_ipv6) ... else ... tests are gone in favor of a switch(protocol family), which allows future new protocols to be added easily. This also makes it possible for someone so inclined to re-implement TUBA (TCP over CLNP?) and do it right instead of the kluged way it was done in 4.4. The TCP header template is now referenced through a mbuf rather than done through a data pointer and dtom()ed as needed. This is partly because dtom() is evil and partly because max_linkhdr + IPv6 + TCP + MSS/TS/SACK opts won't fit inside a packet header mbuf, so we need to grab a cluster for that (which the code now does, if needed).
1999-07-02consistent .Dd usage; proper format is: .Dd Month DD, YYYYAaron Campbell
1999-07-02more systeminfo() fixes; hal@sdsi.comTheo de Raadt
1999-07-02sparc -> __sparc__Brad Smith
1999-07-02do not use fuword()Theo de Raadt
1999-07-02freebsd merge:Jason Wright
dynamically set the tx threshold (missed in last merge)
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-01indentTheo de Raadt
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-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-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-30bpfattach bridge's and provide tap for queued packetsJason Wright
1999-06-29add sysctl kern.arandom to get a random integer. useful when chrooted withNiels Provos
no /dev/arandom.
1999-06-29do not enable eisa by ourselves, better viper size printMichael Shalayeff
1999-06-29use FreeBSD's alpha stuffJason 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-29remove vm_inherit_t casts, not really needed; millert@Aaron 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-29support for pnicJason Wright