Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-24 | -Warn cleanups for powerpc, still not done. | Dale Rahn | |
2001-06-24 | u_long/u_short and memcpy/memset changes | Daniel Hartmeier | |
2001-06-24 | Add prototypes for softnet, ofrootfound. | Dale Rahn | |
Code cleanup for pmap headers. | |||
2001-06-24 | fix error returns from open and close | Artur Grabowski | |
2001-06-24 | add akbd_cnattach() prototype. | Dale Rahn | |
2001-06-24 | print mtu of tdb if discovered | Niels Provos | |
2001-06-24 | Allow 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-24 | more attempts at cleanup | Theo de Raadt | |
2001-06-24 | Remove 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 only | Jason Wright | |
- call ether_input_mbuf() instead of ether_input() - most work done by fgsch | |||
2001-06-24 | Save tdb_remote_auth on the PCB on latching; also save information on | Angelos D. Keromytis | |
UDP PCB's if the socket is connected. | |||
2001-06-24 | Use pool for state, tree, nat, rdr, etc. | Artur Grabowski | |
Remove some unnecessary printfs. | |||
2001-06-24 | Program the address filter in vr_init(). Apparently the rhine cards are smart | Aaron 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-24 | Spelling ifdef correctly is not enough, you have to spell the conditionnal | Miod Vallat | |
correctly, too... | |||
2001-06-24 | Use ETHER_IS_MULTICAST macro; jason@ ok. | Federico G. Schwindt | |
2001-06-24 | Also reset input cached TDB. | Angelos D. Keromytis | |
2001-06-24 | Reset | Angelos D. Keromytis | |
2001-06-24 | more cleaning | Theo de Raadt | |
2001-06-24 | Fix RSA structure. | Angelos D. Keromytis | |
2001-06-24 | Changes in ddb, mostly from NetBSD, to support ddb continue. | Dale Rahn | |
Other cleanups in debugger. | |||
2001-06-24 | Remove 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-24 | use new timeouts for spd expirations (hmm cvs did not pick up the file); ho@ ok | Michael Shalayeff | |
2001-06-24 | use new timeouts for spd expirations; ho@ ok | Michael Shalayeff | |
2001-06-24 | pack structures better; dhartmei ok | Theo de Raadt | |
2001-06-24 | REGENTS? ;) | Daniel Hartmeier | |
2001-06-24 | REGENTS? ;) | Daniel Hartmeier | |
2001-06-24 | cold is in systm now | Michael Shalayeff | |
2001-06-24 | PACKETFILTER_H now PFVAR_H. thanks smart | Kjell Wooding | |
2001-06-24 | Add pf. | Artur Grabowski | |
2001-06-24 | wrong place for cold | Michael Shalayeff | |
2001-06-24 | Change handling of NFS root vnode. Moves recognition of NFS root vnode into | Constantine 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-24 | on pull_hdr(), check short m->m_pkthdr.len. fix mesasge (it's not the first | Jun-ichiro itojun Hagino | |
fragment, it's too short packet) | |||
2001-06-24 | Print TDBF_USEDTUNNEL in ipsp_kern() | Angelos D. Keromytis | |
2001-06-24 | backout m_copydata portion. NAT code assumes that they can touch the mbuf | Jun-ichiro itojun Hagino | |
directly. use m_pulldown instead. | |||
2001-06-24 | Some cleanup. | Hakan Olsson | |
2001-06-24 | remove cold. | Federico G. Schwindt | |
2001-06-24 | remove cold. | Federico G. Schwindt | |
2001-06-24 | cold is in systm.h now | Michael Shalayeff | |
2001-06-24 | pull_hdr() now takes header offset explicitly, to help header chain parsing | Jun-ichiro itojun Hagino | |
(v6, ipsec) | |||
2001-06-24 | place extern cold here; per discussion w/ art@ | Michael Shalayeff | |
2001-06-24 | only run timeout if stirring happened, save cycles for mass energy conservation | Michael Shalayeff | |
2001-06-24 | drop if packet is too short | Jun-ichiro itojun Hagino | |
2001-06-24 | check M_PKTHDR (DIAGNOSTIC) | Jun-ichiro itojun Hagino | |
avoid m_pullup for headers other than IPv4 header itself (will be critical for IPv6 and and chained headers like headers after AH). deraadt ok | |||
2001-06-24 | move cold to .h | Federico G. Schwindt | |
2001-06-24 | move extern int cold to .h | Federico G. Schwindt | |
2001-06-24 | ether_input_mbuf(). | Federico G. Schwindt | |
2001-06-24 | more ether_input_mbuf() conversion. | Federico G. Schwindt | |
2001-06-24 | Add gmac_setladrf functionality from netbsd, this was missed in a previous | Dale Rahn | |
merge. IP6 now works configures. | |||
2001-06-24 | pf mods for bridge; not yet tested | Jason Wright | |