summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-06-24-Warn cleanups for powerpc, still not done.Dale Rahn
2001-06-24u_long/u_short and memcpy/memset changesDaniel Hartmeier
2001-06-24Add prototypes for softnet, ofrootfound.Dale Rahn
Code cleanup for pmap headers.
2001-06-24Rename login_kerberos to login_krb4Hans Insulander
2001-06-24fix error returns from open and closeArtur Grabowski
2001-06-24add akbd_cnattach() prototype.Dale Rahn
2001-06-24some KNFNiels Provos
2001-06-24some KNFNiels Provos
2001-06-24match changes in header filesTheo de Raadt
2001-06-24print mtu of tdb if discoveredNiels Provos
2001-06-24Allow mmap to map the vga memory/register at the physical address,Dale Rahn
if the program has read the physical address out of the pci config space.
2001-06-24more attempts at cleanupTheo de Raadt
2001-06-24Remove printfs, fix comment typos.Angelos D. Keromytis
2001-06-24- vlan_input_tag() takes 2 args now.Federico G. Schwindt
- use ether_input_mbuf().
2001-06-24- redefine vlan_input_tag to take mbuf * and tag onlyJason Wright
- call ether_input_mbuf() instead of ether_input() - most work done by fgsch
2001-06-24Save tdb_remote_auth on the PCB on latching; also save information onAngelos D. Keromytis
UDP PCB's if the socket is connected.
2001-06-24Use pool for state, tree, nat, rdr, etc.Artur Grabowski
Remove some unnecessary printfs.
2001-06-24Program the address filter in vr_init(). Apparently the rhine cards are smartAaron Campbell
enough to read their own Ethernet address from the EEPROM and program their unicast filters automatically, but to support setting the Ethernet address with ifconfig on vr(4) cards we need to do this. From FreeBSD.
2001-06-24Spelling ifdef correctly is not enough, you have to spell the conditionnalMiod Vallat
correctly, too...
2001-06-24Use ETHER_IS_MULTICAST macro; jason@ ok.Federico G. Schwindt
2001-06-24Also reset input cached TDB.Angelos D. Keromytis
2001-06-24prevent buffer overflowNiels Provos
2001-06-24ResetAngelos D. Keromytis
2001-06-24No variable names associated with prototype parameters, even in the kernel.Todd C. Miller
By general consensus...
2001-06-24more cleaningTheo de Raadt
2001-06-24Old M of mine, uncovered by the recent dhcpd update: Bypass IPsec in allNiklas Hallqvist
DHCP traffic.
2001-06-24Fix RSA structure.Angelos D. Keromytis
2001-06-24No space between function name and parenthesized arg types in a functionTodd C. Miller
prototype. Also nuke some __P's while I am in here.
2001-06-24Changes in ddb, mostly from NetBSD, to support ddb continue.Dale Rahn
Other cleanups in debugger.
2001-06-24Remove an over-optimization from the polling loop of siop_scsicmd(),Kenneth R Westerback
i.e. calling siop_print_info() immediately for async devices. With the change to use xs->sc_link as parameter to siop_print_info() this immediate call wouldn't work as the sc_link is not initialized until AFTER the return from processing the INQUIRY command. So, just use the default negotiation logic which is triggered by the next command to be handled.
2001-06-24use new timeouts for spd expirations (hmm cvs did not pick up the file); ho@ okMichael Shalayeff
2001-06-24use new timeouts for spd expirations; ho@ okMichael Shalayeff
2001-06-24pack structures better; dhartmei okTheo de Raadt
2001-06-24REGENTS -> COPYRIGHT HOLDERSDaniel Hartmeier
2001-06-24REGENTS? ;)Daniel Hartmeier
2001-06-24REGENTS? ;)Daniel Hartmeier
2001-06-24cold is in systm nowMichael Shalayeff
2001-06-24PACKETFILTER_H now PFVAR_H. thanks smartKjell Wooding
2001-06-24Add pf.Artur Grabowski
2001-06-24When splitting instance from username, treat '/' as a separator asTodd C. Miller
well (for Kerb5).
2001-06-24wrong place for coldMichael Shalayeff
2001-06-24Change handling of NFS root vnode. Moves recognition of NFS root vnode intoConstantine Sapuntzakis
nfs_nget. Root vnode no longer pinned in inode cache. Also, forceable unmounts of an nfs file system now work even if there are extra references to the NFS root.
2001-06-24on pull_hdr(), check short m->m_pkthdr.len. fix mesasge (it's not the firstJun-ichiro itojun Hagino
fragment, it's too short packet)
2001-06-24Print TDBF_USEDTUNNEL in ipsp_kern()Angelos D. Keromytis
2001-06-24backout m_copydata portion. NAT code assumes that they can touch the mbufJun-ichiro itojun Hagino
directly. use m_pulldown instead.
2001-06-24Some cleanup.Hakan Olsson
2001-06-24Move and rename packet filter userland.Kjell Wooding
grr. CVS: making easy things difficult, and directory operations impossible.
2001-06-24remove cold.Federico G. Schwindt
2001-06-24remove cold.Federico G. Schwindt
2001-06-24cold is in systm.h nowMichael Shalayeff