Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-18 | sync | Jason Wright | |
2000-01-18 | Farallon PN9000SX (looks like they used DEC's vendor ID by mistake); from ↵ | Jason Wright | |
FreeBSD. | |||
2000-01-18 | Fix fxp+nsphy problem: don't reset everytime when switching to auto mode. | Jason Wright | |
Also, document "magic" bits. | |||
2000-01-17 | pmap_{zero,copy}_page4m: use getptep4m to get the ptes for vpages. | Artur Grabowski | |
This way we only walk the tables once every boot and we don't have to switch to context 0 on every call. | |||
2000-01-17 | remove unneeded stuff from setregs; force single-user for now, enable signal ↵ | Michael Shalayeff | |
debug | |||
2000-01-17 | oops, another syscall pipe() botch; karls@inet.no | Theo de Raadt | |
2000-01-17 | From Manuel Bouyer - | Chris Cappuccio | |
Don't set WDC_CAPABILITY_UDMA at all for SiS rev < 0xd0 | |||
2000-01-17 | spaces everywhere | Michael Shalayeff | |
2000-01-17 | spaces everywhere | Michael Shalayeff | |
2000-01-17 | spaces everywhere, some knf | Michael Shalayeff | |
2000-01-17 | spaces everywhere | Michael Shalayeff | |
2000-01-17 | spaces and knf | Michael Shalayeff | |
2000-01-17 | don't need IFF_RUNNING for gif, as no resource is allocated for | Jun-ichiro itojun Hagino | |
interface operation. | |||
2000-01-17 | on fork, flush pcb too, update pcsq | Michael Shalayeff | |
2000-01-17 | remove IFF_RUNNING if it becomes !IFF_UP. | Jun-ichiro itojun Hagino | |
pointed out by: deraadt | |||
2000-01-17 | fix pullup and otos saving code for ip6 | Jun-ichiro itojun Hagino | |
(ip4_input will be visited with IPv6 packet! better change the func name...) | |||
2000-01-17 | fix "traceroute -P 41", outgoing side. incoming side needs fix in | Jun-ichiro itojun Hagino | |
ip4_input(). Requested from: Niels Provos <provos@citi.umich.edu> | |||
2000-01-17 | let pmap_enter_pv return a created pv, which simplifies futher pv operation | Michael Shalayeff | |
2000-01-17 | Remove `pc_disp_special'. | Aaron Campbell | |
2000-01-17 | Remove `pcdisp_special', which was actually a gross hack. Instead, move the | Aaron Campbell | |
`pcdisp' check in write_char() beyond the 0x20-0x7f character value scope. This change should fix most problems when intermixing DEC character- and IBMPC character-based apps in the PCVT console. | |||
2000-01-17 | Add sysctl vars for checksum, forwarding and netbios. | Federico G. Schwindt | |
Remove ancient code from ipx_input. ipxrecvspace/ipxsendspace changed to ipx_xxx to match netinet counterparts. | |||
2000-01-17 | some more paranoid checks, shorter trap desriptions | Michael Shalayeff | |
2000-01-17 | add syscall frame flag | Michael Shalayeff | |
2000-01-16 | Closer to support for UVM on powerpc, tries to execute user programs, but | Dale S. Rahn | |
then fails with illegal instruction. (init or shell). | |||
2000-01-16 | update | Michael Shalayeff | |
2000-01-16 | Merge with FreeBSD: | Jason Wright | |
o add a new routine, dc_coal(), that copies tx data into a single mbuf o use it on the dm910x chips Tested by jsthyer@uncg.edu | |||
2000-01-16 | remove more references to -H and -V. -moj | Mats O Jansson | |
2000-01-16 | ETHERTYPE_ATALK -> ETHERTYPE_AT (op21@squish.org) | Angelos D. Keromytis | |
2000-01-16 | ETHERTYPE_ATALK -> ETHERTYPE_AT | Angelos D. Keromytis | |
2000-01-15 | Remove unnecessary definition. | Angelos D. Keromytis | |
2000-01-15 | Don't allow enc0 to be added to a bridge, as it's used for all | Angelos D. Keromytis | |
non-bound SAs... | |||
2000-01-15 | Can't bind SAs to enc0 | Angelos D. Keromytis | |
2000-01-15 | Add function prototype. | Angelos D. Keromytis | |
2000-01-15 | PRU_DETACH does not return ENOTCONN. If ipxp is NULL, EINVAL will be | Federico G. Schwindt | |
returned way above. | |||
2000-01-15 | Some KNF. | Federico G. Schwindt | |
2000-01-15 | Check that INET is defined. Revove unused code. Some KNF. | Federico G. Schwindt | |
2000-01-15 | Change function type to non-static. | Angelos D. Keromytis | |
2000-01-15 | Remove unneded vars and code. 0 -> NULL. Some KNF. | Federico G. Schwindt | |
Use statistics where available. | |||
2000-01-15 | Remove the IPX ifdef; it's always there. | Federico G. Schwindt | |
2000-01-15 | set the delay to 4000. this is needed by the Compaq AP400; kos@flirble.org | Theo de Raadt | |
2000-01-15 | use model instead of name, more constistant with determining machine type. | Dale S. Rahn | |
2000-01-15 | more KNF. | Federico G. Schwindt | |
2000-01-15 | Don't recompute the checksum if tc is modified; from FreeBSD. | Federico G. Schwindt | |
I'm not sure why we'd want to reset it. Leave the comment as is by now. | |||
2000-01-15 | P3 id 8 is Coppermine; thanks maja for testing on your sweet sweet box | Theo de Raadt | |
2000-01-15 | special case one mislabeled device which is not a pci bridge at all | Theo de Raadt | |
2000-01-15 | More statistics; from FreeBSD. | Federico G. Schwindt | |
2000-01-15 | Remove unneeded mcopy. Add stats for errors in ipx_forward. | Federico G. Schwindt | |
2000-01-15 | Handle the SNAP encapsulated IP/Non-IP case. | Jason Wright | |
2000-01-14 | no such thing as machparam.h; bmah@ca.sandia.gov | Theo de Raadt | |
2000-01-14 | Cleanup the handling of ptes on 4m. | Artur Grabowski | |
Implement a generic getptep4m that returns the pointer to the pte for (pmap, va). reimplement (and make static __inline) {set,get}ptesw4m and setpte4m using getptep4m. (more on this topic coming soon) |